@charset "UTF-8";
@font-face {
  font-family: "Pass_A38_400";
  src: url("../font/Pass_A38.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pass_A38_600";
  src: url("../font/Pass_A38.woff2");
  font-weight: 600;
  font-style: normal;
}
html, body {
  height: 100%;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  margin: 0;
  padding: 0;
  color: #303030;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 144%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

strong {
  font-weight: 600;
}

.sm {
  font-size: 14px;
}

.xs {
  font-size: 12px;
}

.text-huge {
  font-size: 57px;
}

.text-big {
  font-size: 57px;
}

h1, .h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 39px;
  text-transform: none;
  line-height: 112%;
  margin: 1em 0 0.5em;
}

h2, .h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  text-transform: none;
  line-height: 112%;
  margin: 1em 0 0.5em;
}

h3, .h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  text-transform: none;
  line-height: 112%;
  margin: 1em 0 0.5em;
}

h4, .h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  text-transform: none;
  line-height: 112%;
  margin: 1em 0 0.5em;
}

h5, .h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-transform: none;
  line-height: 112%;
  margin: 1em 0 0.5em;
}

h6, .h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  line-height: 112%;
  margin: 1em 0 0.5em;
}

a {
  color: #303030;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus:not(:focus-visible) {
  outline: none;
}

a:hover {
  color: #303030;
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.25s;
  outline: none !important;
  border: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: #F7F7F7;
  background: #303030;
  border-radius: 50px;
  padding: 20px 33px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #000;
}
button.button, a.button, .upload-button {
  letter-spacing: 0;
  margin: 10px 0 20px;
}
button.button.Secondary, a.button.Secondary, .upload-button.Secondary {
  color: #303030;
  background-color: #F7F7F7;
}
button.button.Secondary:hover, a.button.Secondary:hover, .upload-button.Secondary:hover {
  background-color: #FFF;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 9px 26px 9px;
  font-size: 14px;
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

li {
  margin: 0 0 5px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 76px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 42px;
  height: 4px;
  background-color: #262626;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 42px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 34px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #262626;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 14px;
  text-shadow: none;
  padding: 4px 9px;
  background-color: #D2996C;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #D2996C;
}
.price-filter .price-range-container .irs-grid {
  height: 28px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  padding: 0 3px;
  color: #303030;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}
.price-filter {
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #262626;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #D6D6D6;
}

.price-sorting {
  position: relative;
  min-height: 36px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 14px;
  line-height: 112%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #262626;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #D2996C;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}
.price-sorting {
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #F9F7F4;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 8px 0 7px;
  font-size: 16px;
  color: #262626;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #262626;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 14px;
  text-align: center;
  color: #303030;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

body.product-modal-open #page {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

input, select, textarea {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  outline: none;
  padding: 8px 2px;
  font-size: 16px;
  height: auto;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #D6D6D6 transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 12px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-group-simple label {
  margin: 0px 0 0px !important;
}
.form-group-simple {
  margin: 0px 0 12px;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}
label.small {
  font-size: 14px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  align-self: center;
  cursor: pointer;
}
#mobile-menu-button > div {
  height: 2px;
  width: 19px;
  border-radius: 1px;
  background-color: #262626;
}
.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 0px !important;
  min-height: 100vh;
}

.auto-width {
  width: auto;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 100px) !important;
  padding: 0;
  max-width: 1312px;
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 32px) !important;
  }
}

#header .container {
  overflow: visible;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}
.modal-bg.under-header {
  z-index: 499;
}

.modal-panel {
  position: absolute;
  background: #F9F7F4;
  color: #303030;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
  border-radius: 16px;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #D6D6D6;
  background-color: #F9F7F4;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 18px;
  width: 78px;
  top: 3px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel .close-button-container {
  position: absolute;
  top: 10px;
  bottom: 0px;
  right: 10px;
}
.modal-panel h2 {
  margin-top: 10px;
  color: #262626;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    left: 0px !important;
    transform: none;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
    position: fixed;
  }
  .modal-panel .close-button-container {
    position: fixed;
    top: 6px;
    bottom: auto;
    right: 10px;
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  position: fixed;
  text-align: center;
  left: 50vw !important;
  right: auto !important;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  max-height: calc(100vh - 16px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: 50px 30px 40px;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

label.checkbox {
  margin-left: 15px;
}
label.checkbox input[type=checkbox] {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -15px;
}
label.checkbox input[type=checkbox] + span {
  display: inline-block;
  color: #262626;
  margin: 4px 0px 0px 11px;
  font-size: 16px;
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #303030;
  margin: 20px 0 16px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #262626;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 20px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #F9F7F4;
  text-decoration: none;
}

.pagination a.current {
  background-color: #F9F7F4;
  cursor: default;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 39px;
  }
  h2, .h2 {
    font-size: 54px;
  }
  h3, .h3 {
    font-size: 44px;
  }
  h4, .h4 {
    font-size: 34px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
input, select, textarea {
  border: 1px solid #D6D6D6;
  border-radius: 50px;
  outline: none;
  padding: 16px 23px;
  font-size: 16px;
  height: auto;
  width: 300px;
  max-width: 100%;
}

:focus::-webkit-input-placeholder {
  color: #6A6A6A !important;
}

:focus::-moz-placeholder {
  color: #6A6A6A !important;
}

:focus:-moz-placeholder {
  color: #6A6A6A !important;
}

:focus:-ms-input-placeholder {
  color: #6A6A6A !important;
}

::-webkit-input-placeholder {
  color: #6A6A6A !important;
  font-size: 16px;
  font-weight: 400;
}

::-moz-placeholder {
  color: #6A6A6A !important;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #6A6A6A !important;
  font-size: 16px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #6A6A6A !important;
  font-size: 16px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.catalog-page .breadcrumbs {
  display: none;
}

.lang {
  position: relative;
}
.lang .selected {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding: 5px 17px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.lang.expanded .selected {
  background-position: right 16px;
}
.lang.expanded .submenu {
  display: block;
}

h1 > span {
  display: block;
  font-weight: 300;
  margin-top: 0.1em;
}

h2 > span {
  display: block;
  font-weight: 300;
  margin-top: 0.1em;
}
@media (max-width: 640px) {
  h2 > span {
    margin-top: 0.3em;
  }
}

h3 > span {
  display: block;
  font-weight: 300;
  margin-top: 0.1em;
}
@media (max-width: 640px) {
  h3 > span {
    margin-top: 0.3em;
  }
}

h4 > span {
  display: block;
  font-weight: 300;
  margin-top: 0.1em;
}
@media (max-width: 640px) {
  h4 > span {
    margin-top: 0.3em;
  }
}

h5 > span {
  display: block;
  font-weight: 300;
  margin-top: 0.1em;
}
@media (max-width: 640px) {
  h5 > span {
    margin-top: 0.3em;
  }
}

h6 > span {
  display: block;
  font-weight: 300;
  margin-top: 0.1em;
}
@media (max-width: 640px) {
  h6 > span {
    margin-top: 0.3em;
  }
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top.coming-soon {
  display: none;
}
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0px;
  height: 93px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.25s;
  color: #303030;
  background: #F9F7F4;
  font-weight: 300;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top.scrolled {
  top: 0px;
  height: 68px;
}
#header-top.scrolled .logo {
  min-width: 145px !important;
  max-width: 145px !important;
  height: 68px !important;
}
@media (max-width: 1024px) {
  #header-top.scrolled .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
#header-top.scrolled .logo:before {
  background-size: 145px 24px !important;
  height: 68px;
}
@media (max-width: 1200px) {
  #header-top {
    top: 0px;
    height: 68px;
  }
  #header-top .logo {
    min-width: 145px !important;
    max-width: 145px !important;
    height: 68px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  #header-top .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
@media (max-width: 1200px) {
  #header-top .logo:before {
    background-size: 145px 24px !important;
    height: 68px;
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#header-top .left-header {
  transition: all ease-out 0.25s;
}
#header-top .left-header > ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 22px;
}
#header-top .left-header > ul > li {
  margin: 0px 0px 0px 0px;
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
#header-top .left-header > ul > li > a {
  color: #262626;
  padding: 5px 0;
  text-decoration: none !important;
  position: relative;
  z-index: 2;
}
#header-top .left-header > ul > li:not(.with-sub) a {
  position: relative;
  overflow: hidden;
}
#header-top .left-header > ul > li:not(.with-sub) a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #D2996C;
  height: 2px;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#header-top .left-header > ul > li:not(.with-sub) a:hover, #header-top .left-header > ul > li:not(.with-sub) a:focus, #header-top .left-header > ul > li:not(.with-sub) a:active {
  text-decoration: none;
}
#header-top .left-header > ul > li:not(.with-sub) a:hover:after, #header-top .left-header > ul > li:not(.with-sub) a:focus:after, #header-top .left-header > ul > li:not(.with-sub) a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header-top .left-header > ul > li {
  position: relative;
  z-index: 1;
}
#header-top .left-header > ul > li:hover {
  z-index: 2;
}
#header-top .left-header > ul > li:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 40px;
}
#header-top .left-header > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0s linear 0.2s;
  top: 30px;
  left: 0px;
  padding: 14px 17px 10px;
  position: absolute;
  background-color: #fff;
  list-style: none;
  margin: 0px 0px 0px 0px;
  border: 1px solid #D6D6D6;
  border-radius: 12px;
}
#header-top .left-header > ul > li > ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
}
#header-top .left-header > ul > li > ul li a {
  display: inline-block;
  color: #303030;
  padding: 0px 0 2px;
  margin: 0px 0px 1px 0px;
  position: relative;
  overflow: hidden;
}
#header-top .left-header > ul > li > ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #D2996C;
  height: 2px;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#header-top .left-header > ul > li > ul li a:hover, #header-top .left-header > ul > li > ul li a:focus, #header-top .left-header > ul > li > ul li a:active {
  text-decoration: none;
}
#header-top .left-header > ul > li > ul li a:hover:after, #header-top .left-header > ul > li > ul li a:focus:after, #header-top .left-header > ul > li > ul li a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header-top .left-header > ul > li.with-sub > a {
  transition: all 0.25s;
  background-image: url("../img/drop-down.svg");
  background-size: 14px 16px;
  background-position: right 9px;
  background-repeat: no-repeat;
  padding-right: 19px;
}
#header-top .left-header > ul > li.expanded > a, #header-top .left-header > ul > li:hover > a {
  background-position: right 16px;
}
#header-top .left-header > ul > li.expanded > ul, #header-top .left-header > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s 0s;
}
#header-top .right-header {
  display: flex;
  justify-content: end;
  transition: all ease-out 0.25s;
  gap: 6px;
}
#header-top .right-header .cabinet {
  width: 45px;
  height: 45px;
  background-image: url(../img/cabinet.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#header-top .right-header .cart {
  margin: 0px 0px 0 0px;
  min-width: 45px;
  background-image: url(../img/cart.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  padding: 0px 0px 0px 0px;
  position: relative;
  cursor: pointer;
}
#header-top .right-header .cart strong {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 25px;
  top: 5px;
  color: #FFF;
  text-align: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  border-radius: 200px;
  background: #262626;
}
#header-top a.logo {
  display: block;
  flex-grow: 0;
  min-width: 182px;
  height: 93px;
  min-height: 100%;
  margin-left: 0;
  z-index: 5;
  position: relative;
  transition: all ease-out 0.25s;
}
#header-top a.logo:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 182px 30px;
  transition: all ease-out 0.25s;
}
#header-top {
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 1200px) {
  #header-top .logo {
    border-right: none !important;
    max-width: 170px !important;
    min-width: 170px !important;
  }
  #header-top .left-header {
    display: none;
  }
  #header-top .right-header {
    gap: 20px;
  }
  #header-top #mobile-menu-button {
    flex-grow: 0;
  }
}
@media print {
  #header-top {
    display: none;
  }
}

@media (max-width: 640px) {
  #header-top {
    height: 68px;
  }
  #header-top .content {
    gap: 12px;
  }
  #header-top a.logo,
  #header-top .logo {
    max-width: 145px !important;
    min-width: 145px !important;
    height: 68px !important;
    margin-left: 52px;
  }
  #header-top a.logo:before,
  #header-top .logo:before {
    height: 68px;
    background-size: 145px 25px !important;
  }
  #header-top .right-header {
    align-items: center;
    gap: 4px;
    margin-left: auto;
    transform: none;
  }
  #header-top .right-header .cabinet {
    width: 36px;
    height: 36px;
  }
  #header-top .right-header .cart {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin: 0px;
    background-size: 40px 40px;
  }
  #header-top .right-header .cart strong {
    left: 22px;
    top: 4px;
  }
  #header-top #mobile-menu-button {
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 4px;
    width: 40px;
    height: 40px;
  }
  #header-top #mobile-menu-button > div {
    width: 16px;
  }
}
.order-page #header {
  display: none;
}
.order-page #header + #after-header {
  height: 40px;
}
@media print {
  .order-page #header {
    display: none;
  }
}
.order-page #header-top {
  top: 0px;
  height: 68px;
}
.order-page #header-top .logo {
  min-width: 145px !important;
  max-width: 145px !important;
  height: 68px !important;
}
@media (max-width: 1024px) {
  .order-page #header-top .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
.order-page #header-top .logo:before {
  background-size: 145px 24px !important;
  height: 68px;
}
@media print {
  .order-page #header-top {
    display: none;
  }
}
.order-page .breadcrumbs {
  margin: 26px 0 34px;
}
@media print {
  .order-page .breadcrumbs {
    display: none;
  }
}

#template1-page {
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template1-page h1 {
  color: #262626;
}

#template2-page {
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template2-page h1 {
  color: #262626;
}

#template3-page {
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template3-page h1 {
  color: #262626;
}

#template4-page {
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template4-page h1 {
  color: #262626;
}

#template5-page {
  padding-top: 0px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template5-page h1 {
  color: #262626;
}

@media (max-width: 1070px) {
  #template1-page {
    padding-top: 40px;
  }
}

#template2-page {
  padding-bottom: 0px;
  padding-top: 93px;
}
@media (max-width: 1070px) {
  #template2-page {
    padding-top: 80px;
  }
}

@media (max-width: 1070px) {
  #template3-page {
    padding-top: 40px;
  }
}
@media print {
  #template3-page {
    padding: 0px;
  }
}

#template4-page {
  padding-top: 93px;
  overflow: hidden;
}
@media (max-width: 1070px) {
  #template4-page {
    padding-top: 40px;
  }
}

#template5-page {
  padding-top: 162px;
}
#template5-page h1 {
  font-weight: 300;
  font-size: 34px;
  line-height: 112%;
  margin: 0px 0px 33px 0px;
}
h2 + .product-list {
  margin-top: 25px;
}

.product-list .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
.product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 750px) {
  .product-list .columns > div {
    width: calc(50% - 10px);
  }
}
@media (max-width: 530px) {
  .product-list .columns > div {
    width: calc(100% - 10px);
  }
}
.product-list a, .product-list a:hover {
  text-decoration: none;
}

.products-with-filters .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.products-with-filters .product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .products-with-filters .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
@media (max-width: 600px) {
  .products-with-filters .product-list .columns > div {
    width: calc(100% - 0px);
  }
}

.looks-list .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
.looks-list .columns > div {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 645px) {
  .looks-list .columns > div {
    width: calc(100% - 10px);
  }
}
.looks-list a, .looks-list a:hover {
  text-decoration: none;
}

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
.product-labels {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
}
.product-labels > div {
  color: #262626;
  background-color: #F9F7F4;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 6px 13px;
  border-radius: 20px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0px;
}
/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  display: flex;
  gap: 0px;
  flex-direction: column;
  border: none;
  max-width: 500px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
.product-card .product-photo {
  background-color: #f6f6f6;
  display: block;
  width: 100%;
  aspect-ratio: 421/280;
  margin: 0px auto 0px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: auto;
  width: calc(100% - 40px);
  padding: 17px 0;
}
.product-card .title {
  margin: 18px 0px 6px 0px;
}
.product-card .title > h3 {
  color: #303030;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0px;
}
.product-card .note {
  display: none;
}
.product-card .brand {
  display: none;
}
.product-card .vendor-code {
  display: none;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #9A9CA0;
  font-weight: 400;
  margin-bottom: 6px;
}
.product-card {
  position: relative;
  padding: 0px 0px 17px;
}
.product-card .prices {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0em;
  color: #262626;
  vertical-align: top;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.product-card .prices > .price {
  display: none;
}
.product-card .prices > .price.old-price {
  text-decoration: line-through;
  font-weight: 400;
  vertical-align: top;
  color: #9A9CA0;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.product-card .prices > .price span {
  display: inline;
}
.product-card .prices.null {
  font-size: 16px;
}
.product-card .prices .discount {
  color: #fff;
  background-color: #262626;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 19px;
  margin-left: 7px;
  line-height: 100%;
  display: inline-block;
  border-radius: 20px;
}
.product-card > .button {
  grid-area: button;
  justify-self: end;
  margin: 7px 9px 0px 0px;
  padding: 0px;
  width: 44px;
  height: 44px;
  position: relative;
}
.product-card > .button:before, .product-card > .button:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: #262626;
  transition: all 0.5s;
}
.product-card > .button:before {
  width: 24px;
  height: 2px;
}
.product-card > .button:after {
  width: 2px;
  height: 24px;
}
.product-card > .button:hover:before, .product-card > .button:hover:after {
  background-color: #262626;
  box-shadow: 0px 0px 20px 3px #262626;
}
.product-card .product-labels {
  top: 10px;
  left: 10px;
}

.categories .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
.categories .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 900px) {
  .categories .columns > div {
    width: calc(50% - 10px);
  }
}
.categories {
  margin-top: 0px;
}
.categories .columns {
  margin-top: 0px;
  text-align: center;
}
.categories a:hover {
  text-decoration: none;
}
.categories + h3 {
  margin: 80px 0 30px;
  color: #262626;
}

h1 + .categories {
  margin-top: 30px;
}

/* tic-category-card-09 begin */
/* tic-category-card-09 end */
.category-card {
  max-width: 420px;
  /*min-height: 399px;*/
  height: 100%;
  margin: 0 auto 32px;
  transition: all ease-out 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 102px;
}
.category-card .category-logo {
  position: absolute;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0px;
  left: 0px;
  right: 0px;
}
.category-card .category-logo > img {
  max-width: 100%;
}
.category-card .info {
  overflow: hidden;
}
.category-card .info:before {
  content: "";
  padding-top: 72%;
  float: left;
}
.category-card .info {
  transition: all 0.5s;
  padding: 0px 0 0px;
  border-radius: 25px;
  background-color: #393939;
}
.category-card .info .title {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 207px auto 0;
  max-width: 90%;
}
.category-card .info .note {
  display: none;
}
.category-card:hover .info {
  background: #525252;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1350px) {
  .category-card {
    padding-top: 21%;
  }
  .category-card .info .title {
    margin: calc(53% - 20px) auto 0;
  }
}
@media (max-width: 660px) {
  .category-card {
    margin-bottom: 3px;
  }
  .category-card .info {
    border-radius: 12px;
  }
  .category-card .info .title {
    font-size: 14px;
    margin: calc(53% + 1px) auto 0;
  }
}

/* tic-adv-01 begin */
/* tic-adv-01 end */
.products-not-found {
  margin: 120px auto 80px;
}

