@charset "UTF-8";
@import "iconfont.css";
html, body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #373432;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

strong {
  font-weight: 600;
}

.sm {
  font-size: 12px;
}

.xs {
  font-size: 11px;
}

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

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

h1, .h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 39px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 39px;
}

h3, .h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

a {
  color: #FF0009;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}
a.email, a.phone {
  white-space: nowrap;
}

a:hover {
  color: #FF0009;
  text-decoration: underline;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 0;
  list-style: none;
}
ul:not([class]) li {
  margin-left: 1.1em;
}
ul:not([class]) li:before {
  content: "—";
  margin-right: 0.3em;
  margin-left: -1.3em;
}

li {
  margin: 0 0 5px;
}

input, textarea, select {
  color: #373432;
  background-color: #FFFFFF;
}

.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;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 68px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 37px;
  height: 4px;
  background-color: #3C2F28;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 37px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 29px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #3C2F28;
}
.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: 12px;
  text-shadow: none;
  padding: 3px 8px;
  background-color: #F40009;
  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: #F40009;
}
.price-filter .price-range-container .irs-grid {
  height: 24px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  padding: 0 3px;
  color: #373432;
}
.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-container {
  background-color: transparent;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #3C2F28;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #D5C7BF;
}

.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 12px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #3C2F28;
}
.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: #F40009;
  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;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 363px;
  max-width: 363px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #FFFFFF;
}
.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: #3C2F28;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 12px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  accent-color: #373432;
  width: 17px;
  height: 17px;
  margin-top: 0px;
}
.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: #3C2F28;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 12px;
  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: 12px;
  text-align: center;
  color: #FF0009;
  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 #A2A4AE;
  outline: none;
  padding: 12px 8px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
  border-radius: 10px;
}

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

input.underline {
  border-color: transparent transparent #A2A4AE 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: 11px;
}
.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 {
  margin: 0px 0 12px;
}
.form-group-simple label {
  margin: 0px 0 0px !important;
}

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: 12px;
  line-height: 130%;
  margin-bottom: 8px;
}
label.small {
  font-size: 14px;
}

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

label input[type=checkbox] {
  accent-color: #373432;
  width: 17px;
  height: 17px;
  margin-top: 0px;
}
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 {
  display: none;
  background-color: transparent;
  color: #373432;
  width: 26px !important;
  position: absolute;
  right: 0px;
  top: calc(50% - 8px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #373432;
}

#mobile-menu-button > div + div {
  margin-top: 5px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
  min-height: 100%;
}

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

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #F40009;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: background-color 0.25s;
  outline: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #F40009;
  border-radius: 10px;
  padding: 13px 23px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button:hover, a.button:hover, .upload-button:hover {
  background-color: #FF0009 !important;
  border-color: #FF0009 !important;
  color: #fff !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 11px;
}
button.button.big, a.button.big, .upload-button.big {
  padding: 20px 23px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #3C2F28;
  color: #3C2F28;
  box-shadow: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  /*box-shadow: 0px 0px 55px 0px #D82454;*/
}

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

#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-panel {
  position: absolute;
  background: #FFFFFF;
  color: #373432;
  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;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #D5C7BF;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 8px;
  width: 78px;
  top: 14px;
  height: 50px;
  background-image: url("../img/logo.svg");
  background-size: 78px 50px;
  background-repeat: no-repeat;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !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-color: #FFFFFF;
  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-container {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
}

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

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

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

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
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-size: 14px;
  color: #BABABA;
  margin: 26px 0 4px;
  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: #3C2F28;
  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: #3C2F28;
  color: #fff;
  font-size: 12px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

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

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

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #A2A4AE !important;
  font-size: 16px;
  font-weight: 300;
}

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

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

:-ms-input-placeholder {
  color: #A2A4AE !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;
}

/* 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: 31px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
/* tic-messengers-01 begin */
/* tic-messengers-01 end */
body.login #header-top, body.register #header-top, body.recovery #header-top {
  display: none;
}
body.login #page #footer, body.register #page #footer, body.recovery #page #footer {
  display: none;
}

#page.main-page {
  margin-top: 104px;
}
@media (max-width: 1150px) {
  #page.main-page {
    margin-top: 61px;
  }
}

#page.catalog-page .catalog h1 {
  font-size: 39px;
  margin: 24px 0px 24px 0px;
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0px;
  height: 82px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all 0.25s;
  color: #373432;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid #D5C7BF;
}
#header-top:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(253, 253, 253, 0.85);
}
#header-top .container {
  height: 100%;
}
#header-top a {
  color: #373432;
  font-size: 16px;
  font-weight: 400;
}
#header-top a:hover {
  color: #FF0009;
  text-decoration: none;
}
#header-top .button {
  margin: 0px 0px 0px 0px;
}
#header-top .search {
  transition: all 0.25s;
  display: flex;
  height: 45px;
  margin: 0px 0px 1px 0px;
}
#header-top .search input {
  width: 382px;
  border-radius: 10px 0px 0px 10px;
  border-right: none;
}
#header-top .search button {
  border-radius: 0px 10px 10px 0px;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.5s;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px;
}
#header-top .content {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top ul {
  margin: 0px 0px 0px 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  gap: 38px;
}
#header-top ul > li {
  margin: 0px 0px 0px 0px;
  display: inline-block;
  position: relative;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
#header-top ul > li > a {
  display: block;
  padding: 0px 0px 0px 30px;
  position: relative;
  overflow: hidden;
}
#header-top ul > li > a:hover {
  color: #373432;
}
#header-top ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #373432;
  height: 1px;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#header-top ul > li > a:hover, #header-top ul > li > a:focus, #header-top ul > li > a:active {
  text-decoration: none;
}
#header-top ul > li > a:hover:after, #header-top ul > li > a:focus:after, #header-top ul > li > a:active:after {
  left: 30px;
  right: auto;
  width: calc(100% - 30px);
}
#header-top ul > li.terms {
  background-image: url("../img/info.svg");
}
#header-top ul > li.contacts {
  background-image: url("../img/phone.svg");
}
#header-top ul > li.account {
  background-image: url("../img/user.svg");
}
#header-top .cart {
  cursor: pointer;
  margin: 0px 0px 1px 0px;
  display: grid;
  gap: 3px 16px;
  grid-template-columns: auto 1fr;
  grid-template-areas: "note button" "value button";
}
#header-top .cart > span {
  grid-area: note;
  font-size: 12px;
}
#header-top .cart > strong {
  grid-area: value;
  font-size: 19px;
}
#header-top .cart .button {
  grid-area: button;
}
#header-top a.logo {
  display: block;
  min-width: 132px;
  max-width: 132px;
  height: 82px;
  margin-left: 0;
  flex-grow: 0;
  z-index: 5;
  position: relative;
  top: 0px;
  transition: all 0.25s;
  background-image: url("../img/logo.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 132px 50px;
}
#header-top.scrolled, #header-top.for-product-page {
  height: 50px;
}
#header-top.scrolled .search, #header-top.for-product-page .search {
  height: 33px;
}
#header-top.scrolled .search input, #header-top.for-product-page .search input {
  width: 275px;
}
#header-top.scrolled .search .button, #header-top.for-product-page .search .button {
  padding: 0px 14px;
  font-size: 12px;
}
#header-top.scrolled a.logo, #header-top.for-product-page a.logo {
  background-size: 103px 39px;
}
@media (max-width: 1150px) {
  #header-top {
    height: 50px;
  }
  #header-top .search {
    height: 33px;
  }
  #header-top .search input {
    width: 275px;
  }
  #header-top .search .button {
    padding: 0px 14px;
    font-size: 12px;
  }
  #header-top a.logo {
    background-size: 103px 39px;
  }
}
@media (max-width: 1580px) {
  #header-top .search input {
    width: 250px;
  }
}
@media (max-width: 1390px) {
  #header-top .search .button {
    background-image: url("../img/search.svg");
    background-size: 38px 38px;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    padding: 0px 0px 0px;
  }
  #header-top .search .button span {
    display: none;
  }
}
@media (max-width: 1320px) {
  #header-top ul {
    gap: 25px;
  }
  #header-top .cart {
    gap: 0px;
    grid-template-columns: 1fr;
    grid-template-areas: "note" "value";
    background-color: #F40009;
    border-radius: 10px;
    padding: 6px 16px 6px;
    color: #FFFFFF;
    transition: background-color 0.25s;
  }
  #header-top .cart:hover {
    background-color: #FF0009;
  }
  #header-top .cart span {
    font-size: 11px;
    line-height: 100%;
  }
  #header-top .cart strong {
    font-size: 16px;
    line-height: 100%;
  }
  #header-top .cart .button {
    display: none;
  }
  #header-top.scrolled .cart {
    padding: 6px 16px 6px;
  }
}
@media (max-width: 1150px) {
  #header-top > .scrolled .content {
    padding-right: 57px;
  }
  #header-top .search {
    display: none;
  }
  #header-top .menu {
    display: none;
  }
  #header-top #mobile-menu-button {
    display: block;
  }
}
@media print {
  #header-top {
    display: none;
  }
}

.order-page #header {
  display: none;
}
.order-page #header + #after-header {
  height: 40px;
}
@media print {
  .order-page #header {
    display: none;
  }
}
.order-page #header-top {
  height: 50px;
}
.order-page #header-top .search {
  height: 33px;
}
.order-page #header-top .search input {
  width: 275px;
}
.order-page #header-top .search .button {
  padding: 0px 14px;
  font-size: 12px;
}
.order-page #header-top a.logo {
  background-size: 103px 39px;
}
@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: 50px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template1-page h1 {
  /*color: $color-1;
  font-size: $text-h3;
  line-height: $heading-line-height;*/
}
#template1-page ul.breadcrumbs {
  margin: 95px 0px 0px 0px;
}
@media (max-width: 1150px) {
  #template1-page ul.breadcrumbs {
    margin: 24px 0px 0px 0px;
  }
}

#template2-page {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template2-page h1 {
  /*color: $color-1;
  font-size: $text-h3;
  line-height: $heading-line-height;*/
}
#template2-page ul.breadcrumbs {
  margin: 95px 0px 0px 0px;
}
@media (max-width: 1150px) {
  #template2-page ul.breadcrumbs {
    margin: 24px 0px 0px 0px;
  }
}

#template3-page {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template3-page h1 {
  /*color: $color-1;
  font-size: $text-h3;
  line-height: $heading-line-height;*/
}
#template3-page ul.breadcrumbs {
  margin: 95px 0px 0px 0px;
}
@media (max-width: 1150px) {
  #template3-page ul.breadcrumbs {
    margin: 24px 0px 0px 0px;
  }
}

#template4-page {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template4-page h1 {
  /*color: $color-1;
  font-size: $text-h3;
  line-height: $heading-line-height;*/
}
#template4-page ul.breadcrumbs {
  margin: 95px 0px 0px 0px;
}
@media (max-width: 1150px) {
  #template4-page ul.breadcrumbs {
    margin: 24px 0px 0px 0px;
  }
}

