@charset "UTF-8";

@font-face {
  font-family: "Onest";
  src: url("./fonts/onest/static/Onest-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "Onest";
    src: url("./fonts/onest/Onest-VariableFont_wght.ttf");
    font-weight: 100 900;
  }
}

:root {
  --color-primary: #e5383e;
  --color-bg-primary: var(--color-primary);
  --color-bg-second: #f0f0f0;
  --color-bg-third: #f5f5f5;
  --color-btn-primary: var(--color-primary);
  --color-btn-primary-hover: #cf2d33;
  --color-btn-buyoneclick: #000;
  --color-btn-buyoneclick-hover: #242424;
  --color-sub-menu-bg: var(--color-btn-primary-hover);
  --btn-radius: 8px;
  --color-stroke-primary: #e2e2e2;
  --color-stroke-secondary: #ccc;
  --color-text-primary: #000;
  --color-text-secondary: var(--color-bg-primary);
  --color-text-third: #fff;
  --color-body-bg: #fff;
  --color-mobmenu: var(--color-body-bg);
  --menu-category-width: calc(25% - 18px);
  --content-width: calc(75% + 18px);
  --font-family: "Onest", Helvetica, Arial, sans-serif;
  --font-family-title: var(--font-family);
  --base-font-size: 14px;
  --base-line-height: 1.2em;
  --container-width: 1443px;
}

body {
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  font-family: var(--font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--color-text-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: max(min(2.5rem, 3.5vw), 1.8rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: max(min(2.2rem, 3.5vw), 1.7rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: max(min(1.8rem, 3.5vw), 1.5rem);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 16px;
}

a {
  color: var(--color-bg-primary);
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type=text].form-control,
input[type=password].form-control,
input[type=datetime].form-control,
input[type=datetime-local].form-control,
input[type=date].form-control,
input[type=month].form-control,
input[type=time].form-control,
input[type=week].form-control,
input[type=number].form-control,
input[type=email].form-control,
input[type=url].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=color].form-control {
  font-size: var(--base-font-size);
}

.input-group .dropdown-menu,
.input-group .popover {
  font-size: var(--base-font-size);
}

.input-group .input-group-addon {
  font-size: var(--base-font-size);
  height: 30px;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group .btn {
  border-radius: 0;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

#product-product .control-label {
  margin-right: 7px;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
  text-decoration: none;
  color: var(--color-text-third);
  background-color: var(--color-bg-primary);
}

/* top */
#top {
  background-color: var(--color-stroke-primary);
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: var(--color-text-third);
  background-color: var(--color-bg-primary);
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #FFF;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a+a {
  margin-left: 15px;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo h1 {
  margin-top: -10px;
}

/* search */
#search {
  width: auto;
  flex: auto;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

#content {
  min-height: 600px;
}

/* footer */
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 6px 0;
  border: 1px solid #ddd;
  min-height: 36px;
  overflow: hidden;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  display: inline-flex;
  align-items: center;
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: normal;
}

.breadcrumb>li+li:before {
  content: "";
  padding: 0;
}

.breadcrumb>li:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  transform: rotate(-45deg);
}

html[dir=rtl] .breadcrumb>li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

.pagination {
  margin: 0;
}

/* buttons */
.buttons {
  margin: 1em 0;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
  font-size: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--base-font-size);
  border-radius: var(--btn-radius);
  line-height: 1;
  padding: 0.8rem 1rem;
}

.btn:focus {
  box-shadow: unset;
}

.btn-dark-transparent {
  color: #000;
  border: 1px solid #333;
  font-size: max(min(16px, 1.5vw), 14px);
  letter-spacing: -0.01em;
}

.btn-dark-transparent:hover,
.btn-dark-transparent:active,
.btn-dark-transparent:focus {
  background-color: #333;
  color: #fff;
}

.btn-dark-transparent:hover::before,
.btn-dark-transparent:active::before,
.btn-dark-transparent:focus::before {
  filter: brightness(5) invert(1) grayscale(1);
}

.btn-light {
  color: #1a1a1a;
  border: unset;
  font-size: max(min(16px, 1.5vw), 14px);
  letter-spacing: -0.01em;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-light:hover::before,
.btn-light:active::before,
.btn-light:focus::before {
  filter: brightness(5) invert(1) grayscale(1);
}

.ico {
  gap: max(min(18px, 2vw), 15px);
}

.ico::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.22s ease;
}

.ico-download-dark::before {
  min-width: 21px;
  width: 21px;
  height: 23px;
  background-image: url("/image/icons/file (1).png");
}

.ico-right {
  gap: max(min(18px, 2vw), 15px);
}

.ico-right::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.22s ease;
}

.ico-right-arrow-black::after {
  min-width: 19px;
  width: 19px;
  height: 16px;
  background-image: url("/image/icons/arrowblack.png");
}

.btn-lg {
  font-size: calc(var(--base-font-size) + 0.2rem);
}

:root .btn-lg {
  border-radius: var(--btn-radius);
}

.btn-primary {
  background: var(--color-btn-primary);
  border: var(--color-btn-primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: var(--color-btn-primary-hover);
  border-color: var(--color-btn-primary-hover);
}

.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #E69500;
}

/* fixed colum left + content + right*/
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir=rtl] .checkbox input[type=checkbox],
html[dir=rtl] .checkbox-inline input[type=checkbox],
html[dir=rtl] .radio input[type=radio],
html[dir=rtl] .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir=rtl] .input-group-btn:last-child>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir=rtl] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir=rtl] .container .row:first-child .col-sm-4,
html[dir=rtl] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

#smca-modal-body>div.modal-footer {
  display: flex;
  justify-content: space-between;
}

.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, .4);
}

.information-contact .buttons {
  display: flex;
}

.information-contact .buttons .btn {
  margin-top: 15px;
}

table.simplecheckout-cart {
  font-size: 16px;
  border: none;
}

table.simplecheckout-cart .name-link {
  display: block;
}

table.simplecheckout-cart tr>td {
  vertical-align: middle;
  padding: 10px 15px;
}

table.simplecheckout-cart td.quantity {
  vertical-align: middle;
}

.simplecheckout-cart td.remove,
.simplecheckout-cart th.remove {
  width: 5%;
  text-align: right;
  vertical-align: middle;
  padding: 8px;
}

div.simplecheckout-cart-total {
  border: none;
  background-color: var(--color-bg-third);
  font-size: 16px;
}

body .simplecheckout label,
body .simpleregister label {
  margin-right: 5px;
  margin-right: 5px;
}

body .simplecheckout-block-content label {
  display: inline-flex !important;
  align-items: center;
}

body .simplecheckout-block-content label input {
  margin-right: 3px;
}

body .simplecheckout-block .checkout-heading {
  border-bottom: 1px solid var(--color-stroke-primary);
  background-color: var(--color-bg-third);
  padding: 10px 22px;
}

:root #simplecheckout_customer .simplecheckout-block-content,
:root #simplecheckout_shipping_address .simplecheckout-block-content,
body .simplecheckout-block-content {
  padding: 15px 22px;
}

body .simplecheckout-block-content p {
  margin-top: 10px;
  margin-bottom: 0.5rem;
}