#footer {
  margin-top: 70px;
  background-color: #2C2A2A;
  background-image: url("../img/footer-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#footer .subscribe {
  background-color: #F7F7F7;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 65px;
}
#footer .subscribe .columns {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin: 64px 0px 0px 0px;
}
#footer .subscribe .columns .info h4 {
  margin: 2px 0px 9px 0px;
  font-weight: 700;
  font-size: 34px;
}
@media (max-width: 1280px) {
  #footer .subscribe .columns .info h4 {
    font-size: calc(24px + 10 * (100vw - 1000px) / 280);
  }
}
@media (max-width: 1000px) {
  #footer .subscribe .columns .info h4 {
    font-size: 24px;
  }
}
#footer .subscribe .columns .info p {
  margin: 0px 0px 0px 0px;
}
#footer .subscribe .columns .form {
  margin: 0px 0px 0px 0px;
}
#footer .subscribe .columns .form .subscribe-form {
  display: flex;
  align-items: center;
}
#footer .subscribe .columns .form .subscribe-form input {
  border-radius: 50px 0 0 50px;
  width: 375px;
  padding: 16px 17px 15px 23px;
}
#footer .subscribe .columns .form .subscribe-form .button {
  border-radius: 0 50px 50px 0;
  padding: 19px 40px 19px 30px;
  margin: 0px 0px 0px 0px;
}
#footer .subscribe .columns .form p {
  font-size: 12px;
  line-height: 144%;
  color: #6A6A6A;
  margin: 14px 0px 0px 9px;
  width: 520px;
}
@media (max-width: 960px) {
  #footer .subscribe {
    padding: 0px 0px 41px;
  }
  #footer .subscribe .columns {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 43px 0px 0px 0px;
  }
  #footer .subscribe .columns .info h4 {
    margin: 0px 0px 13px 0px;
    font-size: 24px;
    line-height: 112%;
  }
  #footer .subscribe .columns .form .subscribe-form input {
    width: calc(100% - 151px);
    padding: 13px 8px 10px 23px;
    font-size: 14px;
  }
  #footer .subscribe .columns .form .subscribe-form .button {
    width: 151px;
    font-size: 16px;
    padding: 15px 40px 15px 30px;
  }
  #footer .subscribe .columns .form p {
    width: 100%;
    margin: 13px 0px 0px 0px;
  }
}
#footer .main {
  color: #FFF;
}
#footer .main a {
  color: #ACACAC;
  text-decoration: none;
}
#footer .main a:hover {
  text-decoration: none;
  color: #ACACAC !important;
}
#footer .main .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  margin: 64px 0px 0px 0px;
}
@media (max-width: 1220px) {
  #footer .main .columns {
    grid-template-columns: 1fr 1fr;
    gap: 40px 0px;
  }
}
#footer .main .columns h5 {
  font-weight: 300;
  margin: 3px 0px 16px 0px;
}
#footer .main .columns .footer-logo {
  display: block;
  background-image: url("../img/logo-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 182px 30px;
  width: 182px;
  height: 30px;
  position: relative;
  margin: 0px 0px 24px 0px;
}
#footer .main .columns .gray-logos {
  margin: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 300px;
}
#footer .main .columns .gray-logos span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#footer .main .columns .gray-logos span.google-stars {
  background-image: url("../img/google-stars.svg");
  width: 121px;
  height: 31px;
}
#footer .main .columns .gray-logos span.TUV {
  background-image: url("../img/TUV.svg");
  width: 32px;
  height: 32px;
}
#footer .main .columns .gray-logos span.SDJ2022 {
  background-image: url("../img/SDJ2022.svg");
  width: 92px;
  height: 29px;
}
#footer .main .columns .gray-logos span.footer-icon-1 {
  width: 32px;
  height: 32px;
  background-image: url("../img/footer-icon-1.svg");
}
#footer .main .columns .gray-logos span.footer-icon-2 {
  width: 32px;
  height: 32px;
  background-image: url("../img/footer-icon-2.svg");
}
#footer .main .columns .gray-logos span.footer-icon-3 {
  width: 32px;
  height: 32px;
  background-image: url("../img/footer-icon-3.svg");
}
#footer .main .columns .gray-logos span.footer-icon-4 {
  width: 32px;
  height: 32px;
  background-image: url("../img/footer-icon-4.svg");
}
#footer .main .columns .gray-logos span.footer-icon-5 {
  width: 32px;
  height: 32px;
  background-image: url("../img/footer-icon-5.svg");
}
#footer .main .columns ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#footer .main .columns ul > li {
  margin: 0px 0px 11px 0px;
}
#footer .main .columns ul > li:before {
  display: none;
}
#footer .main .columns ul > li > ul {
  display: none;
}
#footer .main .logos {
  border-top: 1px solid #6A6A6A;
  border-bottom: 1px solid #6A6A6A;
  padding: 16px 0px 15px;
  margin: 28px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .main .logos > div {
  display: flex;
  gap: 12px;
  align-items: center;
}
#footer .main .logos > div .payment-logos {
  display: inline-block;
  width: 290px;
  aspect-ratio: 290/24;
  background-image: url("../img/payment-logos.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .main .logos > div .santander {
  display: inline-block;
  width: 106px;
  aspect-ratio: 106/40;
  background-image: url("../img/santander.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .main .logos > div .geprufte-static {
  display: inline-block;
  width: 48px;
  aspect-ratio: 1/1;
  background-image: url("../img/geprufte-static.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .main .bottom {
  padding: 24px 0px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .main .bottom .copyright {
  color: #ACACAC;
  font-size: 14px;
  line-height: 144%;
}
#footer .main .bottom .follow-social {
  display: flex;
  align-items: center;
  gap: 4px;
}
#footer .main .bottom .follow-social a {
  width: 56px;
  height: 30px;
  display: inline-block;
  background-color: #303030;
  transition: all 0.25s;
}
#footer .main .bottom .follow-social a:hover {
  background-color: #404040;
}
#footer .main .bottom .follow-social a {
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .main .bottom .follow-social a.facebook {
  background-image: url("../img/facebook.svg");
  background-size: 24px 24px;
}
#footer .main .bottom .follow-social a.instagram {
  background-image: url("../img/instagram.svg");
  background-size: 24px 24px;
}
#footer .main .bottom .follow-social a.youtube {
  background-image: url("../img/youtube.svg");
  background-size: 28px 28px;
}
#footer .main .bottom .follow-social a span {
  display: none;
}

#page.coming-soon #footer {
  display: none !important;
}

@media (max-width: 730px) {
  #footer {
    margin-top: 33px;
    background-size: auto 100%;
    background-position: center top;
  }
  #footer .main .columns {
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 60px 0px 0px 0px;
  }
  #footer .main .columns h5 {
    margin: 0px 0px 11px 0px;
    font-size: 16px;
  }
  #footer .main .columns .footer-logo {
    margin: 0px 0px 20px 0px;
    width: 145px;
    height: 30px;
    background-size: contain;
  }
  #footer .main .columns .gray-logos {
    margin: 0px 0px 12px 0px;
    gap: 16px;
    width: 100%;
  }
  #footer .main .columns .gray-logos span.google-stars {
    width: 94px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.TUV {
    width: 24px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.SDJ2022 {
    width: 76px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.footer-icon-1 {
    width: 24px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.footer-icon-2 {
    width: 24px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.footer-icon-3 {
    width: 24px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.footer-icon-4 {
    width: 24px;
    height: 24px;
  }
  #footer .main .columns .gray-logos span.footer-icon-5 {
    width: 24px;
    height: 24px;
  }
  #footer .main .columns ul > li {
    margin: 0px 0px 3px 0px;
    font-size: 14px;
  }
  #footer .main .logos {
    display: grid;
    gap: 11px;
    align-items: start;
    justify-content: center;
    margin: 35px 0px 0px 0px;
    padding: 16px 0px;
  }
  #footer .main .logos > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .main .logos > div .payment-logos {
    max-width: 290px;
  }
  #footer .main .bottom {
    display: grid;
    gap: 16px;
    padding: 27px 0px 24px;
    justify-content: center;
  }
  #footer .main .bottom .copyright {
    order: 1;
    font-size: 12px;
  }
  #footer .main .bottom .follow-social {
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #footer .main .bottom .follow-social a {
    width: 50px;
    height: 30px;
  }
}
/* tic-pushy-01 begin */
/* tic-pushy-01 end */
nav.pushy {
  width: 100% !important;
  max-width: 100% !important;
  height: 100vh !important;
  top: 0 !important;
  left: 0 !important;
  transform: translateX(100%) !important;
  pointer-events: none;
  transition: transform 0.3s ease !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #FFF;
}

body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left nav.pushy {
  transform: translateX(0) !important;
  pointer-events: auto;
}
body.pushy-open-left #container, body.pushy-open-left .push {
  transform: none !important;
  transition: none !important;
}
body.pushy-open-left .site-overlay {
  display: none !important;
}

