@charset "UTF-8";
:root {
  --color-bg-primary: #151b25;
  --color-bg-second: #eee;
  --color-bg-third: #f9f9fa;
  --color-btn-primary: #151b25;
  --color-btn-primary-hover: rgba(21, 27, 37, 0.8);
  --color-btn-secondary: #ebc597;
  --color-btn-secondary-hover: hsl(33, 67%, 67%);
  --color-btn-buyoneclick: #26ba5e;
  --color-btn-buyoneclick-hover: #197a3e;
  --color-sub-menu-bg: #276984;
  --btn-radius: 22px;
  --color-stroke-primary: #c0c6d0;
  --color-stroke-secondary: #ccc;
  --color-text-primary: #000;
  --color-text-secondary: #191d23;
  --color-text-third: #fff;
  --color-body-bg: #f0f4f7;
  --color-mobmenu: var(--color-body-bg);
  --menu-category-width: calc(25% - 18px);
  --font-family: "Onest", Helvetica, Arial, sans-serif;
  --font-family-title: var(--font-family);
  --base-font-size: 14px;
  --base-line-height: 1.2;
  --container-width: 1280px;
  --header-height: 125px;
}

body {
  background-color: var(--color-body-bg);
  background-repeat: no-repeat;
  background-position: 50% var(--header-height);
  background-image: url(../image/bg_top.jpg);
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  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;
}

.aw-icon-loope {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: no-repeat url(../image/loope.png);
}

/* 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 {
  margin-bottom: 10px;
  width: auto;
  flex: auto;
}
#search .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 4px 5px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 13px;
  background-color: #5e6166;
  border-color: #5e6166;
  color: #cfd0d1;
  border-radius: 17px;
}

#search .btn {
  z-index: 3;
  padding: 6px 11px;
  border-radius: 12.6px;
  background: #757980;
  border: 0;
}

#search .fa {
  color: #fff;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}

#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

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

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

.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: nowrap;
}

.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;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  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 {
  font-size: var(--base-font-size);
  border-radius: var(--btn-radius);
  line-height: 1;
  padding: 0.8rem 1rem;
  transition: all 0.2s ease-in;
}

.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-secondary {
  background: var(--color-btn-secondary);
  border: var(--color-btn-secondary);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: var(--color-btn-secondary-hover);
  border-color: var(--color-btn-secondary-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;
}

@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;
  }
}
@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: 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;
  }
}
/* fixed colum left + content + right*/
@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%;
  }
}
/* 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;
}

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--color-stroke-primary);
  transition: all 0.4s;
}

.sw-image {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

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

/* модалка сравнение и избранное!*/
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container-width);
  }
}
.row {
  --bs-gutter-x: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-title);
  color: var(--color-text-secondary);
}

.title-module,
.h2 {
  margin-top: 50px;
  margin-bottom: 27px;
  font-size: clamp(27px, 3.5vw, 35px);
  font-weight: 600;
  color: #384862;
}

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

@media (max-width: 480px) {
  .splide__arrow {
    width: 34px;
    height: 34px;
    opacity: 0.8;
  }
}
.slideshow-slider img {
  object-fit: cover;
  max-width: 100%;
  height: 496px;
}
@media (width <= 767.98px) {
  .slideshow-slider img {
    height: 246px;
  }
}

.best-specialist {
  background-size: cover;
  padding: 47px 15px 67px 15px;
}

.reasons__title {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  color: #000;
  margin-bottom: 35px;
}

.best-specialist__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.best-specialist__block {
  margin: 8px;
  -webkit-box-flex: calc(25% - 16px);
  -ms-flex: calc(25% - 16px);
  flex: calc(25% - 16px);
  background: #dbdbdb;
  border-radius: 6px;
  text-align: center;
  padding: 19px 10px 45px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.best-specialist__img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.best-specialist__name {
  font-size: 20px;
  line-height: 24px;
  color: #232323;
  margin-bottom: 55px;
}

.pos-slider {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.section-benefits {
  margin-top: 50px;
  margin-bottom: 65px;
  background: no-repeat center top url(../image/bg_preim.jpg);
  background-color: #7b6544;
}

.section-form-contacts__inner {
  min-height: 495px;
  border-radius: 15px;
  background: #EEEAE7 no-repeat right url(../image/bg_form.jpg);
  padding-top: 60px;
}

@media (width <= 991.98px) {
  .section-form-contacts__inner {
    min-height: unset;
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: unset;
  }
}
.content-5 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (width >= 992px) {
  .content-5 {
    width: 440px;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.title-form {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  color: #384862;
}

.descr-form {
  font-size: 17px;
  font-weight: normal;
  line-height: 1.41;
  color: #191d23;
}

.form-creator .control-label {
  display: none;
}
.form-creator .form-control {
  padding: 14px 18px;
  font-size: 17px;
  font-weight: 300;
  border-radius: 10px;
  border: none;
  background-color: #fff;
}
.form-creator .form-control::placeholder {
  color: #b5b5b5;
}
.form-creator #agree {
  font-size: 14px;
  color: #878787;
}
.form-creator #agree a {
  color: inherit;
}
.form-creator #agree label {
  position: relative;
  padding-left: 30px;
}
.form-creator #agree label input {
  position: absolute;
  top: 0;
  left: 6px;
  accent-color: #ebc597;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.form-creator button[type=submit] {
  font-size: 20px;
  font-weight: 700;
}

