@charset "UTF-8";
@font-face {
  font-family: "KT Kiyosuna Sans";
  src: url("../fonts/KiyosunaSans/KiyosunaSans-B-1.0.1.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KT Kiyosuna Sans";
  src: url("../fonts/KiyosunaSans/KiyosunaSans-L-1.0.1.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-body-bg: #000;
  --color-stroke-primary: #646464;
  --color-btn-buyoneclick: #26ba5e;
  --color-btn-buyoneclick-hover: #197a3e;
  --font-family: "KT Kiyosuna Sans", sans-serif;
  --base-font-size: 16px;
  --base-font-weight: 300;
  --base-line-height: 1.2;
  --header-font-weight: bold;
  --header-line-height: 1.2;
  --color-text-primary: #f5f5f5;
  --color-primary: #e8d2a3;
  --gradient-primary: linear-gradient(to right, #e8d2a3 0%, #bea161 35%, #fbe3b3 65%, #dcc289 100%);
  --color-mobmenu: var(--color-body-bg);
}

body {
  width: 100%;
  background-color: var(--color-body-bg);
  background-image: url(/image/media/bg-body.webp);
  font-family: var(--font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  line-height: var(--base-line-height);
  color: var(--color-text-primary);
}

b, strong {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.title-module {
  font-weight: var(--header-font-weight);
  line-height: var(--header-line-height);
  color: var(--color-text-primary);
}

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

/* Override the bootstrap defaults */
h1, .h1 {
  font-size: 60px;
}

h2, .h2, .title-module {
  font-size: 50px;
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 16px;
}

a {
  color: var(--color-text-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;
}

.form-select {
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.59961 0.357367C0.486355 0.469697 0.396462 0.60334 0.335117 0.750587C0.273771 0.897833 0.242188 1.05577 0.242188 1.21528C0.242188 1.3748 0.273771 1.53273 0.335117 1.67998C0.396462 1.82723 0.486355 1.96087 0.59961 2.0732L6.64128 8.11487C6.75361 8.22812 6.88725 8.31802 7.0345 8.37936C7.18174 8.44071 7.33968 8.47229 7.49919 8.47229C7.65871 8.47229 7.81664 8.44071 7.96389 8.37936C8.11114 8.31802 8.24478 8.22812 8.35711 8.11487L14.3988 2.0732C14.512 1.96087 14.6019 1.82723 14.6633 1.67998C14.7246 1.53273 14.7562 1.3748 14.7562 1.21528C14.7562 1.05577 14.7246 0.897833 14.6633 0.750587C14.6019 0.60334 14.512 0.469697 14.3988 0.357367C14.2864 0.244111 14.1528 0.154219 14.0056 0.0928736C13.8583 0.0315285 13.7004 -5.62668e-05 13.5409 -5.62668e-05C13.3813 -5.62668e-05 13.2234 0.0315285 13.0762 0.0928736C12.9289 0.154219 12.7953 0.244111 12.6829 0.357367L7.49919 5.5532L2.31544 0.357367C2.20311 0.244111 2.06947 0.154219 1.92222 0.0928736C1.77498 0.0315285 1.61704 -5.62668e-05 1.45753 -5.62668e-05C1.29801 -5.62668e-05 1.14008 0.0315285 0.99283 0.0928736C0.845584 0.154219 0.711941 0.244111 0.59961 0.357367Z' fill='%23F5F5F5'/%3E%3C/svg%3E");
  font-size: 24px;
  font-weight: bold;
  color: var(--color-text-primary);
}

.form-select:focus {
  box-shadow: none;
}

.form-select option {
  background: #000;
}

.select-order-cat {
  margin-bottom: 40px;
}

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

/* 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-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-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;
}

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

#content {
  min-height: 600px;
}

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

/* breadcrumb */
.breadcrumb {
  display: none;
  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;
  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;
  margin-bottom: 100px;
  justify-content: center;
}
.pagination .page-item .page-link {
  border: none;
  padding: 8.5px 14px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: #646464;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active .page-link {
  color: var(--color-text-primary);
}
.pagination .page-item:first-child {
  margin-right: auto;
}
.pagination .page-item:first-child .page-link {
  padding-left: 42px;
  background-position: 14px 50%;
  background-image: url(/image/icons/p-ar-l.svg);
}
.pagination .page-item:last-child {
  margin-left: auto;
}
.pagination .page-item:last-child .page-link {
  padding-right: 42px;
  background-position: calc(100% - 14px) 50%;
  background-image: url(/image/icons/p-ar-r.svg);
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background-color: #333;
  color: var(--color-text-primary);
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  background-color: #646464;
}
.pagination .page-item:not(:first-child):not(:last-child) .page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media (width <= 767.98px) {
  .pagination {
    margin-bottom: 80px;
  }
  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    padding: 8px 5px;
    background-image: unset;
  }
}

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

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

.btn {
  font-size: 20px;
  font-weight: 700;
  border-radius: 45px;
  line-height: 1.2;
  padding: 14px 24.5px;
  transition: opacity 0.15s, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn-default {
  background: #f5f5f5;
  border: #f5f5f5;
  color: #0d0c0b;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #969696;
  border-color: #969696;
  color: #0d0c0b;
}

.btn-primary {
  border: none;
  background: linear-gradient(138deg, #fae8c0 0%, #bea161 29.17%, #fbe3b3 76.64%, #d9bf85 100%) #bea161;
  font-size: 24px;
  color: #0d0c0b;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  opacity: 0.6;
  color: #0d0c0b;
  box-shadow: none;
}

.btn-primary:active:focus {
  box-shadow: none;
}

.btn-remove {
  padding: 0;
}

.icon-remove {
  display: block;
  width: 50px;
  height: 50px;
  background: no-repeat url(/image/icons/basil_cross-outline.svg);
}

#smca-modal-body > .modal-footer > input.go-button-bottom {
  border: none;
  background: linear-gradient(138deg, #fae8c0 0%, #bea161 29.17%, #fbe3b3 76.64%, #d9bf85 100%) #bea161;
  border-radius: 45px;
  color: #0d0c0b;
}
#smca-modal-body > .modal-footer > input.go-button-bottom:hover,
#smca-modal-body > .modal-footer > input.go-button-bottom:active,
#smca-modal-body > .modal-footer > input.go-button-bottom:focus {
  opacity: 0.6;
  background: linear-gradient(138deg, #fae8c0 0%, #bea161 29.17%, #fbe3b3 76.64%, #d9bf85 100%) #bea161 !important;
  color: #0d0c0b;
}

.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;
  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);
  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: 40px;
}
body .simplecheckout .simplecheckout-block .radio {
  margin-bottom: 3px;
}

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

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

.panel-heading {
  cursor: initial;
}
.panel-heading .box-heading {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}

.sb-am li {
  line-height: 1.2;
}

.sb-am .item-wrapper > div {
  padding: 5px 0;
  align-items: center;
}

.sb-am li > .item-toggle:after {
  opacity: 1;
  text-shadow: none;
  color: var(--color-text-primary);
}

.sb-am .item-wrapper,
.sb-am .item-wrapper > div {
  display: inline-flex;
  color: var(--color-text-primary);
}

.sb-am .item-wrapper {
  width: auto;
}

.sb-am li.active > .item-wrapper,
.sb-am li .item-wrapper:hover {
  text-shadow: none;
}

.sb-am li.active > .item-wrapper .item-title,
.sb-am .item-wrapper.item-current .item-title,
.sb-am li .item-wrapper:hover .item-title {
  text-decoration: underline;
}

.sb-am li a.item-current {
  font-weight: 300;
}

.sb-am .item-wrapper .item-title {
  width: auto;
}

.sb-am .item-wrapper .btn-toggle {
  width: 30px;
  padding: 0;
}

.sb-am .btn-toggle span {
  width: 30px;
  height: 30px;
}

.sb-am .btn-toggle span:before {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none !important;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -15px;
  content: "\f105";
  opacity: 1 !important;
  transform: rotate(90deg);
}

.sb-am li.active > .item-wrapper .btn-toggle span:before {
  transform: rotate(270deg);
}

.sb-am li li .item-wrapper {
  padding-left: 20px;
}

.sb-am li li.active > .item-wrapper .item-arrow:before, .sb-am li li .item-current .item-arrow:before {
  display: none;
}

/* подкатегории */
.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-primary);
}

/* подкатегории !*/
/* модалка сравнение и избранное */
.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;
}

/* модалка сравнение и избранное!*/
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
  --container-width: 1780px;
  max-width: var(--container-width);
}
@media (width <= 767.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 20px;
  }
}

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