.pushy-close {
  position: fixed;
  z-index: 9999;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-image: url(../img/close-button-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.pushy-content {
  display: flex;
  height: 100vh;
  min-height: 0;
}

.pushy-banner {
  flex: 0 0 33.33%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F9F7F4;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image: url("../img/pushy.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pushy-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.05) 60%);
}
@media (max-width: 980px) {
  .pushy-banner {
    display: none;
  }
}

.pushy-banner-body {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.pushy-banner-body p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
  margin-bottom: 20px;
  line-height: 1.3;
}

.pushy-banner-btn {
  display: inline-block;
  border: 2px solid #FFF;
  color: #FFF !important;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
}
.pushy-banner-btn:hover {
  background-color: #FFF;
  color: #262626 !important;
}

.pushy-nav {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(max-content, 1fr));
  min-height: 0;
  overflow: auto;
}
@media (max-width: 640px) {
  .pushy-nav {
    display: block;
  }
}

.pushy-section {
  padding: 48px;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.pushy-section:nth-child(2n) {
  border-right: none;
}
.pushy-section:nth-child(n+3) {
  border-bottom: none;
}
@media (max-width: 640px) {
  .pushy-section {
    border-bottom: 1px solid #D6D6D6 !important;
    border-right: none !important;
  }
}

.pushy-section-num {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #D2996C;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.pushy-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 24px;
  letter-spacing: 0.03em;
}

.pushy-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pushy-section ul li {
  padding: 0;
  margin: 0px 0px 10px;
  white-space: wrap;
}
.pushy-section ul li ul {
  display: none;
}
.pushy-section ul li a {
  color: #303030;
  font-size: 15px;
  padding: 0;
  display: inline;
  background: none;
  text-decoration: none;
}
.pushy-section ul li a:hover {
  color: #D2996C;
}

.pushy-section:first-child ul li {
  margin-bottom: 4px;
}
.pushy-section:first-child ul li > a {
  font-weight: 600;
  font-size: 15px;
}
.pushy-section:first-child ul li ul {
  display: inline;
}
.pushy-section:first-child ul li ul li {
  display: inline;
  margin-left: 0.5em;
}
.pushy-section:first-child ul li ul li + li:before {
  content: "/";
  margin-right: 0.5em;
}
.pushy-section:first-child ul li ul li a {
  font-size: 15px;
  font-weight: 400;
}

div.more-products {
  display: block !important;
  text-align: center;
  width: 100% !important;
  margin: 0 !important;
}
div.more-products > .button {
  margin-top: 10px;
}
div.more-products .pagination {
  display: block;
  margin: 12px auto 10px;
}

.site-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.site-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F7F7F7;
  color: #303030;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.site-pagination a.current, .site-pagination a:hover {
  color: #FFF;
  background-color: #262626;
}
.site-pagination a.site-pagination__arrow {
  font-size: 0;
}
.site-pagination a.site-pagination__arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask-image: url("../img/slider-next.svg");
  mask-image: url("../img/slider-next.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 12px 12px;
  mask-size: 12px 12px;
}
.site-pagination a.site-pagination__arrow.prev::before {
  transform: rotate(180deg);
}

.category-products-pagination {
  display: flex;
  justify-content: center;
  width: 100% !important;
  margin: 54px 0px 0px !important;
}

.category-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.category-title-container > div > h1 {
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .category-title-container > div > h1 {
    font-size: 32px !important;
  }
}
.category-title-container > a {
  margin-top: 25px;
  font-size: 14px;
  white-space: nowrap;
}
.category-title-container > a:hover {
  text-decoration: none;
}
@media (max-width: 530px) {
  .category-title-container {
    display: block;
  }
}

ul.children-category-items {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  /*li{
    display: inline-block;
    margin: 0 10px 10px 0;
    a{
      color: $color-2;
      display: block;
      border: 1px solid $color-6;
      padding: 6px 20px 5px;
      border-radius: 3px;
      font-size: 14px;
      line-height: 130%;
      text-transform: uppercase;
      &:hover{
        border: 1px solid $color-2;
        background-color: $color-2;
        color: #fff;
        text-decoration: none;
      }
    }
  }*/
}
ul.children-category-items > li {
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
}
ul.children-category-items > li:hover {
  border: 1px solid #D6D6D6;
}
ul.children-category-items > li > ul {
  display: none;
}
ul.children-category-items > li:before {
  display: none;
}
ul.children-category-items > li > a {
  display: block;
  padding: 6px 12px 4px;
  text-decoration: none;
}
ul.children-category-items > li > a > .icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  display: none;
}
ul.children-category-items > li > a > span {
  padding: 5px 0 3px 0px;
}
ul.children-category-items > li > a {
  color: #303030;
}
ul.children-category-items > li > a:hover {
  background-color: #ffffff;
  color: #fff;
}

.referal-links {
  margin: 0px 0 0px;
  display: flex;
  align-items: center;
}
.referal-links .button {
  flex-shrink: 0;
  margin: 0 60px 0 0;
}
.referal-links a {
  line-height: 110%;
}
.referal-links a:hover {
  text-decoration: none;
}

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.price-table {
  border-radius: 20px;
  background: #F7F7F7;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #F7F7F7;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid #D6D6D6;
}
.price-table tr th {
  padding: 15px 10px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
}
.price-table tr td {
  padding: 17px 10px;
  font-size: 16px;
  border: 1px solid #D6D6D6;
}
.price-table tr td.price-table__amount {
  white-space: nowrap;
}
.price-table tr:first-child th,
.price-table tr:first-child td {
  background: #fff;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.price-table th:first-child,
.price-table td:first-child {
  background: #fff;
  font-weight: 600;
  text-align: left;
}
.price-table tr:first-child th:first-child,
.price-table tr:first-child td:first-child {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  white-space: normal;
  line-height: 140%;
}
@media (max-width: 640px) {
  .price-table {
    border-radius: 12px;
  }
  .price-table tr th {
    padding: 15px 10px;
    font-size: 14px;
  }
  .price-table tr td {
    padding: 17px 10px;
    font-size: 14px;
  }
  .price-table tr td.price-table__amount {
    white-space: nowrap;
  }
  .price-table tr:first-child th:first-child,
  .price-table tr:first-child td:first-child {
    font-size: 12px;
  }
}

.price-table-wrap {
  width: calc(100% + 48px);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.product-page {
  padding-top: 35px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}
.product-page .product-page-columns .left-container {
  width: 100%;
  position: sticky;
  top: 85px;
}
.product-page .product-page-columns .right-container {
  flex-shrink: 0;
  width: 421px !important;
}
.product-page .product-page-columns.single-price .left-container {
  width: 60%;
  position: sticky;
  top: 85px;
}
.product-page .product-page-columns.single-price .right-container {
  flex-shrink: 0;
  width: 40% !important;
  position: sticky;
  top: 85px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .product-page {
    padding-top: 40px;
  }
  .product-page .product-page-columns {
    display: block;
  }
  .product-page .product-page-columns .left-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 0;
    overflow: visible;
  }
  .product-page .product-page-columns .right-container {
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 0;
  }
}
.product-page .product-images {
  width: 100%;
  background-image: url("../img/pattern3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.product-page .product-images {
  margin-bottom: 20px;
}
.product-page .product-images .product-labels {
  left: 10px;
  top: 46px;
}
@media (max-width: 700px) {
  .product-page .product-images .product-labels {
    top: 12px;
  }
}
.product-page .product-images .product-big-image {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 640px) {
  .product-page .product-images .product-big-image {
    /*max-height: 500px;*/
  }
}
.product-page .product-images .product-big-image {
  cursor: pointer;
}
.product-page .product-images .product-big-image.video {
  cursor: default;
  z-index: 10;
  overflow: visible;
  aspect-ratio: 1.4;
}
.product-page .product-images .product-big-image.video:before {
  display: none;
}
.product-page .product-images .product-big-image.video .video-container {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  width: 67%;
  overflow: hidden;
}
.product-page .product-images .product-big-image.video .video-container:before {
  content: "";
  padding-top: 150%;
  float: left;
}
.product-page .product-images .product-big-image.video .video-container {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-68%, -48%);
}
.product-page .product-images .product-big-image.video .video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}
.product-page .product-images .product-big-image > img.preview {
  background-color: #f5f5f5;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.product-page .product-images .product-big-image.no-photo {
  background-image: url("img/no-photo.svg");
  background-size: auto;
  cursor: default;
}
.product-page .product-images .product-big-image > .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #111;
}
.product-page .product-images .product-big-image > .video > div {
  overflow: hidden;
}
.product-page .product-images .product-big-image > .video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-big-image > .video > div {
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image > .video .video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-big-image > .video .video-foreground, .product-page .product-images .product-big-image > .video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 640px) {
  .product-page .product-images {
    order: 1;
    margin: 0px 0px 20px 0px;
    background-image: none;
  }
  .product-page .product-images .product-big-image {
    margin-bottom: 0px;
  }
  .product-page .product-images .product-big-image > img.preview {
    display: block;
    border-radius: 16px;
  }
}
.product-page .product-header {
  margin: 0px 0px 33px 0px;
  width: calc(100% - 445px);
}
.product-page .product-header .product-title {
  color: #262626;
  margin: 0px 0 10px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.product-page .product-header p {
  font-size: 14px;
}
@media (max-width: 1240px) {
  .product-page .product-header {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .product-page .product-header {
    width: 100%;
    margin: 26px 0px 31px 0px;
  }
  .product-page .product-header .product-title {
    margin: 0px 0px 9px 0px;
    font-size: 18px;
    line-height: 130%;
  }
  .product-page .product-header p {
    color: #6A6A6A;
    font-size: 14px;
    line-height: 157%;
  }
}
.product-page .product-labels {
  position: relative;
  display: inline-flex;
  transform: translateY(-75%);
  margin: 0px 0px 0px 3px;
}
.product-page .product-labels > div {
  transform: rotate(-30deg);
}
.product-page .relations .category-title {
  margin: 0px 0 41px;
}
.product-page .relations .category-title a {
  text-decoration: none;
}
.product-page .scroll-column-2 {
  padding-bottom: 0px;
  position: relative;
}
.product-page ul.advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px 44px;
  list-style: none;
  margin: 23px 0px 0px 0px;
  padding: 0px 0px 0px;
}
.product-page ul.advantages li {
  flex: 1 1 0;
  flex-grow: 1;
  margin: 0px 0px 0px 0px;
  padding: 31px 0px 0px;
  background-image: url("../img/check-circle3.svg");
  background-size: 23px 23px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
.product-page ul.advantages li > span {
  max-width: 155px;
  display: inline-block;
  font-size: 14px;
}
.product-page ul.advantages li {
  position: relative;
}
.product-page ul.advantages li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  right: -22px;
  width: 2px;
  top: 10px;
  bottom: 10px;
  background-color: #F7F7F7;
}
@media (min-width: 921px) and (max-width: 1240px) {
  .product-page ul.advantages {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-page ul.advantages > li:nth-child(even)::after {
    display: none;
  }
}
@media (min-width: 640px) and (max-width: 920px) {
  .product-page ul.advantages {
    margin: 0px 0px 40px 0px;
  }
}
@media (max-width: 640px) {
  .product-page ul.advantages {
    order: 3;
    align-self: stretch;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0px;
    margin: 36px 0px 0px 0px;
  }
  .product-page ul.advantages li {
    padding: 31px 16px 0px;
  }
  .product-page ul.advantages li:not(:last-child)::after {
    display: none;
  }
  .product-page ul.advantages li:nth-child(odd)::after {
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    width: 1px;
    top: 9px;
    bottom: 0px;
    background-color: #F7F7F7;
  }
  .product-page ul.advantages li > span {
    max-width: 140px;
    font-size: 13px;
    line-height: 150%;
  }
}
.product-page .links-container {
  margin: 100px 0px 0px 0px;
  width: 100%;
  background-image: url("../img/gradient-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 67px 65px 60px;
  color: #FFF;
  display: grid;
  gap: 116px;
  grid-template-columns: 2fr 1fr;
}
.product-page .links-container h5 {
  margin: 0px 0px 11px 0px;
  color: #FFF;
}
.product-page .links-container .text {
  color: #D6D6D6;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.product-page .links-container .links .items {
  margin: -5px 0px 0px 0px;
}
.product-page .links-container .links .items a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  padding: 16px 0px 11px;
  border-bottom: 1px solid #5A5A5A;
  background-image: url("../img/arrow-right.svg");
  background-size: 16px 16px;
  background-position: right 17px;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.product-page .links-container .links .items a:hover {
  border-bottom: 1px solid #D6D6D6;
}
.product-page .links-container .links {
  position: relative;
}
.product-page .links-container .links:before {
  content: "";
  position: absolute;
  display: block;
  left: -65px;
  width: 1px;
  top: -10px;
  bottom: -10px;
  background-color: #5A5A5A;
}
@media (max-width: 980px) {
  .product-page .links-container {
    display: block;
  }
  .product-page .links-container .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .product-page .links-container {
    margin: 39px 0px 0px 0px;
    display: block;
    padding: 26px 16px 24px;
  }
  .product-page .links-container h5 {
    margin: 0px 0px 8px 0px;
    font-size: 16px;
    line-height: 130%;
  }
  .product-page .links-container .text {
    font-size: 12px;
    line-height: 156%;
  }
  .product-page .links-container .text p {
    font-size: 14px;
    line-height: 157%;
  }
  .product-page .links-container .links {
    margin-top: 50px;
  }
  .product-page .links-container .links:before {
    display: none;
  }
  .product-page .links-container .links h5 {
    margin: 0px 0px 0px 0px;
  }
  .product-page .links-container .links .items {
    margin: 0px 0px 0px 0px;
  }
  .product-page .links-container .links .items a {
    min-height: 37px;
    padding: 18px 28px 9px 0px;
    color: #FFF;
    font-size: 14px;
    line-height: 130%;
    background-image: url("../img/arrow-right.svg");
    background-size: 14px 14px;
    background-position: right 20px;
    border-bottom-color: rgba(255, 255, 255, 0.17);
  }
}
.product-page .helpful-container {
  margin: 63px 0px 0px 0px;
  width: 100%;
  background-color: #F9F7F4;
  border-radius: 20px;
  padding: 41px 40px 40px;
  color: #303030;
  display: grid;
  align-items: start;
  gap: 24px;
  grid-template-columns: 1fr 1.45fr;
}
.product-page .helpful-container h5 {
  margin: 0px 0px 11px 0px;
}
.product-page .helpful-container .text {
  background-color: #FFF;
  border-radius: 20px;
  padding: 43px 40px 27px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
.product-page .helpful-container .list {
  background-color: #FFF;
  border-radius: 20px;
  padding: 43px 40px 27px;
}
.product-page .helpful-container .list ul {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px;
  list-style: none;
}
.product-page .helpful-container .list ul li {
  padding: 0px 0px 0px 32px;
  margin: 0px 0px 15px 0px;
  background-image: url("../img/check-circle3.svg");
  background-size: 23px 23px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 16px;
}
@media (max-width: 980px) {
  .product-page .helpful-container {
    display: block;
  }
  .product-page .helpful-container .list {
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .product-page .helpful-container {
    margin: 10px 0px 0px 0px;
    display: block;
    padding: 16px 16px 16px;
  }
  .product-page .helpful-container .list,
  .product-page .helpful-container .text {
    padding: 25px 16px 19px;
  }
  .product-page .helpful-container h5 {
    margin: 0px 0px 14px 0px;
    font-size: 18px;
    line-height: 130%;
  }
  .product-page .helpful-container .list ul {
    margin: 0px 0px 0px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px 14px;
  }
  .product-page .helpful-container .list ul li {
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 30px;
    min-height: 18px;
    font-size: 14px;
    line-height: 140%;
  }
  .product-page .helpful-container .text {
    margin-top: 17px;
    padding: 22px 16px 11px;
    line-height: 156%;
  }
  .product-page .helpful-container .text p {
    font-size: 14px;
  }
  .product-page .helpful-container .text h5 {
    color: #303030;
  }
}
.product-page .common-tabs {
  margin: 66px 0px 0px 0px;
}
.product-page .common-tabs > h4 {
  margin: 0px 0px 0px 0px;
  color: #303030;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
.product-page .common-tabs ul.nav-tabs {
  margin: 26px 0px 23px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border: none;
  background-color: #F7F7F7;
  border-radius: 28px;
}
.product-page .common-tabs ul.nav-tabs:before, .product-page .common-tabs ul.nav-tabs:after {
  display: none;
}
.product-page .common-tabs ul.nav-tabs li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
}
.product-page .common-tabs ul.nav-tabs li a {
  border: none;
  color: #303030;
  padding: 15px 45px;
  margin: 0px 0px 0px 0px;
  border-radius: 28px;
  font-size: 18px;
}
.product-page .common-tabs ul.nav-tabs li.active a {
  background: #262626;
  color: #FFF;
}
.product-page .common-tabs .tab-content {
  overflow: hidden;
}
.product-page .common-tabs .tab-content .items {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.product-page .common-tabs .tab-content .items img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 0px 0px 0px 0px;
}
.product-page .common-tabs .tab-content .items h5 {
  color: #303030;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.product-page .common-tabs .tab-content .items p {
  color: #6A6A6A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.product-page .common-tabs .tab-content .common-tabs-slider {
  overflow: hidden;
}
.product-page .common-tabs .tab-content .common-tabs-slider .items {
  display: flex;
  gap: 0px;
}
.product-page .common-tabs .tab-content .common-tabs-slider .common-tabs-pagination {
  margin: 24px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product-page .common-tabs .tab-content .common-tabs-slider .common-tabs-pagination.swiper-pagination-lock {
  display: none;
}
.product-page .common-tabs .tab-content .common-tabs-slider .common-tabs-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  margin: 0px !important;
  border-radius: 2px;
  background-color: #ACACAC;
  opacity: 1;
}
.product-page .common-tabs .tab-content .common-tabs-slider .common-tabs-pagination .swiper-pagination-bullet-active {
  background-color: #303030;
}
.product-page .common-tabs .tab-content .common-tabs-pagination {
  display: none;
}
@media (max-width: 640px) {
  .product-page .common-tabs {
    margin: 43px 0px 0px 0px;
  }
  .product-page .common-tabs > h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
  }
  .product-page .common-tabs ul.nav-tabs {
    margin: 23px 0px 24px 0px;
    padding: 0px;
    gap: 10px;
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .product-page .common-tabs ul.nav-tabs li {
    flex: 0 0 auto;
  }
  .product-page .common-tabs ul.nav-tabs li a {
    min-width: 116px;
    height: 38px;
    padding: 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6A6A6A;
    font-size: 12px;
    line-height: 130%;
    border-radius: 19px;
    white-space: nowrap;
  }
  .product-page .common-tabs .tab-content {
    margin-right: -16px;
    overflow: visible;
  }
  .product-page .common-tabs .tab-content .common-tabs-slider {
    overflow: hidden;
  }
  .product-page .common-tabs .tab-content .common-tabs-slider .common-tabs-pagination {
    margin: 10px 16px 0px 0px;
  }
  .product-page .common-tabs .tab-content .items {
    display: flex;
    gap: 0px;
    overflow: visible;
    padding-bottom: 0px;
  }
  .product-page .common-tabs .tab-content .items > div {
    width: calc(100vw - 63px);
    max-width: 300px;
    flex: 0 0 auto;
  }
  .product-page .common-tabs .tab-content .items img {
    display: block;
    height: calc(79vw - 50px);
    max-height: 238px;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #F7F7F7;
    border-radius: 16px;
  }
  .product-page .common-tabs .tab-content .items h5 {
    margin: 17px 0px 3px 0px;
    font-size: 16px;
    line-height: 130%;
  }
  .product-page .common-tabs .tab-content .items p {
    font-size: 14px;
    line-height: 158%;
  }
  .product-page .common-tabs .tab-content .common-tabs-pagination {
    margin: 10px 16px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .product-page .common-tabs .tab-content .common-tabs-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    margin: 0px !important;
    border-radius: 2px;
    background-color: #ACACAC;
    opacity: 1;
  }
  .product-page .common-tabs .tab-content .common-tabs-pagination .swiper-pagination-bullet-active {
    background-color: #303030;
  }
}
@media (max-width: 1000px) {
  .product-page .product-page-columns .left-container {
    width: 50%;
    min-width: 50%;
  }
  .product-page .product-page-columns .right-container {
    width: 50% !important;
  }
}
@media (max-width: 920px) {
  .product-page {
    padding-top: 33px;
  }
  .product-page .product-page-columns {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .product-page .product-page-columns .left-container {
    display: contents;
    position: static;
  }
  .product-page .product-page-columns .right-container {
    order: 2;
    width: 100% !important;
    margin-left: 0px !important;
  }
  .product-page .product-page-columns.single-price .left-container,
  .product-page .product-page-columns.single-price .right-container {
    position: static;
    top: auto;
    width: 100% !important;
  }
}

.faq-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px 24px;
  flex-wrap: wrap;
}
.faq-items > div {
  width: calc(50% - 12px);
}
.faq-items > div .drop-down-input {
  display: none;
}
.faq-items > div .drop-down-button + .drop-down-container > .drop-down {
  display: none;
}
.faq-items > div .drop-down-input:checked + .drop-down-button::before {
  transform: rotateX(90deg);
}
.faq-items > div .drop-down-input:checked + .drop-down-button + .drop-down-container > .drop-down {
  display: block;
}
.faq-items > div {
  border-radius: 20px;
  border: 2px solid #ACACAC;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
}
.faq-items > div .drop-down-button {
  cursor: pointer;
  width: 100%;
  position: relative;
  display: block;
}
.faq-items > div .drop-down-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 33px;
  width: 16px;
  height: 2px;
  background-color: #d6d6d6;
}
.faq-items > div .drop-down-button:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 27px;
  top: 26px;
  width: 2px;
  height: 16px;
  background-color: #d6d6d6;
  transition: all 0.25s;
}
.faq-items > div .drop-down-button {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 22px 14px 14px;
}
.faq-items > div .drop-down-container .drop-down {
  padding: 4px 15px 20px;
  color: #D6D6D6;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 940px) {
  .faq-items {
    gap: 16px;
  }
  .faq-items > div {
    width: calc(50% - 8px);
    border-radius: 12px;
    border-width: 1px;
  }
  .faq-items > div .drop-down-button {
    min-height: 38px;
    padding: 20px 15px 12px;
    font-size: 14px;
    line-height: 130%;
  }
  .faq-items > div .drop-down-button:before {
    top: 21px;
  }
  .faq-items > div .drop-down-button:after {
    top: 28px;
  }
  .faq-items > div .drop-down-container .drop-down {
    padding: 0px 12px 12px;
    font-size: 12px;
    line-height: 150%;
  }
}
@media (max-width: 740px) {
  .faq-items {
    display: block;
  }
  .faq-items > div {
    width: 100%;
    border-radius: 12px;
    border-width: 1px;
  }
  .faq-items > div .drop-down-button {
    min-height: 38px;
    padding: 20px 15px 12px;
    font-size: 14px;
    line-height: 130%;
  }
  .faq-items > div .drop-down-button:before {
    top: 21px;
  }
  .faq-items > div .drop-down-button:after {
    top: 28px;
  }
  .faq-items > div .drop-down-container .drop-down {
    padding: 0px 12px 12px;
    font-size: 12px;
    line-height: 150%;
  }
  .faq-items > div + div {
    margin-top: 8px;
  }
}

.product-wide {
  overflow: hidden;
}
.product-wide .price-tables {
  margin: 77px auto 0px;
}
.product-wide .price-tables h4 {
  color: #303030;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0px 0px 13px 0px;
}
.product-wide .price-tables .items div + div {
  margin-top: 43px;
}
.product-wide .price-tables .items h5 {
  color: #303030;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0px 0px 27px 0px;
}
.product-wide .price-tables .items .price-table {
  width: calc(100% - 100px) !important;
  max-width: 1312px;
  margin: 0 auto;
}
.product-wide .price-tables .items .price-table-wrap {
  margin: -24px;
  padding: 24px;
}
@media (max-width: 1300px) {
  .product-wide .price-tables .items .price-table-wrap {
    width: 100vw;
    margin: -13px 0px 0px;
    padding: 24px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .product-wide .price-tables .items .price-table-wrap .price-table {
    margin: 0px 50px;
  }
}
@media (max-width: 640px) {
  .product-wide .price-tables h4 {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 130%;
  }
  .product-wide .price-tables .items {
    overflow: visible;
  }
  .product-wide .price-tables .items div + div {
    margin-top: 20px;
  }
  .product-wide .price-tables .items h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 130%;
  }
  .product-wide .price-tables .items .price-table-wrap {
    width: 100vw;
    margin: -13px 0px 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .product-wide .price-tables .items .price-table {
    margin: 0px 16px !important;
  }
}
.product-wide .faq-container {
  margin: 65px 0px 0px 0px;
  padding: 66px 0px 70px;
  color: #FFF;
  background-color: #2C2B2B;
  background-image: url("../img/gradient-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.product-wide .faq-container h4 {
  margin: 0px 0px 47px 0px;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 640px) {
  .product-wide .faq-container {
    margin: 38px 0px 0px 0px;
    padding: 35px 0px 30px;
  }
  .product-wide .faq-container h4 {
    margin: 0px 0px 25px 0px;
    font-size: 26px;
    line-height: 130%;
  }
}
.product-wide .alt-info {
  margin: 96px 0px 97px 0px;
}
.product-wide .alt-info .items > div {
  border-radius: 20px;
  background: #F7F7F7;
  padding: 40px 40px 40px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.45fr;
  grid-template-areas: "image text";
}
.product-wide .alt-info .items > div + div {
  margin-top: 24px;
}
.product-wide .alt-info .items > div .image {
  grid-area: image;
}
.product-wide .alt-info .items > div .image img {
  border-radius: 20px;
}
.product-wide .alt-info .items > div .text {
  grid-area: text;
  border-radius: 20px;
  background: #FFF;
  padding: 40px 40px 40px;
}
.product-wide .alt-info .items > div .text h5 {
  color: #303030;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin: 0px 0px 5px 0px;
}
.product-wide .alt-info .items > div .text > div {
  color: #6A6A6A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.product-wide .alt-info .items > div:nth-child(even) {
  grid-template-columns: 1.45fr 1fr;
  grid-template-areas: "text image";
}
@media (max-width: 980px) {
  .product-wide .alt-info .items > div {
    display: block;
  }
  .product-wide .alt-info .items > div .image {
    margin-bottom: 24px;
  }
}
.product-wide .alt-info.big {
  overflow: hidden;
  position: relative;
}
.product-wide .alt-info.big .items {
  transition: all 0.5s;
  position: relative;
  padding-bottom: 200px;
  max-height: 787px;
}
.product-wide .alt-info.big .items:before {
  content: "";
  position: absolute;
  z-index: 99;
  display: block;
  left: 0px;
  right: 0px;
  height: 100px;
  bottom: 67px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.8) 100%);
}
.product-wide .alt-info.big .items:after {
  content: "";
  position: absolute;
  z-index: 99;
  display: block;
  left: 0px;
  right: 0px;
  height: 67px;
  bottom: 0px;
  background: #fff;
}
@media (max-width: 980px) {
  .product-wide .alt-info.big .items {
    max-height: 100vw;
  }
}
.product-wide .alt-info.big .toggler {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  text-align: center;
}
.product-wide .alt-info.big .toggler span {
  display: inline-block;
  cursor: pointer;
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 0px 24px 7px 0px;
  border-bottom: 1px solid #262626;
  position: relative;
}
.product-wide .alt-info.big .toggler span:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 5px;
  background-image: url("../img/arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.product-wide .alt-info.big.expanded .items {
  max-height: none;
  padding-bottom: 66px;
}
.product-wide .alt-info.big.expanded .items:before, .product-wide .alt-info.big.expanded .items:after {
  display: none;
}
.product-wide .alt-info.big.expanded .toggler span:before {
  transform: rotateX(180deg);
}
@media (max-width: 640px) {
  .product-wide .alt-info {
    margin: 32px 0px 38px 0px;
  }
  .product-wide .alt-info .items > div, .product-wide .alt-info .items > div:nth-child(even) {
    display: block;
    padding: 16px;
    border-radius: 8px;
  }
  .product-wide .alt-info .items > div + div, .product-wide .alt-info .items > div:nth-child(even) + div {
    margin-top: 16px;
  }
  .product-wide .alt-info .items > div .image img, .product-wide .alt-info .items > div:nth-child(even) .image img {
    width: 100%;
    border-radius: 12px;
  }
  .product-wide .alt-info .items > div .text, .product-wide .alt-info .items > div:nth-child(even) .text {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
  }
  .product-wide .alt-info .items > div .text h5, .product-wide .alt-info .items > div:nth-child(even) .text h5 {
    font-size: 16px;
    line-height: 130%;
    margin: 0px 0px 16px 0px;
  }
  .product-wide .alt-info .items > div .text > div, .product-wide .alt-info .items > div:nth-child(even) .text > div {
    font-size: 14px;
    line-height: 156%;
  }
  .product-wide .alt-info.big .items {
    max-height: 620px;
    padding-bottom: 112px;
  }
  .product-wide .alt-info.big .items:before {
    bottom: 48px;
  }
  .product-wide .alt-info.big .items:after {
    height: 48px;
  }
  .product-wide .alt-info.big .toggler span {
    font-size: 14px;
    line-height: 130%;
    padding: 0px 24px 10px 0px;
  }
  .product-wide .alt-info.big .toggler span:before {
    top: 1px;
  }
  .product-wide .alt-info.big.expanded .items {
    padding-bottom: 46px;
  }
}
@media (max-width: 640px) {
  .product-wide .headlined-text {
    margin: 36px 0px 38px 0px;
  }
  .product-wide .headlined-text .items {
    display: grid;
    gap: 16px;
  }
  .product-wide .headlined-text .items .item {
    padding: 18px 16px;
    border-radius: 8px;
    background: #F7F7F7;
  }
  .product-wide .headlined-text .items .item h5 {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 130%;
  }
  .product-wide .headlined-text .items .item .text {
    padding: 0px;
    color: #6A6A6A;
    font-size: 12px;
    line-height: 156%;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* tic-blog-01 begin */
/* tic-blog-01 end */
div.blog h1 {
  margin: 12px 0 31px;
}
div.blog span.views, div.blog span.read-time {
  font-size: 14px;
  color: #303030;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
}
div.blog span.views {
  padding: 0px 0px 0px 30px;
  background-size: 22px 12px;
  background-image: url("../img/views.svg");
}
div.blog span.read-time {
  padding: 0px 0px 0px 19px;
  margin-left: 15px;
  background-size: 20px 20px;
  background-image: url("../img/clock.svg");
}
div.blog .blog-showcase {
  margin: 24px -15px 0px;
}
div.blog .blog-showcase > div.first-blog-post {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 0px 0px 0px 0px;
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 50px;
  padding: 24px 24px 54px 24px;
  position: relative;
  border: 1px solid #D6D6D6;
}
div.blog .blog-showcase > div.first-blog-post h3 {
  font-size: 44px;
  color: #303030;
  margin: 15px 0 9px;
}
div.blog .blog-showcase > div.first-blog-post p.note {
  margin: 16px 0 35px;
  line-height: 130%;
}
div.blog .blog-showcase > div.first-blog-post > a:hover {
  text-decoration: none;
}
div.blog .blog-showcase > div.first-blog-post .post-preview-container {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
div.blog .blog-showcase > div.first-blog-post .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
div.blog .blog-showcase > div.first-blog-post .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
div.blog .blog-showcase > div p.note {
  color: #303030;
  margin: 9px 0 17px;
}
div.blog .blog-showcase > div.blog-posts {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 0px 0px 0px 0px;
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 24px 24px 65px 24px;
  position: relative;
  border: 1px solid #D6D6D6;
}
div.blog .blog-showcase > div.blog-posts > a {
  text-decoration: none;
}
div.blog .blog-showcase > div.blog-posts h3 {
  font-size: 34px;
  color: #303030;
  margin: 21px 0 9px;
}
div.blog .blog-showcase > div.blog-posts p.note {
  font-size: 14px;
  margin: 5px 0 17px;
}
div.blog .blog-showcase > div.blog-posts .post-preview-container {
  margin: -24px -24px 0 -24px;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 0 0;
}
div.blog .blog-showcase > div.blog-posts .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
div.blog .blog-showcase > div.blog-posts .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
div.blog .blog-showcase > div:hover .post-preview {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
div.blog .blog-showcase .button-container {
  text-align: left;
  position: absolute;
  bottom: 3px;
  left: 24px;
}
div.blog .blog-showcase .button-container .button {
  padding: 13px 42px;
}
div.blog .blog-most-popular {
  max-width: 330px;
  margin: 0px 0px 0px auto;
}
div.blog .blog-most-popular > h3 {
  margin: 43px 0 19px;
  font-size: 34px;
}
div.blog .blog-most-popular .links > a > div {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 7px 0 12px;
  margin-bottom: -1px;
}
div.blog .blog-most-popular .links > a > div h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 112%;
  color: #303030;
  margin: 5px 0px 6px 0px;
}
div.blog .blog-most-popular .links > a:hover {
  color: #ffffff;
  text-decoration: none;
}
div.blog .blog-most-popular .links > a:hover h3 {
  color: #ffffff;
}
div.blog .blog-tags {
  display: none;
  max-width: 330px;
  margin: 57px 0px 0px auto;
}
div.blog .blog-tags .tags span {
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  border: 1px solid #D6D6D6;
  background: #F6F6F6;
  display: inline-block;
  padding: 10px 24px;
  margin: 0px 10px 10px 0px;
  border-radius: 50px;
  cursor: pointer;
}
div.blog .blog-tags .tags span:hover {
  color: #fff;
  background-color: #E4162E;
  border-color: #E4162E;
}
div.blog .blog-post {
  max-width: 760px;
  margin: 23px 0 0px;
}
div.blog .blog-post .blog-post-logo {
  margin-bottom: 38px;
}
div.blog .blog-post h1 {
  margin: 13px 0 21px;
}
div.blog .blog-post .stat {
  margin: 0px 0 16px;
}
div.blog .blog-post .table-of-contents {
  border: 1px solid #D6D6D6;
  background: #F5F5F5;
  padding: 38px 10px 25px 40px;
  margin-bottom: 54px;
}
div.blog .blog-post .table-of-contents h3 {
  margin: 0px 0 21px;
  font-size: 34px;
}
div.blog .blog-post .table-of-contents ul li {
  margin-bottom: 10px;
}
div.blog .blog-post h2 {
  margin: 51px 0 24px;
}
div.blog .blog-post img {
  border: 4px solid #eaeaea;
}
div.blog .blog-post img.clear {
  border: none;
}
@media (max-width: 640px) {
  div.blog .blog-post h1 {
    margin: 0px 0 21px;
    font-size: 44px !important;
  }
  div.blog .blog-post h2 {
    margin: 34px 0 12px;
    font-size: 34px !important;
  }
}
div.blog p.blog-back-link {
  display: inline-block;
  margin: 38px 0px 0px 0px;
  overflow: visible;
  text-decoration: none;
  padding: 17px 0px 15px 46px;
  position: relative;
  cursor: pointer;
}
div.blog p.blog-back-link:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 70px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/back-arrow2.svg");
  background-size: 35px 17px;
  background-position: 0px center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
div.blog p.blog-back-link a {
  color: #303030;
}
div.blog p.blog-back-link a:hover {
  color: #ffffff;
  text-decoration: none;
}
div.blog .all_blog-links h2 {
  font-size: 16px;
}
div.blog a.all-blog-posts {
  color: #303030;
  font-size: 14px;
}
div.blog {
  padding-bottom: 44px;
}
div.blog .blog-post .table-of-contents a {
  text-decoration: none !important;
  color: #ffffff !important;
}
div.blog .columns {
  display: flex;
  justify-content: space-between;
}
div.blog .columns > .blog-content {
  width: 800px;
  margin-right: 30px;
}
div.blog .columns > .blog-content > h1 {
  font-size: 54px;
  line-height: 110%;
  margin: 41px 0 0px;
}
@media (max-width: 460px) {
  div.blog .columns > .blog-content > h1 {
    font-size: 30px !important;
  }
}
div.blog .columns > .blog-sidebar {
  width: calc(100% - 800px - 30px);
}
@media (max-width: 1050px) {
  div.blog .columns {
    display: block !important;
  }
  div.blog .columns > .blog-content {
    width: 100%;
    margin-right: 0px;
  }
  div.blog .columns > .blog-sidebar {
    width: 100%;
    margin-bottom: 45px;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular {
    max-width: 100%;
    margin: 0px auto 0px;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular > h3 {
    margin-top: 17px;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular > .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular > .links > a {
    width: calc(50% - 15px);
  }
}
@media (max-width: 780px) {
  div.blog .columns div.first-blog-post {
    width: calc(100% - 30px);
    display: block;
    padding-top: 0px;
  }
  div.blog .columns div.first-blog-post .post-preview-container {
    margin: 0px -25px 0px;
  }
  div.blog .columns div.first-blog-post h3 {
    font-size: 44px;
    margin: 20px 0 15px;
  }
  div.blog .columns div.first-blog-post p.note {
    margin: 5px 0px 17px;
  }
  div.blog .columns div.first-blog-post {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  div.blog .columns div.blog-posts {
    width: calc(100% - 30px);
    display: block;
  }
  div.blog .columns div.blog-posts h3 {
    font-size: 44px;
    margin: 20px 0 15px;
  }
  div.blog .columns div.blog-posts {
    padding-bottom: 10px;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular {
    max-width: 100%;
    margin: 0px auto 0px;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular > .links {
    display: block;
  }
  div.blog .columns > .blog-sidebar .blog-most-popular > .links > a {
    width: 100%;
  }
  div.blog .columns .button-container {
    text-align: center;
    position: static;
  }
  div.blog .columns .button-container .button {
    padding: 13px 42px;
  }
}
@media (max-width: 520px) {
  div.blog .columns div.first-blog-post h3 {
    font-size: 34px;
  }
  div.blog .columns div.blog-posts h3 {
    font-size: 34px;
  }
}
div.blog table th {
  background-color: #efefef;
  font-weight: 400;
}
div.blog table td, div.blog table th {
  font-size: 15px;
}

div.blog .blog-archive-page {
  padding: 0px 0px 92px;
}
div.blog .blog-archive-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 60px;
}
div.blog .blog-archive-card {
  grid-column: span 3;
  min-width: 0;
}
div.blog .blog-archive-card:nth-child(-n+2) {
  grid-column: span 6;
}
div.blog .blog-archive-card:nth-child(n+3):nth-child(-n+5) {
  grid-column: span 4;
}
div.blog .blog-archive-image {
  display: block;
  height: 240px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none !important;
}
div.blog .blog-archive-content {
  padding: 19px 0px 0px;
}
div.blog .blog-archive-content h2 {
  font-size: 18px;
  line-height: 126%;
  font-weight: 600;
  margin: 0px 8px 6px;
}
div.blog .blog-archive-content h2 a {
  color: #303030;
  text-decoration: none !important;
}
div.blog .blog-archive-content p {
  color: #6A6A6A;
  font-size: 16px;
  line-height: 150%;
  font-weight: 300;
  margin: 0px 8px 18px;
}
div.blog .blog-archive-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0px 25px;
  border-radius: 999px;
  color: #FFF;
  background-color: #262626;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}
div.blog .blog-archive-button:hover {
  color: #FFF;
  background-color: #000;
}
div.blog .blog-archive-pagination {
  margin: 86px 0px 0px;
}
div.blog .blog-archive-empty {
  margin: 0px;
  color: #6A6A6A;
}
@media (max-width: 1100px) {
  div.blog .blog-archive-grid {
    row-gap: 72px;
  }
  div.blog .blog-archive-card,
  div.blog .blog-archive-card:nth-child(n+3):nth-child(-n+5),
  div.blog .blog-archive-card:nth-child(-n+2) {
    grid-column: span 6;
  }
  div.blog .blog-archive-image {
    height: 220px;
  }
}
@media (max-width: 640px) {
  div.blog .blog-archive-page {
    padding: 32px 0px 64px;
  }
  div.blog .blog-archive-grid {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
  div.blog .blog-archive-card,
  div.blog .blog-archive-card:nth-child(n+3):nth-child(-n+5),
  div.blog .blog-archive-card:nth-child(-n+2) {
    grid-column: 1/-1;
  }
  div.blog .blog-archive-image {
    height: 190px;
    border-radius: 12px;
  }
  div.blog .blog-archive-content {
    padding-top: 16px;
  }
  div.blog .blog-archive-content h2 {
    margin: 0px 0px 7px;
    font-size: 18px;
  }
  div.blog .blog-archive-content p {
    margin: 0px 0px 17px;
    font-size: 14px;
    line-height: 150%;
  }
  div.blog .blog-archive-button {
    min-height: 38px;
    padding: 0px 22px;
    font-size: 15px;
  }
  div.blog .blog-archive-pagination {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
div.blog .news-page {
  padding: 0px 0px 92px;
}
div.blog .news-hero {
  aspect-ratio: 1312/450;
  border-radius: 20px;
  background-color: #F7F7F7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 36px;
}
div.blog .news-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
div.blog .news-hero-title {
  position: relative;
  z-index: 1;
  color: #FFF !important;
  padding: 48px 0px 0px 60px;
  font-size: 54px;
  line-height: 115%;
  font-weight: 600;
  font-size: 54px;
}
@media (max-width: 1400px) {
  div.blog .news-hero-title {
    font-size: calc(26px + 28 * (100vw - 360px) / 1040);
  }
}
@media (max-width: 360px) {
  div.blog .news-hero-title {
    font-size: 26px;
  }
}
div.blog .news-date {
  display: none;
  font-size: 14px;
  color: #6A6A6A;
  margin: 0px 0px 36px;
}
div.blog .news-content img {
  border-radius: 12px;
}
div.blog .news-img-wrap,
div.blog .news-img-group {
  margin: 20px 0px 24px;
}
div.blog .news-img-wrap img,
div.blog .news-img-group img {
  display: block;
  max-width: 100%;
  height: auto;
}
div.blog .news-img-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
div.blog h2 {
  font-size: 54px;
}
@media (max-width: 1400px) {
  div.blog h2 {
    font-size: calc(28px + 26 * (100vw - 360px) / 1040);
  }
}
@media (max-width: 360px) {
  div.blog h2 {
    font-size: 28px;
  }
}
div.blog h3 {
  font-size: 44px;
}
@media (max-width: 1400px) {
  div.blog h3 {
    font-size: calc(24px + 20 * (100vw - 360px) / 1040);
  }
}
@media (max-width: 360px) {
  div.blog h3 {
    font-size: 24px;
  }
}
div.blog h4 {
  font-size: 34px;
}
@media (max-width: 1400px) {
  div.blog h4 {
    font-size: calc(20px + 14 * (100vw - 360px) / 1040);
  }
}
@media (max-width: 360px) {
  div.blog h4 {
    font-size: 20px;
  }
}
div.blog h5 {
  font-size: 16px;
}
@media (max-width: 1100px) {
  div.blog .news-hero-title {
    padding: 28px 36px;
  }
}
@media (max-width: 640px) {
  div.blog {
    margin-top: 50px;
  }
  div.blog .news-page {
    padding-bottom: 64px;
  }
  div.blog .news-hero {
    aspect-ratio: 1/1;
    border-radius: 12px;
    margin-bottom: 24px;
  }
  div.blog .news-hero::before {
    border-radius: 12px;
  }
  div.blog .news-hero-title {
    padding: 20px;
    line-height: 120%;
  }
  div.blog .news-date {
    margin-bottom: 24px;
  }
}
div.blog .news-post-related {
  margin: 0px 0px 52px;
}
div.blog .news-post-related > .inner {
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 20px 0px 42px;
  position: relative;
}
div.blog .news-post-related > .inner .head {
  margin: 23px 40px 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
div.blog .news-post-related > .inner .head h4 {
  margin: 0px;
}
div.blog .news-post-related > .inner .head .link {
  font-size: 18px;
  text-decoration: none !important;
  position: relative;
}
div.blog .news-post-related > .inner .head .link:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -10px;
  height: 1px;
  background-color: #303030;
}
div.blog .news-post-related > .inner .news-slider-prev {
  position: absolute;
  z-index: 100;
  left: 16px;
  top: calc(50% + 14px);
}
div.blog .news-post-related > .inner .news-slider-next {
  position: absolute;
  z-index: 100;
  right: 16px;
  top: calc(50% + 14px);
}
div.blog .news-post-related > .inner .news-slider-scrollbar {
  display: none;
}
@media (max-width: 640px) {
  div.blog .news-post-related {
    margin-bottom: 0px;
  }
  div.blog .news-post-related > .inner {
    padding: 40px 0px 38px;
    border-radius: 12px;
  }
  div.blog .news-post-related > .inner .head {
    margin: 0px 16px 33px;
  }
  div.blog .news-post-related > .inner .head h4 {
    font-size: 22px;
  }
  div.blog .news-post-related > .inner .head .link {
    font-size: 14px;
    padding: 2px 0px 0px;
  }
  div.blog .news-post-related > .inner .head .link:before {
    bottom: 1px;
  }
  div.blog .news-post-related > .inner .news-slider-prev,
  div.blog .news-post-related > .inner .news-slider-next {
    display: none;
  }
  div.blog .news-post-related > .inner .news-slider-scrollbar {
    position: static;
    display: block;
    width: calc(100% - 40px);
    height: 4px;
    margin: 24px 16px 0px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #D6D6D6;
  }
  div.blog .news-post-related > .inner .news-slider-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 4px;
    background-color: #262626;
  }
}

.product-order-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
.product-order-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
.product-order-dialog label {
  margin-bottom: 15px;
}
.product-order-dialog input {
  width: 100%;
}
.product-order-dialog textarea {
  width: 100%;
}
.product-order-dialog .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  color: #F9F7F4;
  margin: 0px 0 30px;
}
.product-order-dialog .price > span.current-price {
  font-weight: 500;
}
.product-order-dialog .price > span.currency {
  display: none;
}
.product-order-dialog .price > span.currency-label {
  color: #303030;
  font-size: 14px;
  margin-left: 0.25em;
}
.product-order-dialog .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-order-dialog .price > .old-price {
  position: relative;
  display: inline-block;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 0px);
  height: 1px;
  background-color: #262626;
  transform: rotate(-5deg);
  z-index: 2;
}
.product-order-dialog .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 1px);
  height: 1px;
  background-color: #fff;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-order-dialog .price > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #F9F7F4;
  font-weight: 500;
  font-size: 16px;
}
.product-order-dialog .price > .old-price {
  margin-right: 1em;
  font-size: 16px;
  color: #D6D6D6;
  vertical-align: top;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

.order-page #order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.order-page #order-table-container > table {
  margin: 0;
  background-color: #343434;
  width: 100%;
}
.order-page #order-table-container > table tr > td:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(5) {
  text-align: center;
}
.order-page #order-table-container > table .product-photo {
  width: 80px;
  min-height: 50px;
  background-size: contain;
}
.order-page #order-table-container > table .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.order-page .price-note {
  display: block;
  font-size: 12px;
}
.order-page p.total > span {
  font-size: 34px;
  font-weight: 500;
  color: #262626;
}
.order-page .order-product-count {
  text-align: center;
  position: relative;
  line-height: 21px;
  white-space: nowrap;
}
.order-page .order-product-count a {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  vertical-align: middle;
}
.order-page .order-product-count a.plus {
  background-image: url("../img/plus.png");
}
.order-page .order-product-count a.minus {
  background-image: url("../img/minus.png");
}
.order-page .order-product-count span {
  display: inline-block;
  width: 4em;
  height: 21px;
}
.order-page .order-product-count span > i {
  display: block;
  font-style: normal;
  font-size: 14px;
}
.order-page .order-product-count.plain span {
  width: auto;
}
.order-page #order-confirm {
  position: relative;
  max-width: 935px;
  margin: 44px auto 38px;
  background-color: #ffffff;
  border-radius: 0px;
  border: 5px solid #6a6a6a;
  padding: 0 50px 2px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
}
.order-page #order-confirm .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 890px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 10px);
  }
}
.order-page #order-confirm .login-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
}
.order-page #order-confirm .login-panel p {
  max-width: 230px;
  font-size: 14px;
  margin-right: 10px;
}
.order-page #order-confirm .login-panel .button {
  padding: 15px 26px 14px;
}
.order-page #order-confirm > .top {
  display: flex;
  justify-content: flex-start;
  /*h2{
    width: 50%;
    margin-right: 20px;
    margin-bottom: 50px;
  }

  @media (max-width: 890px){
    display: block;
    h2{
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px;
    }
  }*/
}
.order-page #order-confirm > .top h2 {
  margin-bottom: 50px;
  font-size: 46px;
  color: #262626;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top {
    display: block;
  }
  .order-page #order-confirm > .top h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 48px !important;
  }
}
@media (max-width: 600px) {
  .order-page #order-confirm > .top h2 {
    font-size: 42px !important;
  }
}
.order-page #order-confirm > .top > .promo-panel {
  padding-top: 65px;
}
.order-page #order-confirm > .top > .promo-panel input {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px 2px 0;
  padding: 10px 2px;
  height: 44px;
}
.order-page #order-confirm > .top > .promo-panel .button {
  margin: 0 0 2px;
  vertical-align: middle;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top > .promo-panel {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.order-page #order-confirm h2 {
  margin: 34px 0 50px;
}
@media (max-width: 890px) {
  .order-page #order-confirm h2 {
    margin: 34px 0 20px;
  }
}
.order-page #order-confirm h3 {
  margin: 0px 0 23px;
}
.order-page #order-confirm .client-form {
  /*margin: 30px 0 0px;*/
}
.order-page #order-confirm .delivery-form .delivery-title {
  display: flex;
}
.order-page #order-confirm .delivery-form .delivery-title a {
  margin: 8px 0 0px 10px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 700px) {
  .order-page #order-confirm .delivery-form .delivery-title a {
    margin: 3px 0 0px 10px;
  }
}
.order-page #order-confirm .delivery-form #delivery-address {
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.order-page #order-confirm .delivery-form #delivery-address.hidden-address {
  opacity: 0;
  height: 0px;
  transform: translateY(-100px) rotateX(90deg);
}
.order-page #order-confirm .delivery-form .delivery-methods {
  margin: 10px 0 19px;
  position: relative;
  z-index: 2;
}
.order-page #order-confirm .delivery-form .calculated-delivery label.town > span {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-size: 12px;
  vertical-align: baseline;
}
@media (max-width: 890px) {
  .order-page #order-confirm .delivery-form {
    margin-top: 0px !important;
  }
}
.order-page #order-confirm .delivery-form #delivery-note {
  font-weight: 500;
  margin: 0 0 5px 0;
}
.order-page #order-confirm .delivery-form #delivery-note .free-note {
  color: #ffffff;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers {
  display: flex;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label {
  max-width: 86px;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label + label {
  margin-left: 20px;
}
.order-page #order-confirm .delivery-form .free {
  color: #ffffff;
  text-transform: uppercase;
}
.order-page #order-confirm .select-header {
  color: #F9F7F4;
  margin-bottom: 28px;
}
.order-page #order-confirm .delivery-point-notes > div {
  display: none;
}
.order-page #order-confirm .button-container {
  text-align: center;
  margin-top: 15px;
}
.order-page #order-confirm label {
  margin: 0px 0 5px;
  max-width: 340px;
  position: relative;
}
.order-page #order-confirm label input, .order-page #order-confirm label textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
}
.order-page #order-confirm label input.readonly, .order-page #order-confirm label textarea.readonly {
  background-color: #2b2b2b;
}
.order-page #order-confirm label textarea.comment {
  height: 80px;
}
.order-page #order-confirm label input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
}
.order-page #order-confirm label > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.order-page #order-confirm label > span.flat-label {
  margin: 0;
  vertical-align: middle;
}
.order-page #order-confirm label > span i {
  display: block;
  font-size: 14px;
  margin-top: -3px;
}
.order-page #order-confirm label.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm label.register-checkbox {
  white-space: nowrap;
}
.order-page #order-confirm label.register-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.register-checkbox span {
  margin: 4px 0 0 10px;
}
.order-page #order-confirm label.register-checkbox span > i {
  font-style: normal;
  color: #ffffff;
  cursor: pointer;
}
.order-page #order-confirm label.register-checkbox span > i:hover {
  color: #ffffff;
}
.order-page #order-confirm label.offer-checkbox {
  white-space: nowrap;
}
.order-page #order-confirm label.offer-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.offer-checkbox span {
  margin: 4px 0 0 10px;
  max-width: 300px;
  white-space: normal;
}
.order-page #order-confirm label.offer-checkbox span > i {
  font-style: normal;
  color: #ffffff;
  cursor: pointer;
}
.order-page #order-confirm label.offer-checkbox {
  margin: 10px 0 10px;
}
.order-page #order-confirm .delivery-point-select {
  width: 100%;
  margin-bottom: 20px;
}
.order-page #order-confirm .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 5px 0 0px 0;
}
.order-page #order-confirm .select2-container .select2-selection--single {
  border-radius: 0px !important;
  height: 40px;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__rendered {
  color: #303030 !important;
  padding: 5px 1px 4px !important;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.order-page #order-confirm h4 {
  margin-bottom: 30px;
}
.order-page #order-confirm .order-user-data p.item span {
  color: #9A9CA0;
  font-weight: 300;
}
.order-page #order-confirm textarea.order-comment {
  width: 100%;
  height: 200px;
}
.order-page #order-confirm.loading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px 128px;
}
@media (max-width: 460px) {
  .order-page #order-confirm {
    padding: 0 20px 2px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.order-page #order-confirm p.cabinet-link {
  max-width: 320px;
  margin-top: 40px;
}
.order-page #order-confirm.no-user label.comment {
  margin: 32px 0 18px;
}
.order-page #order-confirm.no-user label.register-checkbox {
  margin-top: 13px;
  margin-bottom: 18px;
}
.order-page #order-confirm.user.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm.user label.register-checkbox {
  display: none;
}
.order-page #order-confirm.user > .top > .login-panel {
  display: none;
}
.order-page #order-confirm .promocodes-label {
  margin: 24px 0 24px;
  max-width: 360px;
}
.order-page #order-confirm .promocodes-label > strong {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 120%;
}
.order-page h4 {
  color: #262626;
}
.order-page .order-status {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  background-color: #F9F7F4;
  border: 1px solid #D6D6D6;
  display: inline-block;
  padding: 5px 27px;
  margin: 3px 0px 20px 0px;
  color: #303030;
}
.order-page {
  /*
  .order-pending{
    color: #12BED6;
  }
  .order-prepare{
    color: #6A82D4;
  }
  .order-ready{
    color: #39BAA3;
  }
  .order-delivered{
    color: #FF620E;
  }
  .order-done{
    color: #BC56A6;
  }
  .order-canceled{
    color: #979497;
  }
  */
}
.order-page .save-order-page {
  max-width: 375px;
  margin-top: 30px;
}
@media print {
  .order-page .save-order-page {
    display: none;
  }
}
.order-page .delivery-price {
  font-weight: 500;
}
.order-page .delivery-price > span {
  color: #E60000;
}
.order-page .confirmed-order .cart-items {
  padding: 0px 0px 0px 0px;
  display: grid;
  gap: 0px 30px;
  grid-template-columns: 1fr 1fr;
  margin: 12px 0px 41px;
}
.order-page .confirmed-order .cart-items .cart-item {
  display: flex;
}
.order-page .confirmed-order .cart-items .cart-item:nth-of-type(1) {
  border-top: 1px solid #D6D6D6;
}
.order-page .confirmed-order .cart-items .cart-item:nth-of-type(2) {
  border-top: 1px solid #D6D6D6;
}
.order-page .confirmed-order .cart-items .cart-item {
  border-bottom: 1px solid #D6D6D6;
  padding: 16px 0px 15px;
  margin: 0px;
}
.order-page .confirmed-order .cart-items .cart-item .product-photo {
  border-radius: 10px;
  height: 105px;
  min-width: 105px;
  margin: 0px 20px 0px 0px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.order-page .confirmed-order .cart-items .cart-item .info {
  flex-grow: 1;
}
.order-page .confirmed-order .cart-items .cart-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0px 2px 0px;
  color: #303030;
}
.order-page .confirmed-order .cart-items .cart-item .short {
  margin: 0px 10px 8px 0px;
}
.order-page .confirmed-order .cart-items .cart-item .short p {
  font-size: 11px;
  font-weight: 600;
  margin: 0px 0px 3px 0px;
}
.order-page .confirmed-order .cart-items .cart-item .count-form {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  margin: 14px 0px 0px 0px;
}
.order-page .confirmed-order .cart-items .cart-item .count-form .prices .price {
  display: none;
}
.order-page .confirmed-order .cart-items .cart-item .product-sum {
  margin: 0px 0px 0px 0px;
  font-weight: 400;
  flex-grow: 1;
}
.order-page .confirmed-order .cart-items .cart-item .product-sum .price {
  display: none;
}
@media (max-width: 730px) {
  .order-page .confirmed-order .cart-items {
    grid-template-columns: 1fr;
  }
  .order-page .confirmed-order .cart-items .cart-item:nth-of-type(2) {
    border-top: none;
  }
}
.order-page .confirmed-order .user-table-container {
  margin: 20px 0px 35px 0px;
}
.order-page .confirmed-order .user-table {
  margin: 0px 1px 43px 0px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 0.5px));
  gap: 1px;
  background-color: #D6D6D6;
  padding: 1px;
}
.order-page .confirmed-order .user-table > div {
  padding: 12px 14px;
  background-color: #F9F7F4;
}
@media (max-width: 470px) {
  .order-page .confirmed-order .user-table {
    display: block;
    padding: 0px;
    background-color: transparent;
  }
  .order-page .confirmed-order .user-table > div {
    padding: 0px;
    background-color: transparent;
  }
  .order-page .confirmed-order .user-table > div:nth-child(odd) {
    font-size: 14px;
    color: #9A9CA0;
    line-height: 110%;
  }
  .order-page .confirmed-order .user-table > div:nth-child(even) {
    margin-bottom: 10px;
  }
}
.order-page .confirmed-order .total {
  margin: 51px 0px 10px 0px;
  width: 320px;
}
.order-page .confirmed-order .total > div {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 5px 0px;
}
.order-page .confirmed-order .total > div.summary {
  color: #262626;
}
.order-page .confirmed-order .total > div .prices {
  font-weight: 600;
}
.order-page .confirmed-order .total > div .prices .price {
  display: none;
}
.order-page .confirmed-order label.checkbox {
  margin-top: 25px;
  margin-bottom: 25px;
}
.order-page .confirmed-order .print-link-container {
  margin-top: 58px;
}
.order-page .confirmed-order .print-link-container > a {
  display: inline-block;
  background-image: url("../img/print.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  min-height: 24px;
  padding-left: 39px;
  padding-top: 2px;
  font-size: 14px;
  color: #303030;
}
.order-page .confirmed-order .print-link-container > a:hover {
  color: #ffffff;
  text-decoration: none;
}
@media print {
  .order-page .confirmed-order .print-link-container > a {
    display: none;
  }
}
.order-page .confirmed-order p.total {
  margin: 0px 0 20px;
}
.order-page .confirmed-order p.total + h4 {
  margin: 45px 0 43px;
}
.order-page .confirmed-order .paid {
  margin: 50px 0px 100px 0px;
}
.order-page .order-admin-comment {
  max-width: 560px;
  margin: 10px 0 10px;
  padding: 27px 38px 14px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}
.order-page .order-admin-comment h4 {
  margin: 0px 0 17px;
  font-size: 16px;
}
@media print {
  .order-page .order-admin-comment {
    padding: 0;
    margin: 0;
  }
}

.search-title {
  margin-bottom: 60px;
}

.main-page-content {
  padding-bottom: 56px;
}
@media (max-width: 640px) {
  .main-page-content {
    padding-bottom: 32px;
  }
}

.popup-search {
  width: 500px;
  max-width: 100%;
}

.login-form {
  margin-top: -10px;
}
.login-form label {
  width: 100%;
  text-align: left;
}
.login-form input {
  width: 100%;
  display: block;
}
.login-form div.recovery {
  font-size: 12px;
  text-align: left;
  margin-top: 7px;
  margin-bottom: 5px;
}
.login-form .button {
  width: 100%;
}
.login-form hr {
  border-width: 1px;
  margin: 25px 0 20px;
}
.login-form a {
  font-weight: 500;
}

.reg-form {
  margin-top: -10px;
}
.reg-form h2 {
  margin-bottom: 30px;
}
.reg-form h4 {
  color: #262626;
}
.reg-form .input-group {
  display: flex;
}
.reg-form .input-group label {
  margin-right: 20px;
  width: calc(50% - 10px);
}
.reg-form .input-group label:last-child {
  margin-right: 0px;
}
@media (max-width: 1200px) {
  .reg-form .input-group {
    display: block;
  }
  .reg-form .input-group label {
    margin-right: 0px;
    width: 100%;
  }
}
.reg-form .button {
  width: 100%;
}
.reg-form .radio-group {
  margin: 35px 0 35px;
}
.reg-form input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.reg-form label {
  width: 100%;
  text-align: left;
}
.reg-form label.small {
  width: 90px;
}
.reg-form label.checkbox {
  width: auto;
  padding-left: 25px;
}
.reg-form label.client-type-radio {
  width: auto;
  margin-bottom: 15px;
}
.reg-form label.client-type-radio input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
  margin-bottom: 0px;
}
.reg-form label.client-type-radio span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.reg-form p.sm {
  max-width: 600px;
  margin-left: 25px;
}