body .simplecheckout .simplecheckout-block {
  border: 1px solid var(--color-stroke-primary);
  margin-bottom: 15px;
}

body .simplecheckout .simplecheckout-block .radio {
  margin-bottom: 3px;
}

div#simplecheckout_customer {
  margin-bottom: 10px;
}

body .simplecheckout .simplecheckout-block .form-group {
  margin-bottom: 10px;
  display: flex;
}

#simplecheckout_cart .form-control {
  padding: 0.375rem 0.6rem;
}

.simplecheckout #buttons {
  margin-top: 15px;
}

.buttons .simplecheckout-button-right {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#agreement_checkbox input {
  margin-right: 5px;
}

#temp_popup_container .control-label {
  margin-bottom: 5px;
}

#temp_popup_container .form-group {
  margin-bottom: 10px;
}

#temp_popup_container .form-group a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 10px;
}

.form-group .control-label {
  margin-bottom: 5px;
}

.simpleregister .form-group {
  position: relative;
}

.simpleregister .form-group:not(.row-register_country_id, .row-register_newsletter, .row-register_zone_id) .control-label {
  position: absolute;
  top: -11px;
  left: 6px;
  width: auto;
  background: #fff;
  padding: 2px 4px;
}

.simpleregister .form-group:not(.row-register_country_id, .row-register_newsletter, .row-register_zone_id) .form-control::-moz-placeholder {
  font-size: 0;
}

.simpleregister .form-group:not(.row-register_country_id, .row-register_newsletter, .row-register_zone_id) .form-control::placeholder {
  font-size: 0;
}

.menu-body {
  border: 1px solid var(--color-stroke-primary);
}

.menu-body .sb-am li+li,
.menu-body .sb-am li li {
  border-top: 1px solid var(--color-stroke-primary);
}

/* подкатегории */
.subcat {
  margin-bottom: 30px;
}

.sw-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--color-stroke-primary);
  transition: all 0.4s;
}

.sw-image {
  display: flex;
  align-items: center;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.sw-image img {
  max-height: 100%;
}

.sw-title {
  padding: 0 10px 15px;
  text-decoration: none;
  font-size: max(min(18px, 2vw), 16px);
  font-weight: bold;
  color: var(--color-text-secondary);
}

/* подкатегории !*/
/* модалка сравнение и избранное */
.modal-add-alert .modal-dialog {
  max-width: 630px;
}

.modal-add-alert .modal-content {
  border-radius: 20px;
}

.modal-add-alert .modal-body {
  display: flex;
  align-items: center;
  padding: 26px 65px 26px 25px;
}

.modal-add-alert .close.btn {
  position: absolute;
  top: 13px;
  right: 15px;
  align-self: flex-start;
  margin-left: auto;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: no-repeat url(/catalog/view/theme/default/image/cross.png) center center;
  border-radius: 50%;
  border: 1px solid #000;
}

.modal-add-alert__img {
  flex-shrink: 0;
  padding-left: 25px;
  padding-bottom: 25px;
}

.modal-add-alert__content {
  margin-left: 20px;
  font-size: max(min(20px, 2vw), 18px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #000;
}

.modal-add-alert__content a {
  color: #000;
}

.modal-add-alert__content p {
  margin: 0;
}

.modal-add-alert__content p:nth-child(2) {
  font-size: 14px;
}

/* модалка сравнение и избранное!*/
a:hover {
  color: var(--color-btn-primary-hover);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-title);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}

.title-module,
.h2 {
  margin-top: max(min(3.5rem, 4.2vw), 30px);
}

h2,
.section-title,
.title-module,
.h2 {
  font-size: max(min(38px, 3.5vw), 30px);
  margin-bottom: 25px;
}

p {
  text-align: left;
}

.modal-title {
  margin-top: 0;
}

#information-information {
  font-weight: 400;
  line-height: 1.6;
}

.splide__arrow {
  width: 43px;
  height: 43px;
  border-radius: 4px;
  background-color: #ededed;
  opacity: 1;
}

.cat-head-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cat-head-wrap__descr {
  font-size: 12px;
  color: #ccc;
}

.mfilter-free-button {
  background-color: var(--color-bg-primary);
  border-color: var(--color-bg-primary);
}

.slideshow-slider .splide__arrow {
  background: transparent;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow-slider .splide__arrow svg {
  display: none;
}

.slideshow-slider .splide__arrow::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url("/image/icons/ar.png") no-repeat center;
}

.slideshow-slider .splide__arrow.splide__arrow--next {
  right: max(min(23px, 2vw), 15px);
}

.slideshow-slider .splide__arrow.splide__arrow--next::after {
  transform: scaleX(-1);
}

.slideshow-slider .splide__arrow.splide__arrow--prev {
  left: max(min(23px, 2vw), 15px);
}

.slideshow-slider .splide__slide img {
  width: 100%;
  min-height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  border-radius: 8px;
}

/* Header */
.header {
  padding: max(min(25px, 2.2vw), 14px) 0 max(min(18px, 2.2vw), 14px);
}

.header__top {
  display: flex;
  align-items: center;
  gap: max(min(15px, 1.5vw), 10px);
  margin-bottom: max(min(25px, 2vw), 12px);
}

.header__title {
  font-size: max(min(15px, 1.2vw), 13px);
  line-height: 1.33;
  letter-spacing: 0.15px;
  color: #969696;
}
.header__contacts-wrap{
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
}

.header__phone {
  display: block;
  color: #1a1a1a;
  font-size: max(min(19px, 1.55vw), 16px);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
  transition: 0.22s ease;
}

.header__phone:hover,
.header__phone:active,
.header__phone:focus {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.22s ease;
}

.header__modal-btn a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.header__order-form {
  min-height: 54px;
  font-size: max(min(14px, 1.5vw), 13px);
  padding: 5px 12px 5px max(min(18px, 1.2vw), 12px);
  text-align: left;
  max-width: 216px;
}

.header__search {
  display: flex;
  align-items: center;
  flex: auto;
  max-width: 526px;
  padding-left: 10px;
  flex: 1;
}

.header__work-time {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.header__work-time span {
  font-size: max(min(16px, 1.5vw), 14px);
}

.header__work-time b {
  color: #a7a6a6;
}

.header__work-time b:last-child {
  font-size: 12px;
}

.header__search #search {
  position: relative;
}
.header__email{
  margin-left: auto;
}
.header__email a {
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.header__email a:hover {
  text-decoration: underline;
}

.header__socials {
  display: flex;
  gap: max(min(7px, 1.2vw), 3px);
}

.header__socials a {
  text-decoration: none;
}

.header__search #search .btn-search {
  position: absolute;
  right: 3px;
  border-radius: 8px;
  border: solid 1px #242424;
  background: transparent;
  height: calc(100% - 6px);
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  z-index: 5;
}

.header__search #search .btn-search:focus,
.header__search #search .btn-search:hover {
  background-color: #242424;
}

.header__search #search .btn-search:focus img,
.header__search #search .btn-search:hover img {
  filter: brightness(8);
}

.header__search #search .form-control {
  min-height: 48px;
  border-radius: 8px;
  background-color: #f2f2f2;
  border-color: transparent;
  padding: 12px 90px 12px max(min(21px, 2vw), 15px);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.16px;
  text-align: left;
}