.carousel-mod {
  position: relative;
  margin-top: 76px;
  margin-bottom: 100px;
}

.mod-latest {
  position: relative;
  margin-top: 76px;
  margin-bottom: 100px;
}
.mod-latest .title-module {
  margin-bottom: 0;
}
.carousel-mod__row {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 1199.98px) {
  .mod-latest {
    margin-top: 36px;
    margin-bottom: 50px;
  }
  .carousel-mod__row {
    margin-bottom: 20px;
  }
  .mod-latest .title-module {
    font-size: 24px;
  }
}
@media (width <= 767.98px) {
  .mod-latest {
    margin-top: 32px;
    margin-bottom: 5px;
  }
}

.mod-unik-pryanik {
  --bg-style: 50% 50% / cover url(/image/media/bg-block.webp) #0d0c0b;
  margin-bottom: 50px;
}
.mod-unik-pryanik__title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}
.mod-unik-pryanik__text {
  margin-top: 17px;
  margin-bottom: 23px;
  font-size: 14px;
}
.mod-unik-pryanik__image {
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
  background: var(--bg-style);
}
.mod-unik-pryanik__image img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 217px;
  display: block;
}
.mod-unik-pryanik__btn-wrap .btn {
  width: 100%;
  font-size: 20px;
  padding: 10px;
}
@media (width >= 768px) {
  .mod-unik-pryanik {
    position: relative;
    background: var(--bg-style);
  }
  .mod-unik-pryanik__inner {
    min-height: 402px;
    padding-top: 125px;
  }
  .mod-unik-pryanik__title {
    max-width: 550px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .mod-unik-pryanik__text {
    max-width: 550px;
    margin-bottom: 60px;
    font-size: 16px;
  }
  .mod-unik-pryanik__btn-wrap .btn {
    width: auto;
    padding: 12.5px 57.5px;
  }
  .mod-unik-pryanik__image {
    margin-left: 0;
    margin-right: 0;
    background: none;
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 12px;
    left: 574px;
  }
  .mod-unik-pryanik__image img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    margin: 0 0 0 auto;
  }
}
@media (width >= 1200px) {
  .mod-unik-pryanik__title {
    max-width: 1026px;
    margin-bottom: 0;
    font-size: 60px;
  }
  .mod-unik-pryanik__text {
    max-width: 850px;
    margin-bottom: 50px;
    font-size: 20px;
  }
  .mod-unik-pryanik__btn-wrap .btn {
    padding: 14px 88px;
  }
  .mod-unik-pryanik__inner {
    position: relative;
    min-height: 737px;
    padding-top: 226px;
    padding-right: 694px;
  }
  .mod-unik-pryanik__image {
    top: 40px;
    right: 30px;
    bottom: 60px;
  }
}