.showcase {
  padding: 117px 0 42px;
  overflow: hidden;
}
.showcase h2 {
  margin: 3px 0 5px;
}
.showcase .columns {
  display: flex;
  position: relative;
}
.showcase .columns > div:nth-of-type(1) {
  width: calc(25% - 0px);
  position: relative;
}
.showcase .columns > div:nth-of-type(1) .showcase-navigation {
  position: relative;
  margin: 105px 0 0px;
}
.showcase .columns > div:nth-of-type(1) .showcase-navigation .showcase-swiper-button-next {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-next.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 65px;
  top: 8px;
}
.showcase .columns > div:nth-of-type(1) .showcase-navigation .showcase-swiper-button-prev {
  width: 35px;
  height: 17px;
  background-image: url("../img/slider-prev.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35px 17px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.showcase .columns > div:nth-of-type(2) {
  width: calc(75% - 0px);
}
.showcase .columns > div:nth-of-type(2) .showcase-slider {
  /*width: calc(33% + 50vw);*/
  width: 1518px;
}
.showcase .showcase-swiper-pagination {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: auto !important;
  width: auto !important;
  bottom: -3px !important;
  left: 14px !important;
  right: 14px !important;
}
.showcase .showcase-swiper-pagination .swiper-pagination-bullet {
  background-color: #9A9CA0;
  margin: 0px 3px !important;
}
.showcase .showcase-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #303030;
}
.showcase .showcase-swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: 1;
}
@media (max-width: 680px) {
  .showcase {
    padding: 30px 0 42px;
  }
  .showcase .columns {
    display: block;
  }
  .showcase .columns > div:nth-of-type(1) {
    width: 100%;
  }
  .showcase .columns > div:nth-of-type(1) .showcase-quadro {
    left: auto;
    bottom: auto;
    top: 6px;
    right: 0px;
  }
  .showcase .columns > div:nth-of-type(1) .showcase-navigation {
    display: none;
  }
  .showcase .columns > div:nth-of-type(2) {
    width: 650px;
    margin: 29px 0px 0px 0px;
  }
  .showcase .columns > div:nth-of-type(2) .showcase-slider {
    width: auto;
  }
  .showcase .columns > div:nth-of-type(2) .showcase-slider .slider-item .product-card {
    max-width: 320px;
  }
  .showcase .columns > div:nth-of-type(2) .showcase-slider .slider-item .product-card .swiper-pagination {
    display: none;
  }
  .showcase .showcase-swiper-pagination {
    display: block;
    text-align: center;
  }
}

.sale-products {
  padding: 0px 0 42px;
}
.sale-products h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

.content-two-columns .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 10px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%;
  }
  .content-two-columns .columns > div + div {
    margin-left: 10%;
  }
}
.content-two-columns .headlined-text {
  margin: 96px 0px 97px 0px;
}
.content-two-columns .headlined-text .items {
  display: grid;
  gap: 24px;
}
.content-two-columns .headlined-text .items .item {
  border-radius: 20px;
  background: #F7F7F7;
  padding: 40px;
}
.content-two-columns .headlined-text .items .item .text {
  margin-top: 12px;
  border-radius: 20px;
  background: #FFF;
  padding: 32px 32px 28px;
  color: #6A6A6A;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.content-two-columns .headlined-text .items .item h5 {
  margin: 0px;
  color: #303030;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.cabinet-page h1 {
  margin: 31px 0px 48px 0px;
  font-size: 54px;
  line-height: 110%;
}
.cabinet-page .price {
  display: none;
}
.cabinet-page .cabinet-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 53px 0px 37px 0px;
}
.cabinet-page .cabinet-header h1 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin: 0px 0 0px;
}
.cabinet-page .cabinet-header h1 span.exit {
  display: inline-block;
  width: 35px;
  min-width: 35px;
  height: 41px;
  background-image: url("../img/exit.svg");
  background-size: 35px 41px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin: 0px 0 0 37px;
}
.cabinet-page .cabinet-header .user-status > span {
  color: #262626;
  margin-left: 4px;
}
.cabinet-page .cabinet-header .user-status {
  margin: 11px 0px 0px 0px;
  margin-right: clamp(20px, 7vw, 100px);
  position: relative;
}
.cabinet-page .cabinet-header .user-status:before {
  content: "";
  position: absolute;
  display: block;
  left: -55px;
  top: -7px;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-position: left center;
  background-repeat: no-repeat;
  border-radius: 36px;
  box-shadow: 0 0 17px rgba(182, 255, 255, 0.58);
}
.cabinet-page .cabinet-header .user-status:after {
  content: "";
  position: absolute;
  display: block;
  right: clamp(-50px, -3.5vw, -10px);
  width: 1px;
  top: -9px;
  height: 41px;
  background-color: #D6D6D6;
}
.cabinet-page .cabinet-header .user-status.RETAIL:before {
  background-image: url("../img/status-1.svg");
}
.cabinet-page .cabinet-header .user-status.WHOLESALE:before {
  background-image: url("../img/status-2.svg");
}
.cabinet-page .cabinet-header .user-status.PRIORITY:before {
  background-image: url("../img/status-3.svg");
}
.cabinet-page .cabinet-header .money {
  text-align: right;
}
.cabinet-page .cabinet-header .money .prices {
  font-size: 54px;
  margin: 6px 0px 7px 0px;
  color: #262626;
}
.cabinet-page .cabinet-header .money .prices .price {
  display: none;
}
.cabinet-page .cabinet-header .money p {
  font-size: 14px;
  margin: 4px 0px 0px 0px;
  color: #262626;
}
@media (max-width: 795px) {
  .cabinet-page .cabinet-header {
    display: block;
  }
  .cabinet-page .cabinet-header h1 {
    justify-content: space-between;
  }
  .cabinet-page .cabinet-header h1 span.exit {
    margin: 0px 0 0 10px;
  }
  .cabinet-page .cabinet-header .user-status {
    margin: 14px 0px 17px 40px;
  }
  .cabinet-page .cabinet-header .user-status:after {
    display: none;
  }
  .cabinet-page .cabinet-header > .money {
    text-align: left;
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 460px) {
  .cabinet-page .cabinet-header h1 {
    font-size: 28px !important;
  }
  .cabinet-page .cabinet-header > .money .prices {
    font-size: 28px !important;
  }
}
.cabinet-page .cabinet-user-form {
  margin-top: 25px;
}
.cabinet-page .cabinet-user-form label {
  display: block;
}
.cabinet-page .cabinet-user-form input {
  width: 320px;
}
.cabinet-page .cabinet-user-form .button {
  width: auto;
}
.cabinet-page .cabinet-user-form input[type=checkbox] {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.cabinet-page .cabinet-user-form input[type=checkbox] + span {
  display: inline-block;
  color: #262626;
  margin: 3px 0px 0px 11px;
  font-size: 16px;
}
@media (max-width: 420px) {
  .cabinet-page .cabinet-user-form label {
    width: 100%;
  }
  .cabinet-page .cabinet-user-form label input {
    width: 100% !important;
  }
  .cabinet-page .cabinet-user-form .button {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .cabinet-page .password-form > div {
    width: 100% !important;
  }
}
.cabinet-page label {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: 1px;
}
.cabinet-page label span.input-note {
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.cabinet-page .nav-tabs {
  margin-top: 30px;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 2px;
}
.cabinet-page .nav-tabs li a {
  color: #262626;
  font-weight: 500;
  margin: 0px 32px 0px 0px;
  padding: 0px 0px 5px 0px;
  background-color: transparent !important;
  border: none !important;
}
.cabinet-page .nav-tabs li:nth-last-of-type(1) a {
  margin: 0px 0px 0px 0px;
}
.cabinet-page .nav-tabs > li.active > a, .cabinet-page .nav-tabs > li.active > a:hover, .cabinet-page .nav-tabs > li.active > a:focus {
  color: #303030;
  cursor: default;
  border-bottom: 4px solid #262626 !important;
  border-style: none none solid none;
  background-color: transparent !important;
}
@media (max-width: 795px) {
  .cabinet-page .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .cabinet-page .nav-tabs li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0px 20px 0px 0px;
  }
  .cabinet-page .nav-tabs li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px;
  }
  .cabinet-page .nav-tabs li {
    order: 2;
  }
  .cabinet-page .nav-tabs li.active {
    display: block;
    width: 100%;
    order: 1;
    margin: 0px 0px 10px 0px;
  }
  .cabinet-page .nav-tabs li.active a {
    font-size: 34px;
  }
}
.cabinet-page .tab-pane h2 {
  margin-top: 40px !important;
}
.cabinet-page .tab-content {
  opacity: 1;
  background-color: #F9F7F4;
  overflow: hidden;
  padding: 0px 0px 0px;
  border: none;
}
.cabinet-page .tab-content h3 {
  margin-top: 35px !important;
  color: #262626;
}
@media (max-width: 795px) {
  .cabinet-page .tab-content {
    margin-top: 45px;
  }
  .cabinet-page .tab-content h3 {
    display: none;
  }
}
.cabinet-page #address-card-template {
  display: none;
}
.cabinet-page .addresses-items {
  margin: 25px 0px 31px 0px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1530px) {
  .cabinet-page .addresses-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1150px) {
  .cabinet-page .addresses-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 795px) {
  .cabinet-page .addresses-items {
    grid-template-columns: 1fr;
  }
}
.cabinet-page .addresses-items .address-card {
  min-height: 320px;
  padding: 33px 38px 27px;
  border-radius: 16px;
  border: 1px solid #D6D6D6;
}
.cabinet-page .addresses-items .address-card.add {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet-page .addresses-items .address-card.add .button {
  margin: 0px 0px 0px 0px;
}
.cabinet-page .addresses-items .address-card label {
  width: 100%;
  margin-bottom: 20px;
}
.cabinet-page .addresses-items .address-card label input, .cabinet-page .addresses-items .address-card label select {
  display: block;
  width: 100%;
}
.cabinet-page .addresses-items .address-card label input[type=checkbox] {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.cabinet-page .addresses-items .address-card label input[type=checkbox] + span {
  display: inline-block;
  color: #262626;
  margin: 3px 0px 0px 11px;
  font-size: 16px;
}
.cabinet-page .addresses-items .address-card .city-code {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 100px;
}
.cabinet-page .addresses-items .address-card .bottom {
  margin: 3px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet-page .addresses-items .address-card .bottom label.default-checkbox {
  margin: 0px;
}
.cabinet-page .addresses-items .address-card .bottom .delete {
  margin: 0px 0px 0px 0px;
  background-image: url(../img/trash.svg);
  background-size: 13px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  transform: translateX(3px);
  position: relative;
  color: #262626;
  padding: 2px 0px 0px 20px;
}
@media (max-width: 420px) {
  .cabinet-page .addresses-items .address-card {
    padding: 20px 20px 0px;
  }
}
@media (max-width: 420px) {
  .cabinet-page .addresses-items + .button {
    width: 100%;
  }
}
.cabinet-page .out-money-form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cabinet-page .out-money-form label {
  width: 158px;
}
.cabinet-page .out-money-form input {
  display: block;
}
.cabinet-page .out-money-form span {
  margin: 11px 0px 0px 6px;
}
.cabinet-page .columns2 {
  display: flex;
  justify-content: space-between;
}
.cabinet-page .columns2 > div {
  width: 50%;
}
.cabinet-page .columns2 > div.referal-overview {
  width: 44%;
  margin: 17px 0px 0px 0px;
}
.cabinet-page .columns2 > div.referal-overview > div {
  border-left: 1px solid #D6D6D6;
  padding: 28px 20px 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet-page .columns2 > div.referal-overview > div > div {
  width: 270px;
}
@media (max-width: 980px) {
  .cabinet-page .columns2 > div.referal-overview {
    margin: 60px 0px 0px 0px;
  }
  .cabinet-page .columns2 > div.referal-overview > div {
    border-left: none;
    border-top: 1px solid #D6D6D6;
    padding: 28px 20px 43px;
    justify-content: flex-start;
  }
}
@media (max-width: 980px) {
  .cabinet-page .columns2 {
    display: block;
  }
  .cabinet-page .columns2 > div {
    width: 100% !important;
  }
}
.cabinet-page .orders-tab .total {
  margin: 0px 0px 10px 0px;
}
.cabinet-page .orders-tab .total > div {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 5px 0px;
}
.cabinet-page .orders-tab .total > div.summary {
  color: #262626;
}
.cabinet-page .orders-tab .total > div .prices {
  font-weight: 600;
}
.cabinet-page .orders-tab .total > div .prices .price {
  display: none;
}
.cabinet-page .referal-tab .no-referals {
  margin: 20px 0px 20px 0px;
}
.cabinet-page .referal-tab h4 {
  color: #262626;
}
.cabinet-page .referal-tab .digits > div {
  margin-bottom: 10px;
}
.cabinet-page .referal-tab .digits.my {
  margin: 19px 0px 40px 0px;
}
.cabinet-page .referal-tab .digits.my .price {
  color: #262626;
}
.cabinet-page .referal-tab .digits.referals {
  margin: 19px 0px 40px 0px;
}
.cabinet-page .referal-tab .digits.referals .price {
  color: #262626;
}
.cabinet-page .referal-tab .digits.overview {
  margin: 34px 0px 40px 0px;
}
.cabinet-page .referal-tab .digits.overview .price {
  color: #262626;
}
.cabinet-page .referal-tab .digits.overview > div {
  margin-bottom: 15px;
}
.cabinet-page .referal-tab h4 {
  margin-bottom: 20px;
}
.cabinet-page .referal-tab table td {
  padding: 5px 10px !important;
}
.cabinet-page .referal-tab .referal-links {
  margin: 77px 0px 0px 0px;
}
@media (max-width: 560px) {
  .cabinet-page .referal-tab .referal-links {
    display: block;
    text-align: center;
  }
  .cabinet-page .referal-tab .referal-links .button {
    margin: 0px auto 0px;
  }
  .cabinet-page .referal-tab .referal-links a {
    display: block;
    text-align: center;
    margin: 30px 0px 60px 0px;
  }
}
.cabinet-page .referal-tab .direct-invitations {
  margin: 98px 0px 0px 0px;
  padding: 63px 0px 0px;
  border-top: 1px solid #D6D6D6;
}
.cabinet-page .referal-tab .direct-invitations p {
  max-width: 600px;
  margin: 0px;
}
.cabinet-page .referal-tab .direct-invitations .more-link {
  margin: 2px 0px 12px 0px;
  display: inline-block;
}
.cabinet-page .referal-tab .direct-invitations table {
  min-width: 600px;
}
.cabinet-page .referal-tab .direct-invitations table .buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cabinet-page .referal-tab .direct-invitations table .buttons .resend {
  background-image: url("../img/refresh.svg");
  background-size: 19px 21px;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin: 0px 12px;
}
.cabinet-page .referal-tab .direct-invitations table .buttons .resend.disabled {
  cursor: default;
  background-image: url("../img/refresh-disabled.svg");
}
.cabinet-page .referal-tab .direct-invitations table .buttons .delete {
  background-image: url("../img/delete.svg");
  background-size: 21px 21px;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
  margin: 0px 12px;
}
.cabinet-page .referal-tab .direct-invitations .button {
  margin-top: 15px;
}
@media (max-width: 980px) {
  .cabinet-page .referal-tab .direct-invitations {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 800px) {
  .cabinet-page .referal-tab .direct-invitations p {
    min-width: 100%;
  }
  .cabinet-page .referal-tab .direct-invitations table {
    min-width: 100%;
  }
}
.cabinet-page .billing-tab .digits > div {
  margin-bottom: 10px;
}
.cabinet-page .billing-tab .digits.out-available {
  margin: 19px 0px 20px 0px;
}
.cabinet-page .billing-tab .out-money-form {
  margin: 0px 0px 0px 0px;
}
.cabinet-page .billing-tab .button {
  margin: 6px 0px 0px 0px;
}
.cabinet-page .billing-tab .table-container {
  margin-bottom: 10px;
}
.cabinet-page .billing-tab .table-container table {
  width: auto;
  margin: 21px 0px 5px 0px;
}
.cabinet-page .billing-tab .table-container table td {
  padding: 5px 10px !important;
}
.cabinet-page #chat-unread {
  color: #262626;
}
.cabinet-page #chat-unread:empty {
  display: none;
}
.cabinet-page #chat-unread {
  margin-left: 5px;
}
.cabinet-page .messages-tab .chat {
  margin: 25px 0px 0px 0px;
  border: 1px solid #D6D6D6;
  border-radius: 16px;
  padding: 0px 12px 28px 30px;
  width: clamp(100px, 100%, 628px);
}
.cabinet-page .messages-tab .chat .mCSB_container {
  margin-right: 30px !important;
}
.cabinet-page .messages-tab .chat .message-form {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 110px;
}
.cabinet-page .messages-tab .chat .message-form input, .cabinet-page .messages-tab .chat .message-form textarea {
  width: 100%;
}
.cabinet-page .messages-tab .chat .message-form textarea {
  min-height: 41px;
  height: 41px;
  resize: none;
}
.cabinet-page .messages-tab .chat .message-form .button {
  margin: 0;
  width: 100%;
  padding: 9px 20px;
  line-height: 110%;
  align-self: start;
}
.cabinet-page .messages-tab .chat .messages-container {
  max-height: calc(100vh - 270px);
  height: calc(100vh - 270px);
  overflow: hidden;
  padding-bottom: 12px;
}
.cabinet-page .messages-tab .chat .messages p.no-messages {
  text-align: center;
  margin-top: 56%;
}
.cabinet-page .messages-tab .chat .messages .message:first-child {
  margin-top: 28px;
}
.cabinet-page .messages-tab .chat .messages .message {
  margin-bottom: 25px;
}
.cabinet-page .messages-tab .chat .messages .message > span {
  max-width: 75%;
  display: inline-block;
  padding: 18px 21px;
  color: #303030;
  border-radius: 12px;
  overflow-wrap: break-word;
  text-align: left;
  background-color: #D6D6D6;
  position: relative;
}
.cabinet-page .messages-tab .chat .messages .message > span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -17px;
  width: 31px;
  height: 17px;
  background-image: url("../img/message-tail.svg");
  background-size: 31px 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.cabinet-page .messages-tab .chat .messages .message.admin {
  text-align: right;
}
.cabinet-page .messages-tab .chat .messages .message.admin > span:before {
  right: 0px;
}
.cabinet-page .messages-tab .chat .messages .message.user > span:before {
  left: 0px;
  transform: scale(-1, 1);
}
@media (max-width: 560px) {
  .cabinet-page .messages-tab .chat {
    padding-top: 78px;
  }
  .cabinet-page .messages-tab .chat .message-form {
    grid-template-columns: auto;
  }
  .cabinet-page .messages-tab .chat .messages > div {
    max-width: 85%;
  }
}

.checkout-page .with-left-sidebar {
  display: block;
}
.checkout-page .with-left-sidebar .main-content {
  width: 100%;
  margin-left: 0px;
}
.checkout-page .left-sidebar {
  display: none;
}
.checkout-page .order-products .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
}
.checkout-page .order-products .columns > div {
  display: inline-block;
  width: calc(25% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 740px) {
  .checkout-page .order-products .columns > div {
    width: calc(100% - 10px);
  }
}
.checkout-page .order-products {
  margin-bottom: 10px;
  background-color: #fff;
}
.checkout-page .order-products p {
  margin-bottom: 0px;
}
.checkout-page .order-products .product-card {
  margin-bottom: 20px !important;
  padding-bottom: 30px;
}
.checkout-page .order-products .product-card .product-info {
  position: relative;
}
.checkout-page .order-products .product-card .title {
  margin: 5px 0 2px 0;
}
.checkout-page .order-products .product-card p {
  font-size: 16px;
  margin-bottom: 2px;
}
.checkout-page .order-products .product-card p.param {
  font-weight: 700;
}
.checkout-page .order-products .product-card p.param > span {
  font-weight: 350;
}
.checkout-page .order-products .product-card p strong {
  color: #F9F7F4;
}
.checkout-page .order-products .product-card p .price-note {
  display: none;
}
.checkout-page .order-products .product-card .order-product-count {
  position: relative;
  margin: 20px auto 0;
}
.checkout-page .order-products .product-card .order-product-count span {
  color: #F9F7F4;
  font-size: 44px;
}
.checkout-page .total {
  line-height: 200%;
}

.delivery-point {
  position: relative;
}
.delivery-point .scroll-point {
  position: absolute;
  top: -30px;
}
.delivery-point {
  margin: 50px 0;
}
.delivery-point h2 {
  color: #F9F7F4;
}
.delivery-point .note {
  margin: 20px 0 0;
}

a.anchor {
  text-decoration: none;
}

.orders-list .title {
  font-weight: bold;
  color: #262626;
  display: inline-block;
  margin: 0px 0px 12px 0px;
}
.orders-list .price {
  display: none;
}
.orders-list p {
  margin: 0 0 5px;
  line-height: 110%;
}
.orders-list p.time {
  font-size: 14px;
}
.orders-list p.address {
  font-weight: 400;
}
.orders-list p.admin-comment {
  margin-top: 17px;
}
.orders-list p.status {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #262626;
  /*
  &.pending{
    color: #12BED6;
  }
  &.prepare{
    color: #6A82D4;
  }
  &.ready{
    color: #39BAA3;
  }
  &.delivered{
    color: #FF620E;
  }
  &.done{
    color: #BC56A6;
  }
  &.canceled{
    color: #979497;
  }
  */
}
.orders-list h4 {
  margin: 0 0 5px 0 !important;
  font-size: 16px;
  font-weight: 400;
}
.orders-list h4.order-summary {
  white-space: nowrap;
}
.orders-list .paid {
  display: block;
  position: absolute;
  left: 50%;
  top: 12px;
  text-align: center;
  color: #262626;
  text-shadow: 0 0 16px #262626;
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px !important;
  transform: rotate(-20deg) translateX(-50%);
}
.orders-list .order-summary {
  font-weight: 600;
}

.order-paiment-dialog {
  padding: 0;
}
.order-paiment-dialog .block {
  border-bottom: 1px solid #D6D6D6;
  padding-left: 55px;
  padding-right: 55px;
}
.order-paiment-dialog .block.order-head {
  padding-top: 21px;
  padding-bottom: 12px;
}
.order-paiment-dialog .block.order-head h3 {
  margin-bottom: 10px;
}
.order-paiment-dialog .block.order-status {
  padding-top: 20px;
  padding-bottom: 12px;
}
.order-paiment-dialog .block.order-status .table {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.order-paiment-dialog .block.order-status .table p {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.order-paiment-dialog .block.order-status .table h3 {
  margin: 0;
  vertical-align: middle;
}
.order-paiment-dialog .block.order-status .table.summary h3 {
  color: #F9F7F4;
}
.order-paiment-dialog .block.order-status .table.paid h3 {
  color: #262626;
}
.order-paiment-dialog .block.to-pay {
  padding-top: 21px;
  padding-bottom: 18px;
}
.order-paiment-dialog .block.to-pay h2 {
  margin: 0;
}
.order-paiment-dialog .block.to-pay h2 span {
  color: #F9F7F4;
}
.order-paiment-dialog .block.pay-form {
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: none;
}
.order-paiment-dialog .block.pay-form .inputs {
  display: flex;
}
.order-paiment-dialog .block.pay-form .inputs label input {
  display: block;
  max-width: 94px;
  margin-top: 5px;
}
.order-paiment-dialog .block.pay-form .inputs label + label {
  margin-left: 20px;
}
.order-paiment-dialog .block.odd {
  color: #fff;
  background-color: #EB5757;
}
.order-paiment-dialog .block.odd.success {
  background-color: #262626;
}
.order-paiment-dialog .block.odd {
  border-bottom: none;
  display: flex;
  align-items: center;
  height: 39px;
}
.order-paiment-dialog .block.odd p {
  margin: 0 10px 0 0;
}
.order-paiment-dialog .block.odd h4 {
  margin: 0;
}
.order-paiment-dialog .block.button-container {
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.help-dialog {
  width: 580px;
}
.help-dialog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.help-dialog p.phone {
  margin-bottom: 30px;
}
.help-dialog textarea {
  display: block;
  width: 100%;
  height: 150px;
}

.block-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.block-title-container > h2 {
  margin-top: 20px;
}
.block-title-container > a {
  margin-top: 25px;
}
.block-title-container .search {
  margin-top: 19px;
}
.block-title-container .search label {
  background-image: url("../img/search.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  padding-left: 30px;
}
.block-title-container .search label > span {
  font-size: 14px;
  display: block;
  color: #D6D6D6;
  font-weight: 300;
}

.new-products-short {
  background-color: #FAFAFA;
  padding: 71px 0 90px;
}
@media (max-width: 400px) {
  .new-products-short .block-title-container {
    display: block;
  }
}

.product-count {
  display: none;
  font-size: 80%;
  font-weight: normal;
  opacity: 0.5;
  margin-left: 0.3em;
}

table.order-products div.product-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 55px;
  margin: -5px;
  cursor: pointer;
}
table.order-products td:first-child {
  width: 50px;
}
table.order-products td.order-product-count {
  text-align: center;
}
table.order-products td.order-in_stock p {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}
table.order-products td.order-in_stock p span {
  font-weight: 500;
}

#template1-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template1-page .columns .sidebar-container {
  order: 1;
  width: 0px;
  margin-right: 0px;
  margin-top: 40px;
  max-width: 0px;
  border-left: 1px solid #D6D6D6;
  padding: 0px 0px 24px 38px;
}
#template1-page .columns .sidebar-container .sidebar h4 {
  margin: 10px 0 15px;
  font-size: 14px;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li {
  margin-bottom: 10px;
  padding: 0px !important;
  margin-left: 0px;
  font-size: 14px;
  line-height: 120%;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li:before {
  display: none;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li.with-sub > a {
  display: none;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li > ul {
  display: block;
  position: static;
  padding: 0px;
  border: none;
  background: transparent;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li > ul li {
  margin-bottom: 10px;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li > ul a {
  padding: 0px;
  display: inline;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li a {
  color: #303030;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#template1-page .columns .content {
  width: calc(100% - 0px - 60px);
  margin-right: 60px;
  padding-bottom: 30px;
}
#template1-page .columns h1 {
  margin-bottom: 0.8em;
}
#template1-page .columns h2, #template1-page .columns h3, #template1-page .columns h4 {
  margin-top: 3em;
  margin-bottom: 0.8em;
}
@media (max-width: 800px) {
  #template1-page .columns .pattern-container {
    display: none;
  }
  #template1-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
  }
  #template1-page .columns .sidebar-container {
    padding: 0px 0px 24px 22px;
  }
}
@media (max-width: 680px) {
  #template1-page .columns {
    flex-wrap: wrap;
  }
  #template1-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
    margin-right: 0px;
  }
  #template1-page .columns .sidebar-container {
    width: 100%;
    padding: 0px 0px 0px 0px;
    border: none;
  }
}
#template1-page .images-container {
  margin: 25px 0 20px;
}
#template1-page .images-container img {
  margin: 0px 20px 20px 0px;
}

.product-modal-page {
  position: relative;
  width: 100%;
  background: #F9F7F4;
  top: 50px;
  /*left: 0px;
  top: 46px;
  bottom: 0;*/
  z-index: 150;
  padding-top: 0px;
  transition: all ease-out 0.5s;
}
.product-modal-page .modal-panel {
  background: #F9F7F4;
  color: #303030;
}
.product-modal-page .container {
  width: 100% !important;
}
.product-modal-page .product-page {
  padding-top: 87px;
}
.product-modal-page .product-page .product-images .product-labels {
  top: 81px;
}
.product-modal-page:before {
  content: "";
  position: absolute;
  display: none;
  background-color: #fff;
  left: 0;
  right: 0;
  height: 55px;
  top: -55px;
}
.product-modal-page > div {
  position: relative;
  left: 0px;
  right: 0px;
  /*left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
  box-shadow: none;
  padding: 0 60px 30px;
  max-width: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  transform: none;
}
.product-modal-page > div .back-link {
  display: none;
  font-size: 14px;
  background-image: url("../img/back-arrow.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 70px 17px;
  width: 60px;
  height: 35px;
  cursor: pointer;
  position: fixed;
  left: 0px;
  top: 60px;
  transition: all 0.25s;
}
.product-modal-page > div .back-link:hover {
  color: #262626;
  background-position: 0px 9px;
}
@media (max-width: 600px) {
  .product-modal-page > div .back-link {
    display: none;
  }
}
.product-modal-page .close-button-container {
  position: fixed;
  z-index: 1000;
  top: 82px;
  bottom: 0;
  right: 32px;
}
.product-modal-page .close-button-container .close-button {
  position: relative;
  top: 0px;
}
@media (max-width: 600px) {
  .product-modal-page .close-button-container {
    top: 75px;
    right: 10px;
    bottom: auto;
  }
  .product-modal-page .close-button-container .close-button {
    background-image: url("../img/close-button-dark.svg");
    background-color: #ffffff;
  }
}
@media (max-width: 1070px) {
  .product-modal-page {
    top: 50px;
  }
}
@media (max-width: 600px) {
  .product-modal-page .product-page {
    padding-top: 10px;
  }
  .product-modal-page > div {
    padding: 0 20px 30px;
  }
}

@media (max-width: 600px) {
  #zoom-image {
    display: none;
  }
}

.clear-order {
  text-align: center;
}
.clear-order a {
  font-size: 14px;
  color: #9A9CA0;
  text-decoration: none;
}

.all-button-container {
  text-align: center;
  margin-top: 75px;
}
.all-button-container .button {
  white-space: normal;
}
@media (min-width: 992px) {
  .products-with-filters + .all-button-container {
    margin-left: 256px;
  }
}

p.warning {
  background-color: #F9F7F4;
  color: #fff;
  padding: 10px;
}

.category-descr {
  margin: 20px 0 30px;
}
.category-descr img {
  margin: 0 20px 30px 0;
}

.related-products {
  margin: 80px 0px 68px 0px;
  position: relative;
}
.related-products .similar-products {
  margin: 0px 0 8px;
}
.related-products .similar-products h4 {
  margin: 0px 0px 5px 0px;
  color: #303030;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}
.related-products .similar-products .slider-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 18px 0px 0px 0px;
}
.related-products .similar-products .slider-container .related-slider {
  overflow: hidden;
  width: 100%;
}
.related-products .similar-products .slider-container .related-slider > .swiper-wrapper > .swiper-slide {
  width: 421px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .related-products .similar-products h4 {
    font-size: 22px;
    margin: 0px 0px 5px 0px;
  }
}
.related-products .related-navigation {
  position: relative;
  z-index: 100;
}
.related-products .related-navigation .related-slider-prev {
  position: absolute;
  z-index: 100;
  left: 16px;
  top: 108px;
}
.related-products .related-navigation .related-slider-next {
  position: absolute;
  z-index: 100;
  right: 16px;
  top: 108px;
}
.related-products .related-navigation .related-slider-prev {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #FFF;
  background-image: url("../img/slider-prev.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.related-products .related-navigation .related-slider-next {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #FFF;
  background-image: url("../img/slider-next.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.related-products .related-swiper-pagination {
  display: block;
  text-align: center;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1030px) {
  .related-products {
    margin: 97px 0px 68px 0px;
    width: 100%;
    height: auto;
  }
  .related-products .similar-products h2 {
    margin: 0px 0px 33px 0px;
    max-width: 100%;
  }
  .related-products .slider-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100vw - 50px);
    margin: 18px 0px 0px 0px;
  }
  .related-products .slider-container .related-slider {
    overflow: visible;
  }
  .related-products {
    margin-bottom: 75px;
  }
  .related-products .related-navigation {
    display: none;
  }
  .related-products .related-swiper-pagination {
    display: block;
    margin: 0px 0px 31px 0px;
  }
}
@media (max-width: 640px) {
  .related-products {
    margin: 47px 0px 50px 0px;
  }
  .related-products .similar-products {
    margin-bottom: 0px;
  }
  .related-products .similar-products h4,
  .related-products .similar-products h2 {
    margin: 0px 16px 22px 16px;
    max-width: none;
    color: #303030;
    font-size: 22px;
    font-weight: 300;
    line-height: 130%;
  }
  .related-products .similar-products > .container h4 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .related-products .similar-products .slider-container {
    width: calc(100vw - 16px);
    margin: 0px 0px 0px 16px;
    overflow: visible;
  }
  .related-products .similar-products .slider-container .related-slider {
    overflow: hidden;
    width: 100%;
  }
  .related-products .similar-products .slider-container .related-slider > .swiper-wrapper > .swiper-slide {
    width: calc((100vw - 48px) / 2) !important;
    max-width: 180px;
    min-width: 136px;
  }
  .related-products a.pc,
  .related-products a.pc:hover {
    text-decoration: none;
  }
  .related-products .product-card {
    max-width: none;
    padding-bottom: 0px;
  }
  .related-products .product-card .product-photo {
    aspect-ratio: 156/105;
    border-radius: 10px;
  }
  .related-products .product-card .title {
    margin: 10px 0px 0px 0px;
  }
  .related-products .product-card .title h3 {
    min-height: 36px;
    color: #303030;
    font-size: 14px;
    font-weight: 600;
    line-height: 144%;
  }
  .related-products .product-card .prices {
    margin-top: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px 6px;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
  }
  .related-products .product-card .prices > .price {
    white-space: nowrap;
  }
  .related-products .product-card .prices > .price:not(.old-price) {
    flex: 0 0 100%;
  }
  .related-products .product-card .prices > .price.old-price {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0px;
  }
  .related-products .product-card .prices .related-price-prefix {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 300;
    line-height: 130%;
  }
  .related-products .product-card .prices .discount {
    min-width: 58px;
    height: 28px;
    margin-left: 0px;
    padding: 0px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #FFF;
    background-color: #262626;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  .related-products .product-card .prices .discount:before {
    content: "-";
  }
  .related-products .related-navigation {
    display: block;
  }
  .related-products .related-navigation .related-slider-prev,
  .related-products .related-navigation .related-swiper-button-prev {
    display: none;
  }
  .related-products .related-navigation .related-slider-next,
  .related-products .related-navigation .related-swiper-button-next {
    display: none;
  }
  .related-products .related-swiper-pagination {
    margin: 30px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .related-products .related-swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    margin: 0px !important;
    border-radius: 2px;
    background-color: #ACACAC;
    opacity: 1;
  }
  .related-products .related-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #303030;
  }
}
@media (max-width: 620px) {
  .related-products .slider-container {
    width: calc(100vw - 16px);
  }
  .related-products .short-info .descr {
    margin: -4px 0px 31px 0px;
  }
  .related-products > .button {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .related-products .slider-container .slider-item {
    width: calc((100vw - 48px) / 2) !important;
  }
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #ffffff;
  margin: 24px 0 32px;
  border: 4px solid #fff;
}

.autocomplete-loader {
  display: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  bottom: 4px;
  z-index: 10;
}

.order-user-data .contracts {
  border-top: 1px dashed #9A9CA0;
  width: calc(100% - 20px);
  margin-top: 30px;
  padding-top: 20px;
}
.order-user-data .contracts label input[type=radio] {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
}
.order-user-data .contracts label span {
  font-size: 14px !important;
  margin: 3px 0 0 24px !important;
}

.modal-panel.map {
  min-width: 90%;
}

.modal-panel.sample-image {
  padding: 0px;
}
.modal-panel.sample-image .close-button {
  background-image: url("../img/close-button-dark.svg");
}

.modal-panel.product-video {
  border-radius: 20px;
  overflow: hidden;
  background-color: #111;
  width: calc((100vh - 16px) / 16 * 9);
  aspect-ratio: 9/16;
}
.modal-panel.product-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.modal-panel.product-video .close-button-container {
  top: 45px !important;
  bottom: auto;
  height: 45px;
}
.modal-panel.product-video .close-button-container .close-button {
  top: 0px !important;
  background-image: url("../img/close-button-dark.svg");
}

label.radio {
  position: relative;
  z-index: 2;
  padding: 6px 0px 9px 13px;
}
label.radio input + i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #262626;
  border-radius: 11px;
}
label.radio input:checked + i {
  background-color: #262626;
}
label.radio input:checked + i + span {
  color: #fff;
}
label.radio span {
  margin: 5px 0 0 36px !important;
}
label.radio span small {
  display: block;
  margin: -3px 0 0px;
}

p.label {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: 16px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  display: block;
}

input.big-digits {
  font-weight: 500;
  font-size: 38px;
  line-height: 123%;
  text-align: center;
  letter-spacing: -0.05em;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.table-hover tr:hover > td, .table-hover tr:hover > th {
  background-color: #f5f5f5;
}

.table-bordered {
  border-color: #D6D6D6 !important;
}
.table-bordered tr > td, .table-bordered tr > th {
  border-color: #D6D6D6 !important;
}

a.more-link {
  transition: all 0.1s;
  overflow: visible;
  background-position: calc(100% - 15px) 7px;
  background-image: url("../img/more-link.svg");
  color: #ffffff;
  background-size: 35px 17px;
  background-repeat: no-repeat;
  min-height: 25px;
  padding: 5px 60px 5px 0px;
  text-decoration: none;
  outline: none;
}

.separator {
  margin: 30px 0 30px;
  background-image: url("../img/separator.png");
  background-size: 72px 39px;
  background-repeat: repeat-x;
  height: 39px;
}

.select2-selection--multiple {
  border-radius: 0px !important;
  border-color: #D6D6D6 !important;
}

.select2-selection--single {
  border-radius: 0px !important;
  border-color: #D6D6D6 !important;
  padding: 1px 0px 32px 0px !important;
}
.select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.select2-selection__rendered {
  margin: 2px 0 -5px !important;
  font-size: 14px;
  font-weight: 500;
}
.select2-selection__rendered > li {
  margin: 2px 2px 2px 0px !important;
}

.select2-selection__arrow {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-selection__arrow {
  transform: rotateX(180deg);
}

.currency-select {
  width: 80px;
}
.currency-select + .select2 .select2-selection--single {
  border-color: transparent !important;
}
.currency-select + .select2.select2-container--open .select2-selection--single {
  border-bottom: 1px solid #D6D6D6 !important;
}

.order-cart-container {
  display: none;
}

#first-screen {
  padding: 133px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #F9F7F4;
}
#first-screen .columns {
  padding: 60px 0px 95px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
#first-screen .columns h1 {
  color: #303030;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
}
#first-screen .columns h1 span {
  font-weight: 300;
  display: block;
}
#first-screen .columns h1 {
  margin: 0px 0px 0px 0px;
}
#first-screen .columns div {
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 133%;
  margin: 36px 0px 0px 0px;
}
@media (max-width: 920px) {
  #first-screen .columns {
    padding: 20px 0px 80px;
    grid-template-columns: 1fr;
  }
  #first-screen .columns div {
    text-align: left;
    margin: 36px 0px 0px 0px;
  }
}
@media (max-width: 640px) {
  #first-screen {
    padding: 68px 0px 0px;
  }
  #first-screen .columns {
    display: block;
    padding: 32px 0px 21px;
  }
  #first-screen .columns h1 {
    font-size: 22px;
    line-height: 112%;
  }
  #first-screen .columns div {
    margin: 12px 0px 0px 0px;
    text-align: left;
    font-size: 16px;
    line-height: 140%;
  }
}

.lbl {
  display: inline-block;
  color: #fff;
  padding: 5px 21px 6px;
  background: linear-gradient(#3e3c3b, #3e3c3a) padding-box, linear-gradient(45deg, #d2996c, #ffd9bb, #d39a6d) border-box;
  border: 2px solid transparent;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  font-weight: 400;
  font-size: 14px;
}
.lbl.lbl-ok {
  padding: 5px 21px 6px 37px;
  white-space: nowrap;
}
.lbl.lbl-ok:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 23px;
  height: 23px;
  background-image: url("../img/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-banners {
  position: relative;
}
.main-banners:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 36%;
  background-color: #F9F7F4;
}
.main-banners .columns {
  height: 510px;
  display: grid;
  gap: 0px;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: 20px;
  overflow: hidden;
}
.main-banners .columns > div.text {
  padding: 80px 65px 30px;
  background-image: url("../img/gradient-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banners .columns > div.text h2 {
  color: #FFF;
  margin: 34px 0px 17px 0px;
}
.main-banners .columns > div.text h2 span {
  font-weight: 400;
  display: block;
  margin-top: 0;
}
.main-banners .columns > div.text p {
  color: #FFF;
  font-weight: 200;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}
.main-banners .columns > div.text .button {
  margin: 48px 0px 0px 0px;
}
.main-banners .columns > div.image {
  background-image: url("./upload/banners/01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.main-banners .columns > div.image .info {
  position: absolute;
  left: 26px;
  bottom: 24px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 440px;
  padding: 23px 40px 26px 96px;
  border-radius: 20px;
  -webkit-mask: url("../img/mask.svg");
          mask: url("../img/mask.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  backdrop-filter: blur(7px);
  background-image: url("../img/percent.svg");
  background-size: 40px 40px;
  background-position: 32px 24px;
  background-repeat: no-repeat;
}
.main-banners .columns > div.image .info h6 {
  margin: 0px 0px 12px 0px;
}
.main-banners .columns > div.image .info h6 span {
  font-weight: 400;
  display: block;
  margin: 6px 0px 0px 0px;
}
.main-banners .columns > div.image .info p {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 144%;
}
@media (max-width: 1040px) {
  .main-banners .columns > div.image .info {
    width: calc(100% - 52px);
  }
}
@media (max-width: 920px) {
  .main-banners .columns {
    height: auto;
    grid-template-columns: 1fr;
  }
  .main-banners .columns > div.text {
    padding: 36px 30px 42px;
  }
  .main-banners .columns > div.image {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    aspect-ratio: 760/500;
  }
  .main-banners .columns > div.image .info {
    width: 440px;
  }
}
@media (max-width: 640px) {
  .main-banners:before {
    height: 96px;
  }
  .main-banners .columns {
    height: auto;
    grid-template-columns: 1fr;
  }
  .main-banners .columns > div.text {
    padding: 24px 16px 22px;
  }
  .main-banners .columns > div.text .lbl {
    padding: 0px 10px 1px;
    font-size: 12px;
  }
  .main-banners .columns > div.text h2 {
    margin: 17px 0px 10px 0px;
    font-size: 26px;
    line-height: 112%;
  }
  .main-banners .columns > div.text h2 span {
    margin-top: 6px;
  }
  .main-banners .columns > div.text p {
    font-size: 14px;
    line-height: 144%;
  }
  .main-banners .columns > div.text .button {
    box-sizing: border-box;
    margin: 26px 0px 0px 0px;
    text-align: center;
    font-size: 16px;
    padding: 16px 32px;
  }
  .main-banners .columns > div.image {
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    min-height: 267px;
    padding: 12px 12px 16px;
    aspect-ratio: auto;
  }
  .main-banners .columns > div.image .info {
    position: relative;
    left: auto;
    bottom: auto;
    box-sizing: border-box;
    width: 290px;
    padding: 16px 16px 4px 75px;
    border-radius: 12px;
    -webkit-mask-image: url("../img/mask.svg");
    mask-image: url("../img/mask.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.86);
    background-size: 40px 40px;
    background-position: 25px center;
  }
  .main-banners .columns > div.image .info h6 {
    margin: 0px 0px 12px 0px;
    font-size: 14px;
    line-height: 112%;
  }
  .main-banners .columns > div.image .info p {
    display: none;
  }
}
@media (max-width: 380px) {
  .main-banners .columns > div.image .info {
    width: 100%;
  }
}

.main-categories {
  margin: 64px 0px 0px 0px;
}
.main-categories .categories-list {
  margin: 31px 0px 0px 0px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
.main-categories .categories-list .card {
  position: relative;
  aspect-ratio: 644/360;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFF;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.main-categories .categories-list .card:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.main-categories .categories-list .card .category-price {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 22px 6px;
  gap: 8px;
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 16px;
  color: #FFF;
  font-size: 14px;
  background: rgba(38, 38, 38, 0.3);
  border: 2px solid #ffffff;
  backdrop-filter: blur(10px);
  border-radius: 100px;
}
.main-categories .categories-list .card .category-price > .price {
  display: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.main-categories .categories-list .card .category-price .price-value,
.main-categories .categories-list .card .category-price .currency-label {
  display: inline;
}
.main-categories .categories-list .card .title {
  font-weight: 300;
  position: absolute;
  z-index: 2;
  left: 35px;
  bottom: 10px;
  transition: all ease-out 0.5s;
  font-size: 44px;
}
@media (max-width: 1410px) {
  .main-categories .categories-list .card .title {
    font-size: calc(32px + 12 * (100vw - 1030px) / 380);
  }
}
@media (max-width: 1030px) {
  .main-categories .categories-list .card .title {
    font-size: 32px;
  }
}
.main-categories .categories-list .card .buttons-container {
  opacity: 0;
  transition: all 0.25s;
  position: absolute;
  z-index: 2;
  left: 35px;
  bottom: 25px;
}
.main-categories .categories-list .card .buttons-container .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main-categories .categories-list .card .buttons-container .buttons .button {
  margin: 0px 0px 0px 0px;
}
.main-categories .categories-list .card .buttons-container .buttons span {
  font-weight: 600;
  font-size: 16px;
}
.main-categories .categories-list .card:hover .title {
  transform: translateY(-137px);
}
.main-categories .categories-list .card:hover .buttons-container {
  transition: all 0.5s 0.1s;
  opacity: 1;
}
.main-categories .categories-list .card.no-buttons:hover .title {
  transform: none;
}
@media (max-width: 1030px) {
  .main-categories .categories-list .card {
    height: clamp(334px, 92vw, 420px);
    aspect-ratio: auto;
    border-radius: 20px;
    background-color: #262626;
    background-size: 100% 60%;
    background-position: center top;
  }
  .main-categories .categories-list .card:before {
    bottom: auto;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
  }
  .main-categories .categories-list .card .category-price {
    top: 16px;
    right: 16px;
    padding: 9px 22px 9px;
    min-width: 122px;
    justify-content: center;
    font-size: 14px;
    line-height: 112%;
    background: rgba(38, 38, 38, 0.72);
    border-color: #FFF;
  }
  .main-categories .categories-list .card .title {
    left: 16px;
    right: 16px;
    top: calc(60% - 71px);
    bottom: auto;
    font-size: 24px;
    line-height: 112%;
  }
  .main-categories .categories-list .card .buttons-container {
    left: 0px;
    right: 0px;
    top: 60%;
    bottom: 0px;
    box-sizing: border-box;
    padding: 18px 16px 16px;
    opacity: 1;
  }
  .main-categories .categories-list .card .buttons-container p {
    margin: 0px 0px 1px 0px;
    color: #ACACAC;
    font-size: 12px;
  }
  .main-categories .categories-list .card .buttons-container .buttons {
    display: grid;
    gap: 0px;
  }
  .main-categories .categories-list .card .buttons-container .buttons .button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px;
    padding: 13px 0px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 112%;
    text-align: left;
  }
  .main-categories .categories-list .card .buttons-container .buttons .button:after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("../img/arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }
  .main-categories .categories-list .card .buttons-container .buttons .button:hover {
    background: transparent;
    color: #FFF;
  }
  .main-categories .categories-list .card .buttons-container .buttons span {
    display: none;
  }
  .main-categories .categories-list .card:hover .title {
    transform: none;
  }
}
@media (max-width: 760px) {
  .main-categories {
    margin: 33px 0px 0px 0px;
  }
  .main-categories h4 {
    font-size: 18px;
    line-height: 112%;
  }
  .main-categories .categories-list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 25px 0px 0px 0px;
  }
}

.why-us {
  margin: 64px 0px 0px 0px;
}
.why-us .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background-image: url("../img/gradient-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 40px 40px 40px;
}
.why-us .content h5 {
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  color: #FFF;
}
.why-us .content ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.why-us .content ul li {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 640px) {
  .why-us {
    margin: 48px 0px 0px 0px;
  }
  .why-us .content {
    display: block;
    padding: 24px 16px 31px;
  }
  .why-us .content h5 {
    margin: 8px 0px 26px 0px;
    font-size: 22px;
    text-align: center;
  }
  .why-us .content ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .why-us .content ul li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 21px 5px 37px;
  }
}

.why-us-2 {
  margin: 63px 0px 0px 0px;
}
.why-us-2 .columns {
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 40px 40px 23px;
  display: grid;
  gap: 24px;
  grid-template-columns: 1.45fr 1fr;
  align-items: start;
}
.why-us-2 .columns .info h4 {
  font-weight: 700;
  margin: 0px 0px 8px 0px;
  font-size: 34px;
}
@media (max-width: 1410px) {
  .why-us-2 .columns .info h4 {
    font-size: calc(22px + 12 * (100vw - 640px) / 770);
  }
}
@media (max-width: 640px) {
  .why-us-2 .columns .info h4 {
    font-size: 22px;
  }
}
.why-us-2 .columns .info p {
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  color: #6A6A6A;
  font-size: 34px;
}
@media (max-width: 1410px) {
  .why-us-2 .columns .info p {
    font-size: calc(22px + 12 * (100vw - 640px) / 770);
  }
}
@media (max-width: 640px) {
  .why-us-2 .columns .info p {
    font-size: 22px;
  }
}
.why-us-2 .columns .info .button {
  margin: 26px 0px 0px 0px;
}
.why-us-2 .columns ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 0px 32px;
  border-left: 1px solid rgba(214, 214, 214, 0.5);
}
.why-us-2 .columns ul li {
  font-size: 18px;
  font-weight: 300;
  margin: 0px 0px 19px 0px;
  padding: 0px 0px 0px 28px;
  background-size: 20px 20px;
  background-position: left 2px;
  background-repeat: no-repeat;
}
.why-us-2 .columns ul li.like {
  background-image: url("../img/like.svg");
}
.why-us-2 .columns ul li.assembly {
  background-image: url("../img/assembly.svg");
}
.why-us-2 .columns ul li.truck {
  background-image: url("../img/truck.svg");
}
.why-us-2 .columns ul li.star {
  background-image: url("../img/star.svg");
}
.why-us-2 .columns ul li.guarantee {
  background-image: url("../img/guarantee.svg");
}
.why-us-2 .columns ul li.check-circle2 {
  background-image: url("../img/check-circle2.svg");
}
@media (max-width: 950px) {
  .why-us-2 .columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .why-us-2 {
    margin: 32px 0px 0px 0px;
  }
  .why-us-2 .columns {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 16px 11px;
  }
  .why-us-2 .columns .info h4 {
    font-size: 22px;
    line-height: 112%;
    margin: 0px 0px 8px 0px;
  }
  .why-us-2 .columns .info p {
    font-size: 22px;
  }
  .why-us-2 .columns .info .button {
    box-sizing: border-box;
    margin: 25px 0px 0px 0px;
    text-align: center;
    padding: 15px 33px;
    font-size: 16px;
  }
  .why-us-2 .columns ul {
    border-top: 1px solid #D6D6D6;
    padding: 21px 0px 0px;
    border-left: none;
  }
  .why-us-2 .columns ul li {
    font-size: 12px;
    margin: 0px 0px 9px 0px;
  }
}

.swiper-pagination-bullets {
  text-align: left;
  margin: 30px 0px 20px 0px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ACACAC;
  opacity: 1;
  transition: all 0.5s;
  width: 40px;
  height: 3px;
  border-radius: 1px;
  margin: 0px 4px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #262626;
}
@media (max-width: 620px) {
  .swiper-pagination-bullets {
    text-align: center;
  }
}

#slider-0 .slider-item {
  width: 100%;
  overflow: hidden;
}
#slider-0 .slider-item:before {
  content: "";
  padding-top: 60%;
  float: left;
}
#slider-0 .slider-item {
  background-size: cover;
}
@media (max-width: 800px) {
  #slider-0 .slider-item {
    overflow: hidden;
  }
  #slider-0 .slider-item:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
  #slider-0 .slider-item .slider-item-mobile {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }
}

.invisible {
  opacity: 0;
}

.cookie-alert {
  padding: 10px 70px 10px 30px;
  border-radius: 16px;
  min-height: 61px;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 150;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
}
.cookie-alert a {
  color: #fff;
  text-decoration: underline;
}
.cookie-alert .close-button {
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 10;
}
.cookie-alert p {
  margin: 0px 0px 0px 0px;
}
.cookie-alert .button {
  font-size: 14px;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  padding: 8px 25px 10px;
}
.cookie-alert .button.decline {
  border-color: #6a6a6a;
}
@media (max-width: 860px) {
  .cookie-alert {
    gap: 20px 10px;
    padding: 18px 25px 21px;
    grid-template-columns: auto auto;
  }
  .cookie-alert p {
    padding-right: 40px;
    grid-column: 1/3;
  }
  .cookie-alert .button {
    padding: 20px 25px;
  }
}
@media (max-width: 460px) {
  .cookie-alert {
    gap: 10px;
    padding: 18px 25px 21px;
    grid-template-columns: 1fr;
  }
  .cookie-alert p {
    padding-right: 40px;
    grid-column: 1/3;
  }
  .cookie-alert button {
    grid-column: 1/3;
  }
}

.modal-panel.contact-form {
  top: 100px !important;
  width: 372px;
  max-width: 100%;
  min-width: auto;
  box-sizing: border-box;
  padding: 32px 30px;
}
.modal-panel.contact-form h3 {
  color: #262626;
  margin: 0px 0px 9px 0px;
}
.modal-panel.contact-form label {
  width: 100%;
  margin: 0px 0px 6px 0px;
  font-size: 14px;
  box-sizing: border-box;
}
.modal-panel.contact-form label input {
  width: 100%;
  padding: 11px 2px;
  display: block;
  box-sizing: border-box;
  margin-top: 2px;
}
.modal-panel.contact-form label textarea {
  width: 100%;
  height: 109px;
  padding: 11px 2px;
  display: block;
  box-sizing: border-box;
  margin-top: 2px;
}
.modal-panel.contact-form .button-container {
  margin: 24px 0px 0px 0px;
}
.modal-panel.contact-form .button-container .button {
  display: block;
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.modal-panel.why-register {
  box-sizing: border-box;
  width: 480px;
  max-width: 100%;
}
.modal-panel.why-register h3 {
  color: #262626;
  margin-top: 0px;
}

.news-slider {
  margin: 0px 0px 0px;
  padding: 0px 0px 0px 40px !important;
}
.news-slider .swiper-wrapper .swiper-slide {
  background-image: url("../img/gradient-2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: grid;
  gap: 40px;
  grid-template-columns: 0.5fr 1fr;
  padding: 64px 63px 64px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.news-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1280px) {
  .news-slider .swiper-wrapper .swiper-slide {
    padding: 44px 44px 44px;
    gap: 30px;
  }
}
.news-slider .swiper-wrapper .swiper-slide > .image {
  width: 413px;
  aspect-ratio: 413/320;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .news-slider .swiper-wrapper .swiper-slide > .image {
    width: 25vw;
  }
}
.news-slider .swiper-wrapper .swiper-slide > .content .title-text {
  min-height: 284px;
}
.news-slider .swiper-wrapper .swiper-slide > .content h5 {
  color: #FFF;
  margin: 3px 0px 20px 0px;
  font-weight: 200;
  line-height: 125%;
}
.news-slider .swiper-wrapper .swiper-slide > .content p {
  color: #D6D6D6;
  margin: 0px 0px 24px 0px;
  font-weight: 300;
  line-height: 162%;
}
.news-slider .swiper-wrapper .swiper-slide > .content a {
  color: #F7F7F7;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
  text-decoration: none !important;
}
.news-slider .swiper-wrapper .swiper-slide > .content a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -10px;
  height: 1px;
  background-color: #F7F7F7;
}
@media (max-width: 940px) {
  .news-slider {
    box-sizing: border-box;
    width: calc(100% - 32px);
    margin: 0px 16px;
    padding: 0px !important;
    overflow: hidden;
  }
  .news-slider .swiper-wrapper .swiper-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 24px;
    height: clamp(530px, 150vw, 640px);
    padding: 16px 16px 39px;
  }
  .news-slider .swiper-wrapper .swiper-slide > .image {
    width: 100%;
    border-radius: 12px;
  }
  .news-slider .swiper-wrapper .swiper-slide > .content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 0px;
  }
  .news-slider .swiper-wrapper .swiper-slide > .content .title-text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0px;
  }
  .news-slider .swiper-wrapper .swiper-slide > .content h5 {
    margin: 0px 0px 12px 0px;
    font-size: 18px;
  }
  .news-slider .swiper-wrapper .swiper-slide > .content p {
    flex: 1 1 auto;
    min-height: 0px;
    margin: 0px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(0deg, transparent 0px, #000 54px);
    mask-image: linear-gradient(0deg, transparent 0px, #000 54px);
    /* 0deg = down, 90deg = left, 180deg = top, 270deg = right */
    white-space: normal;
  }
  .news-slider .swiper-wrapper .swiper-slide > .content a {
    align-self: flex-start;
    font-size: 17px;
    margin-top: 0px;
  }
  .news-slider .swiper-wrapper .swiper-slide > .content a:before {
    bottom: -7px;
  }
}

.news-slider-prev {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #FFF;
  background-image: url("../img/slider-prev.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.news-slider-next {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #FFF;
  background-image: url("../img/slider-next.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.main-news-slider {
  margin: 50px 0px 26px 0px;
  padding: 0px 40px 0px;
}
.main-news-slider .container > .content {
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 20px 0px 42px 0px;
}
.main-news-slider .container > .content .head {
  margin: 23px 40px 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-news-slider .container > .content .head h4 {
  margin: 0px 0px 0px 0px;
}
.main-news-slider .container > .content .head .link {
  font-size: 18px;
  padding: 0px 0px 0px;
  position: relative;
}
.main-news-slider .container > .content .head .link:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -10px;
  height: 1px;
  background-color: #303030;
}
.main-news-slider .container > .content {
  position: relative;
}
.main-news-slider .container > .content .news-slider-prev {
  position: absolute;
  z-index: 100;
  left: 16px;
  top: calc(50% + 14px);
}
.main-news-slider .container > .content .news-slider-next {
  position: absolute;
  z-index: 100;
  right: 16px;
  top: calc(50% + 14px);
}
.main-news-slider .container > .content .news-slider-scrollbar {
  display: none;
}
@media (max-width: 640px) {
  .main-news-slider {
    margin: 32px 0px 0px 0px;
    padding: 0px;
  }
  .main-news-slider .container > .content {
    padding: 40px 0px 38px 0px;
    border-radius: 12px;
  }
  .main-news-slider .container > .content .head {
    margin: 0px 16px 33px;
  }
  .main-news-slider .container > .content .head h4 {
    font-size: 22px;
  }
  .main-news-slider .container > .content .head .link {
    font-size: 14px;
    padding: 2px 0px 0px;
  }
  .main-news-slider .container > .content .head .link:before {
    bottom: 1px;
  }
  .main-news-slider .container > .content .news-slider-prev,
  .main-news-slider .container > .content .news-slider-next {
    display: none;
  }
  .main-news-slider .container > .content .news-slider-scrollbar {
    position: static;
    display: block;
    width: calc(100% - 40px);
    height: 4px;
    margin: 24px 16px 0px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #D6D6D6;
  }
  .main-news-slider .container > .content .news-slider-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    border-radius: 4px;
    background-color: #262626;
  }
}

.main-gallery {
  margin: 96px 0px 92px 0px;
  position: relative;
}
.main-gallery:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 928px;
  background-color: #F9F7F4;
}
.main-gallery .content {
  padding: 130px 0px 0px;
}
.main-gallery .content .head {
  position: relative;
  z-index: 2;
}
.main-gallery .content .head h2 {
  font-size: 62px;
  width: 23%;
  margin: 0px 0px 0px 0px;
  font-size: 62px;
}
@media (max-width: 1250px) {
  .main-gallery .content .head h2 {
    font-size: calc(26px + 36 * (100vw - 720px) / 530);
  }
}
@media (max-width: 720px) {
  .main-gallery .content .head h2 {
    font-size: 26px;
  }
}
.main-gallery .content .head h5 {
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 1250px) {
  .main-gallery .content .head h5 {
    font-size: calc(16px + 8 * (100vw - 720px) / 530);
  }
}
@media (max-width: 720px) {
  .main-gallery .content .head h5 {
    font-size: 16px;
  }
}
.main-gallery .content .gallery {
  position: relative;
  z-index: 1;
  margin: -91px 0px 0px 0px;
}
.main-gallery .content .gallery .items > div.img {
  position: relative;
  height: 1px;
}
.main-gallery .content .gallery .items > div.img > div {
  aspect-ratio: 731/440;
  height: 440px;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  transform: translateY(-50%);
  background-size: cover;
}
.main-gallery .content .gallery .items > div.img + .button-container {
  margin-top: 250px;
}
.main-gallery .content .gallery .items > div.img:nth-child(3n+2 of .img) {
  margin-top: 383px;
}
.main-gallery .content .gallery .items > div.img:nth-child(3n+2 of .img) + .button-container {
  margin-top: 180px;
}
.main-gallery .content .gallery .items > div.img:nth-child(3n+3 of .img) {
  margin-top: 163px;
}
.main-gallery .content .gallery .items > div.img:nth-child(3n+3 of .img) + .button-container {
  margin-top: 200px;
}
.main-gallery .content .gallery .items > div.img:nth-child(3n+1 of .img):not(:first-child) {
  margin-top: 449px;
}
.main-gallery .content .gallery .items > div.img:nth-child(6n+1 of .img) { /* 1,7,13... */ }
.main-gallery .content .gallery .items > div.img:nth-child(6n+1 of .img) > div {
  aspect-ratio: 731/440;
  height: 440px;
  right: 0px;
  left: auto;
  top: 0px;
  transform: translateY(-50%);
}
.main-gallery .content .gallery .items > div.img:nth-child(6n+2 of .img) { /* 2,8,14... */ }
.main-gallery .content .gallery .items > div.img:nth-child(6n+2 of .img) > div {
  aspect-ratio: 557/280;
  height: 280px;
  right: auto;
  left: 0px;
  transform: translateY(-50%);
}
.main-gallery .content .gallery .items > div.img:nth-child(6n+3 of .img) { /* 3,9,15... */ }
.main-gallery .content .gallery .items > div.img:nth-child(6n+3 of .img) > div {
  aspect-ratio: 533/320;
  height: 320px;
  right: auto;
  left: 50%;
  transform: translateY(-50%);
}
.main-gallery .content .gallery .items > div.img:nth-child(6n+4 of .img) { /* 4,10,16... */ }
.main-gallery .content .gallery .items > div.img:nth-child(6n+4 of .img) > div {
  aspect-ratio: 731/440;
  height: 440px;
  right: auto;
  left: 0px;
  top: 0px;
  transform: translateY(-50%);
}
.main-gallery .content .gallery .items > div.img:nth-child(6n+5 of .img) { /* 5,11,17... */ }
.main-gallery .content .gallery .items > div.img:nth-child(6n+5 of .img) > div {
  aspect-ratio: 557/280;
  height: 280px;
  right: 0px;
  left: auto;
  transform: translateY(-50%);
}
.main-gallery .content .gallery .items > div.img:nth-child(6n+6 of .img) { /* 6,12,18... */ }
.main-gallery .content .gallery .items > div.img:nth-child(6n+6 of .img) > div {
  aspect-ratio: 533/320;
  height: 320px;
  right: 50%;
  left: auto;
  transform: translateY(-50%);
}
@media (max-width: 1250px) {
  .main-gallery .content .gallery .items > div.img:nth-child(3n+2 of .img) {
    margin-top: 30vw;
  }
  .main-gallery .content .gallery .items > div.img:nth-child(3n+3 of .img) {
    margin-top: 163px;
  }
  .main-gallery .content .gallery .items > div.img:nth-child(3n+1 of .img):not(:first-child) {
    margin-top: 33vw;
  }
  .main-gallery .content .gallery .items > div.img:nth-child(6n+1 of .img) > div, .main-gallery .content .gallery .items > div.img:nth-child(6n+4 of .img) > div {
    width: calc(50vw + 90px);
    height: auto;
  }
  .main-gallery .content .gallery .items > div.img:nth-child(6n+2 of .img) > div, .main-gallery .content .gallery .items > div.img:nth-child(6n+3 of .img) > div, .main-gallery .content .gallery .items > div.img:nth-child(6n+5 of .img) > div, .main-gallery .content .gallery .items > div.img:nth-child(6n+6 of .img) > div {
    width: calc(50vw - 70px);
    height: auto;
  }
}
.main-gallery .content .gallery .items .button-container {
  text-align: center;
}
.main-gallery .content .gallery .items .button-container .button {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 720px) {
  .main-gallery {
    margin: 32px 0px 32px 0px;
  }
  .main-gallery:before {
    height: calc(100% - 136px);
  }
  .main-gallery .content {
    padding: 52px 0px 0px;
  }
  .main-gallery .content .head h2 {
    width: 70%;
    font-size: 26px;
    line-height: 112%;
  }
  .main-gallery .content .head h5 {
    margin: 17px 0px 0px 0px;
    font-size: 16px;
  }
  .main-gallery .content .gallery {
    margin: 33px 0px 0px 0px;
  }
  .main-gallery .content .gallery .items {
    display: grid;
    gap: 12px;
  }
  .main-gallery .content .gallery .items > div.img {
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
  }
  .main-gallery .content .gallery .items > div.img > div {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 320/210 !important;
    transform: none !important;
    border-radius: 12px;
    background-position: center;
  }
  .main-gallery .content .gallery .items > div.img + .button-container {
    margin-top: 0px !important;
  }
  .main-gallery .content .gallery .items .button-container .button {
    box-sizing: border-box;
    text-align: center;
    margin: 11px 0px 0px 0px;
    font-size: 16px;
    padding: 18px 33px;
  }
}

#product-configurator {
  margin-bottom: 32px;
}
#product-configurator .config-param-selected {
  display: none;
}
#product-configurator .config-group {
  margin: 0px 0px 0px 0px;
}
#product-configurator .config-group > h3 {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}
#product-configurator .config-group .config-param {
  margin: 0px 0px 15px 0px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f6f6f6;
}
#product-configurator .config-group .config-param .config-param-title-wrapper {
  margin: 15px 18px 7px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-configurator .config-group .config-param .config-param-title-wrapper .config-param-title {
  font-size: 14px;
}
#product-configurator .config-group .config-param .config-param-title-wrapper .config-param-description {
  background-image: url("../img/info.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
#product-configurator .config-group .config-param .config-param-title-wrapper .config-param-description > span {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 10px 10px 10px;
  left: 25px;
  top: 0px;
}
#product-configurator .config-group .config-param .config-options button {
  display: inline-block;
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6;
  border-radius: 100px;
  outline: none;
  padding: 7px 17px 7px;
  font-size: 14px;
}
#product-configurator .config-group .config-param .config-options button.active {
  border: 2px solid #A26201;
  background: #262626;
  color: #FFF;
}
#product-configurator .config-group .config-param.config-param-color .config-param-title-wrapper .config-param-title .config-param-selected {
  display: inline;
}
#product-configurator .config-group .config-param.config-param-color .config-options {
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#product-configurator .config-group .config-param.config-param-color .config-options button {
  flex: 0 0 44px;
  min-width: 44px;
  width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0px;
  padding: 0px;
  border-radius: 50%;
  border-color: transparent;
  background: transparent;
  color: transparent;
  font-size: 0px;
  position: relative;
}
#product-configurator .config-group .config-param.config-param-color .config-options button:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
#product-configurator .config-group .config-param.config-param-color .config-options button.tone-anthracite:before {
  background-color: #262626;
}
#product-configurator .config-group .config-param.config-param-color .config-options button.tone-white:before {
  background-color: #fff;
}
#product-configurator .config-group .config-param.config-param-color .config-options button.active {
  border-color: #A26201;
  background: transparent;
}
#product-configurator .config-group .config-param.config-param-color .config-options button.active:before {
  border: none;
}
#product-configurator .config-group .config-param .dimension-input-wrap {
  display: none;
  position: relative;
  margin: 0px 0px 27px 0px;
  width: 240px;
}
#product-configurator .config-group .config-param .dimension-input-wrap input {
  width: 100%;
  background-color: #f6f6f6;
  padding: 9px 54px 8px 16px;
}
#product-configurator .config-group .config-param .dimension-input-wrap span {
  position: absolute;
  top: 8px;
  left: calc(100% - 44px);
}
#product-configurator .config-group .config-param .variable-dimension-checkbox {
  display: none;
}
#product-configurator .config-group .config-param .variable-dimension-checkbox:checked + label::before {
  background: #e5e5e5;
}
#product-configurator .config-group .config-param .variable-dimension-checkbox:checked + label::after {
  transform: translateX(23px) translateY(-50%);
  background: #a86a00;
}
#product-configurator .config-group .config-param .variable-dimension-checkbox:checked + label + .dimension-input-wrap {
  display: block;
}
#product-configurator .config-group .config-param .variable-dimension-checkbox + label {
  margin: 20px 0px 12px 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-size: 14px;
}
#product-configurator .config-group .config-param .variable-dimension-checkbox + label::before {
  content: "";
  width: 48px;
  height: 24px;
  background: #dcdcdc;
  border-radius: 18px;
  display: inline-block;
  transition: background 0.25s ease;
}
#product-configurator .config-group .config-param .variable-dimension-checkbox + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #6b6b6b;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease, background 0.25s ease;
}
#product-configurator button.config-option {
  margin: 5px;
}
#product-configurator button.config-option.active {
  outline: none;
}
#product-configurator .summary-info {
  margin: 24px 0px 32px 0px;
}
#product-configurator .summary-info h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
#product-configurator .summary-info .summary-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #F7F7F7;
}
#product-configurator .summary-info .summary-row > div {
  font-size: 14px;
  line-height: 112%;
}
#product-configurator .summary-info .summary-row > div.summary-label {
  font-weight: 600;
}
@media (max-width: 920px) {
  #product-configurator {
    margin-bottom: 0px;
  }
  #product-configurator .config-group > h3 {
    margin: 0px 0px 17px 0px;
    font-size: 16px;
    line-height: 130%;
  }
  #product-configurator .config-group + .config-group {
    margin-top: 18px;
  }
  #product-configurator .config-group .config-param {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #F7F7F7;
  }
  #product-configurator .config-group .config-param + .config-param {
    padding-top: 14px;
  }
  #product-configurator .config-group .config-param .config-param-title-wrapper {
    margin: 0px 0px 10px 0px;
  }
  #product-configurator .config-group .config-param .config-param-title-wrapper .config-param-title {
    color: #6A6A6A;
    font-size: 14px;
    line-height: 130%;
  }
  #product-configurator .config-group .config-param .config-param-title-wrapper .config-param-title .config-param-selected {
    display: inline;
  }
  #product-configurator .config-group .config-param .config-param-title-wrapper .config-param-description {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  #product-configurator .config-group .config-param .config-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #product-configurator .config-group .config-param .config-options button {
    min-height: 42px;
    margin: 0px;
    padding: 10px 14px;
    color: #6A6A6A;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    white-space: nowrap;
  }
  #product-configurator .config-group .config-param .config-options button.active {
    color: #FFF;
  }
  #product-configurator .config-group .config-param.config-param-dimension .config-options button {
    flex-basis: calc((100% - 20px) / 3);
    min-width: calc((100% - 20px) / 3);
  }
  #product-configurator .config-group .config-param .dimension-input-wrap {
    width: 100%;
    margin-bottom: 18px;
  }
  #product-configurator .summary-info {
    margin: 0px 0px 28px 0px;
  }
  #product-configurator .summary-info h4 {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 130%;
  }
  #product-configurator .summary-info .summary-row {
    grid-template-columns: minmax(130px, 0.9fr) 1fr;
    gap: 16px;
    margin: 0px;
    padding: 9px 0px;
  }
  #product-configurator .summary-info .summary-row > div {
    font-size: 14px;
    line-height: 130%;
  }
}