#template5-page {
  padding-top: 50px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template5-page h1 {
  /*color: $color-1;
  font-size: $text-h3;
  line-height: $heading-line-height;*/
}
#template5-page ul.breadcrumbs {
  margin: 95px 0px 0px 0px;
}
@media (max-width: 1150px) {
  #template5-page ul.breadcrumbs {
    margin: 24px 0px 0px 0px;
  }
}

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

#template2-page {
  padding-bottom: 0px;
  padding-top: 46px;
  overflow: hidden;
}
@media (max-width: 1070px) {
  #template2-page {
    padding-top: 40px;
  }
}

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

#template4-page {
  padding-bottom: 0px;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  color: #FFFFFF;
}
#template4-page .video-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#template4-page .video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  filter: grayscale(1);
}
#template4-page .video-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 8, 0, 0.88);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
}
#template4-page .container {
  position: relative;
  z-index: 3;
}
#template4-page .columns {
  width: 800px;
  max-width: 100%;
  margin: 100px auto 60px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}
#template4-page .columns > .logo {
  background-image: url("../img/login-logo.svg");
  background-size: 320px 121px;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.85;
}
#template4-page .columns > .content h2 {
  margin: 0px 0px 0px 0px;
}
#template4-page .columns > .content h4 {
  font-size: 16px;
  color: #EAAA87;
  opacity: 0.85;
  margin: 12px 0px 31px 0px;
}
#template4-page .columns > .content .form label {
  margin: 0px 0px 10px 0px;
}
#template4-page .columns > .content .form label input {
  display: block;
  width: 100%;
  margin: 4px 0px 0px 0px;
}
#template4-page .columns > .content .form .button {
  width: 100%;
  margin: 7px 0px 0px 0px !important;
}
#template4-page .columns > .content .note {
  margin: 9px 0px 21px 0px;
  color: #EAAA87;
  font-weight: 300;
}
#template4-page .columns > .content .rules {
  margin: 17px 0px 9px 0px;
  color: #EAAA87;
  font-weight: 300;
}
#template4-page .columns > .content .rules a {
  color: #FF0009;
  font-weight: 400;
}
@media (max-width: 840px) {
  #template4-page .columns {
    width: 480px;
    margin: 36px auto 30px;
    display: block;
  }
  #template4-page .columns > .logo {
    width: 320px;
    max-width: 100%;
    aspect-ratio: 320/121;
    margin: 0px 0px 50px;
    background-size: contain;
  }
}
#template4-page .recovery-link-container {
  margin: 25px 0px 0px 0px;
}
#template4-page .alt-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px dashed #EAAA87;
  border-radius: 2px;
  padding: 11px 14px;
  margin: 95px 0px 0px 0px;
}
#template4-page .alt-link .button {
  margin: 0px 0px 0px 0px;
}
#template4-page .alt-link p {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 430px) {
  #template4-page .alt-link {
    flex-direction: column;
  }
  #template4-page .alt-link .button {
    width: 100%;
  }
}

h2 + .product-list {
  margin-top: 25px;
}

.product-list .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  text-align: center;
}
.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;
  text-align: center;
}
.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;
  text-align: center;
}
.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: #373432;
  background-color: rgba(255, 255, 255, 0.75);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: -3px;
  border-radius: 6px;
}
/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  background: #FFFFFF;
  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: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background-color: #FFF8E6;
  border: 1px solid #D5C7BF;
  border-radius: 14px;
  transform-origin: center bottom;
  transform: rotateY(45deg);
  opacity: 0;
  transition: all 0.5s;
}
.product-card:hover:before {
  transition: all 0.15s;
  transform: rotateY(0);
  opacity: 1;
}
.product-card.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute;
  z-index: 1000;
}
.product-card .note {
  display: none;
}
.product-card .product-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  margin: 0px auto 7px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: auto;
  width: 100%;
}
.product-card .product-photo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .title-code {
  align-self: flex-start;
  justify-self: start;
  flex-grow: 1;
}
.product-card .title-code .title {
  margin: 0px 0 8px;
  padding: 0 0px;
}
.product-card .title-code .title > h3 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: left;
  color: #373432;
  margin: 0px;
  text-transform: none;
}
.product-card .title-code .title > h3 > span {
  color: #3C2F28;
  font-weight: 400;
}
.product-card .title-code .vendor-code {
  display: none;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  color: #BABABA;
  font-weight: 400;
  margin-bottom: 6px;
}
.product-card .card-bottom {
  position: relative;
  padding: 0px 0px 0px;
}
.product-card .card-bottom .in-stock {
  display: block;
  font-size: 12px;
  color: #373432;
  text-align: left;
  background-image: url("../img/circle-check.svg");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 22px;
}
.product-card .card-bottom .in-stock.stock0 {
  color: #FFFFFF;
}
.product-card .card-bottom .price-discount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 1px;
  position: relative;
}
.product-card .card-bottom .price-discount .prices {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0em;
  color: #3C2F28;
  vertical-align: top;
  text-align: left;
}
.product-card .card-bottom .price-discount .prices > .price {
  display: none;
}
.product-card .card-bottom .price-discount .prices > .price.old-price {
  text-decoration: line-through;
  margin-right: 18px;
  vertical-align: top;
  color: #BABABA;
  text-shadow: 0px 0px #BABABA;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.product-card .card-bottom .price-discount .prices > .price span {
  display: inline;
}
.product-card .card-bottom .price-discount .prices > .price span.discount {
  color: #fff;
  background-color: #303030;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  margin-left: 7px;
  line-height: 100%;
}
.product-card .card-bottom .price-discount .null {
  font-size: 16px;
  text-align: left;
  color: #3C2F28;
}
.product-card .card-bottom .price-discount .price-note {
  display: none;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  color: #5B5B5B;
  margin-top: 5px;
}
.product-card .card-bottom .price-discount .actions {
  display: grid;
  gap: 0px;
  grid-template-columns: 68px 45px;
}
.product-card .card-bottom .price-discount .actions select {
  width: 68px;
  padding: 10px 4px 10px;
  border-radius: 10px 0px 0px 10px;
  border-right: none;
  text-align: left;
}
.product-card .card-bottom .price-discount .actions .button {
  width: 45px;
  height: 45px;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 10px 10px 0px;
  background-image: url("../img/plus.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-card .product-labels {
  top: 10px;
  left: 10px;
}
.product-card:hover .product-card-images .actions {
  opacity: 1;
  transform: translateY(0px);
}

.categories {
  margin-top: 0px;
}
.categories .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  text-align: center;
}
.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 .columns {
  margin-top: 0px;
  text-align: center;
}
.categories a:hover {
  text-decoration: none;
}
.categories + h3 {
  margin: 80px 0 30px;
  color: #3C2F28;
}

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

.main-catalog {
  margin: 125px 0px 0px 0px;
}
.main-catalog .h2 {
  margin-bottom: 0px;
  font-size: 31px;
}
@media (max-width: 1800px) {
  .main-catalog .h2 {
    font-size: calc(25px + 6 * (100vw - 360px) / 1440);
  }
}
@media (max-width: 360px) {
  .main-catalog .h2 {
    font-size: 25px;
  }
}
.main-catalog .items {
  margin: 30px 0px 0px 0px;
}
@media (max-width: 800px) {
  .main-catalog {
    margin: 80px 0px 0px 0px;
  }
  .main-catalog .items {
    margin: 30px 0px 0px 0px;
  }
}

/* tic-category-card-09 begin */
/* tic-category-card-09 end */
.category-card {
  width: 100%;
  margin: 0px auto 20px;
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 24px 0px 17px;
  border-top: 1px dashed #D5C7BF;
}
.category-card .title-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 31px;
}
.category-card .title-button h3 {
  margin: 0px 0px 0px 0px;
  font-size: 25px;
}
@media (max-width: 1800px) {
  .category-card .title-button h3 {
    font-size: calc(20px + 5 * (100vw - 360px) / 1440);
  }
}
@media (max-width: 360px) {
  .category-card .title-button h3 {
    font-size: 20px;
  }
}
.category-card .title-button .button {
  margin: 0px 0px 0px 0px;
}
.category-card .bottom-button {
  display: none;
}
@media (max-width: 640px) {
  .category-card {
    padding: 0px 0px 0px;
    border-top: none;
  }
  .category-card .title-button {
    display: block;
  }
  .category-card .title-button .button {
    display: none;
  }
  .category-card .category-products {
    margin: 20px 0px 0px 0px !important;
  }
  .category-card .bottom-button {
    margin: 10px 0px 0px 0px;
    display: block;
  }
  .category-card .bottom-button .button {
    width: 100%;
  }
}

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

#footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #373432;
  padding: 48px 0 12px;
  margin-top: 162px;
}
#footer:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  border-top: 2px solid #3C2F28;
}
#footer a {
  color: #373432;
}
#footer a:hover {
  text-decoration: none;
  color: #FF0009;
}
#footer > .container > .columns {
  position: relative;
  z-index: 5;
  padding: 0px 0 0px;
  margin: 0px 0px 0px 0px;
  display: grid;
  gap: 0px 30px;
  grid-template-columns: 1fr 4fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "logo descr menu1 menu2" "logo search menu1 menu2";
}
#footer > .container > .columns > div {
  min-width: 0;
}
#footer .logo-container {
  grid-area: logo;
}
#footer .logo-container .footer-logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 219px;
  height: 83px;
  position: relative;
  margin: 0px 0px 41px 0px;
}
#footer .descr {
  grid-area: descr;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
  margin: 0px 0px 23px 0px;
  width: 570px;
  max-width: 100%;
}
#footer .menu-1 {
  grid-area: menu1;
}
#footer .menu-2 {
  grid-area: menu2;
}
#footer .search {
  grid-area: search;
  transition: all 0.25s;
  display: flex;
  height: 45px;
  margin: 0px 0px 1px 0px;
}
#footer .search input {
  width: 400px;
  border-radius: 10px 0px 0px 10px;
  border-right: none;
}
#footer .search button {
  border-radius: 0px 10px 10px 0px;
  margin: 0px 0px 0px 0px;
}
#footer .descr, #footer .search {
  margin-left: 6vw;
}
#footer ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#footer ul.footer-menu > li {
  margin-bottom: 14px;
  margin-left: 0px;
  font-size: 16px;
}
#footer ul.footer-menu > li:before {
  display: none;
}
#footer ul.footer-menu > li.main-page a {
  background-image: url("../img/home.svg");
}
#footer ul.footer-menu > li.catalog a {
  background-image: url("../img/catalog.svg");
}
#footer ul.footer-menu > li.terms a {
  background-image: url("../img/info.svg");
}
#footer ul.footer-menu > li.contacts a {
  background-image: url("../img/phone.svg");
}
#footer ul.footer-menu > li.account a {
  background-image: url("../img/user.svg");
}
#footer ul.footer-menu > li a {
  display: inline-block;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 30px;
  position: relative;
  overflow: hidden;
}
#footer ul.footer-menu > li a:hover {
  color: #373432;
}
#footer ul.footer-menu > li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #373432;
  height: 1px;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#footer ul.footer-menu > li a:hover, #footer ul.footer-menu > li a:focus, #footer ul.footer-menu > li a:active {
  text-decoration: none;
}
#footer ul.footer-menu > li a:hover:after, #footer ul.footer-menu > li a:focus:after, #footer ul.footer-menu > li a:active:after {
  left: 30px;
  right: auto;
  width: calc(100% - 30px);
}
#footer ul.footer-menu > li > ul {
  display: none;
}
#footer .bottom {
  margin: 43px 0px 0px 0px;
  padding: 14px 0px 0px;
  border-top: 1px solid #D5C7BF;
}
#footer .bottom .columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .bottom .bottom-menu {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  display: flex;
  align-items: center;
  gap: 40px;
}
#footer .bottom .bottom-menu li {
  font-size: 12px;
  line-height: 110%;
  margin: 0px 0px 0px 0px;
}
#footer .bottom .bottom-menu li a {
  color: #373432;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}