.mod-who {
  margin-bottom: 10px;
}
.mod-who__title {
  margin-bottom: 12px;
}
.mod-who__text {
  margin-bottom: 40px;
  font-size: 12px;
}
.mod-who__text p {
  margin-bottom: 0;
}
.mod-who__list {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.mod-who__image {
  margin-bottom: 28px;
}
.mod-who__item {
  flex: 1;
}
.mod-who__item-ic {
  max-width: 25px;
  margin: 7px auto;
}
.mod-who__item-ic img {
  max-width: 100%;
}
.mod-who__item-text {
  text-align: center;
  font-size: 12px;
}
@media (width >= 768px) {
  .mod-who {
    display: grid;
    gap: 20px;
    grid-template-columns: 350px 1fr;
  }
  .mod-who__title {
    margin-bottom: 25px;
  }
  .mod-who__list {
    gap: 15px;
  }
  .mod-who__image {
    margin-top: 14px;
  }
  .mod-who__item-ic {
    max-width: 43px;
    margin-bottom: 14px;
  }
}
@media (width >= 992px) {
  .mod-who__item-text {
    font-size: 14px;
  }
}
@media (width >= 1500px) {
  .mod-who {
    grid-template-columns: 636px 1fr;
  }
  .mod-who__text {
    font-size: 16px;
  }
  .mod-who__list {
    max-width: 636px;
    position: relative;
    top: -150px;
    right: 656px;
  }
  .mod-who__item-ic {
    max-width: 45px;
    margin-bottom: 14px;
  }
  .mod-who__item-text {
    font-size: 16px;
  }
}

.mod-main-cat {
  margin-bottom: 115px;
}
.mod-main-cat__title {
  margin-bottom: 25px;
}
.mod-main-cat__grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 134px repeat(2, 219px);
}
.mod-main-cat__el {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.mod-main-cat__el::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.mod-main-cat__el-premium::after {
  background-image: url(/image/media/cat-premium.jpg);
}
.mod-main-cat__el-hit::after {
  background-image: url(/image/media/cat-hit.jpg);
}
.mod-main-cat__el-popular::after {
  background-image: url(/image/media/cat-popular.jpg);
}
.mod-main-cat__el::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 0.4;
  transition: opacity 0.4s ease-out;
}
.mod-main-cat__el:first-child {
  margin-left: calc(var(--bs-gutter-x) * -1);
  margin-right: calc(var(--bs-gutter-x) * -1);
}
.mod-main-cat__el:first-child::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 67%);
  opacity: 0.5;
}
.mod-main-cat__el:first-child .mod-main-cat__el-title {
  left: calc(38px + var(--bs-gutter-x));
  bottom: 30px;
}
.mod-main-cat__el-title {
  position: absolute;
  bottom: 20px;
  left: 38px;
  z-index: 1;
  font-size: 14px;
  padding-right: 37px;
  background: no-repeat 100% 50%/17px url(/image/icons/arrow-el.svg);
  color: var(--color-text-primary);
}
@media (width >= 768px) {
  .mod-main-cat {
    margin-bottom: 50px;
  }
  .mod-main-cat__title {
    margin-bottom: 40px;
  }
  .mod-main-cat__grid {
    gap: 17px 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 311px 307px;
  }
  .mod-main-cat__el::after {
    transition: transform 0.4s ease-out;
  }
  .mod-main-cat__el:first-child {
    margin-left: 0;
    margin-right: 0;
    grid-column: span 2;
  }
  .mod-main-cat__el:first-child .mod-main-cat__el-title {
    bottom: 60px;
    padding-right: 56px;
  }
  .mod-main-cat__el:nth-child(2) {
    grid-area: 2/2/3/3;
  }
  .mod-main-cat__el:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .mod-main-cat__el-title {
    left: 43px;
    bottom: 45px;
    padding-right: 44px;
    font-size: 24px;
    background-size: 24px;
  }
  .mod-main-cat__el:hover::after {
    transform: scale(1.05);
  }
  .mod-main-cat__el:hover::before {
    opacity: 0;
  }
}
@media (width >= 1200px) {
  .mod-main-cat {
    margin-bottom: 92px;
  }
  .mod-main-cat__title {
    margin-bottom: 75px;
  }
  .mod-main-cat__grid {
    gap: 40px 48px;
    grid-template-rows: 552px 552px;
  }
  .mod-main-cat__el-title {
    left: 40px;
    bottom: 37px;
    padding-right: 57px;
    font-size: 50px;
    background-size: 37px;
  }
  .mod-main-cat__el:first-child .mod-main-cat__el-title {
    padding-right: 87px;
  }
}