.header__search #search .form-control::-moz-placeholder {
  color: rgba(26, 26, 26, 0.7);
}

.header__search #search .form-control::placeholder {
  color: rgba(26, 26, 26, 0.7);
}

.header__search #search .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: unset;
}

.tel {
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header-nav {
  background-color: var(--color-bg-third);
  border-top: 1px solid var(--color-stroke-primary);
  border-bottom: 1px solid var(--color-stroke-primary);
  margin-bottom: 22px;
}

.header-nav.fixed {
  position: fixed;
  z-index: 201;
  top: 0;
  width: 100%;
}

.main-nav {
  flex: 1.3;
  padding-left: 11px;
}

.main-nav .dropdown-menu {
  padding: 0;
  background-color: var(--color-sub-menu-bg);
  border-radius: 0;
  border: none;
}

.main-nav .nav-item,
.main-nav .nav-item li {
  position: relative;
}

.main-nav .nav-item:hover>.dropdown-menu,
.main-nav .nav-item li:hover>.dropdown-menu {
  display: block;
}

.main-nav .dropdown-item {
  font-size: var(--base-font-size);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1em 1.8em;
}

.main-nav .nav-item li .dropdown-menu {
  left: 100%;
  top: 0;
}

.main-nav .nav-item.katalog {
  display: none;
}

.main-nav .nav-item.dropdown>.nav-link {
  padding-right: 30px;
}

.main-nav .nav-item.dropdown>.nav-link::after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -7px;
}