#footer .bottom .bottom-menu li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #373432;
  height: 1px;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
#footer .bottom .bottom-menu li a:hover, #footer .bottom .bottom-menu li a:focus, #footer .bottom .bottom-menu li a:active {
  text-decoration: none;
}
#footer .bottom .bottom-menu li a:hover:after, #footer .bottom .bottom-menu li a:focus:after, #footer .bottom .bottom-menu li a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .bottom p {
  font-size: 12px;
  line-height: 110%;
  margin: 2px 0px 0px 0px;
}
@media (max-width: 1390px) {
  #footer > .container > .columns {
    gap: 0px 30px;
    grid-template-columns: 1fr 3fr 1fr 1fr;
  }
  #footer .logo-container {
    min-width: 250px !important;
  }
  #footer .descr {
    font-size: 20px;
    margin: 0px 0px 23px 0px;
    width: 450px;
  }
  #footer .search {
    margin: 0px 0px 1px 0px;
  }
  #footer .search input {
    width: 270px;
  }
}
@media (max-width: 1090px) {
  #footer > .container > .columns {
    gap: 0px 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "logo descr descr" "logo search search" "logo menu1 menu2";
  }
  #footer .descr {
    margin: 0px 0px 26px 0px;
    width: 100%;
  }
  #footer .search {
    margin: 0px 0px 30px 0px;
    justify-content: space-between;
  }
  #footer .search input {
    flex-grow: 1;
  }
}
@media (max-width: 840px) {
  #footer .search {
    display: block;
    height: auto;
  }
  #footer .search input {
    display: block;
    width: 100%;
    border: 1px solid #A2A4AE !important;
    border-radius: 10px !important;
  }
  #footer .search .button {
    display: block;
    width: 100%;
    border-radius: 10px !important;
    margin: 5px 0px 0px 0px;
  }
}
@media (max-width: 760px) {
  #footer > .container > .columns {
    gap: 0px 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "logo descr" "logo menu1" "logo menu2" "logo search";
  }
  #footer .descr {
    margin: 0px 0px 46px 0px;
  }
  #footer .search {
    margin: 50px 0px 8px 0px;
  }
}
@media (max-width: 580px) {
  #footer {
    padding: 0px 0 12px;
    margin-top: 81px;
    text-align: center;
  }
  #footer:before {
    top: 56px;
  }
  #footer > .container > .columns {
    display: block;
  }
  #footer .logo-container .footer-logo {
    background-image: url("../img/logo-v.svg");
    width: 140px;
    height: 170px;
    margin: 0px auto 41px;
  }
  #footer .search input {
    text-align: center;
  }
  #footer ul.footer-menu > li {
    text-align: center;
    margin-bottom: 9px;
  }
  #footer .menu-2 {
    margin-top: 42px;
  }
  #footer .bottom {
    margin: 43px 0px 0px 0px;
    padding: 20px 0px 0px;
  }
  #footer .bottom .columns {
    display: block;
    text-align: center;
  }
  #footer .bottom .columns .bottom-menu {
    display: block;
    margin-bottom: 35px;
  }
  #footer .bottom .columns .bottom-menu li {
    text-align: center;
    margin-bottom: 14px;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer .created {
  display: block;
  position: absolute;
  left: calc(50% - 59px);
  bottom: 0;
  height: 0;
  z-index: 1;
  max-width: 320px !important;
}
#footer .created > div.container {
  position: relative;
  max-width: 100% !important;
}
#footer .created a {
  display: block;
  min-width: 97px;
  min-height: 40px;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/tagican/tagican-dark.svg");
  padding: 40px 0 20px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #373432;
  white-space: nowrap;
  position: absolute;
  left: 16px;
  bottom: 0px;
  height: 33px;
  transition: all 1s;
  transform: translateY(50px);
}
#footer .created a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #3C2F28;
  left: 38px;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 64px;
  transform-origin: center;
  transition: top 0.5s, transform 0.5s;
  transform: scale(5) translateY(3px);
}
#footer .created a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: transparent;
  left: 0;
  top: -20px;
  right: 0;
  bottom: 0;
  transition: all 0s 1s;
}
#footer .created a:hover {
  transform: translateY(7px);
  z-index: 9999;
}
#footer .created a:hover:before {
  top: 50px;
  transform: scale(1) translateY(-50px);
  background-color: #FF4242;
}
#footer .created a:hover:after {
  top: 0px;
}
@media (max-width: 800px) {
  #footer .created {
    display: none;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.pushy {
  max-width: 360px;
  overflow: hidden;
}
.pushy {
  background-color: #21150E;
  color: #FFFFFF;
  text-align: left;
}
.pushy a {
  color: #FFFFFF;
}
.pushy .pushy-close {
  position: absolute;
  z-index: 100;
  background-image: url("../img/close-button2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 10px;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 2px solid #3C2F28;
}
.pushy .pushy-content {
  padding: 20px 20px 30px 20px;
  text-align: center;
  position: relative;
  z-index: 5;
}
.pushy .pushy-content a.logo {
  background-image: url("../img/login-logo-v.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
  width: 140px;
  margin: 11px auto 35px;
}
.pushy .pushy-content .descr {
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0px 38px 0px;
}
.pushy .pushy-content ul.menu {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
.pushy .pushy-content ul.menu > li {
  margin-bottom: 9px;
  margin-left: 0px;
  font-size: 16px;
  text-align: center;
}
.pushy .pushy-content ul.menu > li:before {
  display: none;
}
.pushy .pushy-content ul.menu > li.main-page a {
  background-image: url("../img/home2.svg");
}
.pushy .pushy-content ul.menu > li.catalog a {
  background-image: url("../img/catalog2.svg");
}
.pushy .pushy-content ul.menu > li.terms a {
  background-image: url("../img/info2.svg");
}
.pushy .pushy-content ul.menu > li.contacts a {
  background-image: url("../img/phone2.svg");
}
.pushy .pushy-content ul.menu > li.account a {
  background-image: url("../img/user2.svg");
}
.pushy .pushy-content ul.menu > li a {
  color: #EAAA87;
  display: inline-block;
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 30px;
  position: relative;
  overflow: hidden;
}
.pushy .pushy-content ul.menu > li a:hover {
  color: #EAAA87;
}
.pushy .pushy-content ul.menu > li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #EAAA87;
  height: 1px;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.pushy .pushy-content ul.menu > li a:hover, .pushy .pushy-content ul.menu > li a:focus, .pushy .pushy-content ul.menu > li a:active {
  text-decoration: none;
}
.pushy .pushy-content ul.menu > li a:hover:after, .pushy .pushy-content ul.menu > li a:focus:after, .pushy .pushy-content ul.menu > li a:active:after {
  left: 30px;
  right: auto;
  width: calc(100% - 30px);
}
.pushy .pushy-content ul.menu > li > ul {
  display: none;
}
.pushy .pushy-content .search {
  margin: 64px 0px 1px 0px;
}
.pushy .pushy-content .search input {
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
.pushy .pushy-content .search button {
  border-radius: 10px;
  margin: 5px 0px 0px 0px;
  width: 100%;
}
.pushy .video-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.pushy .video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  min-width: 100%;
  min-height: 100%;
  filter: grayscale(1);
}
.pushy .video-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 8, 0, 0.88);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
}
@media (max-width: 460px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left .pushy .logo {
  opacity: 1;
}

.category-title-container {
  display: block;
  margin: 0px 0px 0px 0px;
}
.category-title-container > div > h1 {
  margin-top: 30px;
  margin-bottom: 0px;
}
.category-title-container > a {
  margin-top: 25px;
  font-size: 12px;
  white-space: nowrap;
}
.category-title-container > a:hover {
  text-decoration: none;
}

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 #A2A4AE;
  border-radius: 0px;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
}
ul.children-category-items > li:hover {
  border: 1px solid #A2A4AE;
}
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;
  color: #373432;
}
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:hover {
  background-color: #FF0009;
  color: #fff;
}

.referal-links {
  margin: 0px 0 0px;
  display: flex;
  align-items: center;
}
.referal-links .button {
  flex-shrink: 0;
  margin: 0 39px 0 0;
}
.referal-links a {
  color: #373432;
  font-size: 12px;
  line-height: 110%;
}
.referal-links a:hover {
  color: #FF0009;
  text-decoration: none;
}

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 41px;
}
@media (max-width: 1320px) {
  .product-page {
    padding-top: 75px;
  }
}
@media (max-width: 1070px) {
  .product-page {
    padding-top: 22px;
  }
}
.product-page .product-page-columns {
  background-color: #FFF8E6;
  padding: 55px 10px 43px;
  border: 1px solid #D5C7BF;
  border-radius: 10px;
  width: 1300px;
  max-width: 100%;
  margin: 0px auto 0px;
  display: flex;
  justify-content: center;
  gap: 0px;
}
.product-page .product-page-columns .left-container {
  width: calc(50% - 50px);
  padding-bottom: 10px;
  margin-top: 6px;
}
.product-page .product-page-columns .right-container {
  width: calc(50% - 50px);
  margin-top: 0px;
}
@media (max-width: 930px) {
  .product-page .product-page-columns {
    display: block;
    padding: 20px 35px 43px;
  }
  .product-page .product-page-columns .left-container {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 0;
    overflow: hidden;
  }
  .product-page .product-page-columns .right-container {
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 0;
  }
  .product-page .product-page-columns .product-images {
    margin: 0px 0px 30px 0px;
  }
}
@media (max-width: 440px) {
  .product-page .product-page-columns {
    padding: 13px 20px 43px;
  }
  .product-page .product-page-columns .product-images {
    margin: 0px 0px 16px 0px;
  }
}
.product-page .product-images {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  max-width: 400px;
  margin: 0px 80px 0px auto;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .product-page .product-images {
    margin: 0px 40px 0px auto;
  }
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.product-page .product-images .product-labels {
  left: 10px;
  top: 10px;
}
.product-page .product-images .product-big-image {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
@media (max-width: 930px) {
  .product-page .product-images .product-big-image {
    /*max-height: 500px;*/
  }
}
.product-page .product-images .product-big-image > img.preview {
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-big-image.no-photo {
  background-image: url("../img/no-photo.svg");
  background-size: cover;
  cursor: default;
}
.product-page h1.product-title {
  font-size: 31px;
  line-height: 110%;
  color: #373432;
  margin: 6px 0 28px;
  width: 600px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1900px) {
  .product-page h1.product-title {
    font-size: calc(20px + 11 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .product-page h1.product-title {
    font-size: 20px;
  }
}
.product-page .relations {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.product-page .relations .category-title a {
  overflow: visible;
  display: block;
  color: #373432;
  font-size: 15px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  border: 1px solid #FF0009;
  border-radius: 7px;
  padding: 5px 13px 3px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
}
.product-page .relations .category-title a:hover {
  background-color: #FF0009;
  color: #FFFFFF;
  border: 1px solid #FF0009;
}
.product-page .relations .vendor-code {
  background-image: url("../img/barcode.svg");
  background-size: 28px 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 30px;
  min-height: 28px;
}
.product-page .relations .vendor-code span {
  line-height: 28px;
}
@media (max-width: 440px) {
  .product-page .relations {
    display: block;
  }
  .product-page .relations .category-title {
    margin: 0px 0px 15px 0px;
    text-align: center;
  }
}
.product-page .button-container {
  border-top: 1px dashed #D5C7BF;
  border-bottom: 1px dashed #D5C7BF;
  margin: 30px 0px 0px 0px;
  padding: 19px 0px 20px;
}
.product-page .button-container .in-stock {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #373432;
  text-align: left;
  background-image: url("../img/circle-check.svg");
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 22px;
}
.product-page .button-container .in-stock.stock0 {
  color: #FFFFFF;
}
.product-page .button-container .price-discount {
  margin: 18px 0px 10px 0px;
  display: flex;
  justify-content: flex-start;
  gap: 18px;
}
.product-page .button-container .price-discount .prices {
  font-size: 25px;
  font-weight: 600;
}
.product-page .button-container .price-discount .nalog {
  font-size: 12px;
  margin: 5px 0px 0px 0px;
  font-weight: 500;
}
.product-page .button-container .actions {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.product-page .button-container .actions select {
  width: 90px;
}
.product-page .button-container .actions .button {
  margin: 0px 0px 0px 0px;
  background-image: url("../img/plus.svg");
  background-size: 24px 24px;
  background-position: 17px center;
  padding-left: 52px;
  background-repeat: no-repeat;
}
@media (max-width: 440px) {
  .product-page .button-container .actions {
    display: block;
  }
  .product-page .button-container .actions select {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .product-page .button-container .actions .button {
    width: 100%;
  }
}
.product-page .button-container .alt-params {
  margin: 27px 0px 0px 0px;
}
.product-page .button-container .alt-params p {
  font-size: 12px;
  margin: 0px 0px 2px 0px;
  font-weight: 500;
}
.product-page .button-container .favorite {
  display: none;
  white-space: nowrap;
  cursor: pointer;
  background-image: url("../img/favorite-no.svg");
  background-size: 26px 26px;
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 5px 0px 5px 35px;
}
.product-page .button-container .favorite.selected {
  background-image: url("../img/favorite-yes.svg");
}
.product-page .product-sale {
  display: inline-block;
  background: #FFFFFF;
  color: #FFFFFF;
  padding: 20px 24px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  z-index: 2;
  margin: 10px 0 20px;
}
.product-page .description {
  margin: 34px 0 0px;
}
.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 */
}

.product-big-image.moving {
  transition: all 0s;
  position: absolute !important;
  z-index: 1000;
  border-radius: 100%;
  height: 160px;
  width: 220px;
  height: 220px;
  display: block !important;
  transform: rotate(0deg) translateX(-50%) translateY(-50%);
  overflow: hidden;
  text-align: center;
}
.product-big-image.moving > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: relative;
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
}

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

.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: 25px;
  color: #FFFFFF;
  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: #373432;
  font-size: 12px;
  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;
  margin-right: 1em;
  font-size: 16px;
  color: #A2A4AE;
  vertical-align: top;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 0px);
  height: 1px;
  background-color: #3C2F28;
  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: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

.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 #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: 11px;
}
.order-page p.total > span {
  font-size: 20px;
  font-weight: 500;
  color: #3C2F28;
}
.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: 12px;
}
.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: 12px;
  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: #3C2F28;
}
@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: "Inter", 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: 12px;
  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: 11px;
  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: #FF0009;
}
.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: #FF0009;
  text-transform: uppercase;
}
.order-page #order-confirm .select-header {
  color: #FFFFFF;
  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: 12px;
  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: #FF0009;
  cursor: pointer;
}
.order-page #order-confirm label.register-checkbox span > i:hover {
  color: #FF0009;
}
.order-page #order-confirm label.offer-checkbox {
  white-space: nowrap;
  margin: 10px 0 10px;
}
.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: #FF0009;
  cursor: pointer;
}
.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: #373432 !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: #BABABA;
  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: "Inter", sans-serif;
  font-size: 120%;
}
.order-page .order-status {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  background-color: #303030;
  color: #fff;
  display: inline-block;
  padding: 5px 27px;
  margin: 3px 0px 25px 0px;
}
.order-page .save-order-page {
  max-width: 375px;
  margin-top: 30px;
  font-size: 12px;
}
@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 {
  margin: 25px 0px 0px 0px;
}
.order-page .confirmed-order .cart-items {
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 23px;
}
.order-page .confirmed-order .cart-items .cart-item {
  display: block;
  border-top: 1px solid #D5C7BF;
  border-bottom: 1px solid #D5C7BF;
  padding: 12px 20px 12px;
  margin: 0px 20px -1px 0px;
}
.order-page .confirmed-order .cart-items .cart-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 2px 0px 2px 0px;
}
.order-page .confirmed-order .cart-items .cart-item .short {
  margin: 0px 0px 6px 0px;
}
.order-page .confirmed-order .cart-items .cart-item .short p {
  font-size: 11px;
  font-weight: 500;
  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: 0px 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;
}
.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: #D5C7BF;
  padding: 1px;
}
.order-page .confirmed-order .user-table > div {
  padding: 8px 8px;
  background-color: #FFFFFF;
}
@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: 12px;
    color: #BABABA;
    line-height: 110%;
  }
  .order-page .confirmed-order .user-table > div:nth-child(even) {
    margin-bottom: 10px;
  }
}
.order-page .confirmed-order .total {
  margin: 0px 0px 35px 0px;
}
.order-page .confirmed-order .total > div {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 0px 0px 5px 0px;
}
.order-page .confirmed-order .total > div .prices {
  font-weight: 600;
}
.order-page .confirmed-order .total > div .prices .price {
  display: none;
}
.order-page .confirmed-order .pay-button-container {
  display: inline-block;
  margin: 29px 0px 40px 0px;
  background-image: url("../img/sbp-logo.svg");
  background-size: 114px 57px;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0px 160px 0px 0px;
}
.order-page .confirmed-order .pay-button-container .button {
  margin: 0px 0px;
}
.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: 12px;
  color: #373432;
}
.order-page .confirmed-order .print-link-container > a:hover {
  color: #FF0009;
  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;
  background-color: #fafafa;
}
.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;
}

