@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.woff2') format('woff2'),
  url('../fonts/Montserrat-Thin.woff') format('woff');
  font-display: swap;
  font-weight: 100;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'),
  url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-display: swap;
  font-weight: 200;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
  url('../fonts/Montserrat-Light.woff') format('woff');
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
  url('../fonts/Montserrat-Regular.woff') format('woff');
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
  url('../fonts/Montserrat-Medium.woff') format('woff');
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
  url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
  url('../fonts/Montserrat-Bold.woff') format('woff');
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
  url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
  url('../fonts/Montserrat-Black.woff') format('woff');
  font-display: swap;
  font-weight: 900;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.svg-sprite {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
}

[id] {
  scroll-margin-top: 60px;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.behavior-auto {
  scroll-behavior: auto;
}

html,
body {
  display: flex;
  flex-direction: column;
}

body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--main-color);
  background: #fff;
  min-width: 320px;
  min-height: calc(100vh + 1px);
  margin: 0;
}

html.is-noscroll body {
  position: fixed !important;
  left: 0;
  right: 0;
  margin-right: var(--scrollbarWidth);
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  color: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:hover,
:active,
:focus {
  outline: none;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

b, strong {
  font-weight: 600;
  color: var(--main-color);
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
}

hr.line {
  border-top: 4px solid var(--theme-color);
  margin: 30px 0;
}

textarea {
  max-width: 100%;
  min-width: 100%;
  overflow: auto;
  resize: vertical;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: var(--theme-color);
}

pre {
  margin: 0;
}

p {
  margin: 0 0 15px 0;
}

ul,
ol,
dl,
table,
figure,
address,
fieldset,
blockquote {
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 24px 0;
}

h1, .h1 {
  font-size: 40px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 12px;
}

.article {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--main-color);
}

.text * + h2,
.text * + h3,
.text * + h4,
.text * + h5,
.text * + h6 {
  margin-top: 30px;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration {
  text-decoration: underline !important;
}

.fs-1 {
  font-size: 1em !important;
}

.fs-2 {
  font-size: 1.25em !important;
}

.fs-3 {
  font-size: 1.5em !important;
}

.fs-4 {
  font-size: 1.75em !important;
}

.fs-5 {
  font-size: 2em !important;
}

.nowrap {
  white-space: nowrap !important;
}

.color-red {
  color: var(--error-color) !important;
}

.c-accent {
  color: var(--theme-color) !important;   
}

.date {
  font-size: 0.8em;
  color: var(--secondary-color);
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

.form-check {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 7px;
}

.form-check_inline {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 8px;
  margin-left: 0;
}

.form-check__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.form-check__input {
  position: absolute;
  opacity: 0;
}

.form-check__text {
  display: block;
  position: relative;
  padding: 0 0 0 23px;
}

.form-check__text small {
  color: var(--secondary-color);
  font-size: 0.8em;
}

.form-check__subtext {
  display: block;
  color: var(--secondary-color);
  font-size: 0.8em;
  margin-top: 10px;
}

.form-check__subtext p,
.form-check__subtext ul {
  margin-bottom: 0.5em;
}

.form-check__input:disabled + .form-check__text {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
}

.form-check__text:before,
.form-check__text:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  transition: 0.15s ease-in-out;
}

.form-check__text:before {
  width: 13px;
  height: 13px;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 2px;
  transition: all .2s ease;
}

.form-check__label:hover .form-check__text:before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.form-check__input:checked + .form-check__text:before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.form-check__input[type=radio] + .form-check__text:before {
  border-radius: 50%;
}

.form-check__input[type=radio] + .form-check__text:after {
  width: 5px;
  height: 5px;
  margin: 4px 0 0 4px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}

.form-check__input[type=checkbox] + .form-check__text:after {
  width: 9px;
  height: 5px;
  margin: 3px 0 0 2px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px 2px;
  opacity: 0;
  transform: rotate(-45deg);
}

.form-check__input:checked + .form-check__text:after {
  opacity: 1;
}

.form-check__input:checked + .form-check__text {
  color: var(--main-color);
}

.form-check__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px #fff inset;
}

.form-check__input:checked ~ .form-check__icon {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 1px #fff inset;
}

.form-check__icon ~ .form-check__text:before,
.form-check__icon ~ .form-check__text:after {
  display: none;
}

.form-check_dl .form-check__label {
  display: block;
}

.form-check_dl .form-check__text {
  display: flex;
  align-items: flex-end;
}

.form-check__dt {
  flex-grow: 1;
  background-image: linear-gradient(to right, var(--border-color) 50%, #fff 50%);
  background-size: 5px 1px;
  background-position: left bottom 6px;
  background-repeat: repeat-x;
}

.form-check__dt > span {
  background: #fff;
  padding-right: 5px;
}

.form-check__dd {
  padding-left: 5px;
  white-space: nowrap;
  color: var(--theme-color);
}

.form-group {
  margin-bottom: 19px;
}

.form-label {
  display: block;
  margin-bottom: 6px;
}

.form-label[for] {
  cursor: pointer;
}

.form-control {
  display: block;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition: 0.15s ease-in-out;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 13px;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  background-color: #f7f7f7;
  color: var(--main-color);
}

.form-control-sm {
  padding: 4px 8px;
}

select.form-control {
  max-width: 100%; 
  margin: 0;
  padding-right: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23383838' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px 8px;
}

select.form-control-sm {
  background-position: right 3px top 50%;
  padding-right: 22px;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control::file-selector-button,
.form-control::-webkit-file-upload-button {
  font: inherit;
  padding: 6px 12px;
  margin: -6px -12px;
  margin-right: 12px;
  color: currentColor;
  background: none;
  pointer-events:none;
  border: none;
  border-right: 1px solid var(--border-color);
  border-radius: 0;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--grey-bg);
}

textarea.form-control {
  height: auto;
}

.form-control[disabled],
.form-control.disabled {
  background-color: var(--grey-bg);
  border-color: var(--border-color);
  cursor: default;
  cursor: not-allowed;
}

.form-check__input:disabled + .form-check__text {
  cursor: default;
  cursor: not-allowed;
}

.form-control.error,
.form-check__input.error ~ .form-check__text:before {
  border-color: var(--error-color);
}

label.error {
  display: block;
  color: var(--error-color);
  font-size: 11px;
  line-height: 14px;
  margin-bottom: -14px;
}

.form-check label.error {
  margin-bottom: 0;
}

.link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: unset;
}

.link:hover {
  color: var(--theme-color);
}

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 1px solid transparent;
  font-weight: 700;
  height: 45px;
  color: #000;
  padding: 0 30px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
}