.main-nav .nav-link {
  padding: 4px max(min(13px, 1vw), 7px);
  color: #1a1a1a;
  font-size: max(min(18px, 1.45vw), 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:active,
.main-nav .nav-link:focus {
  text-decoration: underline;
}

.main-nav .nav-link.active {
  text-decoration: underline;
}

.main-nav .dropdown-item.active {
  background-color: var(--color-bg-primary);
}

.main-nav .dropdown-item:hover {
  background-color: var(--color-bg-primary);
}

.navigation-categories {
  position: relative;
  width: var(--menu-category-width);
}

.navigation-categories-toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 15px max(min(32px, 3vw), 15px);
  background: var(--color-bg-primary);
  font-size: max(min(18px, 1.5vw), 16px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  text-align: left;
  z-index: 1001;
  position: relative;
}

.navigation-categories-toggler::after {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  background: url("/image/icons/str4.png") no-repeat center;
}

.navigation-categories-toggler:focus {
  box-shadow: none;
}

.navigation-categories-toggler:hover {
  color: #fff;
}

.navigation-categories-collapse {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
}

.navigation-categories-collapse.show {
  display: block;
}

.navigation-categories-collapse .nav {
  max-height: var(--main-slider-height);
  flex-wrap: nowrap;
  background-color: #f0f0f0;
  padding-top: 10px;
  margin-top: -10px;
  border-radius: 0 0 8px 8px;
}

.navigation-categories-collapse .nav.show {
  max-height: inherit;
}

.navigation-categories-collapse .nav:not(.show) .nav-item.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.navigation-categories-collapse__all {
  position: absolute;
  bottom: -40.6px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #eeeeef;
  font-size: 16px;
  cursor: pointer;
}

.navigation-categories-collapse .nav-item:not(.no-child) {
  position: relative;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item {
  background-color: #fff;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link::after,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 6px);
  z-index: 1500;
  width: 8px;
  height: 100%;
  background-color: #fff;
}

.navigation-categories-collapse .nav-link {
  position: relative;
  padding: 14px 20px;
  border: 1px solid var(--color-stroke-primary);
  background-color: var(--color-bg-third);
  color: var(--color-text-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child)>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child)>.dropdown-item {
  background-image: url(/catalog/view/theme/default/image/category-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
}

.navigation-categories-collapse .dropdown-menu {
  top: -1px;
  left: calc(100% - 5px);
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.navigation-categories-collapse .dropdown-menu>ul>li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.navigation-categories-collapse .dropdown-menu>ul>li:hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .dropdown-item {
  font-size: var(--base-font-size);
  font-weight: 400;
  padding: 14px 20px;
  position: relative;
  white-space: normal;
  color: #333;
}

.navigation-categories-collapse .dropdown-item:focus,
.navigation-categories-collapse .dropdown-item:hover {
  text-decoration: underline;
  background: none;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item.active>.nav-link,
.navigation-categories-collapse .nav-item.active>.dropdown-item {
  text-decoration: underline;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav {
  max-height: var(--main-slider-height);
  flex-wrap: nowrap;
}

.navigation-categories-collapse.show {
  display: block;
}

.navigation-categories-collapse .nav {
  max-height: var(--main-slider-height);
  flex-wrap: nowrap;
}

.navigation-categories-collapse .nav.show {
  max-height: inherit;
}

.navigation-categories-collapse .nav:not(.show) .nav-item.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.navigation-categories-collapse__all {
  position: absolute;
  bottom: -40.6px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #eeeeef;
  font-size: 16px;
  cursor: pointer;
}

.navigation-categories-collapse .nav-item:not(.no-child) {
  position: relative;
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .nav-item:hover>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item {
  background-color: #fff;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item:not(.no-child):hover>.nav-link::after,
.navigation-categories-collapse .nav-item:not(.no-child):hover>.dropdown-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% - 6px);
  z-index: 1500;
  width: 8px;
  height: 100%;
  background-color: #fff;
}

.navigation-categories-collapse .nav-item .nav-link {
  margin: 0;
  position: relative;
  padding: 14px 20px;
  border: unset;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  color: #1a1a1a;
  padding-left: max(min(45px, 4vw), 25px);
  position: relative;
}

.navigation-categories-collapse .nav-item .nav-link::before {
  content: "+";
  display: block;
  width: 7px;
  height: 7px;
  line-height: 7px;
  font-size: 17px;
  position: absolute;
  left: max(min(25px, 2vw), 14px);
  top: 50%;
  transform: translateY(-50%);
}

.navigation-categories-collapse .nav-item .nav-link:hover {
  background-color: #fff;
}

.navigation-categories-collapse .nav-item:not(:last-child) .nav-link {
  border-bottom: 1px solid #E5E5E5;
}

.navigation-categories-collapse .nav-item:last-child .nav-link {
  border-radius: 0 0 8px 8px;
}

.navigation-categories-collapse .nav-item:not(.no-child)>.nav-link,
.navigation-categories-collapse .nav-item:not(.no-child)>.dropdown-item {
  background-image: url(/catalog/view/theme/default/image/category-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
}

.navigation-categories-collapse .dropdown-menu {
  top: -1px;
  left: calc(100% - 5px);
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.navigation-categories-collapse .dropdown-menu>ul>li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.navigation-categories-collapse .dropdown-menu>ul>li:hover>.dropdown-menu {
  display: block;
}

.navigation-categories-collapse .dropdown-item {
  font-size: var(--base-font-size);
  font-weight: 400;
  padding: 14px 20px;
  position: relative;
  white-space: normal;
  color: #333;
  display: block;
}

.navigation-categories-collapse .dropdown-item:focus,
.navigation-categories-collapse .dropdown-item:hover {
  text-decoration: underline;
  background: none;
  color: var(--color-bg-primary);
}

.navigation-categories-collapse .nav-item.active>.nav-link,
.navigation-categories-collapse .nav-item.active>.dropdown-item {
  text-decoration: underline;
  color: var(--color-bg-primary);
}

/* cart */
.cart {
  display: inline-block;
}

.cart>.btn {
  border: none;
  box-shadow: none;
  height: 54px;
  background-color: var(--color-btn-primary);
  border: unset;
  padding: 8px 14px;
  min-width: 191px;
}

.cart>.btn:hover {
  background-color: var(--color-btn-primary-hover);
}

#cart-total {
  font-size: max(min(16px, 1.35vw), 14px);
  line-height: 1;
  letter-spacing: -0.17px;
}

.cart__title {
  font-size: max(min(15px, 1.2vw), 13px);
  line-height: 1;
  letter-spacing: -0.15px;
  margin-bottom: 3px;
}

.cart__descr {
  margin-left: 12px;
  color: #fff;
}

.cart.open>.btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

.cart.open>.btn:hover {
  color: #444;
}

.cart .dropdown-menu {
  min-width: 100%;
  background: #eee;
  z-index: 1001;
}

.cart .dropdown-menu table {
  margin-bottom: 10px;
}

.cart .dropdown-menu li p {
  margin: 20px 0;
}

.cart li>div {
  min-width: 427px;
  padding: 0 10px;
}

/* Фильтр */
#column-left .box-heading {
  padding: 25px 28px 20px;
  border: 1px solid var(--color-stroke-primary);
  border-bottom: 0;
  background-color: var(--color-bg-second);
  text-transform: uppercase;
  font-size: max(min(18px, 1.5vw), 16px);
  font-weight: bold;
  color: var(--color-text-primary);
  margin: 0;
}

.mfilter-box {
  background: var(--color-bg-third);
}

.mfilter-opts-container {
  border-top: 0;
  border-bottom: 1px solid var(--color-stroke-primary);
}

.mfilter-heading {
  background: transparent;
}

.mfilter-heading-content {
  padding: 12px 25px;
  font-size: 16px;
}

.mfilter-filter-item .mfilter-options {
  padding: 0 25px 12px;
  font-size: 14px;
}

.mfilter-content #mfilter-price-slider .ui-slider-range {
  background: var(--color-bg-primary) !important;
}

.mfilter-box-1 .mfilter-counter {
  display: flex;
  background: transparent;
  color: var(--color-bg-primary);
  line-height: 1;
  margin-right: 8px;
}

.mfilter-box-1 .mfilter-counter:after,
.mfilter-box-1 .mfilter-counter::before {
  color: inherit;
  font-size: inherit;
  line-height: 1;
  display: inline-block;
}

.mfilter-box-1 .mfilter-counter::before {
  content: "(";
}

.mfilter-box-1 .mfilter-counter:after {
  content: ")";
  background: transparent;
  position: static;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  border: none;
}

/* Фильтр */
/*  ! mobile menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 65px;
  min-width: 60px;
  height: 52px;
  padding: 7px 14px;
  background-color: var(--color-btn-primary);
}

.mobile-menu .dropdown-item.active {
  background: transparent;
}

.mobile-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text-third);
}

.navbar-nav li a {
  line-height: normal;
}

.close-menu {
  display: none;
}

ul.mobile-menu {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--color-mobmenu);
  margin: 0;
  padding: 0;
}

ul.mobile-menu li>ul {
  display: none;
}

.mobile-menu-wrapper,
ul.mobile-menu .dop_menu ul,
ul.mobile-menu li>ul,
.catalog-menu-toggle>ul.m_cat_u1>li>a+div,
ul.mobile-menu .catalog-section-childs.category-child {
  position: fixed !important;
  z-index: 999999;
  top: 0 !important;
  left: 0;
  display: none;
  max-width: 80vw;
  width: max(min(300px, 100vw - 74px), 250px);
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--color-mobmenu);
  overflow-y: scroll !important;
}

ul.mobile-menu li.has {
  display: flex;
  align-items: center;
}

ul.mobile-menu li a,
ul.mobile-menu li span.separator,
.catalog-menu-toggle>ul.m_cat_u1>li>a {
  display: block;
  height: auto;
  padding: 19px 20px 20px 19px;
  border-bottom: 1px solid var(--color-stroke-primary);
  background: none;
  text-transform: uppercase;
  color: var(--color-text-primary);
  text-decoration: none;
  font-size: var(--base-font-size);
}

ul.mobile-menu li a.active,
ul.mobile-menu li span.separator.active,
.catalog-menu-toggle>ul.m_cat_u1>li>a.active {
  color: var(--color-text-secondary);
}

ul.mobile-menu li.has>a,
ul.mobile-menu li.has>span.separator {
  width: 80%;
}

ul.mobile-menu li.has>.marker {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding-left: 4px;
  border-bottom: 1px solid var(--color-stroke-primary);
  background-color: var(--color-stroke-secondary);
}

ul.mobile-menu li.has .marker i {
  display: block;
  border: 5px solid transparent;
  border-left: 5px solid var(--color-text-primary);
}

ul.mobile-menu .back {
  display: flex;
  align-items: center;
  padding: 19px 20px 20px 19px;
}

ul.mobile-menu .back i {
  display: block;
  margin-right: 20px;
  border: 5px solid transparent;
  border-right: 5px solid #000;
}

.popup {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}

.popup_bg {
  position: absolute;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.close-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  display: block;
  width: 74px;
  height: 60px;
  background-color: var(--color-bg-primary);
}

.close-menu:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 8px;
  width: 80%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.close-menu:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 8px;
  width: 80%;
  height: 2px;
  transform: rotate(-45deg);
  background: #fff;
}

.swiper-viewport {
  overflow: hidden;
}

/* product list */
.product-thumb {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--color-stroke-primary);
  border-radius: 4px;
  transition: all 0.4s;
  height: 100%;
}

.product-more-info {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -1px;
  display: none;
  width: calc(100% + 2px);
  padding: 15px;
  padding-top: 0;
  border: 1px solid var(--color-bg-primary);
  border-top: none;
  background-color: #fff;
}

.product-thumb:hover .product-more-info {
  display: block;
}

.owl-carousel .product-thumb:hover .product-more-info {
  display: none;
}

.product-attribute {
  max-width: 100%;
  overflow: hidden;
  display: block;
  padding: 0 10px;
}

.product-attribute thead>tr>td,
.product-attribute tbody>tr>td,
.product-attribute tfoot>tr>td {
  padding: 0;
  border-top: none;
}

.product-attribute tbody>tr {
  display: flex;
}

.product-attribute tbody>tr td:first-child {
  color: #aaa;
  display: block;
  white-space: nowrap;
}

.product-attribute tbody>tr td:first-child::after {
  content: "..........................................................................";
  color: #ddd;
  font-size: 10px;
}

.product-attribute tbody>tr td:nth-child(2) {
  text-align: right;
  position: absolute;
  right: 35px;
  display: block;
  background: #fff;
  padding-right: 35px;
  margin-right: -35px;
}

.product-thumb .rb-tl {
  left: 8px;
  top: 7px;
}

.product-thumb .h4 {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-thumb .h4 a {
  text-decoration: none;
  font-size: max(min(20px, 2vw), 18px);
  font-weight: bold;
  color: var(--color-text-secondary);
}

.product-thumb .image {
  padding: 20px 0;
  text-align: center;
  position: relative;
}

.product-thumb .image a,
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image a>img {
  max-width: 100%;
}

.product-thumb .desc {
  font-size: 14px;
}

.product-thumb .product-bottom {
  display: grid;
  gap: 6px;
}

.product-thumb .product-bottom .wishlist,
.product-thumb .product-bottom .compare {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--color-text-primary);
  opacity: 0.3;
}

.product-thumb .product-bottom .wishlist:hover,
.product-thumb .product-bottom .wishlist:active,
.product-thumb .product-bottom .wishlist:focus,
.product-thumb .product-bottom .compare:hover,
.product-thumb .product-bottom .compare:active,
.product-thumb .product-bottom .compare:focus {
  opacity: 1;
}

.product-thumb .product-bottom .wishlist img,
.product-thumb .product-bottom .compare img {
  max-width: 23px;
  width: 100%;
}

.product-thumb .smca-call-button {
  background-color: var(--color-btn-primary);
  padding: 15px max(min(25px, 1.5vw), 15px);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  border-radius: var(--btn-radius);
}

.product-thumb .smca-call-button:hover,
.product-thumb .smca-call-button:active,
.product-thumb .smca-call-button:focus {
  background-color: var(--color-btn-primary-hover);
}

.product-thumb .number-spinner {
  height: 100%;
}

.product-thumb .number-spinner .btn,
.product-thumb .number-spinner input[type=text] {
  border: 0;
  box-shadow: none;
  height: 100%;
  flex: 1;
}

.product-thumb .number-spinner .btn .fa {
  font-size: 12px;
}

.product-thumb .caption {
  display: flex;
  flex-direction: column;
  padding: 0 max(min(15px, 2vw), 10px) 14px;
  min-height: 245px;
  flex: auto;
}

.product-thumb .caption .price {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 25px;
}

h2.price {
  margin: 0;
}

.product-thumb .price-new,
.product-thumb .price {
  font-size: max(min(22px, 2vw), 20px);
  letter-spacing: 0px;
  line-height: 1;
  color: var(--color-text-primary);
  font-weight: 500;
}

.product-thumb .price-old {
  font-size: 16px;
  line-height: 1;
  text-decoration: line-through;
  color: #999;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-header {
  display: table-header-group;
  opacity: 0;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
}

.product-header .tr {
  font-size: max(min(16px, 1.4vw), 12px);
  text-align: center;
}

.product-header .tr>* {
  padding: max(min(15px, 1.5vw), 10px) max(min(15px, 1.5vw), 5px);
  background: var(--color-bg-primary);
}

.product-header .tr>*:first-child {
  border-radius: 8px 0 0 8px;
}

.product-header .tr>*:last-child {
  border-radius: 0 8px 8px 0;
}

.b-product-list .product-header {
  opacity: 1;
}

.b-product-grid .product-header {
  display: none;
}

.b-product-grid .product-table {
  display: contents;
}

.product-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0 2px;
}

.product-table .tr {
  display: table-row;
}

.product-table .tr>* {
  display: table-cell;
  vertical-align: middle;
}

.product-list {
  display: contents;
}

.product-list .product-thumb {
  display: contents;
}

.product-list .product-name {
  width: 50%;
}

.product-list .product-name a {
  display: block;
  font-size: max(min(16px, 1.5vw), 13px);
  line-height: 1.2;
  color: var(--color-text-primary);
  font-weight: normal;
}

.product-list .price,
.product-list .price span {
  font-size: max(min(16px, 1.5vw), 14px);
}

.product-list .product-model {
  font-weight: 600;
}

.product-list .smca-call-button {
  font-size: max(min(14px, 1.5vw), 12px);
}

.product-list .caption {
  flex-direction: row;
  min-height: 0;
  display: table-row;
}

.product-list .caption>* {
  display: table-cell !important;
  padding: max(min(15px, 1.5vw), 10px) max(min(15px, 1.5vw), 5px);
  border: 1px solid #dee0ee;
  border-right: none;
  border-left: none;
  transition: 0.15s ease;
  transition-delay: 0.05s;
  vertical-align: middle;
}

.product-list .caption>*:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #dee0ee;
}

.product-list .caption>*:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #dee0ee;
}

.product-list .caption:hover>* {
  border-color: var(--color-primary);
  transition-delay: 0s;
}

.product-list .caption .price {
  margin: 0;
  text-align: center;
}

.product-list .image {
  display: none;
}

.product-list .product-bottom {
  text-align: center;
}

.product-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.product-grid .product-name {
  order: 1;
}

.product-grid .product-model {
  font-weight: 600;
  order: 2;
}

.product-grid .product-model::before {
  content: "Модель: ";
  display: inline-block;
}

.product-grid .price {
  order: 4;
}

.product-grid .product-bottom {
  order: 5;
}

.special-price {
  color: #e95144;
  font-weight: normal;
  font-size: max(min(33px, 3vw), 28px);
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1;
  font-weight: 600;
}

.old-price {
  font-size: 19px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 600;
}

.info-inline {
  display: inline-block;
  margin-right: 15px;
  color: var(--color-bg-primary);
  font-size: 14px;
}

.info-inline b {
  color: var(--color-text-primary);
  font-weight: normal;
}

.product-h1 {
  color: var(--color-text-primary);
  margin-bottom: max(min(30px, 3.5vw), 20px);
}

.product-price .price {
  color: var(--color-text-primary);
  font-weight: 600;
  font-size: max(min(28px, 3vw), 24px);
  line-height: 1;
  letter-spacing: -1px;
}

.product-buttons {
  max-width: 360px;
}

.number-spinner-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.number-spinner-wrapper>.number-spinner {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: var(--btn-radius);
  border: 1px solid var(--color-stroke-secondary);
  /* max-width: 221px; */
}

.number-spinner-wrapper>.number-spinner #input-quantity {
  height: 43px;
  border: none;
}

.number-spinner-wrapper>.number-spinner .btn {
  height: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

.number-spinner-wrapper .btn {
  transition: 0.23s ease;
}

.number-spinner-wrapper .btn:hover,
.number-spinner-wrapper .btn:active,
.number-spinner-wrapper .btn:focus {
  box-shadow: none;
  background: unset;
}

.number-spinner-wrapper .btn:active {
  transform: scale(0.8);
  transition: 0.23s ease;
}

.add-list-btns {
  display: flex;
  align-items: center;
}

.add-list-btns .btn {
  padding: 0 5px;
  margin-left: max(min(20px, 2vw), 10px);
  opacity: 0.3;
}

.add-list-btns .btn:hover {
  opacity: 1;
}

#button-cart,
button.prod-btn-oc3oc {
  width: 100%;
  border-radius: var(--btn-radius);
  min-height: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

button.prod-btn-oc3oc {
  background-color: var(--color-btn-buyoneclick);
}

button.prod-btn-oc3oc:hover,
button.prod-btn-oc3oc:active,
button.prod-btn-oc3oc:focus {
  background-color: var(--color-btn-buyoneclick-hover);
}

.oc3oc-product-btn {
  margin-top: 10px;
  margin-bottom: 14px;
  width: 100%;
}

.thumbnails {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 max(min(85px, 8vw), 20px);
  position: relative;
  max-width: 735px;
}

.thumbnails img {
  max-width: 100%;
  height: auto;
}

.thumbnails__wrapper {
  display: flex;
}

.thumbnail {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
}

.thumbnails img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-additional-sldier img {
  height: 100%;
}

.image-main-sldier {
  flex: auto;
  border-radius: var(--btn-radius);
  overflow: hidden;
}

.image-main-sldier .thumbnail {
  margin: 0;
}

.image-main-sldier .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-main-sldier img {
  max-height: 430px;
}

.image-main-sldier,
.thumbnail-only {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-stroke-secondary);
  padding: max(min(45px, 3.5vw), 20px);
}

.image-additional a {
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  height: 100%;
}

.image-additional a img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.image-additional-sldier {
  --thumbnail-width: 118px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 0 var(--thumbnail-width);
  min-width: var(--thumbnail-width);
  height: 525px;
  margin-right: max(min(20px, 2.2vw), 10px);
}

.image-additional-sldier .splide__track {
  height: auto !important;
  flex: auto;
}

.image-additional-sldier .splide__track--nav>.splide__list>.splide__slide {
  border-radius: var(--btn-radius);
  border: 1px solid var(--color-stroke-secondary);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: max(min(15px, 2vw), 10px);
}

.image-additional-sldier .splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 2px solid var(--color-btn-primary);
}

.table> :not(:first-child) {
  border-top: 1px solid currentColor;
}

.input-group-addon {
  margin-right: 10px;
}

.product-specifications {
  font-size: 15px;
  font-weight: 400;
}

.product-specifications__title {
  margin-top: max(min(60px, 5vw), 30px);
  font-size: max(min(20px, 2vw), 18px);
  margin-bottom: 1em;
  line-height: 1.1;
  color: var(--color-text-primary);
  font-weight: 500;
}

.product-specifications__list {
  margin-bottom: 30px;
}

.product-specifications__item-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-specifications__item {
  display: flex;
  margin-bottom: 20px;
}

.product-specifications__item-name {
  display: flex;
  align-items: flex-end;
  flex: 50%;
}

.product-specifications__item-name::after {
  content: "";
  display: block;
  flex: auto;
  height: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 15px;
}

.product-specifications__item-value {
  flex: 50%;
}

#productTab {
  border: none;
  margin-bottom: max(min(35px, 4vw), 15px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

#productTab .nav-link {
  background-color: #ececec;
  border-radius: 4px;
  min-height: max(min(60px, 5vw), 45px);
  font-size: max(min(17px, 2vw), 14px);
  line-height: 1;
  color: #000;
  font-weight: 500;
  width: 100%;
}

#productTab .nav-link.active {
  background: transparent;
  border: 2px solid #999999;
}