.mod-pryanik-zakaz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 516px;
  padding-left: 47px;
  padding-right: 27px;
  background: no-repeat 50% 50%/cover url(/image/media/bg-block.webp) #0d0c0b;
}
.mod-pryanik-zakaz__title {
  max-width: 956px;
  margin-bottom: 0;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mod-pryanik-zakaz__image img {
  max-width: 100%;
  height: auto;
}
@media (width <= 1199.98px) {
  .mod-pryanik-zakaz {
    height: 253px;
  }
  .mod-pryanik-zakaz__title {
    max-width: 377px;
  }
  .mod-pryanik-zakaz__image {
    max-width: 377px;
  }
}
@media (width <= 767.98px) {
  .mod-pryanik-zakaz {
    height: auto;
    padding: 5px;
  }
  .mod-pryanik-zakaz__title {
    font-size: 15px !important;
  }
  .mod-pryanik-zakaz__image {
    max-width: 120px;
  }
}

.mod-sozdanie-pyanika {
  margin-top: 97px;
}
.mod-sozdanie-pyanika__title {
  margin-bottom: 94px;
  text-align: center;
}
.mod-sozdanie-pyanika__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 24px;
}
.mod-sozdanie-pyanika__item {
  padding: 30px 8px 49px 22px;
  background-color: #161513;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(122deg, #fae8c0 -12%, #bea161 20%, #fbe3b3 72%, #d9bf85 97%);
  border-image-slice: 1;
}
.mod-sozdanie-pyanika__item-title {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: bold;
}
.mod-sozdanie-pyanika__item-text {
  font-size: 20px;
  font-weight: bold;
}
@media (width <= 1199.98px) {
  .mod-sozdanie-pyanika__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 767.98px) {
  .mod-sozdanie-pyanika {
    margin-top: 30px;
  }
  .mod-sozdanie-pyanika__title {
    margin-bottom: 44px;
    font-size: 20px !important;
  }
  .mod-sozdanie-pyanika__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mod-sozdanie-pyanika__item {
    padding: 20px;
    padding-bottom: 2px;
  }
  .mod-sozdanie-pyanika__item-title {
    position: relative;
    font-size: 18px;
  }
  .mod-sozdanie-pyanika__item-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: no-repeat 100% 0 url(/image/icons/menu-arr.svg);
    transform: rotateX(180deg) !important;
    transition: 0.2s;
  }
  .mod-sozdanie-pyanika__item-title.active::after {
    transform: rotateX(0deg) !important;
  }
  .mod-sozdanie-pyanika__item-text {
    padding-bottom: 18px;
    overflow: hidden;
    font-size: 15px;
  }
  .mod-sozdanie-pyanika__item.active .mod-sozdanie-pyanika__item-text {
    height: auto;
  }
}

.mod-why-we {
  margin-top: 100px;
  margin-bottom: 125px;
}
.mod-why-we__title {
  margin-bottom: 70px;
  text-align: center;
}
.mod-why-we__content-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.mod-why-we__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mod-why-we__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.mod-why-we__item-text {
  text-wrap: balance;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (width <= 767.98px) {
  .mod-why-we {
    margin-top: 40px;
  }
  .mod-why-we__title {
    margin-bottom: 50px;
  }
  .mod-why-we__content-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .mod-why-we__item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .mod-why-we__item-text {
    max-width: 220px;
    font-size: 15px;
  }
}

.calc-pryanikzakaz {
  margin-top: 200px;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
.calc-pryanikzakaz__title {
  margin-bottom: 76px;
  text-align: center;
}
.calc-pryanikzakaz__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 24px;
}
.calc-pryanikzakaz__descr {
  margin-top: 46px;
  margin-bottom: 64px;
  text-align: center;
  opacity: 0.5;
  font-size: 20px;
}
.calc-pryanikzakaz__btn-wrap .btn {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 30px;
}
@media (width <= 767.98px) {
  .calc-pryanikzakaz {
    margin-top: 55px;
  }
  .calc-pryanikzakaz__title {
    margin-bottom: 22px;
  }
  .calc-pryanikzakaz__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .calc-pryanikzakaz__descr {
    margin-top: 26px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}


.form-pryanikzakaz .row > .col-sm-12 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 24px;
}

.form-pryanikzakaz {
  margin-top: 200px;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
}
.form-pryanikzakaz .modal-header {
  align-items: center;
}
.form-pryanikzakaz .modal-title {
  margin-bottom: 76px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.form-pryanikzakaz .modal-footer {
  border-top: none;
}
.form-pryanikzakaz .modal-footer::before {
  content: "Для начинок PREMIUM суммарный вес пряников не должен быть менее 16 кг. Итоговая сумма формируется из цены пряников (совокупность выбранного веса, начинки и количества) и цены пряничной доски.";
  margin-top: 46px;
  margin-bottom: 64px;
  text-align: center;
  opacity: 0.5;
  font-size: 20px;
}
.form-pryanikzakaz :is(input,select).form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 19px;
  padding-bottom: 19px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f5f5f5;
}
.form-pryanikzakaz .form-control:focus {
  box-shadow: none;
}
.form-pryanikzakaz .control-label {
  display: none;
}
.form-pryanikzakaz input {
  opacity: .8;
}
.form-pryanikzakaz input:focus {
  opacity: 1;
}
.form-pryanikzakaz .select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.form-pryanikzakaz .select select {
  cursor: pointer;
}
.form-pryanikzakaz .select option {
  background: #000;
  font-size: 18px;
  cursor: pointer;
}
.form-pryanikzakaz .select::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  margin-top: -10px;
  background: no-repeat 50% 50% url(/image/icons/menu-arr.svg);
  transform: rotate(180deg);
  transition: 0.2s;
}
.form-pryanikzakaz .select:focus-within::after {
  transform: rotate(0deg);
}
.form-pryanikzakaz input[type=date] {
  cursor: text;
}
.form-pryanikzakaz .btn {
  opacity: 1;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 30px;
}


.styled__control input,
.styled__control select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 19px;
  padding-bottom: 19px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #f5f5f5;
}
.styled__control input {
  opacity: .8;
}
.styled__control input:focus {
  opacity: 1;
}
.styled__control input::-moz-placeholder, .styled__control select::-moz-placeholder {
  color: #f5f5f5;
}
.styled__control input::placeholder,
.styled__control select::placeholder {
  color: #f5f5f5;
}
.styled__control input:focus,
.styled__control select:focus {
  box-shadow: none;
  outline: none;
}
.styled__control option {
  background: #000;
  font-size: 18px;
  cursor: pointer;
}
.styled__control-select {
  position: relative;
}
.styled__control select {
  cursor: pointer;
}
.styled__control-select::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: -1;
  margin-top: -10px;
  background: no-repeat 50% 50% url(/image/icons/menu-arr.svg);
  transform: rotate(180deg);
  transition: 0.2s;
}
.styled__control-select:focus-within::after {
  transform: rotate(0deg);
}
.styled__control input[type=date] {
  cursor: text;
}
@media (width <= 1199.98px) {
  .styled__control input,
  .styled__control select {
    height: 64px;
    font-size: 24px;
  }
}
@media (width <= 767.98px) {
  .styled__control input,
  .styled__control select {
    font-size: 20px;
    height: auto;
  }
}

.podar-sertifikat {
  margin-top: 40px;
  margin-bottom: 225px;
}
.podar-sertifikat__title {
  margin-bottom: 118px;
}
.podar-sertifikat__content {
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}
.podar-sertifikat .styled__control {
  margin-top: 60px;
}
.podar-sertifikat__descr {
  margin-top: 15px;
  margin-bottom: 90px;
  font-size: 15px;
  color: #b3b3b3;
}
.podar-sertifikat__quantity {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 494px;
  margin: 0 auto 80px;
  padding: 27px 36px 34px;
  border-radius: 12px;
  border: solid 1px #f5f5f5;
  background-color: #161513;
}
.podar-sertifikat__quantity-label {
  margin-bottom: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.podar-sertifikat__quantity-group {
  display: flex;
  justify-content: center;
}
.podar-sertifikat__quantity-group > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podar-sertifikat__quantity-group > * img {
  max-width: 100%;
}
.podar-sertifikat__quantity-minus {
  width: 50px;
  height: 50px;
}
.podar-sertifikat__quantity-plus {
  width: 50px;
  height: 50px;
}
.podar-sertifikat__quantity-val {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 70px;
  flex: 1;
  width: 1%;
  background: none;
  border: none;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #f5f5f5;
}
.podar-sertifikat__quantity-val:focus-within {
  outline: none;
  box-shadow: none;
}
.podar-sertifikat__select {
  position: relative;
  text-align: center;
}
.podar-sertifikat__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 100px;
  padding-top: 9px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0d0c0b;
}
.podar-sertifikat__select select:focus {
  box-shadow: none;
  outline: none;
}
.podar-sertifikat__select::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  margin-top: -10px;
  background: no-repeat 50% 50% url(/image/icons/dwn-arr.svg);
  transform: rotate(0deg);
  transition: 0.2s;
}
.podar-sertifikat__select:focus-within::after {
  transform: rotate(180deg);
}
.podar-sertifikat__pay {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.podar-sertifikat__pay-caption {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
.podar-sertifikat__pay-caption span {
  margin-left: 20px;
}
.podar-sertifikat__pay-btn-wrap {
  text-align: center;
}
.podar-sertifikat__pay-btn-wrap .btn {
  font-size: 35px;
  line-height: 1.5;
}
.podar-sertifikat__pay-check {
  margin-top: 22px;
  text-align: center;
  font-size: 15px;
  color: #b3b3b3;
}
.podar-sertifikat__pay-check label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.podar-sertifikat__pay-check input {
  width: 24px;
  height: 24px;
  accent-color: #b3b3b3;
  margin-right: 17px;
}
@media (width <= 767.98px) {
  .podar-sertifikat {
    margin-bottom: 160px;
  }
  .podar-sertifikat__title {
    margin-bottom: 0;
  }
  .podar-sertifikat .styled__control {
    margin-top: 50px;
  }
  .podar-sertifikat__descr {
    margin-bottom: 75px;
    text-align: center;
  }
  .podar-sertifikat__quantity {
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    padding: 17px 18px 19px 24px;
  }
  .podar-sertifikat__quantity-minus, .podar-sertifikat__quantity-plus {
    width: 38px;
    height: 38px;
  }
  .podar-sertifikat__quantity-val {
    font-size: 30px;
  }
  .podar-sertifikat__select select {
    text-align: left;
    padding-left: 29px;
    font-size: 20px;
  }
  .podar-sertifikat__pay-caption {
    font-size: 24px;
  }
  .podar-sertifikat__pay-btn-wrap .btn {
    font-size: 24px;
    line-height: 1;
  }
  .podar-sertifikat__pay-check {
    padding: 0 40px;
  }
}

/* Header */
.header-main {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0d0c0b;
}

@media (width >= 768px) {
  .common-home .header-main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
  }
}
.header-main__logo {
  margin-right: 70px;
}

.header-main__logo a {
  display: block;
}

.header-main__logo img {
  display: block;
  height: 41px;
}

.header-main__row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.header-main__menu {
  flex: 1;
  max-width: 927px;
}

@media (width <= 991.98px) {
  .header-main__menu {
    display: none;
  }
}
.header-main__cart {
  margin-left: 80px;
}
.header-main__cart .btn {
  padding: 0;
}

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

.info-box__slogan {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.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 {
  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 .dropdown-menu {
  padding: 0;
  background-color: var(--color-body-bg);
  border-radius: 0;
  border: none;
}
.main-nav .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.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: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--color-text-primary);
}
.main-nav .nav-link:hover, .main-nav .nav-link:active, .main-nav .nav-link:focus {
  color: #fff;
}

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

.navigation-categories {
  position: relative;
}

.navigation-categories-toggler {
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  margin-top: -1px;
  padding: 14px 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-text-primary);
}

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

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