.btn-sm {
  padding: 0 15px;
  height: 30px;
}

.btn-lg {
  padding: 0 60px;
  height: 60px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .04);
}

.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .55;
  box-shadow: none;
}

.btn-link:hover {
  box-shadow: none;
  text-decoration: underline;
}

.btn-dashed {
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}

.btn-dashed > span {
  border-bottom: 1px dashed;
}

.btn-order-pay {
  height: 38px;
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  border: 1px solid transparent;
  font-weight: 700;
}

.btn-default {
  color: var(--main-color);
  border-color: var(--main-color);
  background-color: #fff;
}

.btn-default:hover {
  box-shadow: none;
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.btn-primary {
  color: #fff;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.btn-primary:hover {
  color: #fff;
}

.btn-outline-primary {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background-color: #fff;
}

.btn-outline-primary:hover {
  color: var(--theme-color);
}

.btn-accent {
  color: #fff;
  border-color: var(--theme2-color);
  background-color: var(--theme2-color);
}

.btn-accent:hover {
  color: #fff;
}

.btn-outline-accent {
  color: var(--theme2-color);
  border-color: var(--theme2-color);
  background-color: #fff;
}

.btn-outline-accent:hover {
  color: var(--theme2-color);
  box-shadow: inset 0 0 0 100px rgb(255 192 0 / 9%);
}

.btn-success {
  color: #fff;
  border-color: #4e8b3f;
  background-color: #589d47;
}

.btn-success:hover {
  color: #fff;
}

.btn-info {
  color: #fff;
  border-color: #46b8da;
  background-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
}

.btn-warning {
  color: #fff;
  border-color: #eea236;
  background-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
}

.btn-danger {
  color: #fff;
  border-color: #d43f3a;
  background-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
}

input[type='number'],
.count-field {
  width: 117px;
}

input[type='number'] {
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
  text-align: center;
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.count-field {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.count-field input[type='number'] {
  width: 100%;
}

.count-field__control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 100%;
  top: 0;
  border: 1px solid var(--border-color);
  border-radius: 2px;
  background: #fff;
}

.count-field__control:hover {
  color: var(--main-color);
}

.count-field__control._minus {
  left: 0;
}

.count-field__control._plus {
  right: 0;
}

.count-field__control:before,
.count-field__control:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
}

.count-field__control:before {
  width: 10px;
  margin: -1px 0 0 -5px;
  border-width: 2px 0 0 0;
}

.count-field__control:after {
  height: 10px;
  margin: -5px 0 0 -1px;
  border-width: 0 0 0 2px;
}

.count-field__control._minus:after {
  display: none;
}

.alert {
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  align-items: baseline;
}

.alert a {
  color: inherit;
}

.alert p:last-child {
  margin-bottom: 0;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.close-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

.close-btn:before,
.close-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  border-bottom: 2px solid;
  margin: -1px 0 0 -10px;
  transform: rotate(45deg);
}

.close-btn:after {
  transform: rotate(-45deg);  
}

.fancybox-close-btn {
  position: absolute;
  right: 0;
  top: 0;
}

body:not(.compensate-for-scrollbar) .compensate-for-scrollbar {
  margin-right: 0 !important;
}

.popup-window:not(.fancybox-content) {
  display: none;
}

.popup-window,
.popup-window.fancybox-content {
  width: 480px;
  overflow: visible;
  padding: 30px;
  background-color: #fff;
}

.popup-window__header {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.popup-window__title {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
}

.popup-window__footer {
  margin-top: 1rem;
  padding-top: 1rem;
}

.slick-slider {
  display: block;
}

.slick-slider.is-hover {
  z-index: 100;
}

.slick-slide > div > * {
  max-width: none;
  vertical-align: top;
}

.slick-slide a {
  outline: none !important;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  border: none;
  background: 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  outline: 0;
  text-indent: -9999px;
  color: #fff;
}

.slick-dots li button:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  margin: -5px;
  border-radius: 50%;
  border: 2px solid var(--border-color);
}

.slick-dots li.slick-active button:before {
  border-color: var(--theme-color);
  background: var(--theme-color);
}

.slick-arrow {
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  z-index: 11;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  color: var(--main-color);
  outline: 0!important;
  cursor: pointer;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
  transition: .15s ease-in-out;
}

.slick-arrow:hover {
  color: var(--theme-color);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-arrow.slick-disabled {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.slick-arrow:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin: -4px;
  border-style: solid;
  border-width: 0 0 1px 1px;
}

.slick-prev:after {
  transform: translateX(2px) rotate(45deg);
}

.slick-next:after {
  transform: translateX(-2px) rotate(225deg);
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.ui-slider-handle {
  cursor: pointer !important;
  outline: none !important;
}

.ui-tooltip.ui-widget {
  padding: 8px;
  max-width: 200px;
  border: none !important;
  border-radius: 0;
  background: #000;
  box-shadow: none;
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.ui-tooltip.ui-widget:after {
  content: '';
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.ui-tooltip.ui-widget.top:after {
  border-top: none;
  border-bottom: 5px solid #000;
  bottom: auto;
  top: -5px;
}

.ui-tooltip.ui-widget.left:after {
  margin-left: 0;
  left: 22px;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.1);
}

.preloader:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px;
  border: 4px solid rgba(0,0,0,0.15);
  border-right-color: #000;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rating {
  --w-star: 15px;
  --h-star: var(--w-star);
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  width: calc(5 * var(--w-star));
  height: var(--h-star);
}

.rating_lg {
  --w-star: 30px;
}

.rating__bg,
.rating__bg span {
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: var(--w-star) var(--h-star);
}

.rating__bg {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49906 1L9.66188 5.086L14.0606 5.966L10.9988 9.371L11.5547 14L7.49906 12.019L3.44344 14L3.99938 9.371L0.9375 5.966L5.33625 5.086L7.49906 1Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
}

.rating__bg span {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.49906 1L9.66188 5.086L14.0606 5.966L10.9988 9.371L11.5547 14L7.49906 12.019L3.44344 14L3.99938 9.371L0.9375 5.966L5.33625 5.086L7.49906 1Z' fill='%23FFC000'/%3E%3C/svg%3E");
}

.rating__alert {
  display: none;
  position: absolute;
  left: 0;
  width: 250px;
  bottom: 100%;
  margin-bottom: 5px;
}

.rating__star {
  display: block;
  border: none;
  background: none;
  padding: 0;
  width: var(--w-star);
  height: var(--h-star);
  position: relative;
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
  outline: none !important;
}

.rating__star[data-value='1'].is-active ~ .rating__bg span {
  width: 20% !important;
}

.rating__star[data-value='2'].is-active ~ .rating__bg span {
  width: 40% !important;
}

.rating__star[data-value='3'].is-active ~ .rating__bg span {
  width: 60% !important;
}

.rating__star[data-value='4'].is-active ~ .rating__bg span {
  width: 80% !important;
}

.rating__star[data-value='5'].is-active ~ .rating__bg span {
  width: 100% !important;
}

.rating__star[data-value='1']:hover ~ .rating__bg span {
  width: 20% !important;
}

.rating__star[data-value='2']:hover ~ .rating__bg span {
  width: 40% !important;
}

.rating__star[data-value='3']:hover ~ .rating__bg span {
  width: 60% !important;
}

.rating__star[data-value='4']:hover ~ .rating__bg span {
  width: 80% !important;
}

.rating__star[data-value='5']:hover ~ .rating__bg span {
  width: 100% !important;
}

label + .rating_lg {
  vertical-align: text-bottom;
}

.sticker-row {
  display: block;
}

.sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #000;
  border: 1px solid;
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

.sticker-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #fff;
  background-color:#84744d;
  border: 0px solid;
  font-weight: 500;
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .sticker, .sticker-sale {
    width: 66px;
    height: 66px;
    font-size: 11px;
  }
}

.breadcrumbs {
  margin: 25px 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:last-child):after{
  content: ' » ';
  margin: 0 10px;
}

.breadcrumbs a {
  color: #1f1c1c;
}

.breadcrumbs a:hover {
  color: #9e9e9e;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.pagination__arrow,
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2px 3px 3px 2px;
  font-weight: 500;
  background: #e5e5e5;
  min-width: 33px;
  height: 33px;
  color: #777;
  border-radius: 2px;
  position: relative;
}

.pagination__link:hover {
  background: #e3e3e3;
}

.pagination__link.is-active {
  background-color: var(--theme-color);
  color: #fff;
}

.pagination__arrow {
  text-indent: -9999px;
  background-color: transparent;
}

.pagination__arrow:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin: -4px;
  border-style: solid;
  border-width: 0 0 2px 2px;
}

.pagination__arrow_prev:after {
  transform: translateX(3px) rotate(45deg);
}

.pagination__arrow_next:after {
  transform: translateX(-3px) rotate(225deg);
}

.pagination__dott {
  margin: 0 10px;
}

.data-table {
  width: 100%;
}

.data-table td {
  vertical-align: baseline;
  padding: 0 0 5px 0;
}

.data-table td:first-child > span {
  display: block;
  margin-right: 5px;
  padding-right: 10px;
  background-image: linear-gradient(to right, var(--border-color) 50%, transparent 50%);
  background-size: 5px 1px;
  background-position: left top 15px;
  background-repeat: repeat-x;
}

.data-table td:first-child > span > span {
  background: #fff;
  padding-right: 5px;
}

.data-table td:last-child > span {
  display: block;
}

.data-table td:last-child > span:not(:last-child):after {
  content: ', ';
}

.data-table a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.data-table a:hover {
  border-bottom-color: transparent;
}

.tabs {

}

.tabs__nav {
  margin: 0 0 -4px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  overflow: hidden;
}

.tabs__nav-item {
  margin: 10px 0 -1px 0;
}

.tabs__nav-link {
  display: block;
  cursor: pointer;
  color: var(--main-color);
  padding: 13px 18px 16px;
  border: 1px solid transparent;
  position: relative;
  border-radius: 2px 2px 0 0;
}

.tabs__nav-link:hover {
  background: var(--light-grey-bg);
}

.tabs__nav-link.is-active {
  background: #fff;
  color: var(--theme-color);
  border-color: var(--border-color);
  z-index: 1;
}

.tabs__content {
  border-top: 4px solid var(--theme2-color);
  padding-top: 30px;
  position: relative;
}

.tabs._inline .tabs__nav {
  font-size: 16px;
  font-weight: 500;
  overflow: visible;
  margin-bottom: 0;
}

.tabs._inline .tabs__nav-item {
  margin-right: 34px;
  margin-bottom: 0;
}

.tabs._inline .tabs__nav-item:last-child {
  margin-right: 0;
}

.tabs._inline .tabs__nav-link {
  padding: 0 0 7px;
  border: none;
  background: none;
  border-radius: 0;
  color: var(--theme-color);
}

.tabs._inline .tabs__nav-link:hover {
  background: none;
  color: var(--main-color);
}

.tabs._inline .tabs__nav-link.is-active {
  background: none;
  color: var(--main-color);
}

.tabs._inline .tabs__nav-link.is-active:before {
  top: auto;
  bottom: 0;
  background-color: var(--theme-color);
}

.tabs._inline .tabs__content {
  border-top: none;
  padding-top: 20px;
}

.tabs__item {
  display: none;
}

.tabs__item.is-open {
  display: block;
}

.tabs__item iframe {
  max-width: 100%;
}

.captcha img {
  display: block;
}

.burger {
  vertical-align: middle;
  position: relative;
  margin-top: 6px;
  margin-bottom: 6px;
}

.burger,
.burger:before,
.burger:after {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  transition: none;
}

.burger:before,
.burger:after {
  content: '';
  position: absolute;
  left: 0;
}

.burger:before {
  top: -6px;
}

.burger:after {
  top: 6px;
}

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container .container {
  max-width: none;
  padding: 0;
}

.row {
  --bs-gutter-x: 40px;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1001;
}

.header:after {
  content: '';
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  border-bottom: 1px solid rgba(130, 117, 82, .5);
}

.header .container {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.header__inner {
  display: flex;
  align-items: center;
  position: relative;
  height: 80px;
}

.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 160px;
  margin: -27px 0 0 -80px;
}

.logo {
  display: block;
  position: relative;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.logo img + img {
  position: absolute;
  left: 100%;
  top: 1px;
  width: 32px;
  margin-left: 10px;
}

.header__nav {
  width: 100%;
}

.menu-popup__bg,
.menu-popup__close {
  display: none;
}

.top-menu {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.top-menu__list {
  flex: 0 0 auto;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 50px;
}

.top-menu__list:first-child {
  padding-right: 140px;
  justify-content: flex-end;
}

.top-menu__list:last-child {
  padding-left: 180px;
  justify-content: flex-start;
}

.top-menu__link {
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

.top-menu__link:hover,
.top-menu__link.is-active {
  color: #827552;
  opacity: .7;
}

.control {
  position: fixed;
  z-index: 100;
  right: 50px;
  top: 120px;
  width: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.control__btn {
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
  border: none;
  padding: 0;
  background: none;
  color: inherit;
}

.control__btn._menu {
  display: none;
}

.control__btn-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.control__btn:hover .control__btn-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.control__btn-icon .icon {
  width: 34px;
  height: 34px;
}

.control__btn-count {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  background: #827552;
  color: #fff;
}

.control__btn-text {
  display: none;
}

.content {
  flex-grow: 1;
  padding-bottom: 40px;
}

.page-text {
  margin-top: 40px;
}

.block {
  margin-bottom: 80px;
}

.block__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.main-slider-section {

}

.main-slider-wrapper {
  position: relative;
}

.main-slider {

}

.main-slider__item {
  --width: 1192;
  --height: 360;
  display: block;
  vertical-align: top;
  text-decoration: none;
  color: inherit;
  text-align: center;
  position: relative;
}

.main-slider__item:before {
  content: '';
  display: block;
  padding-top: calc(var(--height) / var(--width) * 100%);
  padding-top: max(calc(var(--height) / var(--width) * 100%), 230px);
}

.main-slider__item + .main-slider__item {
  display: none;
}

.main-slider__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider .slick-arrow {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  opacity: 0
}

.main-slider:hover .slick-arrow {
  opacity: 1
}

.main-slider .slick-arrow:hover {
  background: var(--theme-color);
  color: #fff
}

.main-slider .slick-prev {
  left: 20px
}

.main-slider .slick-next {
  right: 20px
}

.main-slider .slick-dots {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 100%;
  padding-top: 10px;
}

.main-slider .slick-dots li button:before {
  border-color: var(--theme-color)
}

.main-slider .slick-dots li.slick-active button:before {
  border-color: var(--theme-color);
  background: var(--theme-color)
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.blog-posts__item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 10px;
}

.blog-item {
  display: flex;
  column-gap: 30px;
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--border-color);
}

.blog-item__image {
  flex: 0 0 auto; 
  width: 190px;
}

.blog-item__image img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-item__content {
  flex-grow: 1;
  min-width: 1px;
}

.blog-item__date {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

.blog-item__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-item__text {
  font-size: 13px;
}

.blog-item__text :last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .blog-item {
    display: block;
  }

  .blog-item__image {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }

  .blog-item__content {
    padding-left: 0;
  }
}

.catalog-wrapper {

}

.catalog,
.catalog-slider,
.category-catalog {
  display: flex;
  flex-wrap: wrap;
}

.catalog,
.catalog-slider,
.catalog-slider .slick-list,
.category-catalog {
  margin: 0 -20px;
}

.category-catalog {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.catalog-slider.slick-slider {
  display: block;
  margin: 0;
  contain: layout;
}

.catalog__item,
.catalog-slider__item {
  display: flex;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
}

.catalog__item {
  margin-bottom: 40px;
}

.catalog-slider .slick-track {
  display: flex;
  margin: 0;
}

.catalog-slider .slick-slide {
  display: flex;
  flex-shrink: 0;
  height: auto;
}

.catalog-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.slick-slide .catalog-slider__item {
  display: flex !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.page-header {
  text-align: center;
  margin: 60px 0;
}

.page-header h1,
.title {
  font-size: 40px;
  line-height: 1.23;
  font-weight: 600;
}

.title {
  text-align: center;
  margin-bottom: 80px;
}

.tooltip-icon {
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  padding: 2px;
  border: none;
  background: none;
}

.product__characteristics table,
.product__characteristics tbody,
.product__characteristics tr {
  display: block;
}

.product__characteristics table {
  margin: 0;
}

.product__characteristics td {
  display: inline;
  vertical-align: baseline;
  padding: 0;
}

.product__characteristics td:last-child {
  color: var(--secondary-color);
}

.product__characteristics td:first-child:after {
  content: ': ';
}

.product__characteristics tr:nth-child(4) ~ tr {
  display: none;
}

.product__characteristics > :not(table) {
  display: none;
}

.product {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 40px;
  margin-bottom: 60px;
}

.product__reviews {
  margin-top: 40px;
}

.product__main {
  display: flex;
  margin: 0 -20px;
}

.product__image-section {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

.product__content {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

.product__gallery {
  position: relative;
}

.product-gallery__item,
.product-gallery__thumbs-item {
  display: block !important;
  width: auto !important;
  position: relative;
}

.product-gallery__item {
  height: 400px;
  position: relative;
}

.product-gallery__item + .product-gallery__item {
  display: none !important;
}

a.product-gallery__item {
  color: var(--secondary-color);
}

a.product-gallery__item:hover {
  color: var(--theme-color);
}

.product-gallery__thumbs-item {
  margin: 0 5px;
  cursor: pointer;
}

.product-gallery__thumbs-item:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.product-gallery__thumbs-item {
  border: 2px solid transparent;
  background: #fff;
}

.product-gallery__thumbs-item:hover {
  border-color: var(--border-color);
}

.slick-current .product-gallery__thumbs-item {
  border-color: var(--theme-color);
}

.product-gallery__item-inner,
.product-gallery__thumbs-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery__thumbs-item-inner {
  padding: 5px;
}

.product-gallery__item img,
.product-gallery__thumbs-item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

.product-gallery__thumbs {
  padding: 0 40px;
}

.product__stickers {
  position: absolute;
  right: 10px;
  top: 10px;
}

.product__header {
  margin-bottom: 18px;
}

.product__title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: normal;
  margin: 0;
}

.product__data {
  color: #777;
}

.product__data > div {
  margin-top: 5px;
}

.product__data em {
  font-style: inherit;
}

.product__price {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 20px;
}

.product__price-info {
  display: inline;
}

.product__price-old {
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
  margin-left: 5px;
}

.product__price-value {
  white-space: nowrap;
}

.product__variants {
  margin-bottom: 20px;
}

.product__variants-title {
  font-weight: 500;
  margin-bottom: 5px;
}

.product__variants-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 7px;
}

.product__variants-thumbs-item {
  margin: 3px 10px 0 0;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ced4da;
  box-shadow: 0 0 0 1px #fff inset;
  cursor: pointer;
}

.product__variants-thumbs-item.is-selected {
  border-color: #17a2b8;
  box-shadow: 0 0 0 1px #17a2b8, 0 0 0 1px #fff inset;
}

.product__control {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 30px;
}

.product__favorite-btn {
  flex-shrink: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border-color: #e4e4e4 !important;
  color: #000 !important;
}

.product__favorite-btn .icon {
  width: 21px;
  height: 21px;
  transition: transform 0.15s ease-in-out;
}

.product__favorite-btn:hover .icon {
  transform: scale(1.1);
}

.product__favorite-btn.is-active .icon {
  --fill: #c6b09f;
  color: #c6b09f;
}

.share {
  margin-bottom: 20px;
}

.share p {
  margin-bottom: 5px;
}

.video-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.video-wrapper:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.add-review {
  margin-bottom: 20px;
}

.add-review__open-btn {

}

.add-review__content {
  display: none;
}

.add-review__form {
  max-width: 500px;
}

.review {
  margin-bottom: 15px;
}

.review__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  background: #efefef;
  padding: 4px 12px;
}

.review__author {
  font-weight: 500;
  color: var(--theme2-color);
}

.review__date {

}

.review__rating {

}

.review__conclusion {
  color: var(--secondary-color);
}

.review__content {
  padding: 8px 12px;
}

.review__section:not(:last-child) {
  margin-bottom: 8px;
}

.review__section-title {
  font-weight: 500;
  color: #0fb12c;
}

.review__section-content {

}

.review__reply {
  position: relative;
  padding-left: 40px;
  padding-top: 8px;
  margin-left: 10px;
}

.review__reply:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 19px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: var(--border-color);
}

.review__reply-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

.review__reply-content {

}

.exceprt {
  margin-bottom: 30px
}

.exceprt__image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  position: relative
}

.exceprt__image:after {
  content: '';
  display: block;
  padding-top: 62.5%
}

.exceprt__image:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2e2e2f;
  transition: .2s ease;
  opacity: 0
}

.exceprt__image:hover:before {
  opacity: .8
}

.exceprt__image-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  transition: .35s ease-out;
  opacity: 0;
  transform: translateY(50%);
  color: #fff;
  font-size: 15px;
  line-height: 24px
}

.exceprt__image:hover .exceprt__image-title {
  transform: translateY(0);
  opacity: 1
}

.exceprt__image-title i {
  position: relative;
  top: .2em;
  margin-left: .3em;
  font-size: 1.5em
}

.exceprt__title {
  margin: 0 0 1rem
}

.exceprt__text {
  margin-bottom: 1rem;
  font-size: 15px
}

.exceprt__date {
  font-size: .8em;
  color: #999
}

.footer {
  background: rgba(130,117,82,0.55);
  color: #fff;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
  padding: 24px 0 8px;
}

.footer__header {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  text-align: center;
}

.footer__logo {
  display: block;
  width: 160px;
  margin: 0 auto;
}

.footer__header p {
  margin: 0;
}

.footer__content {
  flex-grow: 1;
  min-width: 1px;
  max-width: 770px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 11px;
}

.footer__card {
  margin-top: 14px;
}

.map-contacts {
  padding: 0;
  list-style: none;
}

.map-contacts .fa,
.map-contacts .far,
.map-contacts .fas {
  width: 1.8em;
  text-align: left;
}

.about-block {
  position: relative;
  z-index: 1;
  margin: 0 -15px -40px;
  padding: 15px 15px 40px;
}

.about-block__content {
  position: relative;
  max-width: 70%;
}

.about-block__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.page-404 {
  text-align: center;
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
  max-width: 24em;
  margin: 0 auto;
  color: #1f2126;
}

.page-404 span {
  display: block;
}

.page-404 strong {
  display: block;
  color: var(--theme-color);
  font-size: 4em;
  margin: 0.1em 0;
}

@media (max-width: 1024.98px) {
  .about-block__content {
    max-width: none;
  }

  .about-block__bg {
    display: none;
  }
}

.cookie-alert {
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.35s ease-in-out;
  width: 342px;
  border-radius: 8px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: #323233;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.cookie-alert.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-alert h4 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  font-weight: 700;
  color: inherit;
}

.cookie-alert p {
  margin-bottom: 20px;
}

.cookie-alert a {
  color: inherit;
  text-decoration: underline;
}

.cookie-alert a:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 0.8;
}