.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: #3C2F28;
}
.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 .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;
}

.sale-products {
  padding: 0px 0 42px;
}
.sale-products h2 {
  text-align: center;
  font-size: 20px;
  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%;
  }
}

.cabinet-page h1 {
  margin: 31px 0px 48px 0px;
}
.cabinet-page .price {
  display: none;
}
.cabinet-page .cabinet-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 53px 0px 48px 0px;
}
.cabinet-page .cabinet-header h1 {
  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 .money {
  text-align: right;
}
.cabinet-page .cabinet-header .money .prices {
  font-size: 31px;
  margin: 0px 0px 0px 0px;
  color: #3C2F28;
}
.cabinet-page .cabinet-header .money .prices .price {
  display: none;
}
.cabinet-page .cabinet-header .money p {
  font-size: 12px;
  margin: 4px 0px 0px 0px;
}
@media (max-width: 680px) {
  .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 > .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: 30px;
}
@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 .cabinet-password-form {
  margin-top: 22px;
}
.cabinet-page .cabinet-password-form label, .cabinet-page .cabinet-password-form input {
  width: 100%;
}
.cabinet-page .cabinet-password-form p {
  font-size: 12px;
  max-width: 320px;
  margin: 8px 0px 20px 0px;
  line-height: 110%;
}
@media (max-width: 420px) {
  .cabinet-page .cabinet-password-form label {
    width: 100%;
  }
  .cabinet-page .cabinet-password-form label input {
    width: 100% !important;
  }
  .cabinet-page .cabinet-password-form .button {
    width: 100%;
  }
  .cabinet-page .cabinet-password-form p {
    max-width: 100%;
  }
}
.cabinet-page label {
  position: relative;
  display: inline-block;
  width: auto;
}
.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 #D5C7BF;
  padding-bottom: 2px;
}
.cabinet-page .nav-tabs li a {
  color: #3C2F28;
  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: #373432;
  cursor: default;
  border-bottom: 4px solid #3C2F28 !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: block;
    float: none;
    width: 100%;
    margin: 0px 0px 0px 0px;
    order: 2;
  }
  .cabinet-page .nav-tabs li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px;
  }
  .cabinet-page .nav-tabs li.active {
    order: 1;
    margin: 0px 0px 10px 0px;
  }
  .cabinet-page .nav-tabs li.active a {
    font-size: 20px;
  }
}
.cabinet-page .tab-pane h2 {
  margin-top: 40px !important;
}
.cabinet-page .tab-content {
  opacity: 0;
  transition: all 0.25s 0.5s;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0px 0px 0px;
  border: none;
}
.cabinet-page .tab-content.visible {
  opacity: 1;
}
.cabinet-page .tab-content h3 {
  margin-top: 78px !important;
}
@media (max-width: 795px) {
  .cabinet-page .tab-content {
    margin-top: 45px;
  }
  .cabinet-page .tab-content h3 {
    display: none;
  }
}
.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.password-form {
  width: 44%;
  background-color: #f5f5f5;
  margin: 128px 0px 0px 0px;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cabinet-page .columns2 > div.password-form > div {
  width: 320px;
}
.cabinet-page .columns2 > div.password-form h4 {
  margin: 16px 0px 0px 0px;
}
.cabinet-page .columns2 > div.password-form .button {
  font-size: 13px;
  padding: 17px 28px;
}
@media (max-width: 980px) {
  .cabinet-page .columns2 > div.password-form {
    background-color: #fff;
    display: block;
    padding: 0px;
    margin-top: 75px;
  }
}
.cabinet-page .columns2 > div.referal-overview {
  width: 44%;
  margin: 17px 0px 0px 0px;
}
.cabinet-page .columns2 > div.referal-overview > div {
  background-color: #f5f5f5;
  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;
  }
}
@media (max-width: 980px) {
  .cabinet-page .columns2 {
    display: block;
  }
  .cabinet-page .columns2 > div {
    width: 100% !important;
  }
}
.cabinet-page .referal-tab .no-referals {
  margin: 20px 0px 20px 0px;
  font-weight: 600;
}
.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.referals {
  margin: 19px 0px 40px 0px;
}
.cabinet-page .referal-tab .digits.overview {
  margin: 34px 0px 40px 0px;
}
.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 .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;
}