.navigation-categories-collapse .nav-item.active > .nav-link,
.navigation-categories-collapse .nav-item.active > .dropdown-item {
  text-decoration: underline;
}

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

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

.navigation-categories-collapse .nav-item.active > .nav-link,
.navigation-categories-collapse .nav-item.active > .dropdown-item {
  text-decoration: underline;
}

@media (min-width: 992px) {
  body.common-home .navigation-categories-collapse {
    display: block;
    z-index: 999;
  }
}
/* cart */
.cart {
  display: inline-block;
}
.cart > .btn {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  box-shadow: none;
  background: no-repeat center / contain url(/image/icons/main-cart.svg);
  border-radius: 0;
}

#cart-total {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #E94E4E;
  position: absolute;
  right: -9px;
  bottom: -9px;
  font-size: 14px;
  color: var(--color-text-primary);
}

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

/* .cart__descr {
  display: none;
} */

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

.tp-leftarrow.default {
  width: 45px !important;
  height: 45px !important;
  background-image: url(/image/icons/angle-arrow-left.svg) !important;
}

.tp-rightarrow.default {
  width: 45px !important;
  height: 45px !important;
  background-image: url(/image/icons/angle-arrow-right.svg) !important;
}

.slotholder::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
  max-width: 966px;
  width: 100%;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95));
}

.slotholder::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.22);
}

@media (width >= 768px) {
  /* .main-slider-content {
    position: absolute;
    top: 160px;
    z-index: 20;
  } */
}
.main-slider-content {
  max-width: 940px !important;
}