.cookie-alert__btn {
  width: 100%;
}

@media (max-width: 767.98px) {
  .cookie-alert {
    bottom: 0;
    width: auto;
    left: 0;
    right: 0;
    border-radius: 8px 8px 0 0;
  }
}

.page-annotation {
  margin-top: 12px;
}

.page-annotation__content * {
  margin: 0;
}

.page-annotation__footer {
  text-align: center;
}

.page-annotation__more-btn {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed;
  margin-right: 14px;
}

.page-annotation__more-btn:after {
  content: '';
  position: absolute;
  right: -14px;
  top: 5px;
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: currentColor transparent;
}

.blog-grid {
  --bs-gutter-y: 20px;
}

.blog-grid__item {
  display: flex;
}

.blog-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
}

.blog-card__image {
  display: block;
  position: relative;
}

.blog-card__image:before {
  content: '';
  display: block;
  padding-top: 67%;
}

.blog-card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card__content {
  padding: 20px;
  margin-top: auto;
}

.blog-card__title {
  margin: 0;
}

.blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.blog-card__title a:hover {
  color: var(--theme-color);
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
}

.item__image-field {
  position: relative;
}

.item__image-field:before {
  content: '';
  display: block;
  padding-bottom: 86.11111111111111%;
}

.item__image-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.item__image-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform .35s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.item__image-wrapper:hover img {
  transform: scale(1.1);
}

.item__stickers {
  position: absolute;
  right: 10px;
  top: 10px;
}

.item__title {
  margin: 20px 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: normal;
  word-break: break-all;
  word-break: break-word;
}

.item__price {
  margin-bottom: 30px;
}

.item__price-old {
  margin-left: 3px;
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
}

.item__price-value {
  white-space: nowrap;
}

.item__control {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}

.item__btn-field {

}

.item__btn {

}

.item__btn-text {

}

.item__favorite-btn {
  flex-shrink: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border-color: #e4e4e4 !important;
  color: #000 !important;
}

.item__favorite-btn .icon {
  width: 21px;
  height: 21px;
  transition: transform 0.15s ease-in-out;
}

.item__favorite-btn:hover {

}

.item__favorite-btn:hover .icon {
  transform: scale(1.1);
}

.item__favorite-btn.is-active .icon {
  --fill: #c6b09f;
  color: #c6b09f;
}

/* New Cart */
.cart-page {
  background: #f5f3f1;
  padding: 40px 0;
}

.cart-layout {
  display: flex;
  gap: 60px;
}

.cart-layout__aside {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 300px;
  order: 1;
}

.cart-layout__aside-inner {
  position: sticky;
  top: 94px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 #445c821f, -1px 4px 10px 0 #445c821a, 0 -2px 10px 0 #445c820d;
  padding: 20px;
}

.cart-layout__main {
  flex-grow: 1;
  min-width: 1px;
}

.basket {

}

.basket__item {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  position: relative;
}

.basket__item-image {
  flex-shrink: 0;
  width: 200px;
  height: 150px;
  background: #f5f3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.basket__item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.basket__item-content {
  flex-grow: 1;
  min-width: 1px;
}

.basket__item-header {
  margin-bottom: 15px;
}

.basket__item-title {
  margin: 0 90px 0 0;
}

.basket__item-subtitle {

}

.basket__item-features {
  margin-bottom: 15px;
}

.basket__item-features-row {
  margin-bottom: 5px;
}

.basket__item-features-more {
  display: none;
  cursor: pointer;
  user-select: none;
  color: var(--secondary-color);
  vertical-align: top;
  margin-top: 5px;
  font-size: 16px;
}

.basket__item-features-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 15px;
  height: 10px;
  background-image: url('../images/chevron-down.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.basket__item-features.is-open .basket__item-features-more:after {
  transform: rotate(180deg);
}

.basket__item-features:not(.is-open) .basket__item-features-row:nth-child(2) ~ .basket__item-features-row {
  display: none;
}

.basket__item-features-row:nth-child(3) ~ .basket__item-features-more {
  display: inline-block;
}

.basket__item-features.is-open .basket__item-features-more > span {
  display: none;
}

.basket__item-features.is-open .basket__item-features-more:before {
  content: attr(data-hide-text);
}

.basket__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket__item-count-wrapper {

}

.basket__item-count {

}

.basket__item-price {
  display: flex;
  align-items: baseline;
  white-space: normal;
  column-gap: 16px;
}

.basket__item-price-current {
  margin: 0;
}

.basket__item-price-old {
  color: var(--secondary-color);
  text-decoration: line-through;
}

.basket__item-remove {
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 14px;
  border: none;
  padding: 0;
  background: none;
  line-height: 1;
  font-weight: 400;
}

.basket__item-remove:hover {
  color: var(--main-color);
}

.basket-footer {
  padding-top: 20px;
  text-align: center;
}

.basket-footer__total {

}

.basket-footer__total-title {
  background: #f0f2f4;
  border-radius: 8px;
  margin: -17px;
  margin-bottom: 20px;
  padding: 16px 20px;
}

.basket-footer__total-price {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

.basket-footer__total-info {
  font-size: 12px;
  color: var(--secondary-color);
}

.basket-footer__buttons {
  margin-top: 20px;
}

.basket-cupon {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.basket-cupon__row {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.basket-cupon__input-col {
  flex-grow: 1;
  min-width: 1px;
}

.basket-cupon__input {

}

.basket-cupon__btn-col {
  flex-shrink: 0;
}

.basket-cupon__btn {
  height: 38px;
  padding: 0 20px;
  font-size: 12px;
}

.order {
  background: #fff;
  padding: 20px;
}

.order__title {

}

.order__subtitle {
  margin-top: 60px;
  margin-bottom: 20px;
}

.order .form-group {
  max-width: 526px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.order .form-group label {
  flex-shrink: 0;
  width: 112px;
}

.order .form-group > div {
  flex-grow: 1;
  min-width: 1px;
}

.order .form-check__text br {
  display: none;
}

.order__btn-row {
  margin-top: 40px;
}

.order__btn {
  width: 100%;
  max-width: 526px;
}

.payment-type-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.payment-type-check {
  position: relative;
}

.payment-type-check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.payment-type-check__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 8px;
  position: relative;
  width: 140px;
  height: 70px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  background-color: #fff;
  color: var(--main-color);
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.payment-type-check input:checked ~ .payment-type-check__content {
  border-color: var(--theme-color);
  box-shadow: 0 0 0 1px var(--theme-color) inset;
}

.payment-type-check__icon {
  flex-shrink: 0;
}

.payment-type-check__text {
  flex-grow: 1;
  min-width: 1px;
}

@media (max-width: 1199.98px) {
  .cart-layout {
    gap: 20px;
  }

  .cart-layout__aside {
    width: 260px;
  }

  .basket__item {
    display: block;
  }

  .basket__item-image {
    margin-bottom: 20px;
  }

  .basket__item-title {
    margin-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .cart-layout {
    display: block;
  }

  .cart-layout__aside {
    width: auto;
  }

  .basket-footer {
    padding: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .cart-page {
    padding: 20px 0;
  }

  .basket-footer {
    margin-bottom: 20px;
  }

  .basket__item {
    margin-left: -20px;
    margin-right: -20px;
  }

  .basket__item-title {
    font-size: 18px;
  }

  .basket__item-features-more {
    font-size: 14px;
  }

  .basket__item-price {
    display: block;
    text-align: right;
  }

  .basket__item-price-current {
    font-size: 18px;
  }

  .basket__item-remove {
    right: 10px;
  }

  .basket-cupon {
    margin-left: -20px;
    margin-right: -20px;
  }

  .order {
    margin-left: -20px;
    margin-right: -20px;
  }

  .order .form-group label {
    width: 80px;
    font-size: 13px;
  }

  .order__subtitle {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .payment-type-check-list {
    gap: 8px;
  }
}

.data-list {
  text-align: left;
}

.data-list__row {
  display: flex;
  margin-bottom: 17px;
}

.data-list__title {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
}

.data-list__title:after {
  content: '';
  border-bottom: 1px dashed #bbc2ce;
  display: flex;
  flex: 1;
  height: 13px;
  margin: 0 4px;
  order: 1;
}

.data-list__value {
  flex: 0 0 auto;
  width: 50%;
}

.order-page__header {
  margin-bottom: 30px;
}

.order-page__title {
  margin: 0 0 5px;
}

.order-page__date {
  color: var(--secondary-color);
}

.order-page__basket {
  margin: 40px 0;
}

.order-page__basket .basket__item:first-child:before {
  display: none;
}

.basket-footer .data-list__title {
  width: auto;
  flex-grow: 1;
}

.basket-footer .data-list__value {
  width: auto;
}

.order-page__total {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: bold;
}

.order-page__payment-btn-wrapper {
  margin-top: 30px;
}

.order-page__payment-btn-wrapper .checkout_button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  vertical-align: baseline;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 1px solid transparent;
  font-weight: 400;
  color: unset;
  height: 44px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  column-gap: 6px;
  transition: color 0.3s ease-in 0s, border-color 0.3s ease-in 0s, background-color 0.3s ease-in 0s;
  background:  #c6b09f;
  color: var(--main-color);
  width: 100%;
}

.order-page__payment-btn-wrapper .checkout_button:hover {
  background: #ac8c75;
  color: var(--main-color);
}
/* ! New Cart */

.banners-slider-section,
.instagram-slider-section {
  padding: 0 40px;
}

.banners-slider-wrapper,
.instagram-slider-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.banners-slider .slick-prev,
.instagram-slider .slick-prev {
  left: -6px;
}

.banners-slider .slick-next,
.instagram-slider .slick-next {
  right: -6px;
}

.banners-slider,
.instagram-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.banners-slider:not(.slick-slider),
.instagram-slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}

.instagram-slider__item {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.instagram-slider__banner {
  display: block;
  position: relative;
}

.instagram-slider__banner:before {
  content: '';
  display: block;
  padding-top: 150%;
}

.instagram-slider__banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banners-slider__item {
  flex: 0 0 auto;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.banners-slider__banner {
  display: block;
  width: 100%;
  position: relative;
}

.banners-slider__banner:before {
  content: '';
  display: block;
  padding-top: 350px;
}

.banners-slider__banner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.banners-slider__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 35px;
  overflow: hidden;
}

.banners-slider__content {
  width: 100%;
}

.banners-slider__title {
  margin-bottom: 24px;
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  min-height: 2.4em;
  word-break: break-all;
  word-break: break-word;
}

.banners-slider__btn {
  border-color: #ffffff;
  background: none !important;
  color: #ffffff;
}

.banners-slider__btn:hover {
  background-color: #fff !important;
  border-color: var(--theme-color) !important;
  color: var(--theme-color) !important;
}

@media (max-width: 1399.98px) {
  .banners-slider__banner:before {
    padding-top: 290px;
  }

  .banners-slider__title {
    font-size: 22px;
  }

  .instagram-slider__item {
    width: 25%;
  }
}

@media (max-width: 1199.98px) {
  .banners-slider-section,
  .instagram-slider-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1023.98px) {
  .banners-slider__inner {
    padding: 20px;
  }

  .banners-slider__title {
    margin-bottom: 20px;
  }

  .banners-slider__banner:before {
    padding-top: 230px;
  }

  .banners-slider__item {
    font-size: 20px;
    width: 50%;
  }

  .instagram-slider__item {
    width: 33.33%;
  }
}

@media (max-width: 575.98px) {
  .banners-slider__item {
    width: 100%;
  }

  .instagram-slider__item {
    width: 50%;
  }
}

.how-order {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ebebeb;
}

.how-order-item {
  position: relative;
  text-align: center;
}

.how-order-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  margin: -11px -6px 0 0;
  width: 12px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg role='img' fill='%237a7a7a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.8 43.5'%3E%3Cpath d='M2.085.645l21.213 21.213-1.415 1.414L.67 2.06z'%3E%3C/path%3E%3Cpath d='M23.345 21.83L2.132 43.045.718 41.63 21.93 20.417z'%3E%3C/path%3E%3C/svg%3E");
}

.how-order-item:last-child:after {
  display: none;
}

.how-order-item__icon {
  margin-bottom: 25px;
}

.how-order-item__icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0 auto;
}

.how-order-item__title {
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 15px;
}

.how-order-item__text {
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 1199.98px) {
  .how-order-item__title {
    font-size: 22px;
  }

  .how-order-item__text {
    font-size: 14px;
  }
}

@media (max-width: 1023.98px) {
  .how-order-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .how-order-item:first-child {
    padding-top: 0;
  }

  .how-order-item:last-child {
    padding-bottom: 0;
  }

  .how-order-item:after {
    right: 50%;
    top: 100%;
    transform: rotate(90deg);
  }
}

.subcategory-nav {
  margin-bottom: 40px;
}

.subcategory-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.subcategory-nav li {

}

.subcategory-nav a {
  display: inline-block;
  text-decoration: none;
  border: none;
  color: #000;
  background: #f7f7f7;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
}

.subcategory-nav a:hover {
  background: #efefef;
}

.subcategory-nav a.is-active {
  background: var(--theme-color);
  color: #fff;
}

.account {
  margin-bottom: 80px;
}

.account__title {
  margin-bottom: 15px;
}

.history {
  margin-bottom: 80px;
}

.history__title {
  margin-bottom: 15px;
}

.history__list {

}

.history__item {
  border: 1px solid var(--border-color);
  margin-bottom: 5px;
}

.history__item-header {
  display: flex;
  cursor: pointer;
  position: relative;
  column-gap: 10px;
  background: var(--light-grey-bg);
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px 10px 40px;
}

.history__item-header:hover {
  background: var(--light-grey-bg);
}

.history__item-header:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}

.history__item.is-open .history__item-header:before {
  transform: rotate(45deg);
  top: 13px;
}

.history__item-info {
  white-space: nowrap;
  font-weight: 500;
  min-width: 1px;
}

.history__item-id {
  min-width: 4em;
}

.history__item-date {
  min-width: 9em;
}

.history__item-status {
  min-width: 7em;
}

.history__item-delivery {
  flex-grow: 1;
}

.history__item-payment {
  flex-grow: 1;
  margin-left: auto;
  text-align: right;
}

.history__item-price {
  text-align: right;
  min-width: 9em;
}

.history__item-content {
  display: none;
  border-top: 1px solid var(--form-border);
  padding: 0 15px;
}

.history__item.is-open .history__item-content {
  display: block;
}

.history__item-content .basket,
.history__item-content .basket__item:last-child {
  margin: 0;
}

.history__item-content .basket__item:first-child:before {
  display: none;
}

@media (max-width: 1023.98px) {
  .history__item-header {
    display: block;
  }

  .history__item-info {
    width: auto;
    margin: 0;
    text-align: left;
  }
}

.volume-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.volume {
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background-color: #fff;
  cursor: inherit;
}

.up-btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  box-shadow: 0 8px 10px #445c8224, 0 3px 14px #445c821f, 0 4px 5px #445c8233;
}

html.is-up-btn-visible .up-btn {
  opacity: 1;
  visibility: visible;
}

.up-btn:hover {
  color: rgba(0, 0, 0, 1);
}

.up-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -7px;
  width: 14px;
  height: 14px;
  border: 3px solid;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-slider__item {
  overflow: hidden;
}

.content-slider__item + .content-slider__item {
  display: none;
}

.content-slider .slick-prev {
  left: -16px
}

.content-slider .slick-next {
  right: -16px
}

.content-slider .slick-dots {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 100%;
  padding-top: 10px;
}

.content-slider .slick-dots li button:before {
  border-color: var(--theme-color)
}

.content-slider .slick-dots li.slick-active button:before {
  border-color: var(--theme-color);
  background: var(--theme-color)
}