#productTab+.tab-content {
  font-size: max(min(16px, 1.5vw), 14px);
  letter-spacing: 0px;
  line-height: 1.375;
  color: var(--color-text-primary);
  font-weight: 400;
}

.column-4 .blog_stats .hl {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-text-primary);
}

.blog_grid_holder {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 23px max(min(23px, 2vw), 10px);
}

.blog_grid_holder.column-4 {
  grid-template-columns: repeat(4, 1fr);
}

.blog_grid_holder.column-3 {
  grid-template-columns: repeat(3, 1fr);
}

.blog_grid_holder.column-2 {
  grid-template-columns: repeat(2, 1fr);
}

.blog_grid_holder .blog_item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.blog_grid_holder .image {
  border: 1px solid var(--color-stroke-secondary);
  margin: 0;
  padding: 15px;
  overflow: hidden;
}

.blog_grid_holder .image img {
  transition: 0.35s ease;
}

.blog_grid_holder .image:hover img {
  transform: scale(1.1);
}

.blog_grid_holder .summary .blog_title a {
  font-size: max(min(19px, 2vw), 14px);
  line-height: 1.2;
  color: var(--color-text-primary);
  font-weight: 400;
  text-decoration: none;
}

.blog_grid_holder .summary .blog_title a:hover,
.blog_grid_holder .summary .blog_title a:active,
.blog_grid_holder .summary .blog_title a:focus {
  color: var(--color-bg-primary);
}