.main-slider-content__title {
  margin-bottom: 20px;
  font-size: 60px !important;
  font-weight: bold;
  line-height: 1.2 !important;
  background: var(--gradient-primary) var(--color-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-slider-content__subtitle {
  max-width: 550px !important;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 1.5 !important;
}

@media (max-width: 1199.98px) {
  .header-main {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header-main__logo img {
    height: 27px;
  }
  .main-nav .nav-link {
    font-size: 12px;
  }
  .header-main__cart .cart img {
    height: 22px;
  }
  .tparrows {
    display: none;
  }
  .main-slider-content {
    /* top: 84px; */
    max-width: 450px !important;
  }
  .main-slider-content__title {
    margin-bottom: 10px;
    font-size: 30px !important;
  }
  .main-slider-content__subtitle {
    font-size: 16px !important;
  }
}
@media (max-width: 991.98px) {
  .header-main__cart {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-main {
    padding-top: 13px;
    padding-bottom: 11px;
  }
  .header-main__logo img {
    height: 25px;
  }
  .main-slider-content__title {
    margin-bottom: 5px;
    font-size: 20px !important;
  }
  .main-slider-content__subtitle {
    font-size: 12px !important;
  }


  .fullwidthbanner-container {
    margin-bottom: 120px !important;
  }
  .tp-simpleresponsive >ul li {
    overflow: visible !important;
  }
  .tp-simpleresponsive .tp-caption {
    top: calc(100% + 14px) !important;
  }
}
/* Фильтр */
.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-box-1 .mfilter-counter {
  display: flex;
  background: transparent;
  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 */
body.not-scroll {
  overflow: hidden;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  padding: 3px;
  margin-left: 10px;
}
.mobile-menu .dropdown-item.active {
  background: transparent;
}

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

.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: relative !important;
  z-index: 999999;
  top: 0 !important;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: var(--color-mobmenu);
  overflow-y: scroll !important;
}

.mobile-menu-wrapper {
  padding-top: 54px;
}

ul.mobile-menu li a,
ul.mobile-menu li span.separator,
ul.mobile-menu li .nav-link,
.catalog-menu-toggle > ul.m_cat_u1 > li > a {
  position: relative;
  display: block;
  height: auto;
  padding: 16px 20px;
  border-bottom: 1px solid #222222;
  background: none;
  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,
ul.mobile-menu li .nav-link.active,
.catalog-menu-toggle > ul.m_cat_u1 > li > a.active {
  color: var(--color-text-primary);
}

.dropdown-item {
  opacity: 0.5;
}

ul.mobile-menu li.has > a > .marker {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  margin-left: 2px;
  padding: 10px;
  background: no-repeat center url(/image/icons/menu-arr.svg);
  transform: rotate(180deg);
}

ul.mobile-menu li.has.active > a > .marker {
  transform: rotate(0);
}

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: rgb(0, 0, 0);
}

.close-menu {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background: no-repeat center url(/image/icons/close-menu.svg);
}

.swiper-viewport {
  overflow: hidden;
}

/* product list */
.product-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 30px;
}

.product-row-category {
  margin-bottom: 80px;
}

.product-thumb {
  display: flex;
  flex-direction: column;
  position: relative;
  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-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: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-thumb .h4 a {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: var(--color-text-primary);
}

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

.product-thumb .image a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #e8d2a3 0%, #bea161 35%, #fbe3b3 65%, #dcc289 100%);
     border-image: linear-gradient(to right, #e8d2a3 0%, #bea161 35%, #fbe3b3 65%, #dcc289 100%);
  border-image-slice: 1;
  opacity: 0;
  transition: opacity 0.2s;
}

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

.product-thumb .image::before {
  content: "";
  display: block;
  padding-bottom: 115.4%;
}

.product-thumb .image a {
  display: block;
}

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

.product-thumb .image a > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #222;
}

.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: #fff;
  padding: 15px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}

.product-thumb .smca-call-button:hover,
.product-thumb .smca-call-button:active,
.product-thumb .smca-call-button:focus {
  background-color: #fff;
}

.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 .price {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}

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

@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: 1199.98px) {
  .product-row {
    --bs-gutter-x: 20px;
  }
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
  .product-thumb .h4 a {
    font-size: 16px;
    font-weight: 300;
  }
  .product-thumb .caption .price {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .product-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }
  .product-thumb .image {
    margin-bottom: 14px;
  }
  .product-thumb .h4 {
    margin-bottom: 12px;
  }
  .product-thumb .h4 a {
    font-size: 14px;
  }
  .product-thumb .caption .price {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .product-thumb .product-bottom {
    grid-template-columns: 1fr 1fr;
  }
  .product-thumb .smca-call-button {
    grid-column: span 2;
  }
}
.product-category-head {
  margin-top: 26px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 389px;
  background-position: center;
  background-size: cover;
  background-image: url(/image/catalog/cat/catalog.jpg);
}
@media (width <= 1199.98px) {
  .product-category-head {
    margin-top: 20px;
    margin-bottom: 62px;
    height: 218px;
  }
}
@media (width <= 767.98px) {
  .product-category-head {
    margin-top: 14px;
    margin-bottom: 46px;
    height: 77px;
  }
}

#product-product {
  margin-bottom: 88px;
}

.row-prod-content {
  display: flex;
  -moz-column-gap: 74px;
       column-gap: 74px;
}
.row-prod-content__left {
  flex: 1;
  width: 1%;
}
.row-prod-content__right {
  flex: 0 0 542px;
}

.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;
  font-size: 14px;
}

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

.product-descr-wrap {
  padding-top: 112px;
}

.product-icon-before {
  margin-bottom: 26px;
}

.product-h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--color-main-in-page, #fff);
}

.product-price {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-price .price {
  color: var(--color-text-primary);
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .product-price .price {
    font-size: 30px;
  }
}

.product-buttons {
  display: flex;
  gap: 25px;
}

.number-spinner-wrapper {
  max-width: 194px;
}
.number-spinner-wrapper > .number-spinner {
  display: flex;
  align-items: center;
  padding: 0;
  border: 1.5px solid var(--color-stroke-primary);
  background: none;
  max-width: 221px;
  border-radius: 60px;
}
.number-spinner-wrapper > .number-spinner #input-quantity {
  border: none;
  background: none;
  font-size: 24px;
  font-weight: 300;
  color: var(--color-text-primary);
}
.number-spinner-wrapper > .number-spinner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 1.5px var(--color-text-primary);
  padding: 10px;
  margin: -1px 0 -1px -1px;
}
.number-spinner-wrapper > .number-spinner .btn[data-dir=up] {
  margin: -1px -1px -1px 0;
}
.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;
}

.product-description {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-description p {
  margin-bottom: 0;
}
.product-description strong, .product-description b {
  font-size: 15px;
}

#button-cart,
button.prod-btn-oc3oc {
  max-width: 250px;
  width: 100%;
  border-radius: 48px;
}

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;
  position: relative;
}
.thumbnails img {
  height: auto;
}
.thumbnails__wrapper {
  display: flex;
  width: 100%;
}

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

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

.image-main-sldier {
  flex: 1;
  overflow: hidden;
}

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