.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 {
  margin-bottom: 10px;
  background-color: #fff;
}
.checkout-page .order-products .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  text-align: center;
}
.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 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: #FFFFFF;
}
.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: #FFFFFF;
  font-size: 25px;
}
.checkout-page .total {
  line-height: 200%;
}

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

a.anchor {
  text-decoration: none;
}

.orders-list .title {
  font-weight: bold;
  color: #3C2F28;
}
.orders-list .price {
  display: none;
}
.orders-list p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 110%;
}
.orders-list p.address {
  font-weight: 600;
}
.orders-list p.admin-comment {
  margin-top: 17px;
}
.orders-list p.status {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.orders-list p.status.pending {
  color: #12BED6;
}
.orders-list p.status.prepare {
  color: #6A82D4;
}
.orders-list p.status.ready {
  color: #39BAA3;
}
.orders-list p.status.delivered {
  color: #FF620E;
}
.orders-list p.status.done {
  color: #BC56A6;
}
.orders-list p.status.canceled {
  color: #979497;
}
.orders-list h4 {
  margin: 0 0 5px 0 !important;
  font-size: 16px;
}
.orders-list h4.order-summary {
  white-space: nowrap;
}
.orders-list .paid {
  display: block;
  text-align: center;
  color: #6267ce;
  opacity: 0.75;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 0px 9px !important;
  transform: rotate(-20deg) translateY(-188%);
}
.orders-list .order-summary {
  font-weight: 600;
}

.order-paiment-dialog {
  padding: 0;
}
.order-paiment-dialog .block {
  border-bottom: 1px solid #D5C7BF;
  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: #FFFFFF;
}
.order-paiment-dialog .block.order-status .table.paid h3 {
  color: #3C2F28;
}
.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: #FFFFFF;
}
.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;
  border-bottom: none;
  display: flex;
  align-items: center;
  height: 39px;
}
.order-paiment-dialog .block.odd.success {
  background-color: #3C2F28;
}
.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: 12px;
  display: block;
  color: #A2A4AE;
  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 {
  font-weight: normal;
}

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: 12px;
}
table.order-products td.order-in_stock p span {
  font-weight: 500;
}

#template1-page .columns, #template5-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template1-page .columns .sidebar-container, #template5-page .columns .sidebar-container {
  order: 1;
  width: 230px;
  margin-right: 0px;
  margin-top: 40px;
  max-width: 230px;
  border-left: 1px solid #D5C7BF;
  padding: 0px 0px 24px 38px;
}
#template1-page .columns .sidebar-container .sidebar h4, #template5-page .columns .sidebar-container .sidebar h4 {
  margin: 10px 0 15px;
  font-size: 14px;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu, #template5-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, #template5-page .columns .sidebar-container .sidebar ul.sidebar-menu > li {
  margin-bottom: 10px;
  padding: 0px !important;
  margin-left: 0px;
  font-size: 12px;
  line-height: 120%;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li:before, #template5-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, #template5-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, #template5-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, #template5-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, #template5-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, #template5-page .columns .sidebar-container .sidebar ul.sidebar-menu > li a {
  color: #373432;
}
#template1-page .columns .sidebar-container .sidebar ul.sidebar-menu > li a:hover, #template5-page .columns .sidebar-container .sidebar ul.sidebar-menu > li a:hover {
  color: #FF0009;
  text-decoration: none;
}
#template1-page .columns .content, #template5-page .columns .content {
  width: calc(100% - 230px - 60px);
  margin-right: 60px;
  padding-bottom: 30px;
}
#template1-page .columns h1, #template5-page .columns h1 {
  margin-bottom: 0.8em;
}
@media (max-width: 800px) {
  #template1-page .columns, #template5-page .columns {
    flex-wrap: wrap;
  }
  #template1-page .columns .content, #template5-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
    margin-right: 0px;
  }
  #template1-page .columns .sidebar-container, #template5-page .columns .sidebar-container {
    width: 100%;
    padding: 0px 0px 0px 0px;
    border: none;
  }
}
#template1-page#template1-page h2, #template1-page#template1-page h3, #template1-page#template1-page h4, #template5-page#template1-page h2, #template5-page#template1-page h3, #template5-page#template1-page h4 {
  margin-top: 3em;
  margin-bottom: 0.8em;
}
#template1-page .images-container, #template5-page .images-container {
  margin: 25px 0 20px;
}
#template1-page .images-container img, #template5-page .images-container img {
  margin: 0px 20px 20px 0px;
}

#template5-page h1 {
  font-size: 68px;
  line-height: 110%;
}
@media (max-width: 1900px) {
  #template5-page h1 {
    font-size: calc(34px + 34 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template5-page h1 {
    font-size: 34px;
  }
}
#template5-page h2 {
  font-size: 42px;
  margin: 52px 0px 25px 0px;
  line-height: 110%;
}
@media (max-width: 1900px) {
  #template5-page h2 {
    font-size: calc(26px + 16 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template5-page h2 {
    font-size: 26px;
  }
}
#template5-page h3 {
  font-size: 30px;
  margin: 42px 0px 14px 0px;
  line-height: 110%;
}
@media (max-width: 1900px) {
  #template5-page h3 {
    font-size: calc(20px + 10 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template5-page h3 {
    font-size: 20px;
  }
}
#template5-page h4 {
  font-size: 22px;
  margin: 30px 0px 11px 0px;
  line-height: 110%;
}
@media (max-width: 1900px) {
  #template5-page h4 {
    font-size: calc(17px + 5 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  #template5-page h4 {
    font-size: 17px;
  }
}

.product-modal-page {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  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: #FFFFFF;
  color: #373432;
}
.product-modal-page .container {
  width: 100% !important;
}
.product-modal-page .product-page {
  padding-top: 65px;
}
.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 {
  font-size: 14px;
  display: inline-block;
  background-image: url("../img/back-arrow.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 70px 17px;
  width: 47px;
  height: 35px;
  cursor: pointer;
  position: fixed;
  left: 0px;
  top: 60px;
  transition: all 0.25s;
}
.product-modal-page > div .back-link:hover {
  color: #3C2F28;
  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: 55px;
  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;
  }
}
@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: 12px;
  color: #BABABA;
  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: #FFFFFF;
  color: #fff;
  padding: 10px;
}

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

.related-products {
  margin: 119px 0px 0px 0px;
  text-align: left;
}
.related-products h4 {
  margin: 0px 0px 0px 0px;
  font-size: 25px;
  text-align: center;
}
.related-products .showcase-products {
  margin: 36px auto 0px;
  padding-bottom: 10px;
}

.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 #BABABA;
  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: 12px !important;
  margin: 3px 0 0 24px !important;
}

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

.modal-panel.product-video {
  background: #111;
  width: 800px;
  overflow: hidden;
}
.modal-panel.product-video:before {
  content: "";
  padding-top: 55%;
  float: left;
}
.modal-panel.product-video .video-background {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-panel.product-video .video-foreground, .modal-panel.product-video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*pointer-events: none;*/
}
.modal-panel.product-video .close-button-container {
  top: 0px !important;
}
.modal-panel.product-video .close-button-container .close-button {
  top: -15px !important;
}

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 #3C2F28;
  border-radius: 11px;
}
label.radio input:checked + i {
  background-color: #3C2F28;
}
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: "Inter", sans-serif;
}

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

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

a.more-link {
  transition: all 0.1s;
  overflow: visible;
  background-position: calc(100% - 15px) 7px;
  background-image: url("../img/more-link.svg");
  color: #FF0009;
  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: #A2A4AE !important;
}

.select2-selection--single {
  border-radius: 0px !important;
  border-color: #A2A4AE !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 #A2A4AE !important;
}

.swiper-pagination {
  position: relative !important;
  margin: 23px 0px 38px 0px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90% !important;
}
.swiper-pagination .swiper-pagination-bullet {
  flex-grow: 1;
  border-radius: 0px;
  height: 5px;
  opacity: 1;
  background-color: #BABABA;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3C2F28;
}