.mod-benefits {
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 100px;
  color: #fff;
}

.mod-benefits__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}

.mod-benefits__type {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.mod-benefits__name {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 53px;
  font-weight: 900;
  line-height: 1;
}

.mod-benefits__phone {
  padding: 10px 25px;
  border-radius: 22px;
  background-color: #ebc597;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.mod-benefits__item {
  min-height: 39px;
  padding-left: 47px;
  background: no-repeat left top url(../image/checkmark.png);
}

@media (width <= 575.98px) {
  .mod-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 479.98px) {
  .mod-benefits__grid {
    grid-template-columns: 1fr;
  }
}
.mod-catimg {
  margin-top: 65px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.mod-catimg__item {
  position: relative;
  height: 325px;
  border-radius: 15px;
  overflow: hidden;
}
.mod-catimg__item-title {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  font-size: 23px;
  font-weight: 600;
  color: #384862;
  z-index: 2;
}
.mod-catimg__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-catimg__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-catimg__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-decoration: none;
}

@media (width <= 991.98px) {
  .mod-catimg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 767.98px) {
  .mod-catimg__item {
    height: 150px;
  }
  .mod-catimg__item-title {
    left: 10px;
    right: 10px;
    top: 10px;
    font-size: 16px;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Header */
.header-main {
  box-shadow: 0px 10px 25px 0 rgba(25, 29, 35, 0.1);
  background-color: #151b25;
  margin-bottom: 40px;
  color: #fff;
}

.header-main__container {
  min-height: var(--header-height);
  position: relative;
  padding-top: 30px;
}

@media (width <= 991.98px) {
  :root {
    --header-height: 80px;
  }
  .header-main__container {
    padding-top: 0;
  }
}
.header-main__logo {
  margin-top: -16px;
}

@media (width <= 991.98px) {
  .header-main__logo {
    margin-top: 0;
    max-height: var(--header-height);
  }
}
.header-main__logo img {
  max-height: 100%;
}

.header-main__site-name {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.header-main__site-after-name {
  font-size: 13px;
  font-weight: 300;
  color: #c2c2c2;
  white-space: nowrap;
}

.header-main__address {
  font-size: 14px;
  font-weight: 300;
  color: #c2c2c2;
}

.header-main__tel a {
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  color: inherit;
}

.header-main__tel a span {
  color: inherit;
}

.header-main__tel svg {
  width: 23px;
}

.header-main__tel svg * {
  fill: currentColor;
}

.header-main__working-hours {
  font-size: 12px;
  font-weight: 300;
  color: #c2c2c2;
}

.header-main__col-search {
  max-width: 315px;
}

.info-box {
  margin-bottom: 10px;
}

.info-box__slogan {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--color-bg-primary);
}

.info-box__address,
.info-box__working-hours {
  font-size: 14px;
  white-space: pre-line;
}

.contacts-box {
  margin-bottom: 10px;
}

.contacts-box__telephon {
  font-size: 16px;
}

.header-nav {
  position: absolute;
  left: 96px;
  right: 0;
  bottom: 10px;
}

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

.main-nav {
  flex: 1;
}
.main-nav .dropdown-menu {
  padding: 0;
  background-color: var(--color-sub-menu-bg);
  border-radius: 0;
  border: none;
}
.main-nav .nav {
  display: flex;
  justify-content: space-between;
}

.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: 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: #c2c2c2;
}
.main-nav .nav-link:hover, .main-nav .nav-link:active, .main-nav .nav-link:focus {
  color: var(--color-btn-secondary);
}

.main-nav .nav-link.active {
  color: var(--color-btn-secondary);
}

.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: block;
  width: 100%;
  height: calc(100% + 2px);
  margin-top: -1px;
  padding: 14px 20px;
  background: var(--color-bg-primary);
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-text-third);
}

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

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