.blog_grid_holder .blog_stats {
  margin-bottom: 10px;
  border: none;
}

.blog_grid_holder .blog_stats span {
  display: flex;
}

.modal {
  z-index: 99999;
}

.modal-content {
  padding: max(min(50px, 5vw), 30px) max(min(52px, 5vw), 20px);
}

.modal-body {
  padding: 0;
}

.modal-body .form-group .control-label {
  font-size: max(min(16px, 1.5vw), 14px);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}

.modal-body .form-control {
  min-height: 46px;
}

.modal-body button[type=submit] {
  min-height: 46px;
}

.modal-header {
  padding: 0;
  border: none;
  flex-direction: column;
  align-items: flex-start;
}

.modal-header .btn-close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: max(min(27px, 2.5vw), 20px);
  right: max(min(30px, 2.5vw), 20px);
  opacity: 1;
  font-size: max(min(22px, 2.5vw), 18px);
}

.modal-title {
  font-size: max(min(32px, 3vw), 26px);
  margin-bottom: 0.8em;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--color-text-primary);
  font-weight: 400;
}

.modal-subtitle {
  font-size: max(min(20px, 2vw), 16px);
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: max(min(50px, 3.5vw), 25px);
}

.delivery-banner {
  min-height: 334px;
  border-radius: 8px;
  width: 100%;
  background: #0c0c13 url("/image/theme/deliv.png") no-repeat center top/cover;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: max(min(35px, 4vw), 25px) max(min(28px, 2.2vw), 15px);
  max-width: 362px;
  margin: 0 auto;
}