#configurator-steps {
  margin: -3px 22px 17px 22px;
  padding: 0px 0px 60px;
  border-bottom: 2px solid #F7F7F7;
  display: flex;
  justify-content: space-between;
  position: relative;
  counter-reset: step;
}
#configurator-steps::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 40px;
  right: 40px;
  height: 1px;
  background: #d9d9d9;
  z-index: 0;
}
#configurator-steps .config-step {
  position: relative;
  text-align: center;
  width: 44px;
  font-size: 14px;
  color: #666;
  counter-increment: step;
  position: relative;
}
#configurator-steps .config-step > span {
  position: absolute;
  width: 80px;
  top: 50px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 144%;
}
#configurator-steps .config-step::before {
  content: counter(step);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #d9d9d9;
  color: #555;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
#configurator-steps .config-step.done::before {
  background: #E0B899;
  color: #fff;
}
#configurator-steps .config-step.active::before {
  background: #c48b5a;
  color: #fff;
}
@media (max-width: 640px) {
  #configurator-steps {
    margin: 1px 24px 20px 24px;
    padding: 0px 0px 59px;
    border-bottom-width: 1px;
  }
  #configurator-steps::before {
    top: 16px;
    left: 18px;
    right: 18px;
  }
  #configurator-steps .config-step {
    width: 32px;
  }
  #configurator-steps .config-step > span {
    top: 40px;
    width: 86px;
    font-size: 12px;
    line-height: 130%;
  }
  #configurator-steps .config-step::before {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
    font-size: 12px;
  }
}

.configurator-bottom {
  position: sticky;
  bottom: 20px;
  display: grid;
  gap: 13px 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "note price" "buttons buttons";
  background-image: url("../img/configurator-price-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 16px 20px 20px;
  backdrop-filter: blur(16px);
}
.configurator-bottom .buttons {
  grid-area: buttons;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.configurator-bottom .buttons .button {
  padding: 14px 18px;
  margin: 0px 0px 0px 0px;
}
.configurator-bottom .buttons .button.next {
  background-color: #F7F7F7;
  color: #262626;
  flex-grow: 1;
}
.configurator-bottom .buttons .button.back {
  background-color: transparent;
  border: 1px solid rgba(246, 246, 246, 0.3);
  color: #fff;
  background-image: url("../img/back.svg");
  background-size: 20px 20px;
  background-position: 17px center;
  background-repeat: no-repeat;
  padding-left: 46px;
}
.configurator-bottom .buttons .button.order {
  display: none;
  flex-grow: 1;
  background-color: #A26201;
}
.configurator-bottom .note {
  grid-area: note;
  color: #ACACAC;
  font-feature-settings: "ss01" on, "cv01" on, "liga" off, "clig" off;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
}
.configurator-bottom .product-price {
  grid-area: price;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.configurator-bottom .product-price .price-old {
  color: #ACACAC;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0px;
  text-decoration-line: line-through;
  white-space: nowrap;
}
.configurator-bottom .product-price .price-new {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
}
.configurator-bottom .product-price .no-discount {
  width: 30px;
}
.configurator-bottom.single-price {
  position: static;
  margin: 20px 0px 0px 0px;
  width: 421px;
  max-width: 100%;
}
@media (max-width: 640px) {
  .configurator-bottom {
    bottom: 16px;
    z-index: 20;
    grid-template-columns: 1fr;
    grid-template-areas: "price" "buttons" "note";
    gap: 9px;
    margin: 29px 0px 4px 0px;
    padding: 14px 20px 15px;
    border-radius: 16px;
  }
  .configurator-bottom .product-price {
    gap: 8px;
  }
  .configurator-bottom .product-price .price-old,
  .configurator-bottom .product-price .price-new {
    font-size: 18px;
    line-height: 130%;
  }
  .configurator-bottom .product-price .no-discount {
    display: none;
  }
  .configurator-bottom .buttons {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 13px;
  }
  .configurator-bottom .buttons .button {
    min-height: 48px;
    margin: 0px;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 100%;
  }
  .configurator-bottom .buttons .button.next, .configurator-bottom .buttons .button.order {
    flex: 1 1 auto;
  }
  .configurator-bottom .buttons .button.back {
    flex: 0 0 64px;
    width: 64px;
    padding: 0px;
    background-position: center;
  }
  .configurator-bottom .buttons .button.back span {
    display: none;
  }
  .configurator-bottom .note {
    text-align: center;
    font-size: 12px;
    line-height: 130%;
  }
  .configurator-bottom.single-price {
    position: sticky;
    width: auto;
    margin-top: 29px;
  }
}

.configurator-cart-count {
  border: 2px solid #303030;
  border-radius: 45px;
  display: flex;
  width: 114px;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 32px 0px 20px 0px;
  padding: 0px 7px 0px;
}
.configurator-cart-count .configurator-cart-count-button {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 42px;
  border: 1px solid rgba(246, 246, 246, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.configurator-cart-count .configurator-cart-count-button.minus {
  background-image: url("../img/minus.svg");
}
.configurator-cart-count .configurator-cart-count-button.plus {
  background-image: url("../img/plus.svg");
}
.configurator-cart-count .configurator-cart-count-input {
  width: 35px;
  text-align: center;
  padding: 8px 0px;
  border-radius: 12px;
  border: 1px solid rgba(246, 246, 246, 0.3);
  background: #fff;
  color: #262626;
  font-size: 18px;
  font-weight: 600;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.configurator-cart-count .configurator-cart-count-input::-webkit-outer-spin-button, .configurator-cart-count .configurator-cart-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 640px) {
  .configurator-cart-count {
    margin: 18px 0px 18px 0px;
    width: 120px;
  }
}

.cart-page #order-cart-page-container {
  padding: 6px 0px 0px;
}
.cart-page #order-cart-page-container.has-cart-items {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 422px;
  align-items: start;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  padding: 0px;
  margin: 0px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item {
  position: relative;
  display: grid;
  gap: 24px 24px;
  grid-template-columns: 351px minmax(0, 1fr);
  align-items: start;
  background-color: #F7F7F7;
  border-radius: 20px;
  padding: 24px 24px 24px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .product-photo {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 351/266;
  margin: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .info {
  min-width: 0;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item h4 {
  color: #303030;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 1px 42px 25px 0px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  margin: 0px 0px 38px 0px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-summary.single-section {
  grid-template-columns: 1fr;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-section h5 {
  color: #A85B00;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  margin: 0px 0px 8px 0px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-section-rows,
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-details {
  display: grid;
  gap: 7px 22px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-section-rows {
  grid-template-columns: 1fr;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #303030;
  font-size: 15px;
  line-height: 135%;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-row strong {
  font-weight: 600;
  white-space: nowrap;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-row span {
  color: #3D4646;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-row .cart-item-nowrap {
  white-space: nowrap;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-details {
  grid-column: 1/-1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 12px 0px 0px 0px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-control {
  display: flex;
  width: 114px;
  height: 46px;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  border: 2px solid #303030;
  border-radius: 45px;
  padding: 0px 9px;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-button {
  flex-shrink: 0;
  width: 22px;
  height: 42px;
  border: 0px;
  padding: 0px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-button.minus {
  background-image: url("../img/minus.svg");
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-button.plus {
  background-image: url("../img/plus.svg");
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-input {
  width: 32px;
  border: 0px;
  padding: 0px;
  background-color: transparent;
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-input::-webkit-outer-spin-button, .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .cart-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .product-sum {
  margin-left: auto;
  color: #303030;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .product-sum .price {
  display: none;
}
.cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .delete {
  position: absolute;
  top: 25px;
  right: 24px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: url("../img/close-button-small.svg");
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.cart-page #order-cart-page-container.has-cart-items .total {
  position: sticky;
  top: 75px;
  margin: 0px;
  width: auto;
  transition: all 1s;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-card {
  padding: 27px 32px 33px;
  border-radius: 20px;
  background-color: #F7F7F7;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  margin: 0px 0px 14px 0px;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-row.grand-total {
  margin: 0px 0px 23px 0px;
  font-size: 20px;
  font-weight: 600;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-row.grand-total .cart-summary-price {
  font-size: 20px;
  font-weight: 600;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-row.tax-row {
  margin: 0px 0px 14px 0px;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-price {
  display: inline-flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 2px;
  text-align: right;
  white-space: nowrap;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-price .price {
  display: none;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-price .asterisk {
  display: inline-block;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-separator {
  height: 1px;
  margin: 21px 0px 20px;
  background-color: #C8C8C8;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  overflow: hidden;
  margin: 26px 0px 0px 0px;
  border: 1px solid #D0D0D0;
  border-radius: 999px;
  background-color: #FFF;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-coupon-form input {
  min-width: 0px;
  height: 54px;
  border: 0px;
  margin: 0px;
  padding: 0px 24px;
  background-color: transparent;
  color: #303030;
  font-size: 16px;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-coupon-form button {
  height: 54px;
  border: 0px;
  border-radius: 999px;
  background-color: #303030;
  color: #FFF;
  font-size: 16px;
  cursor: pointer;
}
.cart-page #order-cart-page-container.has-cart-items .total .checkout-button {
  margin: 14px 0px 9px 0px;
  width: 100%;
  border-radius: 999px;
  background-color: #B87500;
  color: #FFF;
  border-color: #B87500;
}
.cart-page #order-cart-page-container.has-cart-items .total .paypal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  min-height: 56px;
  border: 2px solid #B5B5B5;
  border-radius: 999px;
  background-color: transparent;
  color: #303030;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.cart-page #order-cart-page-container.has-cart-items .total .paypal-button .paypal-logo {
  display: inline-block;
  width: 78px;
  height: 22px;
  background-image: url("../img/paypal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  list-style: none;
  margin: 29px 8px 0px;
  padding: 0px;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-advantages li {
  min-height: 24px;
  margin: 0px;
  padding: 2px 0px 0px 31px;
  background-image: url("../img/check-circle3.svg");
  background-size: 23px 23px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  color: #303030;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
}
.cart-page #order-cart-page-container.has-cart-items .total .cart-summary-advantages li span {
  display: inline-block;
}
@media (max-width: 1500px) {
  .cart-page #order-cart-page-container.has-cart-items .cart-items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1100px) {
  .cart-page #order-cart-page-container.has-cart-items {
    grid-template-columns: 1fr;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items {
    grid-template-columns: 1fr;
  }
  .cart-page #order-cart-page-container.has-cart-items .total {
    position: static;
  }
}
@media (max-width: 760px) {
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .product-photo {
    aspect-ratio: 351/220;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item h4 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-summary {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .cart-item-details {
    grid-template-columns: 1fr;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form {
    align-items: flex-start;
    flex-direction: column;
  }
  .cart-page #order-cart-page-container.has-cart-items .cart-items .cart-item .count-form .product-sum {
    margin-left: 0px;
  }
}
.cart-page #order-cart-page-container:not(.has-cart-items) {
  max-width: 640px;
}
.cart-page #order-cart-page-container:not(.has-cart-items) .button.empty-cart {
  margin-top: 20px;
}

/*@import "_iconfont.css";*//*# sourceMappingURL=common.css.map */