.navigation-categories-toggler__brand {
  margin-left: 10px;
}

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

.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 ~ .nav-item .nav-link {
  margin-top: -1px;
}

.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-toggler {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: var(--color-bg-primary);
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-text-third);
}

.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 ~ .nav-item .nav-link {
  margin-top: -1px;
}

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

#cart-total {
  font-size: 14px;
}

.cart__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #a5a5a8;
}

.cart__descr {
  margin-left: 56px;
}

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

@media (min-width: 992px) {
  body.common-home .navigation-categories-collapse {
    display: block;
    z-index: 999;
  }
}
@media (max-width: 991px) {
  .header-main > .container-lg {
    padding-right: 0;
  }
  .header-main__tel a {
    font-size: 0;
  }
  .cart {
    margin-left: 15px;
  }
  .cart .btn {
    padding: 0 10px 0 0;
  }
  .cart .btn img {
    max-width: 28px;
  }
  .cart__descr {
    display: none;
  }
}
/* Фильтр */
.mfilter-box {
  background: #fff;
  border-radius: 10px;
}

.box-content.mfilter-content {
  display: flex;
  border: none;
}

@media (width >= 992px) {
  .common-home .mfilter-content_top {
    position: absolute;
    z-index: 5;
    top: calc(436px + var(--header-height));
    left: 50%;
    transform: translateX(-50%);
  }
}
#mfilter-opts-price-min, #mfilter-opts-price-max {
  width: 100%;
  max-width: unset;
  min-width: unset;
}

.mfilter-box .mfilter-opts-slider-min, .mfilter-box .mfilter-opts-slider-max {
  width: 100%;
  max-width: unset;
  min-width: unset;
}

.mfilter-content_top .mfilter-content > ul {
  display: flex;
}

.mfilter-content_top .mfilter-content > ul > li {
  position: relative;
  display: block;
  border-top: none;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 100%;
}

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
  border-top: none;
}

.mfilter-content_top .mfilter-content > ul > li:hover .mfilter-content-opts {
  display: block;
}

.mfilter-content_top .mfilter-content > ul > li:last-child .mfilter-heading {
  border-right: 0;
}

.mfilter-heading-text > span {
  white-space: nowrap;
}

.mfilter-button-bottom {
  flex: 1 0 auto;
  padding: 5px 6px 5px 0;
}
.mfilter-button-bottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 100%;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: var(--color-btn-secondary);
}

#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-opts-container {
  position: relative;
  background-color: #fff;
  border-top: 0;
  border-bottom: 1px solid var(--color-stroke-primary);
}

.mfilter-opts-container::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  height: 10px;
  width: 100%;
  background-color: #fff;
}

.mfilter-heading {
  background: transparent;
}

.mfilter-heading-content {
  padding: 25px 75px 25px 25px;
  font-size: 16px;
  background: no-repeat calc(100% - 10px) 50% url(../image/more.png);
}

.mfilter-filter-item .mfilter-options {
  padding: 0 10px 10px;
  font-size: 13px;
}

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

.mfilter-button-bottom .btn {
  border-radius: 7px;
}

.mfilter-content_top .mfilter-category-cat_checkbox .mfilter-tb > .mfilter-tb-as-tr,
.mfilter-content_top .mfilter-tb .mfilter-tb {
  background-color: unset;
  float: none;
}