.delivery-banner__title {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.delivery-banner__btn {
  min-height: 40px;
  padding: 8px 27px;
  font-size: max(min(20px, 2vw), 18px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.btn-transparent-light {
  color: #fff;
  border: solid 2px #f0f0f0;
  background-color: transparent;
}

.btn-transparent-light:hover,
.btn-transparent-light:active,
.btn-transparent-light:focus {
  color: #000;
  background-color: #f0f0f0;
}

.text-home {
  max-width: 835px;
  margin: 0 auto;
  padding: max(min(65px, 8vw), 35px) 0;
  text-align: center;
}

.text-home__title {
  font-size: max(min(42px, 4vw), 28px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}

.text-home__img {
  margin-bottom: 25px;
}

.text-home__img img {
  max-width: 100%;
  height: auto;
}

.text-home__desc {
  max-width: 673px;
  margin: 0 auto;
  font-size: max(min(20px, 2vw), 15px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.red {
  color: var(--color-primary);
}

.field__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.field__file-wrapper {
  width: 100%;
}

.field__file-fake {
  cursor: pointer;
}

.field__wrapper {
  position: relative;
  overflow: hidden;
}

.custom-form .form-group {
  margin: 0;
}

.custom-form__header {
  margin-bottom: max(min(30px, 2.5vw), 25px);
}

.custom-form__title {
  margin: 0 0 12px;
  font-size: max(min(32px, 3.5vw), 28px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: inherit;
}

.custom-form__text {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.14px;
  text-align: left;
  margin: 0;
}

.custom-form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(min(20px, 3vw), 15px) max(min(30px, 3.2vw), 15px);
  margin-bottom: 28px;
}

.custom-form__footer .btn {
  width: 100%;
  font-size: max(min(20px, 2vw), 18px);
  font-weight: 500;
  letter-spacing: -0.02em;
  opacity: 1;
}

.custom-form__footer .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.95;
}

.custom-form .politic {
  margin-top: 14px;
}

.custom-form .politic .checkbox>label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: max(min(13px, 1vw), 12px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0.13px;
  text-align: left;
}

.custom-form .politic .checkbox>label a {
  color: inherit;
}

.aw-form {
  --color-text: #fff;
  border-radius: 8px;
  color: var(--color-text);
  padding: max(min(40px, 4vw), 28px) max(min(46px, 2.8vw), 25px);
  margin-bottom: max(min(70px, 8vw), 35px);
}

.aw-form .custom-form__header {
  max-width: 661px;
}

.aw-form .custom-form__body {
  max-width: max(518px, 50%);
}

.aw-form h2,
.aw-form h3,
.aw-form h4 {
  color: var(--color-text);
}

.aw-form .form-control {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.6);
  min-height: 46px;
  color: inherit;
  padding: 5px 15px;
  border-radius: 6px;
}

.aw-form textarea {
  height: 46px;
}

.aw-form .form-control:focus {
  box-shadow: unset;
  border-color: #fff;
}

.aw-form .form-control.field__file-fake {
  border-radius: 6px;
  border: solid 2px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.1;
}

.aw-form .form-control.field__file-fake::before {
  content: "";
  display: block;
  min-width: 21px;
  width: 21px;
  height: 23px;
  background: url("/image/icons/file (2).png") no-repeat center;
}

.aw-form div.required .control-label:before {
  color: inherit;
}

.aw-form .control-label {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.14px;
}

.aw-form .text-danger {
  color: inherit !important;
  opacity: 0.9;
  font-size: 12px;
}

.aw-form--red {
  margin-bottom: 18px;
  background: var(--color-primary) url("/image/theme/form (1).png") no-repeat right top/min(481px, 45%) auto;
}

@supports (background-image: url(a.webp)) {
  .aw-form--red {
    background-image: url("/image/theme/form (1).webp");
  }
}

.aw-form--red .custom-form__footer .btn:not(:hover) {
  color: var(--color-primary);
}

.aw-form--red .politic {
  color: #fff;
}

.aw-form--black {
  background: #0C0C13 url("/image/theme/form (2).png") no-repeat right bottom/min(481px, 45%) auto;
}

@supports (background-image: url(a.webp)) {
  .aw-form--black {
    background-image: url("/image/theme/form (2).webp");
  }
}

.aw-form--black .custom-form__footer .btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.advatages {
  --cols: 4;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: max(min(16px, 1.5vw), 12px);
  margin-bottom: max(min(100px, 8vw), 35px);
}

.advatages__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  min-height: 144px;
  border-radius: 8px;
  background: #000;
  gap: 19px;
  font-size: max(min(15px, 1.2vw), 14px);
  line-height: 1.2;
  color: #fff;
  padding: 20px 10px;
}

.custom-cat {
  margin-bottom: max(min(90px, 8vw), 35px);
}

.custom-cat__grid {
  --cols: 3;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: max(min(18px, 1.5vw), 12px);
}

.custom-cat__item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: max(min(50px, 4.5vw), 15px) max(min(30px, 2.5vw), 15px) max(min(25px, 3vw), 20px);
}

.custom-cat__image {
  text-align: center;
  margin-bottom: max(min(50px, 3.5vw), 25px);
}

.custom-cat__image img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.custom-cat__name {
  font-size: max(min(20px, 2vw), 16px);
  text-decoration: none;
  line-height: 0.9;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
}

.custom-cat__name a {
  text-decoration: none;
  color: #000;
}

.custom-cat__desc {
  font-size: max(min(15px, 1.5vw), 14px);
  line-height: 1.07;
  color: #666;
  margin-bottom: max(min(42px, 4vw), 20px);
}

.custom-cat__desc p:last-child {
  margin-bottom: 0;
}

.custom-cat__readmore {
  margin-top: auto;
}

.custom-cat__readmore .btn {
  width: 100%;
  padding: 5px max(min(17px, 1.5vw), 14px);
  min-height: 40px;
  text-align: left;
  justify-content: space-between;
  font-size: max(min(19.5px, 1.75vw), 15px);
  letter-spacing: -0.39px;
}

.custom-cat__readmore .btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.custom-cat__readmore .btn:hover::after {
  filter: invert(1);
}

.seo-text {
  text-align: center;
}

.seo-text__title {
  font-size: max(min(28px, 3vw), 20px);
  line-height: 1.07;
  letter-spacing: -0.02em;
  margin: 0 0 max(min(45px, 4vw), 25px);
}

.seo-text__img {
  margin-bottom: max(min(54px, 5vw), 25px);
}

.seo-text__content {
  font-size: max(min(20px, 2vw), 15px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.seo-text img {
  max-width: 100%;
  height: auto;
}

.row-customer_register,
#total_sub_total,
#total_shipping {
  display: none !important;
}

.nds {
  font-size: 90%;
}

.button_oc {
  font-size: max(min(22px, 3vw), 20px);
  padding: 15px 35px;
}

/* footer */
.footer {
  background-color: #f3f3f3;
  margin-top: max(min(100px, 8vw), 35px);
  padding-top: max(min(40px, 4vw), 25px);
}

.footer__menu {
  flex: 35%;
}

.footer__menu .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

.footer__menu .nav a {
  padding: 0 11px;
  font-size: max(min(16px, 1.5vw), 14px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.16px;
  color: #1a1a1a;
}

.footer__menu .nav a.active,
.footer__menu .nav a:hover {
  text-decoration: underline;
}

.footer__menu .nav .separator,
.footer__menu .nav .katalog {
  display: none;
}

.footer__company {
  font-size: 15px;
  color: #989898;
  flex: 30%;
}

.footer__phones {
  display: grid;
  gap: 8px;
  text-align: right;
}

.footer__phone {
  font-size: max(min(20px, 2vw), 18px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

.footer__phone:hover,
.footer__phone:active,
.footer__phone:focus {
  text-decoration: underline;
}

.footer-info {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
}

.footer a {
  color: inherit;
}

.art_web_copyright {
  position: relative;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.art_web_copyright:hover .image {
  opacity: 1;
}

.art_web_copyright .text {
  height: 30px;
  text-align: right;
}

.art_web_copyright a {
  display: block;
  color: inherit;
}

.footer__copyright {
  font-size: 12px;
  line-height: 1.27;
  letter-spacing: -0.22px;
  text-align: right;
  color: #979595;
}

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

.footer__copyright a:hover {
  color: #000;
}

.art_web_copyright .image {
  height: 70px;
  margin-left: 10px;
  text-align: center;
  opacity: 0.6;
  transition: 0.25s;
}

.art_web_copyright .image img,
.art_web_copyright .image svg {
  width: 60px;
  height: 100%;
  margin: 0;
}

.art_web_copyright:not(:hover) svg #art-web,
.art_web_copyright:not(:hover) svg #Wblack,
.art_web_copyright:not(:hover) svg #Ared {
  fill: #979595;
}


:root #smca-modal-body>.modal-footer>input.go-button-bottom {
  background-color: var(--color-btn-primary);
}

:root #smca-modal-body>.modal-footer>input.go-button-bottom:focus,
:root #smca-modal-body>.modal-footer>input.go-button-bottom:active,
:root #smca-modal-body>.modal-footer>input.go-button-bottom:hover {
  background-color: var(--color-btn-primary-hover);
}

:root #smca-modal-body>.modal-footer>input.close-button-bottom {
  background-color: #7e7b7bcc;
}

:root #smca-modal-body>.modal-footer>input.close-button-bottom:hover {
  background-color: #000;
}

.information-information-11 .d-contacts-block {
  display: block !important;
}

.cat-image-desc {
  margin-bottom: 25px;
  font-size: 12px;
  text-wrap: balance;
}
.footer__socials{
  display: flex;
  justify-content: flex-end;  
  gap: 10px;
}
.footer__socials a{
  text-decoration: unset;
}
/* adaptive */
@media (max-width: 1350px) {
  .header__work-time {
    display: none;
  }

}

@media (max-width: 1200px) {

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }
  .header__email{
    display: none;
  }
  .header__order-form,
  .header__title {
    display: none;
  }

  .advatages__item br {
    display: none;
  }
}

@media (width <=991.98px) {
  #column-left {
    order: 2;
  }

  .header {
    padding: 10px 0;
  }

  .header__top {
    margin: 0;
  }

  .header__logo img {
    max-width: 100%;
  }

  .header__cart {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999;
  }

  .header__cart .cart>.btn {
    gap: 0;
    width: 50px;
    height: 50px;
    min-width: 0;
    padding: 10px 12px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header__cart .cart>.btn img {
    width: 100%;
    height: auto;
  }

  .header__cart .cart__title {
    margin: 0;
    display: contents;
  }

  .header__cart .cart__title {
    display: none;
  }

  .header__cart .price,
  .header__cart .text {
    display: none;
  }

  .header__cart .count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 4px;
    background: #fff;
    color: var(--color-primary);
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    padding: 3px;
  }

  .product-buttons {
    max-width: 100%;
  }

  .blog_grid_holder.column-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .custom-cat__grid {
    --cols: 2;
  }

  .footer-info {
    flex-direction: column;
    text-align: center;
  }

  .footer__menu .nav {
    justify-content: center;
  }

  #agreement_checkbox {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .buttons .simplecheckout-button-right {
    text-align: center;
    justify-content: center;
  }
  .footer__phones{
    text-align: center;
  }
  .footer__socials{
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }

  .product-thumb .button-group button,
  .product-thumb .button-group button+button {
    width: 33.33%;
  }

  .cat-head-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 0;
  }

  .blog_grid_holder.column-3,
  .blog_grid_holder.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .advatages {
    --cols: 2;
  }

  .footer__copyright {
    padding-bottom: 15px;
  }

  .simplecheckout-cart thead {
    display: none;
  }

  .simplecheckout-cart colgroup {
    display: none;
  }

  .simplecheckout-cart tbody>tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .simplecheckout-cart tbody>tr>td {
    width: 100%;
  }

  .simplecheckout-cart td.quantity .input-group {
    justify-content: center;
  }

  .simplecheckout-cart td.total,
  .simplecheckout-cart td.price {
    text-align: center;
  }

  .simplecheckout-cart tbody>tr {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-stroke-primary);
  }

  .simplecheckout-cart tbody>tr>td {
    text-align: center;
    border: none;
  }

  .simplecheckout-cart td.remove {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }

  .simplecheckout-cart td.remove .btn {
    border-radius: 0;
  }

  div.simplecheckout-cart-total {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  div.simplecheckout-cart-total span {
    margin-bottom: 3px;
  }

  .breadcrumb>li:after {
    display: none;
  }
  .header__contacts-wrap{
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
  .header__phone:last-child{
    display: none;
  }
  .header__socials img{
    width: 27px;
    height: auto;
  }
}

@media (max-width: 640px) {

  table.simplecheckout-cart td.quantity [data-onclick*=decrease],
  table.simplecheckout-cart td.quantity [data-onclick*=increase] {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .container-fluid>.container {
    padding: 0;
  }

  .product-grid {
    width: 100%;
  }

  .image-additional-sldier {
    --thumbnail-width: 80px;
  }

  .image-additional-sldier {
    height: 360px;
  }

  #productTab {
    grid-template-columns: repeat(3, 1fr);
  }

  .image-main-sldier img {
    max-height: 318px;
    margin: 0;
  }

  .image-additional-sldier img {
    aspect-ratio: 1/1;
  }

  .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }

  body .simplecheckout label {
    flex: 30%;
  }

  body .simplecheckout label+div {
    flex: 70%;
  }

  .modal-add-alert .modal-body {
    flex-direction: column;
    text-align: center;
    padding: 20px 25px;
  }

  .modal-add-alert__content {
    margin-left: 0;
  }

  .modal-add-alert__img img {
    max-width: 80px;
  }
}