.first-screen {
  text-align: center;
}
.first-screen h1 {
  font-size: 93px;
  margin: 199px 0px 58px 0px;
}
@media (max-width: 1040px) {
  .first-screen h1 {
    font-size: calc(32px + 61 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .first-screen h1 {
    font-size: 32px;
  }
}
.first-screen h1 span {
  font-size: 24px;
  line-height: 110%;
  display: block;
  margin: 15px 0px 0px 0px;
  text-transform: none;
}
@media (max-width: 1040px) {
  .first-screen h1 span {
    font-size: calc(18px + 6 * (100vw - 360px) / 680);
  }
}
@media (max-width: 360px) {
  .first-screen h1 span {
    font-size: 18px;
  }
}
.first-screen .visual {
  background-image: url("../img/visual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 599px;
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1900px) {
  .first-screen .visual {
    height: calc(320px + 279 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .first-screen .visual {
    height: 320px;
  }
}
.first-screen .button {
  margin-top: 40px;
  margin-bottom: 0px;
}
@media (max-width: 1070px) {
  .first-screen h1 {
    margin: 110px 0px 58px 0px;
  }
}
@media (max-width: 680px) {
  .first-screen h1 {
    margin: 101px 0px 34px 0px;
  }
  .first-screen h1 span {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 480px) {
  .first-screen .button {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
  }
}

.showcase-products {
  margin: 57px auto 0px;
  display: grid;
  gap: 29px 16px;
  grid-template-columns: repeat(6, 1fr);
}
.showcase-products > div {
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 1680px) {
  .showcase-products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1460px) {
  .showcase-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1150px) {
  .showcase-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .showcase-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .showcase-products {
    grid-template-columns: 1fr;
  }
}

.category-products {
  margin: 57px auto 0px;
  display: grid;
  gap: 29px 16px;
  grid-template-columns: repeat(6, 1fr);
}
.category-products > div {
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 1680px) {
  .category-products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1460px) {
  .category-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1150px) {
  .category-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .category-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .category-products:not(.shorts) {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .category-products.shorts {
    gap: 15px 16px;
  }
  .category-products.shorts .product-card .card-bottom .price-discount .actions {
    display: none;
  }
  .category-products.shorts .product-card .card-bottom .price-discount .prices {
    font-size: 17px;
  }
  .category-products.shorts .product-card .title-code .title > h3 {
    font-size: 12px;
    line-height: 120%;
  }
  .category-products.shorts .product-card .product-photo {
    margin: 0px auto 11px;
  }
}

.search-products {
  padding-bottom: 15px;
  margin: 28px auto 0px;
  display: grid;
  gap: 29px 16px;
  grid-template-columns: repeat(6, 1fr);
}
.search-products > div {
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 1680px) {
  .search-products {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1460px) {
  .search-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1150px) {
  .search-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  .search-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .search-products {
    grid-template-columns: 1fr;
  }
}

h3.line, .h3.line {
  position: relative;
}
h3.line:before, .h3.line:before {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  bottom: -17px;
  background-color: #D5C7BF;
}

h4.line, .h4.line {
  position: relative;
}

.showcase {
  margin: 72px 0px 0px 0px;
}
.showcase .showcase-products {
  margin: 30px auto 0px;
}
.showcase h4 {
  margin: 0px 0px 20px 0px;
  font-size: 31px;
}
@media (max-width: 1800px) {
  .showcase h4 {
    font-size: calc(25px + 6 * (100vw - 360px) / 1440);
  }
}
@media (max-width: 360px) {
  .showcase h4 {
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  .showcase {
    margin: 52px 0px 0px 0px;
  }
  .showcase .showcase-products {
    margin: 20px auto 0px;
  }
}

p.short {
  width: 700px;
  max-width: 100%;
}

.content-items {
  width: 1330px;
  max-width: 100%;
  margin: 77px auto 0px;
}
.content-items > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 61px 0px;
}
.content-items > div > div {
  width: 50%;
}
.content-items > div > div.image {
  text-align: right;
}
.content-items > div > div.image img {
  width: 500px;
}
.content-items > div > div.text {
  padding: 0px 0px 0px 60px;
}
.content-items > div > div.text h4 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 50px !important;
  margin-top: 0px;
}
.content-items > div > div.text h4::before {
  left: 0px;
}
.content-items > div:nth-child(even) > .image {
  order: 2;
  text-align: left;
}
.content-items > div:nth-child(even) > .text {
  order: 1;
  padding: 0px 60px 0px 0px;
}
@media (max-width: 840px) {
  .content-items {
    margin: 55px auto 0px;
  }
  .content-items > div {
    display: block;
  }
  .content-items > div > div {
    width: 100%;
  }
  .content-items > div > div.image {
    text-align: left;
  }
  .content-items > div > div.image img {
    width: 100%;
  }
  .content-items > div > div.text {
    padding: 0px 0px 0px !important;
  }
  .content-items > div > div.text h4 {
    margin: 30px 0px 49px 0px;
  }
}

@media (max-width: 1200px) {
  #template1-page .content-items {
    margin: 55px auto 0px;
  }
  #template1-page .content-items > div {
    display: block;
  }
  #template1-page .content-items > div > div {
    width: 100%;
  }
  #template1-page .content-items > div > div.image {
    text-align: left;
  }
  #template1-page .content-items > div > div.image img {
    width: 100%;
  }
  #template1-page .content-items > div > div.text {
    padding: 0px 0px 0px !important;
  }
  #template1-page .content-items > div > div.text h4 {
    margin: 30px 0px 49px 0px;
  }
}

.main-about {
  margin: 164px 0px 0px 0px;
}
.main-about h4 {
  text-align: center;
}
.main-about .items {
  width: 1330px;
  max-width: 100%;
  margin: 77px auto 0px;
}
.main-about .items > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 61px 0px;
}
.main-about .items > div > div {
  width: 50%;
}
.main-about .items > div > div.image {
  text-align: right;
}
.main-about .items > div > div.image img {
  width: 500px;
}
.main-about .items > div > div.text {
  padding: 0px 0px 0px 60px;
}
.main-about .items > div > div.text h4 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 50px;
}
.main-about .items > div > div.text h4::before {
  left: 0px;
}
.main-about .items > div:nth-child(even) > .image {
  order: 2;
  text-align: left;
}
.main-about .items > div:nth-child(even) > .text {
  order: 1;
  padding: 0px 60px 0px 0px;
}
@media (max-width: 840px) {
  .main-about {
    margin: 67px 0px 0px 0px;
  }
  .main-about .items {
    margin: 55px auto 0px;
  }
  .main-about .items > div {
    display: block;
  }
  .main-about .items > div > div {
    width: 100%;
  }
  .main-about .items > div > div.image {
    text-align: left;
  }
  .main-about .items > div > div.image img {
    width: 100%;
  }
  .main-about .items > div > div.text {
    padding: 0px 0px 0px !important;
  }
  .main-about .items > div > div.text h4 {
    margin: 30px 0px 49px 0px;
  }
}

p span.accent {
  color: #3C2F28;
}
p strong {
  line-height: 135%;
}

.categories-list {
  margin: 18px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.categories-list > a {
  overflow: visible;
  display: block;
  color: #373432;
  font-size: 15px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  border: 1px solid #FF0009;
  border-radius: 7px;
  padding: 5px 13px 3px;
  margin: 0px 6px 8px 0px;
  text-transform: uppercase;
}
.categories-list > a:hover {
  background-color: #FF0009;
  color: #FFFFFF;
  border: 1px solid #FF0009;
}
@media (max-width: 1200px) {
  .categories-list {
    margin: 15px 0px 0px 0px;
  }
  .categories-list > a {
    font-size: 13px;
    padding: 8px 6px 7px;
    margin: 0px 6px 9px 0px;
  }
}

#fixed-footer {
  display: none;
}

#template2-page .categories-block {
  padding: 15px 0 37px;
}
@media (max-width: 600px) {
  #template2-page .categories-block {
    padding: 60px 0 37px;
  }
}
#template2-page .looks {
  padding: 37px 0 68px;
}
#template2-page .showcase {
  padding: 70px 0 0px;
}