.image-main-sldier img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-main-sldier,
.thumbnail-only {
  display: flex;
  justify-content: center;
}

.thumbnail-only {
  max-width: 898px;
  width: 100%;
  height: 100%;
  max-height: 987px;
  object-fit: cover;
}

.image-additional-sldier {
  margin-right: 20px;
}
.image-additional-sldier .splide__track--nav > .splide__list > .splide__slide {
  border: none;
}
.image-additional-sldier .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.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 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product-specifications__item-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.product-specifications__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 102px;
  background-repeat: no-repeat;
}
.product-specifications__item-12 {
  background-image: url(/image/icons/ic-e-belk.svg);
}
.product-specifications__item-13 {
  background-image: url(/image/icons/ic-e-klr.svg);
}
.product-specifications__item-14 {
  background-image: url(/image/icons/ic-e-gir.svg);
}
.product-specifications__item-15 {
  background-image: url(/image/icons/ic-e-ugl.svg);
}
.product-specifications__item-name {
  font-size: 20px;
  font-weight: bold;
}
.product-specifications__item-value {
  font-size: 20px;
  font-weight: bold;
}

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

.related-mod {
  margin-top: 78px;
}
.related-mod .title-module {
  margin-bottom: 42px;
}

@media (max-width: 1199.98px) {
  #product-product {
    margin-bottom: 70px;
  }
  .row-prod-content {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .row-prod-content__right {
    flex-basis: 512px;
  }
  .thumbnails__wrapper {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .image-additional-sldier {
    margin-right: 0;
  }
  .product-descr-wrap {
    padding-top: 70px;
  }
  .product-h1 {
    font-size: 20px;
  }
  .product-price {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .product-description {
    font-size: 14px;
  }
  .related-mod .title-module {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  #product-product {
    margin-bottom: 15px;
  }
  .row-prod-content {
    flex-direction: column;
  }
  .row-prod-content__left {
    width: auto;
  }
  .row-prod-content__right {
    flex: auto;
  }
  .image-additional-sldier {
    display: none;
  }
  .image-main-sldier {
    width: 100%;
  }
  .product-descr-wrap {
    padding-top: 15px;
  }
  .product-h1 {
    font-size: 16px;
  }
  .product-price {
    margin-bottom: 46px;
  }
  .product-price .price {
    font-size: 20px;
  }
  .number-spinner-wrapper {
    position: absolute;
    right: 0;
    bottom: calc(100% + 33px);
    max-width: 141px;
  }
  .number-spinner-wrapper > .number-spinner .btn {
    width: 38px;
    height: 38px;
  }
  .number-spinner-wrapper > .number-spinner #input-quantity {
    font-size: 16px;
  }
  #button-cart {
    max-width: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1;
  }
  .product-icon-before,
  .product-description,
  .product-specifications {
    display: none;
  }
  .related-mod {
    margin-top: 42px;
  }
  .related-mod .title-module {
    margin-bottom: 6px;
  }
}
.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-primary);
  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-text-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: 15px;
  padding-top: 36px;
  padding-bottom: 82px;
  background-color: #0d0c0b;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 36px 10px;
}
.footer__logo img {
  max-width: 150px;
}
.footer__right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__powered {
  white-space: nowrap;
  color: #8e8e8e;
}
.footer a[href^=tel],
.footer a[href^=mailto] {
  display: inline-block;
  text-decoration: none;
}

.footer a {
  color: inherit;
}

.footer__contacts-tel-wrap a {
  font-size: 30px;
}

.menu-footer__head {
  margin-bottom: 40px;
  color: #b3b3b3;
}
.menu-footer .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
}
.menu-footer .nav-link {
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  color: inherit;
}
.menu-footer .nav-link:hover {
  text-decoration: underline;
}

.footer-author {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  background-color: #0d0c0b;
  color: #ccc;
}

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

.art_web_copyright {
  position: relative;
  height: 60px;
  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;
}

.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 .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 ! */
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 14px;
  }
  .title-module {
    font-size: 30px;
  }
  .btn {
    padding: 17px 21.5px;
    font-size: 16px;
    line-height: 1;
  }
  .footer__logo {
    flex: 0;
    margin-right: 44px;
  }
  .footer a[href^=tel] {
    font-size: 16px;
  }
  .menu-footer .nav-link {
    font-size: 14px;
  }
  .footer__contacts * {
    font-size: 14px;
  }
  .footer__powered {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  #agreement_checkbox {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .buttons .simplecheckout-button-right {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .title-module {
    font-size: 16px;
  }
  .btn {
    padding: 8.5px 26.5px;
    font-size: 14px;
  }
  .footer__inner {
    flex-wrap: wrap;
  }
  .footer__logo {
    display: none;
  }
  .footer__right {
    flex: 100%;
    flex-direction: row;
    align-items: flex-end;
  }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .footer__contacts > *:last-child {
    margin-bottom: 0;
  }
  .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;
  }
}


.b-exampl {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.b-exampl__el {
  flex: 1;
}
.b-exampl__el img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .b-exampl__el {
    flex: 0 calc(100% / 3 - 20px);
  }
}
@media (max-width: 767.98px) {
  .b-exampl {
    gap: 10px;
  }
  .b-exampl__el {
    flex: calc(50% - 10px);
  }
}