@media (max-width: 480px) {
  .splide__arrow {
    width: 34px;
    height: 34px;
    opacity: 0.8;
  }

  .header__top {
    gap: 10px;
  }

  .header__phone {
    font-size: 16px;
    margin: 0;
  }

  .product-list .smca-call-button {
    font-size: 0;
    background-image: url("/image/icons/crt.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px auto;
    width: 52px;
    height: 42px;
  }

  .product-list .caption .price {
    width: 20%;
  }

  #productTab {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog_grid_holder .image {
    padding: 0;
  }

  .custom-form__inputs {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
  }

  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

@media (max-width: 460px) {
  .product-thumb .product-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .product-thumb .smca-call-button {
    grid-column: span 2;
  }
}

@media (max-width: 420px) {
  .thumbnails__wrapper {
    flex-direction: column-reverse;
  }

  .image-additional-sldier {
    --thumbnail-width: 100%;
    flex: none;
  }

  .image-additional-sldier {
    height: auto;
    margin-right: 0;
    margin-top: 15px;
  }

  .image-additional-sldier .splide__track {
    flex: none;
  }

  .image-additional-sldier .splide__track--nav>.splide__list>.splide__slide {
    height: auto !important;
  }
}

@media (max-width: 380px) {
  .mobile-menu {
    width: 48px;
    min-width: 48px;
    height: 46px;
    padding: 5px 8px;
  }

  .custom-cat__grid {
    --cols: 1;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin-top: 15vh;
    max-width: 650px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(var(--container-width) + var(--bs-gutter-x, 0.75rem) * 2);
  }

  .common-home .header {
    padding-bottom: 0;
  }

  .common-home .pos-slider:first-child {
    margin-left: calc(var(--menu-category-width) + 24px);
  }

  .common-home #column-left {
    --nav-height: 0;
    padding-top: calc(var(--nav-height) + 23px);
  }

  body.common-home .navigation-categories-collapse {
    display: block;
    z-index: 999;
  }
}

@media (min-width: 1200px) {

  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}