@media (width <= 991.98px) {
  .mfilter-content_top {
    margin-top: 35px;
  }
  .mfilter-content_top .mfilter-content > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mfilter-content_top .mfilter-content > ul > li {
    flex: 0 50%;
  }
  .mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
    display: block;
    width: 100%;
    min-width: unset;
    border-right: 1px solid #dbdee1 !important;
  }
  .mfilter-content_top .mfilter-content > ul > li:nth-child(2n) .mfilter-heading {
    border-right: 0 !important;
  }
  .box-content.mfilter-content {
    flex-direction: column;
  }
  .mfilter-heading-content {
    padding-left: 10px;
    padding-right: 25px;
  }
  .mfilter-button-bottom .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width <= 575.98px) {
  .mfilter-heading-content {
    font-size: 12px;
  }
}
/* Фильтр */
/*  ! mobile menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 74px;
  height: 60px;
  padding: 10px 20px;
  margin-left: 10px;
  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;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s;
  height: 100%;
}

.product-thumb:hover {
  box-shadow: inset 0 0 0 2px var(--color-stroke-primary);
}

.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: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.13;
}

.product-thumb .h4 a {
  text-decoration: none;
  color: var(--color-text-secondary);
}
.product-thumb .h4 a:hover {
  text-decoration: underline;
  color: #384862;
}

.product-location {
  color: #878787;
}

.product-thumb .image {
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

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

.product-thumb .image a > img {
  max-width: 100%;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

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

.product-thumb .product-bottom {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 41px 41px;
}
.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 10px;
  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: 165px;
  padding-bottom: 85px;
  flex: auto;
}
.product-thumb .caption .price {
  position: absolute;
  left: 0;
  margin-bottom: 0;
  padding: 0 20px;
  bottom: 28px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

h2.price {
  margin: 0;
}

.product-thumb .price-new,
.product-thumb .price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  color: #191d23;
}

.price-priceofsquare {
  font-size: 14px;
  font-weight: 500;
  color: #5b9fcb;
}

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

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.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;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 460px) {
  .product-thumb .product-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .product-thumb .smca-call-button {
    grid-column: span 2;
  }
}
.product-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 45px;
  height: 45px;
  box-shadow: inset 0 0 0 2px #e1e6ed;
  background-color: #fff;
  background-image: url(../image/place.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.2s ease-in;
}
.product-link:hover {
  background-color: var(--color-btn-secondary);
  background-image: url(../image/a_place.png);
  box-shadow: inset 0 0 0 2px var(--color-btn-secondary);
}

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

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

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

@media (max-width: 991px) {
  .product-buttons {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .image-additional-sldier {
    --thumbnail-width: 80px;
  }
  .image-additional-sldier {
    height: 360px;
  }
  #productTab {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  #productTab {
    grid-template-columns: repeat(2, 1fr);
  }
}
@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;
  }
}
.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;
}

@media (max-width: 991px) {
  .blog_grid_holder.column-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .blog_grid_holder.column-3,
  .blog_grid_holder.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .blog_grid_holder .image {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    margin-top: 15vh;
    max-width: 650px;
  }
}
@media (max-width: 575px) {
  .modal-dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.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);
}

/* footer */
.footer {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #151b25;
  background-image: url(../image/bg_ft.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 12px;
  color: #fff;
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: max(min(45px, 5vw), 30px);
}
.footer__socials::before, .footer__socials::after {
  content: "";
  display: block;
  width: 100%;
  flex: auto;
  height: 1px;
  border-bottom: 1px solid var(--color-stroke-secondary);
}
.footer__socials-links {
  display: flex;
  margin: 0 max(min(54px, 4vw), 10px);
}
.footer__socials-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(min(35px, 3vw), 22px);
  border-radius: 4px;
  color: var(--color-stroke-secondary);
  border: 1px solid currentColor;
  width: max(min(55px, 5vw), 42px);
  height: max(min(55px, 5vw), 42px);
  text-decoration: none;
  margin: 0 max(min(10px, 1vw), 5px);
}
.footer__socials-links a:hover, .footer__socials-links a:active, .footer__socials-links a:focus {
  color: #fff;
}
.footer__socials-links a i {
  font-size: inherit;
}
.footer__copyright {
  color: #5a6371;
}

.footer a {
  text-decoration: none;
  color: inherit;
}
.footer a:hover {
  text-decoration: underline;
}

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

.art_web_copyright:not(:hover) svg * {
  fill: currentColor !important;
}

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

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

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

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

.art_web_copyright .image img #Wblack,
.art_web_copyright .image img #art-web,
.art_web_copyright .image svg #Wblack,
.art_web_copyright .image svg #art-web {
  fill: #fff;
}

.footer-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo__site-name {
  margin-top: -30px;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-logo__site-after-name {
  font-size: 14px;
  font-weight: 300;
}

.footer-company-descr__title {
  margin-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
}
.footer-company-descr__text {
  font-size: 15px;
}

@media (width >= 768px) {
  .footer-contacts {
    text-align: right;
  }
}
.footer-contacts__title {
  opacity: 0.75;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0, transparent 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 37px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-contacts__phone {
  margin-bottom: 1rem;
}
.footer-contacts__phone a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer-contacts__open {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 300;
}
.footer-contacts__address {
  font-size: 14px;
  font-weight: 300;
}

.footer-no-offeret {
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 19px;
  font-weight: 100;
  color: #a0a9b7;
}

@media (max-width: 991px) {
  #agreement_checkbox {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .buttons .simplecheckout-button-right {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .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;
  }
}
@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) {
  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;
  }
}
/*# sourceMappingURL=stylesheet.css.map */