.product-filters-sorting {
  white-space: nowrap;
  margin: 0px 0 23px;
  display: flex;
  justify-content: space-between;
}
.product-filters-sorting .product-filters, .product-filters-sorting .product-sorting {
  display: flex;
  align-items: flex-end;
}
.product-filters-sorting .product-filters > div.filter-select, .product-filters-sorting .product-sorting > div.filter-select {
  margin-right: 43px;
  position: relative;
}
.product-filters-sorting .product-filters > div.filter-select > span.selected, .product-filters-sorting .product-sorting > div.filter-select > span.selected {
  display: block;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../img/arrow-drop.svg");
  background-size: 10px 7px;
  background-position: right 12px;
  background-repeat: no-repeat;
  padding: 5px 13px 5px 0px;
  cursor: pointer;
  transition: all ease-out 0.25s;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter, .product-filters-sorting .product-sorting > div.filter-select > div.filter {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 30px;
  min-width: 230px;
  background-color: #fafafa;
  padding: 13px 8px 20px 34px;
  border: 1px solid #D5C7BF;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .filter-header, .product-filters-sorting .product-sorting > div.filter-select > div.filter .filter-header {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .filter-header h5, .product-filters-sorting .product-sorting > div.filter-select > div.filter .filter-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 0px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .filter-header .close-filter, .product-filters-sorting .product-sorting > div.filter-select > div.filter .filter-header .close-filter {
  background-image: url("../img/cancel.svg");
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .filter-header .close-filter:hover, .product-filters-sorting .product-sorting > div.filter-select > div.filter .filter-header .close-filter:hover {
  transform: rotate(-90deg);
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors {
  display: flex;
  flex-direction: column;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors .item, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors .item {
  align-self: flex-start;
  background-color: #fff;
  border: 1px solid #D5C7BF;
  position: relative;
  padding: 9px 15px 8px 37px;
  margin-bottom: 8px;
  cursor: pointer;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors .item.selected, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors .item.selected {
  outline: 1px solid #3C2F28;
  border: 1px solid #3C2F28;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors .item.all-colors, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors .item.all-colors {
  margin-bottom: 28px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors .item.all-colors > div, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors .item.all-colors > div {
  background-image: url("../img/all-colors.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors .item > div, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors .item > div {
  position: absolute;
  left: 4px;
  top: 6px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.colors .item.bordered > div, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.colors .item.bordered > div {
  border: 1px solid #D5C7BF;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.dimensions, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.dimensions {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 7px;
  width: 320px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.dimensions .item, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.dimensions .item {
  font-size: 18px;
  padding: 10px 14px;
  margin: 0px 2px 26px 0px;
  background-color: #fff;
  border: 1px solid #D5C7BF;
  cursor: pointer;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.dimensions .item:hover, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.dimensions .item:hover {
  background-color: #fff;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.dimensions .item.selected, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.dimensions .item.selected {
  background-color: #3C2F28;
  border: 1px solid #3C2F28;
  color: #fff;
}
@media (max-width: 400px) {
  .product-filters-sorting .product-filters > div.filter-select > div.filter .items.dimensions, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.dimensions {
    width: 100%;
  }
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.materials, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.materials {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.materials .item, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.materials .item {
  align-self: flex-start;
  background-color: #fff;
  border: 1px solid #D5C7BF;
  position: relative;
  padding: 9px 15px 8px 37px;
  margin-bottom: 8px;
  cursor: pointer;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.materials .item:before, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.materials .item:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 4px;
  top: 6px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  background-color: #f0f0f0;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.materials .item.selected:before, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.materials .item.selected:before {
  background-image: url("../img/check.svg");
  background-size: 12px 10px;
  background-position: 7px 8px;
  background-repeat: no-repeat;
  background-color: #3C2F28;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.sorting, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.sorting {
  display: flex;
  flex-direction: column;
  margin-right: 23px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.sorting .item, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.sorting .item {
  align-self: flex-start;
  background-color: #fff;
  border: 1px solid #D5C7BF;
  position: relative;
  padding: 9px 15px 8px 15px;
  margin-bottom: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .items.sorting .item.selected, .product-filters-sorting .product-sorting > div.filter-select > div.filter .items.sorting .item.selected {
  outline: 1px solid #3C2F28;
  border: 1px solid #3C2F28;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .reset, .product-filters-sorting .product-sorting > div.filter-select > div.filter .reset {
  cursor: pointer;
  font-size: 12px;
  padding: 2px 0px 2px 30px;
  margin-bottom: 3px;
  position: relative;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .reset:before, .product-filters-sorting .product-sorting > div.filter-select > div.filter .reset:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  background-image: url("../img/cancel.svg");
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  border: 1px solid #373432;
  border-radius: 50px;
}
.product-filters-sorting .product-filters > div.filter-select > div.filter .reset:hover, .product-filters-sorting .product-sorting > div.filter-select > div.filter .reset:hover {
  color: #FF0009;
}
.product-filters-sorting .product-filters > div.filter-select.expanded > div.filter, .product-filters-sorting .product-sorting > div.filter-select.expanded > div.filter {
  display: block;
}
.product-filters-sorting .product-filters > div.filter-select.expanded > span.selected, .product-filters-sorting .product-sorting > div.filter-select.expanded > span.selected {
  background-position: right bottom;
}
.product-filters-sorting .product-filters.product-sorting > div.filter-select > div.filter, .product-filters-sorting .product-sorting.product-sorting > div.filter-select > div.filter {
  padding: 13px 8px 24px 34px;
  left: auto;
  right: -38px;
}
@media (max-width: 780px) {
  .product-filters-sorting .product-filters {
    display: block;
  }
  .product-filters-sorting .product-filters > div.filter-select {
    margin-right: 0;
    margin-top: -7px;
  }
  .product-filters-sorting .product-filters > div.filter-select > span.selected {
    display: inline-block;
  }
  .product-filters-sorting .product-sorting > div.filter-select {
    margin-right: 38px;
    margin-top: -7px;
  }
  .product-filters-sorting .product-sorting > div.filter-select > span.selected {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .product-filters-sorting {
    display: block;
    margin: 0px 0 17px;
  }
  .product-filters-sorting .product-sorting > div.filter-select {
    margin-right: 0;
  }
  .product-filters-sorting .product-sorting > div.filter-select > div.filter {
    left: 0px !important;
    right: auto !important;
  }
  .product-filters-sorting .filter {
    max-width: calc(100vw - 40px);
  }
}

.hidden-info-link {
  padding: 10px 0px 10px 32px;
  position: relative;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}
.hidden-info-link:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0px;
  width: 23px;
  top: 9px;
  height: 23px;
  background-image: url("../img/plus-sm.svg");
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transition: all 0.25s;
}
.hidden-info-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  left: 0px;
  width: 23px;
  top: 9px;
  height: 23px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #373432;
  transition: all 0.25s;
}
.hidden-info-link.p {
  padding: 13px 0px 11px 40px;
  font-size: 16px;
}
.hidden-info-link.p:before {
  width: 25px;
  top: 9px;
  height: 25px;
  background-image: url("../img/plus-p.svg");
  background-size: 25px 25px;
}
.hidden-info-link.p:after {
  width: 25px;
  top: 9px;
  height: 25px;
}
.hidden-info-link.selected:before {
  transform: rotate(-45deg);
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
.hidden-info-link.selected:after {
  background-color: #373432;
}
.hidden-info-link + .hidden-info {
  margin-top: 10px;
}

.product-size-select {
  margin: 22px 0 7px;
  display: flex;
}
.product-size-select .items.dimensions {
  display: flex;
}
.product-size-select .items.dimensions .item {
  font-size: 18px;
  padding: 10px 14px;
  margin: 0px 2px 26px 0px;
  background-color: #fff;
  cursor: pointer;
}
.product-size-select .items.dimensions .item:hover, .product-size-select .items.dimensions .item.selected {
  background-color: #3C2F28;
  color: #fff;
}
.product-size-select .hidden-info-link {
  margin: 0px 0px 0px 32px;
}
@media (max-width: 800px) {
  .product-size-select {
    display: block;
  }
  .product-size-select .hidden-info-link {
    margin: 0px 0px 27px 0px;
  }
}

.dimensions-info-table {
  display: none;
  padding: 0px 0 0px;
  margin-bottom: 25px;
  width: 100%;
  overflow-x: auto;
}
.dimensions-info-table.visible {
  display: block;
}
.dimensions-info-table table {
  width: auto;
  margin-bottom: 5px;
}
.dimensions-info-table table tr td {
  text-align: center;
  padding: 8px 12px;
}
.dimensions-info-table table tr td:nth-of-type(1) {
  text-align: left;
}

.prodict-material {
  background-color: #fafafa;
  display: inline-block;
  margin: 0px 0 0px;
  padding: 28px 34px 22px 36px;
}
.prodict-material .material-note {
  display: none;
}
.prodict-material .material-note h2, .prodict-material .material-note h3, .prodict-material .material-note h4 {
  font-size: 20px !important;
}
.prodict-material .material-note.visible {
  display: block;
}

.order-cart-site-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
}

.invisible {
  opacity: 0;
}

.top-categories {
  padding: 220px 0 18px;
  position: relative;
}
.top-categories h2 {
  margin: 0px 0px 100px 0px;
  font-size: 38px;
}
@media (max-width: 1800px) {
  .top-categories h2 {
    font-size: calc(25px + 13 * (100vw - 360px) / 1440);
  }
}
@media (max-width: 360px) {
  .top-categories h2 {
    font-size: 25px;
  }
}
.top-categories .category {
  position: relative;
  margin-bottom: 103px;
  width: 33%;
  min-width: 320px;
  height: 437px;
}
.top-categories .category .short-info {
  margin-right: 35px;
}
.top-categories .category .short-info h3 {
  margin: -3px 0px 25px 0px;
  font-size: 25px;
}
@media (max-width: 1800px) {
  .top-categories .category .short-info h3 {
    font-size: calc(20px + 5 * (100vw - 360px) / 1440);
  }
}
@media (max-width: 360px) {
  .top-categories .category .short-info h3 {
    font-size: 20px;
  }
}
.top-categories .category .short-info p {
  margin: 0px 0px 10px 0px;
}
@media (max-width: 1030px) {
  .top-categories {
    padding: 42px 0 18px;
  }
  .top-categories h2 {
    margin: 0px 0px 35px 0px;
  }
}

.order-page-container {
  margin: 0 auto;
  max-width: 700px;
}
@media (max-width: 770px) {
  .order-page-container {
    max-width: 100%;
  }
}

ul.submenu {
  display: none;
  position: absolute;
  left: 0px;
  top: 33px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
ul.submenu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.submenu > li:first-child {
  margin-top: 13px;
}
ul.submenu > li:last-child {
  margin-bottom: 17px;
}
ul.submenu > li > a {
  display: block;
  padding: 7px 23px 7px 23px;
  color: #fff;
}

.cookie-alert {
  padding: 10px 70px 10px 30px;
  border-radius: 0px;
  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;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.cookie-alert .close-button {
  position: absolute;
  top: 8px;
  right: 9px;
  z-index: 10;
}
.cookie-alert p {
  margin: 0px 0px 0px 0px;
}
.cookie-alert .button {
  margin: 0px 0px 0px 0px;
  padding: 10px 25px;
  font-size: 14px;
}
.cookie-alert .button.decline {
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
@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;
  }
}

table.table.no-border td {
  padding: 12px 8px 12px 0px;
  border: none;
}

.category-page h1 {
  color: #3C2F28 !important;
}
.category-page .category-note {
  margin: 20px 0px 40px 0px;
}
.category-page .category-descr {
  width: 1140px;
  max-width: 100%;
  margin: 46px 0px 50px 0px;
}
.category-page .product-list .columns {
  text-align: left;
}
.category-page .product-list .columns > div {
  display: inline-block;
  width: 320px;
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 18px;
  position: relative;
}

.products-with-filters .filters-container {
  border: 1px solid #D5C7BF;
  padding: 0px 0px 30px;
}
.products-with-filters .filters-container .filter-head {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D5C7BF;
  padding: 20px 21px 13px;
}
.products-with-filters .filters-container .filter-head .title {
  background-image: url("../img/filter.svg");
  background-size: 24px 24px;
  background-position: 17px center;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 49px;
  text-transform: uppercase;
}
.products-with-filters .filters-container .filter-head .counter {
  font-family: "Inter", sans-serif;
  font-size: 24px;
}
.products-with-filters .filters-container .filter-head .filter-reset {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-image: url("../img/filter-reset.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.products-with-filters .filters-container .filter-section {
  padding: 25px 0px 0px 41px;
}
.products-with-filters .filters-container .filter-section .tag-type-title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 0px 0px 22px 0px;
  position: relative;
}
.products-with-filters .filters-container .filter-section .tag-type-title:before {
  content: "";
  position: absolute;
  display: block;
  right: 22px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("../img/drop-down-dark.svg");
  background-size: 12px 7px;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotateX(180deg);
  transition: all 0.25s;
}
.products-with-filters .filters-container .filter-section label {
  padding: 0px 0px 0px;
  margin: 0px 0px -1px 21px;
  display: block;
  transform-origin: 0% 0%;
  transition: all 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.products-with-filters .filters-container .filter-section label span {
  font-size: 16px;
}
.products-with-filters .filters-container .filter-section.collapsed .tag-type-title {
  margin-bottom: 0px;
}
.products-with-filters .filters-container .filter-section.collapsed .tag-type-title:before {
  transform: rotateX(0deg);
}
.products-with-filters .filters-container .filter-section.collapsed > label {
  transform: rotateX(90deg);
  max-height: 0px;
  min-height: 0px;
  opacity: 0;
}
@media (max-width: 530px) {
  .products-with-filters .filters-container {
    min-width: 0;
    max-width: 100%;
  }
  .products-with-filters .filters-container .filter-head {
    padding: 20px 10px 13px;
  }
  .products-with-filters .filters-container .filter-head .title {
    background-position: 0px center;
    padding: 0px 0px 0px 30px;
    font-size: 14px;
  }
  .products-with-filters .filters-container .filter-head .counter {
    font-size: 22px;
  }
  .products-with-filters .filters-container .filter-section {
    padding: 25px 0px 0px 15px;
  }
  .products-with-filters .filters-container .filter-section .tag-type-title:before {
    right: 9px;
  }
}
.products-with-filters .products-list {
  margin: 30px auto 0px;
  padding: 0px 0px 15px;
  display: grid;
  gap: 29px 16px;
  grid-template-columns: repeat(6, 1fr);
}
.products-with-filters .products-list > div {
  max-width: 100%;
  min-width: 0;
}
.products-with-filters .products-list .sorting-container {
  display: none;
}
.products-with-filters .products-list div.more-products {
  display: block !important;
  text-align: center;
  grid-column: span 6;
  width: 100% !important;
  margin: 20px auto 0px;
}
.products-with-filters .products-list div.more-products > .button {
  margin-top: 10px;
}
.products-with-filters .products-list div.more-products .pagination {
  font-family: "Inter", sans-serif;
  margin: 12px auto 10px;
  display: flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.products-with-filters .products-list div.more-products .pagination span strong {
  font-size: 22px;
}
@media (max-width: 1680px) {
  .products-with-filters .products-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .products-with-filters .products-list div.more-products {
    grid-column: span 5;
  }
}
@media (max-width: 1460px) {
  .products-with-filters .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .products-with-filters .products-list div.more-products {
    grid-column: span 4;
  }
}
@media (max-width: 1150px) {
  .products-with-filters .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .products-with-filters .products-list div.more-products {
    grid-column: span 3;
  }
}
@media (max-width: 860px) {
  .products-with-filters .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-with-filters .products-list div.more-products {
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .products-with-filters .products-list:not(.shorts) {
    grid-template-columns: 1fr;
  }
  .products-with-filters .products-list:not(.shorts) div.more-products {
    grid-column: span 1;
  }
}

.catalog-products .products-list {
  width: 100%;
  position: relative;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
.catalog-products .products-list > .sorting-container {
  position: absolute;
  z-index: 1000;
  right: 0px;
  bottom: calc(100% + 5px);
}
.catalog-products .products-list > .sorting-container .select-container {
  display: inline-block;
  position: relative;
}
.catalog-products .products-list > .sorting-container .select-container select {
  width: auto;
  background-color: #FFFFFF;
  padding-right: 10px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.catalog-products .products-list > .sorting-container .select-container:before {
  content: "";
  position: absolute;
  display: block;
  left: -26px;
  width: 24px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  height: 24px;
  background-image: url("../img/sorting.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-products .products-list > .sorting-container .select-container:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  display: block;
  right: 0px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/drop-down-dark.svg");
  background-size: 12px 7px;
  background-position: center;
  background-repeat: no-repeat;
}
.catalog-products .products-list > .card {
  min-width: 0px;
}
@media (max-width: 1560px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .catalog-products .products-list div.more-products {
    grid-column: span 3;
  }
}
@media (max-width: 1250px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-products .products-list div.more-products {
    grid-column: span 2;
  }
}
@media (max-width: 880px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-products .products-list div.more-products {
    grid-column: span 2;
  }
}
@media (max-width: 560px) {
  .catalog-products .products-list {
    grid-template-columns: 1fr;
  }
  .catalog-products .products-list div.more-products {
    grid-column: span 1;
  }
}
.catalog-products .category .category-logo {
  margin: 100px 0px 0px 0px;
  height: 250px;
  overflow: hidden;
}
.catalog-products .category .short-info h2 {
  font-size: 58px;
  margin: 5px 0px 39px 0px;
}
@media (max-width: 1900px) {
  .catalog-products .category .short-info h2 {
    font-size: calc(30px + 28 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .catalog-products .category .short-info h2 {
    font-size: 30px;
  }
}
.catalog-products .category .short-info h4:empty {
  display: none;
}

.category-page .category-logo {
  margin: 0px 0px 97px 0px;
}
@media (max-width: 991px) {
  .category-page .category-logo {
    margin: 0px 0px 20px 0px;
  }
}

.cabinet-page h1 {
  margin: 31px 0px 48px 0px;
  font-size: 31px;
  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;
}
@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;
  }
}
@media (max-width: 460px) {
  .cabinet-page .cabinet-header h1 {
    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: 400px;
  max-width: 100%;
}
.cabinet-page .cabinet-user-form textarea {
  width: 400px;
  max-width: 100%;
}
.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: #373432;
  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 #D5C7BF;
  padding-bottom: 2px;
}
.cabinet-page .nav-tabs li a {
  color: #373432;
  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: #373432;
  cursor: default;
  border-bottom: 4px solid #373432 !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;
    order: 2;
  }
  .cabinet-page .nav-tabs li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px;
  }
  .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: 20px;
  }
}
.cabinet-page .tab-pane h2 {
  margin-top: 40px !important;
}
.cabinet-page .tab-content {
  opacity: 1;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0px 0px 0px;
  border: none;
}
.cabinet-page .tab-content h3 {
  margin-top: 35px !important;
  color: #373432;
}
@media (max-width: 795px) {
  .cabinet-page .tab-content {
    margin-top: 45px;
  }
  .cabinet-page .tab-content h3 {
    display: none;
  }
}
.cabinet-page .columns2 {
  display: flex;
  justify-content: space-between;
}
.cabinet-page .columns2 > div {
  width: 50%;
}
@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: #373432;
}
.cabinet-page .orders-tab .total > div .prices {
  font-weight: 600;
}
.cabinet-page .orders-tab .total > div .prices .price {
  display: none;
}

.search-header {
  font-size: 31px;
}
@media (max-width: 1900px) {
  .search-header {
    font-size: calc(25px + 6 * (100vw - 360px) / 1540);
  }
}
@media (max-width: 360px) {
  .search-header {
    font-size: 25px;
  }
}
.search-header + .product-page {
  padding-top: 0px;
}
@media (max-width: 600px) {
  .search-header {
    margin: 42px 0px 21px 0px;
  }
}

.order-cart-container {
  padding: 6px 0px 0px;
}
.order-cart-container .cart-info {
  display: flex;
  justify-content: space-between;
}
.order-cart-container .cart-info > div:first-child {
  flex-grow: 1;
  padding-right: 20px;
}
.order-cart-container .cart-info > div:last-child {
  flex-grow: 0;
  width: 420px;
}
@media (max-width: 760px) {
  .order-cart-container .cart-info {
    display: block;
  }
  .order-cart-container .cart-info > div:first-child {
    padding-right: 0px;
  }
  .order-cart-container .cart-info > div:last-child {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .order-cart-container {
    padding: 6px 0px 0px;
  }
}
.order-cart-container .cart-items {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin-bottom: 20px;
}
.order-cart-container .cart-items .cart-item {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: 85px 1fr;
  grid-template-areas: "photo title" "photo short" "form form";
  position: relative;
  background-color: #fff;
  border: 1px solid #D5C7BF;
  border-radius: 2px;
  padding: 15px 15px 10px;
}
.order-cart-container .cart-items .cart-item > div {
  grid-area: field;
}
.order-cart-container .cart-items .cart-item input.to-buy {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 22px;
  height: 22px;
  margin: 0;
}
.order-cart-container .cart-items .cart-item .product-photo {
  grid-area: photo;
  width: 85px;
  aspect-ratio: 1/1;
  margin: 0px 0px 0px 0px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.order-cart-container .cart-items .cart-item .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: 185%;
  cursor: default;
}
.order-cart-container .cart-items .cart-item h4 {
  grid-area: title;
  font-size: 14px;
  font-weight: 600;
  margin: 2px 25px 9px 0px;
}
.order-cart-container .cart-items .cart-item .short {
  grid-area: short;
  margin: 0px 10px 8px 0px;
}
.order-cart-container .cart-items .cart-item .short .vendor-code {
  background-image: url(../img/barcode.svg);
  background-size: 28px 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 3px 0px 0px 30px;
  min-height: 28px;
}
.order-cart-container .cart-items .cart-item .count-form {
  grid-area: form;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.order-cart-container .cart-items .cart-item .count-form select {
  width: 85px;
  padding: 10px 4px;
  text-align: left;
}
.order-cart-container .cart-items .cart-item .count-form .prices {
  font-weight: 500;
  flex-grow: 1;
}
.order-cart-container .cart-items .cart-item .count-form .prices .price {
  display: none;
}
.order-cart-container .cart-items .cart-item .count-form .delete {
  background-image: url("../img/trash.svg");
  background-size: 13px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
@media (max-width: 1500px) {
  .order-cart-container .cart-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .order-cart-container .cart-items {
    grid-template-columns: 1fr;
  }
}
.order-cart-container .total {
  position: sticky;
  top: 75px;
  padding: 25px 30px 20px;
  background-color: #FFF8E6;
  border-radius: 6px;
  border: 1px solid #D5C7BF;
  transition: all 1s;
}
.order-cart-container .total .prices {
  margin: 0px 0px 14px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.order-cart-container .total .prices .price {
  display: none;
}
.order-cart-container .total .prices > span {
  width: 100%;
  white-space: nowrap;
}
.order-cart-container .total .prices span:nth-of-type(2) {
  font-weight: 600;
  font-size: 24px;
}
.order-cart-container .total a.back-to-shopping {
  display: block;
  text-align: center;
  line-height: 110%;
  margin: 18px 0px 0px 0px;
  padding-top: 10px;
  border-top: 1px solid #D5C7BF;
}
.order-cart-container .total select {
  border-radius: 10px;
  margin: 0px 0px 14px 0px;
  width: 100%;
}
.order-cart-container .total textarea {
  width: 100%;
}
.order-cart-container .total .button {
  margin: 10px 0 0px;
  width: 100%;
}
@media (min-width: 730px) {
  .order-cart-container .total.fixed {
    position: fixed;
    z-index: 50;
    top: 75px;
    left: auto;
    right: 10px;
    width: 250px;
  }
}
@media (max-width: 1145px) {
  .order-cart-container .total.fixed {
    padding: 25px 25px 35px;
    width: 190px;
  }
}
@media (max-width: 480px) {
  .order-cart-container .total {
    padding: 25px 20px 35px;
  }
}
.order-cart-container .button.empty-cart {
  margin-right: 19px;
}
.order-cart-container #order-confirm {
  padding: 0px 22px 50px 0px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.order-cart-container #order-confirm input, .order-cart-container #order-confirm select, .order-cart-container #order-confirm textarea {
  width: 100%;
}
.order-cart-container #order-confirm input[type=checkbox], .order-cart-container #order-confirm select[type=checkbox], .order-cart-container #order-confirm textarea[type=checkbox] {
  width: 17px;
  height: 17px;
}
.order-cart-container #order-confirm .login-panel p {
  font-size: 12px;
  margin: 0px 0px 0px;
}
.order-cart-container #order-confirm .login-panel .button {
  padding: 12px 10px;
  width: 100%;
  margin-bottom: 10px;
}
.order-cart-container #order-confirm .register-block {
  margin: 11px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-cart-container #order-confirm .register-block label span {
  padding-top: 4px;
  display: inline-block;
}
.order-cart-container #order-confirm .register-block i {
  font-style: normal;
  font-size: 12px;
  color: #FF0009;
  cursor: pointer;
  margin: 0px 0px 3px 0px;
}
.order-cart-container #order-confirm .delivery-methods {
  margin: 0px 0px 4px 0px;
}
.order-cart-container #order-confirm .prices-block {
  margin: 23px 0px 0px 0px;
}
.order-cart-container #order-confirm .prices-block > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 6px 0px;
}
.order-cart-container #order-confirm .prices-block > div p {
  margin: 0px 0px 0px 0px;
}
.order-cart-container #order-confirm .prices-block > div .prices {
  font-weight: 600;
}
.order-cart-container #order-confirm .prices-block > div .prices .price {
  display: none;
}
.order-cart-container #order-confirm .button.create-order {
  width: 100%;
  margin: 16px 0px 24px 0px;
}
.order-cart-container #order-confirm .rules {
  font-size: 12px;
  line-height: 120%;
}
.order-cart-container #order-confirm .rules a {
  color: #373432;
}
.order-cart-container #order-confirm .rules a:hover {
  color: #3C2F28;
  text-decoration: none;
}
.order-cart-container #order-confirm .back-to-cart {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  overflow: visible;
  text-decoration: none;
  padding: 17px 0px 15px 46px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}
.order-cart-container #order-confirm .back-to-cart: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;
}
.order-cart-container #order-confirm .back-to-cart:hover {
  color: #FF0009;
}
@media (max-width: 500px) {
  .order-cart-container {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */