@charset "UTF-8";
/* text */
/* accent */
/* page-bg */
/* button */
/* links */
/* input border*/
/* footer text */
/* button hover */
/* gray border */
/* checkout form */
/* sale */
/* gray text*/
@import "iconfont.css";
html, body {
  height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #3A3A3A;
  background-color: #F2EBEA;
  -webkit-font-smoothing: antialiased;
}

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

strong, .strong {
  font-weight: 600;
}

.sm {
  font-size: 14px;
}

.xs {
  font-size: 11px;
}

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

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

h1, .h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 57px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

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

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

a {
  color: #3D70AB;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #3D70AB;
  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.2em;
}

li {
  margin: 0 0 10px;
}

input, textarea, select {
  color: #3A3A3A !important;
  background-color: #fff;
}

.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: 76px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 42px;
  height: 4px;
  background-color: #A7655A;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 42px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 34px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #A7655A;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 14px;
  text-shadow: none;
  padding: 4px 9px;
  background-color: #BB5D4D;
  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: #BB5D4D;
}
.price-filter .price-range-container .irs-grid {
  height: 28px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  padding: 0 3px;
  color: #3A3A3A;
}
.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: #A7655A;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #CEA9A2;
}

.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: 14px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #A7655A;
}
.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: #BB5D4D;
  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;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #F2EBEA;
}
.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: #A7655A;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #A7655A;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 14px;
  text-align: center;
  color: #3D70AB;
  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 #C9A9A5;
  outline: none;
  padding: 11px 1px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
}

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

input.underline {
  border-color: transparent transparent #C9A9A5 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: 14px;
  line-height: 130%;
  margin-bottom: 5px;
}

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

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

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

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

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #3A3A3A;
  width: 19px;
  position: relative;
  right: 0px;
  top: calc(50% - 16px);
  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: #3A3A3A;
}

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

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

.mCSB_container {
  margin-right: 12px !important;
}

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

#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 #BB5D4D;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #BB5D4D;
  border-radius: 4px;
  padding: 23px 47px;
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button:hover, a.button:hover, .upload-button:hover {
  background: #922716 !important;
  border-color: #922716 !important;
  color: #fff !important;
}
@media (max-width: 460px) {
  button.button, a.button, .upload-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #A7655A;
  color: #A7655A;
  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: #3A3A3A;
  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;
  margin: auto;
  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 #CEA9A2;
}
.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: #F2EBEA;
  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: 14px;
  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: #9A9CA0;
  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: #A7655A;
  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: #A7655A;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

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

.pagination a.current {
  background-color: #F2EBEA;
  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: #C9A9A5 !important;
  font-size: 16px;
  font-weight: 300;
}

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

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

:-ms-input-placeholder {
  color: #C9A9A5 !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: 57px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
body {
  background-image: url("../img/bg.jpg");
  background-position: 0 0;
  background-size: cover;
}

/* tic-messengers-01 begin */
/* tic-messengers-01 end */
/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0px;
  height: 100px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #3A3A3A;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 400;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  background: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top > .scrolled .content > div:last-child {
  width: 100px;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
  height: 50px;
}
#header-top.scrolled .logo, #header-top.for-product-page .logo {
  height: 74px;
}
#header-top.scrolled .logo:before, #header-top.for-product-page .logo:before {
  background-size: 78px 50px !important;
  background-position: center 9px !important;
  transition: all 0.1s 0.2s !important;
  transition: height 0.1s 0.5s !important;
  height: 74px;
}
#header-top.scrolled .content .left-header, #header-top.for-product-page .content .left-header {
  margin-top: 11px;
}
#header-top.scrolled .content .right-header, #header-top.for-product-page .content .right-header {
  margin-top: 11px;
}
@media (max-width: 1070px) {
  #header-top {
    top: 0px;
    height: 50px;
  }
  #header-top .logo {
    height: 74px;
  }
  #header-top .logo:before {
    background-size: 78px 50px !important;
    background-position: center 9px !important;
    transition: all 0.1s 0.2s !important;
    transition: height 0.1s 0.5s !important;
    height: 74px;
  }
  #header-top .content .left-header {
    margin-top: 11px;
  }
  #header-top .content .right-header {
    margin-top: 11px;
  }
  #header-top .content > a {
    /*margin-right: 20px !important;*/
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top .left-header {
  order: 1;
  min-width: calc(50% - 60px);
  max-width: calc(50% - 60px);
  margin-top: 39px;
  height: 48px;
  transition: all 0.5s;
}
#header-top .left-header ul {
  margin: 4px 0px 0px 0px;
  list-style: none;
  padding: 0px;
}
#header-top .left-header ul li {
  margin: 0px 3em 0px 0px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
#header-top .left-header ul li a {
  color: #3A3A3A;
}
#header-top .right-header {
  order: 3;
  min-width: calc(50% - 60px);
  max-width: calc(50% - 60px);
  display: flex;
  justify-content: end;
  margin-top: 39px;
  height: 48px;
  transition: all 0.5s;
}
#header-top .right-header .currency {
  margin-top: -2px;
}
#header-top .right-header .cabinet {
  background-image: url(../img/cabinet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  width: 32px;
  height: 32px;
  margin: -2px 0px 0px 23px;
}
#header-top .right-header .favorites {
  background-image: url(../img/favorite.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  width: 32px;
  height: 32px;
  margin: -2px 0px 0px 27px;
  cursor: pointer;
}
#header-top .right-header .cart {
  margin: 0px 0px 0 24px;
  min-width: 42px;
  background-image: url(../img/cart.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 38px 27px;
  padding: 0px 0px 0px 0px;
  position: relative;
  cursor: pointer;
}
#header-top .right-header .cart strong {
  position: absolute;
  font-weight: 500;
  left: 31px;
  top: 7px;
  font-size: 14px;
  text-align: left;
  color: #3A3A3A;
}
#header-top a.logo {
  order: 2;
  display: block;
  min-width: 120px;
  max-width: 120px;
  height: 100px;
  min-height: 73px;
  margin-left: 0;
  flex-grow: 0;
  z-index: 5;
  position: relative;
  /*&:after{
  	content: "";
  	position: absolute;
  	z-index: 2;
  	display: block;
  	left: 0px;
  	right: 0px;
  	top: 0px;
  	bottom: 0px;
  	background-image: url("../img/underlogo.svg");
  	background-position: center 35px;
  	background-repeat: no-repeat;
  	background-size: 93px 29px;
  	transition: all 0.1s 0s;
  }*/
}
#header-top a.logo:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo.svg");
  background-position: center 14px;
  background-repeat: no-repeat;
  background-size: 113px 73px;
  transition: all 0.1s 0s;
}
#header-top > div {
  border-bottom: 1px solid #CEA9A2;
}
@media (max-width: 730px) {
  #header-top .left-header ul {
    display: none;
  }
  #header-top #mobile-menu-button {
    display: block;
  }
  #header-top #mobile-menu-button:after {
    content: "Меню";
    color: #3A3A3A;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 26px;
    top: -3px;
  }
  #header-top .right-header .currency, #header-top .right-header .cabinet, #header-top .right-header .favorites {
    display: none;
  }
}
@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 {
  top: 0px;
  height: 50px;
}
.order-page #header-top .logo {
  height: 74px;
}
.order-page #header-top .logo:before {
  background-size: 78px 50px !important;
  background-position: center 9px !important;
  transition: all 0.1s 0.2s !important;
  transition: height 0.1s 0.5s !important;
  height: 74px;
}
.order-page #header-top .content .left-header {
  margin-top: 11px;
}
.order-page #header-top .content .right-header {
  margin-top: 11px;
}
@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: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template1-page h1 {
  color: #3A3A3A;
  font-size: 38px;
}

#template2-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template2-page h1 {
  color: #3A3A3A;
  font-size: 38px;
}

#template3-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template3-page h1 {
  color: #3A3A3A;
  font-size: 38px;
}

#template4-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template4-page h1 {
  color: #3A3A3A;
  font-size: 38px;
}

#template5-page {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 500px;
  /*background-color: #fff;*/
}
#template5-page h1 {
  color: #3A3A3A;
  font-size: 38px;
}

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

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

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

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

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: #fff;
  background-color: #A7655A;
  font-size: 11px;
  font-weight: 600;
  border: 3px solid #fff;
  width: 50px;
  height: 50px;
  line-height: 47px;
  text-align: center;
  margin-bottom: -3px;
}
/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  background: #fff;
  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;
}
.product-card:hover {
  z-index: 50;
}
.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: none;
  width: 100%;
  overflow: hidden;
  margin: 0px auto 7px;
  position: relative;
}
.product-card .product-photo:before {
  content: "";
  padding-top: 133%;
  float: left;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: auto;
  width: calc(100% - 40px);
  padding: 17px 0;
}
.product-card .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 .product-card-images .slider-item {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.product-card .product-card-images .slider-item:before {
  content: "";
  padding-top: 134%;
  float: left;
}
.product-card .title-code .title {
  margin: 8px 0 6px;
  padding: 0 0px;
}
.product-card .title-code .title > h3 {
  text-transform: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #3A3A3A;
  margin: 0px;
}
.product-card .title-code .title > h3 > span {
  color: #A7655A;
  font-weight: 500;
}
.product-card .title-code .vendor-code {
  display: none;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
  color: #9A9CA0;
  font-weight: 400;
  margin-bottom: 6px;
}
.product-card .card-bottom {
  position: relative;
  padding: 0px 0px 17px;
}
.product-card .card-bottom .stock {
  display: block;
  font-size: 11px;
  color: #3A3A3A;
  text-align: left;
}
.product-card .card-bottom .stock.stock0 {
  color: #F2EBEA;
}
.product-card .card-bottom .price-discount {
  margin-bottom: 3px;
  position: relative;
}
.product-card .card-bottom .price-discount .prices {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  color: #3A3A3A;
  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;
  font-weight: 400;
  margin-right: 18px;
  vertical-align: top;
  color: #9A9CA0;
  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: #FF6B2C;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  margin-left: 7px;
  line-height: 100%;
}
.product-card .card-bottom .price-discount .prices.null {
  font-size: 16px;
}
.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 .button {
  margin: 0;
  font-size: 14px;
  padding: 11px 22px;
}
.product-card .product-labels {
  top: 10px;
  left: 10px;
}
.product-card .swiper-pagination {
  text-align: right;
  top: auto !important;
  width: auto !important;
  bottom: 4px !important;
  left: 14px !important;
  right: 14px !important;
}
.product-card .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0px;
  background-color: #3A3A3A;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0px 1px !important;
}
.product-card .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A7655A;
}
.product-card .product-size-select {
  display: block;
  position: absolute;
  z-index: 50;
  left: 0px;
  right: 0px;
  top: 51%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 13px 0;
}
.product-card .product-size-select .items.dimensions {
  justify-content: center;
  align-items: center;
}
.product-card .product-size-select .items.dimensions .item {
  background-color: transparent;
  margin: 1px;
}
.product-card .related-color {
  position: absolute;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #CEA9A2;
  padding: 9px 15px 8px 37px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
}
.product-card .related-color > div {
  position: absolute;
  left: 4px;
  top: 6px;
  height: 26px;
  width: 26px;
  border-radius: 50px;
}

.look-card {
  background: #fff;
  border: none;
  max-width: 700px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.look-card.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute;
  z-index: 1000;
}
.look-card .product-photo {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  position: relative;
  position: relative;
}
.look-card .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.look-card .product-photo:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
.look-card .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: auto;
  width: calc(100% - 40px);
  padding: 17px 0;
}
.look-card .product-photo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.look-card .related-products {
  position: absolute;
  z-index: 3;
  left: 0;
  height: auto;
  right: 0;
  bottom: 0;
  color: #fff;
  margin: 0px;
  padding: 20px 28px 63px;
}
.look-card .related-products > .item, .look-card .related-products > .sum {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  margin-bottom: 12px;
}
.look-card .related-products > .item > div:nth-of-type(1), .look-card .related-products > .sum > div:nth-of-type(1) {
  flex-grow: 1;
  margin-right: 0px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg, transparent 10px, #fff 50px);
  mask-image: linear-gradient(270deg, transparent 10px, #fff 50px);
  /* 0deg = down, 90deg = left, 180deg = top, 270deg = right */
}
.look-card .related-products > .item.sum, .look-card .related-products > .sum.sum {
  margin: 15px 0 0px;
  padding: 15px 0 0;
  border-top: 2px solid #fff;
}
.look-card .related-products .look-price {
  font-size: 38px;
  font-weight: 600;
  line-height: 110%;
  display: inline-block;
  padding: 10px 10px;
  background-color: #A7655A;
  margin: 51px auto 0px;
}
.look-card .related-products .prices > .price {
  display: none;
}
.look-card:hover {
  z-index: 50;
}
.look-card:hover .product-photo:after {
  background-color: rgba(0, 0, 0, 0);
}
@media ((max-width: 580px) or ((min-width: 646px) and (max-width: 1020px))) {
  .look-card .related-products {
    bottom: 0;
    margin: 0px;
    padding: 20px 20px 33px;
  }
  .look-card .related-products > .item, .look-card .related-products > .sum {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .look-card .related-products > .item.sum, .look-card .related-products > .sum.sum {
    margin: 7px 0 0px;
    padding: 7px 0 0;
  }
  .look-card .related-products .look-price {
    font-size: 24px;
    padding: 6px 8px;
    margin: 11px auto 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: #A7655A;
}

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

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

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

#footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #A7655A;
  background-color: #F0E2E0;
  padding: 0px 0 2px;
}
#footer .columns {
  display: flex;
  justify-content: space-between;
}
#footer .columns > div.center {
  order: 2;
  padding: 0 35px;
}
#footer .columns > div.center h2 {
  text-transform: uppercase;
  font-size: 26px;
  margin: 22px 0px 17px 0px;
}
#footer .columns > div.center p.direct {
  font-size: 20px;
  margin: 0px 0px 8px 0px;
}
#footer .columns > div.left {
  order: 1;
  width: 222px;
  padding-top: 85px;
}
#footer .columns > div.left p {
  font-size: 14px;
  line-height: 112%;
}
#footer .columns > div.right {
  order: 3;
  width: 222px;
  padding-top: 64px;
  text-align: right;
}
#footer a {
  font-weight: 400;
  position: relative;
  overflow: hidden;
}
#footer a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: rgba(167, 101, 90, 0.33);
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer a:hover, #footer a:focus, #footer a:active {
  text-decoration: none;
}
#footer a:hover:after, #footer a:focus:after, #footer a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer a:hover {
  text-decoration: none;
  color: #3D70AB;
}
#footer:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 30px;
  background: #F2EBEA;
  border-bottom: 1px solid #CEA9A2;
}
#footer .footer-logo {
  background-image: url("../img/logo-footer.png");
  background-size: 450px 163px;
  background-position: center top;
  background-repeat: no-repeat;
  width: 450px;
  height: 163px;
  display: inline-block;
}
#footer .bottom {
  padding: 8px 0 17px;
  text-align: center;
}
#footer .bottom a {
  font-size: 14px;
  margin: 0 12px;
  font-weight: 400;
}
@media (max-width: 950px) {
  #footer .columns {
    display: block;
  }
  #footer .columns > div.center {
    order: 2;
    padding: 0;
  }
  #footer .columns > div.left {
    width: 100%;
    padding-top: 29px;
    text-align: center;
  }
  #footer .columns > div.right {
    width: 100%;
    padding-top: 45px;
    text-align: center;
  }
  #footer .bottom {
    width: 235px;
    margin: 35px auto 0;
  }
  #footer .bottom a {
    white-space: nowrap;
    margin: 0px 0 0px;
  }
}
@media (max-width: 520px) {
  #footer:before {
    height: 18px;
  }
  #footer .footer-logo {
    background-size: 266px 97px;
    width: 100%;
    height: 97px;
    display: block;
  }
  #footer h2 {
    font-size: 21px !important;
    margin: 19px 0px 25px 0px !important;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer .created {
  display: none;
  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: #3A3A3A;
  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: #A7655A;
  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(0px);
  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 */
.pushy {
  max-width: 360px;
}
.pushy {
  background-color: #fff;
  color: #3A3A3A;
  text-align: center;
}
.pushy a {
  color: #3A3A3A;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: 10px;
  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 #A7655A;
}
.pushy .pushy-content {
  padding: 17px 20px 30px;
  text-align: center;
}
.pushy a.logo {
  background-image: url("../img/logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 149px 96px;
  height: 96px;
  width: 149px;
  margin: 68px auto 30px;
}
.pushy .pushy-currency-select {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #C9A9A5;
  padding: 4px 0px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  width: 100%;
}
.pushy ul.menu {
  list-style: none;
  margin: 43px 0px 46px 0px;
  padding: 0px;
}
.pushy ul.menu li {
  padding: 0px;
  margin: 0px 0px 14px 0px;
  text-align: center;
}
.pushy ul.menu li a {
  font-weight: 600;
  color: #3D70AB;
}
.pushy .links a {
  display: block;
  font-size: 14px;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 31px 0px;
  margin: 0px 0px 0px 0px;
}
.pushy .links a.cabinet {
  background-image: url(../img/cabinet.svg);
  background-size: 26px 26px;
}
.pushy .links a.favorites {
  background-image: url(../img/favorite.svg);
  background-size: 26px 26px;
}
.pushy .links a.cart {
  background-image: url(../img/cart.svg);
  background-size: 38px 27px;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

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

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

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog {
  padding-bottom: 44px;
}
.blog h1 {
  margin: 12px 0 31px;
}
.blog span.views, .blog span.read-time {
  font-size: 14px;
  color: #3A3A3A;
  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 #CEA9A2;
}
.blog .blog-showcase > div.first-blog-post h3 {
  font-size: 25px;
  color: #3A3A3A;
  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: #3A3A3A;
  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 #CEA9A2;
}
.blog .blog-showcase > div.blog-posts > a {
  text-decoration: none;
}
.blog .blog-showcase > div.blog-posts h3 {
  font-size: 20px;
  color: #3A3A3A;
  margin: 21px 0 9px;
}
.blog .blog-showcase > div.blog-posts p.note {
  font-size: 14px;
  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 #CEA9A2;
  border-bottom: 1px solid #CEA9A2;
  padding: 7px 0 12px;
  margin-bottom: -1px;
}
.blog .blog-most-popular .links > a > div h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  color: #3A3A3A;
  margin: 5px 0px 6px 0px;
}
.blog .blog-most-popular .links > a:hover {
  color: #3D70AB;
  text-decoration: none;
}
.blog .blog-most-popular .links > a:hover h3 {
  color: #3D70AB;
}
.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 #CEA9A2;
  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: #FF6B2C;
  border-color: #FF6B2C;
}
.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 #CEA9A2;
  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: #3A3A3A;
}
.blog p.blog-back-link a:hover {
  color: #3D70AB;
  text-decoration: none;
}
.blog .all_blog-links h2 {
  font-size: 16px;
}
.blog a.all-blog-posts {
  color: #3A3A3A;
  font-size: 14px;
}
.blog .blog-post .table-of-contents a {
  text-decoration: none !important;
  color: #3D70AB !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: 38px;
  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;
}

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

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

a.anchor {
  text-decoration: none;
}

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

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

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

.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: #F2EBEA;
  color: #fff;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

body.cart-visible {
  overflow: hidden;
}
body.cart-visible .order-cart-site-overlay {
  display: block;
}
body.cart-visible .order-cart-container {
  transform: translateX(0);
}

.invisible {
  opacity: 0;
}

.cabinet-no-login {
  display: flex;
  justify-content: space-between;
}
.cabinet-no-login > div {
  width: 50%;
}
.cabinet-no-login > div > div {
  width: 400px;
}
.cabinet-no-login > div > div .button {
  margin: 18px 0px 30px 0px;
}
.cabinet-no-login > div > div a {
  font-size: 14px;
}
.cabinet-no-login > div:nth-of-type(1) {
  border-right: 1px solid #9A9CA0;
}
.cabinet-no-login > div:nth-of-type(2) > div {
  margin: 138px auto 0px;
}
@media (max-width: 1070px) {
  .cabinet-no-login {
    display: block;
  }
  .cabinet-no-login > div {
    width: 100%;
    border: none !important;
  }
  .cabinet-no-login > div > div {
    width: 100%;
    margin: 0px 0px 50px 0px !important;
  }
}

.top-slider-container {
  width: 1722px;
}
.top-slider-container .top-slider {
  position: relative;
}
.top-slider-container .top-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  max-height: 860px;
}
.top-slider-container .top-slider .swiper-slide:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all linear 1.5s;
}
.top-slider-container .top-slider .swiper-slide.swiper-slide-active:before {
  background-color: rgba(255, 255, 255, 0);
}
.top-slider-container .top-slider .swiper-slide video {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 610px) {
  .top-slider-container {
    width: calc((100vw - 40px) * 3);
  }
  .top-slider-container .top-slider .swiper-slide {
    max-height: calc((100vw - 40px) * 1.5);
  }
}

.first-screen {
  min-height: 860px;
}
.first-screen .columns {
  display: flex;
}
.first-screen .columns > div {
  position: relative;
  width: 50%;
}
.first-screen .columns .logo {
  position: absolute;
  z-index: 10;
  width: 481px;
  height: 175px;
  left: 100%;
  top: 29px;
  background-image: url("../img/logo.png");
  background-size: 481px 175px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.first-screen .columns .top-slider-container {
  position: absolute;
  z-index: 5;
  left: 100%;
  top: 0px;
}
.first-screen .columns .top-phone {
  margin: 40px 0px 270px;
}
.first-screen .columns .top-phone a {
  color: #A7655A;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.first-screen .columns .top-phone a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: rgba(167, 101, 90, 0.33);
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.first-screen .columns .top-phone a:hover, .first-screen .columns .top-phone a:focus, .first-screen .columns .top-phone a:active {
  text-decoration: none;
}
.first-screen .columns .top-phone a:hover:after, .first-screen .columns .top-phone a:focus:after, .first-screen .columns .top-phone a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.first-screen .columns h1 {
  margin: 0px 0px 88px;
  font-size: 54px;
  color: #A7655A;
  text-transform: uppercase;
}
.first-screen .columns h1 span {
  display: block;
  margin: 0px 0px 0px;
  font-size: 25px;
  text-transform: none;
}
@media (max-width: 1320px) {
  .first-screen .columns h1 {
    font-size: 4vw;
  }
  .first-screen .columns h1 span {
    font-size: 2vw;
  }
}
.first-screen .columns .top-swiper-pagination {
  position: absolute;
  top: 842px;
  display: flex;
  align-items: center;
  height: 20px;
}
.first-screen .columns .top-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-radius: 100%;
  border: 5px solid #A7655A;
  opacity: 1;
  transition: all 0.25s;
}
.first-screen .columns .top-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  border: 3px solid #A7655A;
}
@media (max-width: 820px) {
  .first-screen {
    text-align: center;
  }
  .first-screen .columns {
    display: block;
  }
  .first-screen .columns > div {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .first-screen .columns .logo {
    display: block;
    position: static;
    width: 100%;
    transform: translateX(0);
    margin: 28px 0px 16px 0px;
    height: 109px;
    background-size: 300px 109px;
  }
  .first-screen .columns .top-slider-container {
    position: static;
  }
  .first-screen .columns .top-phone {
    display: none;
  }
  .first-screen .columns h1 {
    margin: 0px 0px 17px;
    font-size: 27px;
  }
  .first-screen .columns h1 span {
    margin: 0px 0px 0px;
    font-size: 20px;
  }
  .first-screen .columns .top-swiper-pagination {
    position: static;
    justify-content: center;
    margin: 9px 0px 12px 0px;
  }
}

.master {
  padding: 191px 0 181px;
}
.master .columns {
  display: flex;
}
.master .columns > div {
  width: 50%;
}
.master .columns > div.visual {
  text-align: right;
}
.master .columns > div.visual img {
  width: 369px;
}
.master .columns > div .content {
  margin: 0px 0 0 90px;
  max-width: 450px;
}
.master .columns > div .content h4 {
  color: #A7655A;
  margin: 30px 0px 15px;
}
.master .columns > div .content h2 {
  color: #A7655A;
  margin: 6px 0px 13px;
}
.master .columns > div .content h2 + h4 {
  margin: 0px 0px 30px;
}
@media (max-width: 940px) {
  .master .columns > div .content {
    margin: 0px 0 0 35px;
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .master {
    padding: 5px 0 8px;
  }
  .master .columns {
    display: block;
  }
  .master .columns > div {
    width: 100%;
  }
  .master .columns > div.visual {
    text-align: center;
  }
  .master .columns > div .content {
    max-width: 370px;
    margin: 0px auto 0px;
  }
  .master .columns > div .content h2 {
    margin: 25px 0px 13px;
  }
}

.reviews h2 {
  color: #A7655A;
  margin: 45px 0px 30px;
}
.reviews p {
  max-width: 320px;
}
.reviews .content {
  width: 30%;
  min-width: 390px;
  height: 780px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews .content .reviews-slider-container {
  position: absolute;
  z-index: 5;
  left: 100%;
  top: 0px;
  width: 1455px;
}
.reviews .content .reviews-slider-container #slider-reviews .swiper-slide {
  overflow: hidden;
}
.reviews .content .reviews-slider-container #slider-reviews .swiper-slide:before {
  content: "";
  padding-top: 217%;
  float: left;
}
.reviews .content .reviews-slider-container #slider-reviews .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0);
  transition: all linear 1s;
}
.reviews .content .reviews-slider-container #slider-reviews .swiper-slide.swiper-slide-prev:after {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all linear 0.5s;
}
.reviews .content .reviews-slider-container #slider-reviews .swiper-button-prev, .reviews .content .reviews-slider-container #slider-reviews .swiper-button-next, .reviews .content .reviews-slider-container #slider-reviews .swiper-scrollbar {
  display: none;
}
.reviews .content .reviews-swiper-pagination {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  height: 20px;
}
.reviews .content .reviews-swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border-radius: 100%;
  border: 5px solid #A7655A;
  opacity: 1;
  transition: all 0.25s;
}
.reviews .content .reviews-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  border: 3px solid #A7655A;
}
.reviews .content a.instagram {
  display: inline-block;
  background-image: url("../img/instagram.svg");
  background-size: 162px 37px;
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 162px;
  padding-top: 40px;
  padding-bottom: 0px;
  margin: 3px 0 69px;
  position: relative;
  overflow: hidden;
}
.reviews .content a.instagram:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: rgba(167, 101, 90, 0.33);
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.reviews .content a.instagram:hover, .reviews .content a.instagram:focus, .reviews .content a.instagram:active {
  text-decoration: none;
}
.reviews .content a.instagram:hover:after, .reviews .content a.instagram:focus:after, .reviews .content a.instagram:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 860px) {
  .reviews p {
    max-width: 100%;
  }
  .reviews .content {
    width: 100%;
    min-width: auto;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
  }
  .reviews .content .reviews-slider-container {
    margin: 29px 0px 8px 0px;
    position: static;
    width: 1295px;
  }
  .reviews .content .reviews-swiper-pagination {
    position: static;
    justify-content: center;
    margin: 0px 0px 0px 0px;
  }
  .reviews .content .more {
    display: none;
  }
}

.main-contacts {
  padding: 180px 0 181px;
}
.main-contacts .columns {
  display: flex;
}
.main-contacts .columns > div {
  width: 50%;
}
.main-contacts .columns > div.map-container {
  order: -1;
  position: relative;
}
.main-contacts .columns > div.map-container .map {
  position: absolute;
  width: 50vw;
  right: 0px;
  top: 0px;
  height: 100%;
}
.main-contacts .columns > div .content {
  margin: 129px 0 0 90px;
  max-width: 340px;
}
.main-contacts .columns > div .content h4 {
  color: #A7655A;
  margin: 30px 0px 10px;
}
.main-contacts .columns > div .content a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.main-contacts .columns > div .content a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: rgba(167, 101, 90, 0.33);
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.main-contacts .columns > div .content a:hover, .main-contacts .columns > div .content a:focus, .main-contacts .columns > div .content a:active {
  text-decoration: none;
}
.main-contacts .columns > div .content a:hover:after, .main-contacts .columns > div .content a:focus:after, .main-contacts .columns > div .content a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 860px) {
  .main-contacts .columns > div .content {
    margin: 129px 0 0 35px;
  }
}
@media (max-width: 640px) {
  .main-contacts {
    padding: 19px 0 0px;
    text-align: center;
  }
  .main-contacts .columns {
    display: block;
  }
  .main-contacts .columns > div {
    width: 100%;
  }
  .main-contacts .columns > div.map-container {
    margin: 55px -20px 0px;
    width: 100vw;
  }
  .main-contacts .columns > div.map-container .map {
    position: static;
    width: 100%;
    height: 100%;
  }
  .main-contacts .columns > div .content {
    margin: 0px 0 0px;
    max-width: none;
  }
  .main-contacts .columns > div .content h4 {
    margin: 30px 0px 10px;
  }
}

.certificates {
  padding: 80px 0 111px;
}
.certificates .content {
  width: 50%;
  position: relative;
}
.certificates .content .second {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1330px) {
  .certificates .content .second {
    padding-left: 50px;
  }
}
.certificates .content .second img {
  border-radius: 14px;
  position: relative;
}
.certificates .content .second img:nth-of-type(1) {
  z-index: 2;
  transform: translateY(-6px);
}
.certificates .content .second img:nth-of-type(2) {
  z-index: 1;
  transform: translateY(20px);
}
@media (max-width: 1330px) {
  .certificates .content .second img {
    max-width: calc(50% - 2px);
  }
}
.certificates .content .second .corasones {
  background-image: url("../img/corasones.svg");
  background-size: 84px 53px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  min-height: 53px;
  padding: 13px 0 0px 101px;
  margin: 46px 0px 79px 0px;
  color: #C85A69;
}
.certificates .content .second .corasones + p.strong {
  color: #A7655A;
  margin-bottom: 12px;
}
.certificates .content .second ul {
  max-width: 365px;
}
.certificates .content .second ul li {
  white-space: wrap;
}
.certificates .content .e-certificate {
  position: relative;
  z-index: 1;
  transform-origin: 95px 100%;
  transform: rotate(-15deg);
  margin: 27px 0px 0px 101px;
}
.certificates .content .e-certificate img {
  position: relative;
  z-index: 2;
}
.certificates .content .e-certificate h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  position: absolute;
  z-index: 1;
  left: 219px;
  top: 90px;
  max-width: 160px;
}
.certificates .content .e-certificate h4 span {
  font-size: 14px;
  display: block;
  text-transform: none;
  margin-bottom: 0px;
}
.certificates .content .note {
  border-radius: 18px;
  border: 1px solid #CEA9A2;
  padding: 20px 23px 22px 23px;
  margin: -97px 0px 32px -10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.certificates .content .important {
  margin: 21px 0px 14px 0px;
}
.certificates .content .important span {
  color: #A7655A;
  font-weight: 600;
}
.certificates .content .contacts {
  margin: -5px 0px 30px 0px;
}
.certificates .content .contacts a {
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.certificates .content .contacts a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: rgba(167, 101, 90, 0.33);
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.certificates .content .contacts a:hover, .certificates .content .contacts a:focus, .certificates .content .contacts a:active {
  text-decoration: none;
}
.certificates .content .contacts a:hover:after, .certificates .content .contacts a:focus:after, .certificates .content .contacts a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.certificates .content .pay-form .button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 19px 0px 0px 0px;
}
.certificates .content .pay-form .button-container input {
  font-size: 29px;
  font-weight: 600;
  padding: 13px 0px;
  text-align: center;
  width: 110px;
  margin: 0px 7px 0px 0px;
}
.certificates .content .pay-form .button-container .button {
  margin: 0px 0px 0px 45px;
}
.certificates p {
  max-width: 500px;
}
.certificates h2, .certificates h3, .certificates h4 {
  color: #A7655A;
}
@media (max-width: 820px) {
  .certificates {
    padding: 18px 0 64px;
    text-align: center;
  }
  .certificates .content {
    width: 100%;
  }
  .certificates .content .second {
    position: static;
    padding: 0px;
    margin: 20px 0px 0px 0px;
  }
  .certificates .content .second img:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .certificates .content .second img:nth-of-type(2) {
    transform: translateY(20px);
  }
  .certificates .content .second .corasones {
    background-position: center 0px;
    padding: 68px 0 0px 0px;
    margin: 74px 0px 46px 0px;
  }
  .certificates .content .second p.strong {
    text-align: left;
  }
  .certificates .content .second ul {
    max-width: 100%;
  }
  .certificates .content .e-certificate {
    margin: 63px 0px 0px 50px;
    width: 163px;
  }
  .certificates .content .e-certificate h4 {
    left: 180px;
    top: 18px;
    text-align: left;
  }
  .certificates .content .note {
    margin: -82px 0px 65px 0px;
    text-align: left;
  }
  .certificates .content .important {
    margin: 21px 0px 14px 0px;
  }
  .certificates .content .contacts {
    margin: -5px 0px 30px 0px;
  }
  .certificates .content .pay-form .button-container {
    margin: 19px 0px 0px 0px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .certificates .content .pay-form .button-container input {
    margin: 0px 7px 0px 0px;
  }
  .certificates .content .pay-form .button-container .button {
    width: 100%;
    margin: 27px 0px 0px 0px;
  }
  .certificates p {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .certificates .content .second {
    margin: 20px 0px 0px 0px;
  }
  .certificates .content .second img {
    width: 186px;
    height: 273px;
    max-width: 186px;
    max-height: 273px;
  }
  .certificates .content .second img:nth-of-type(1) {
    transform-origin: 100% 100%;
    transform: translateX(121px) translateY(12px) rotate(5.9deg);
  }
  .certificates .content .second img:nth-of-type(2) {
    transform-origin: 0% 100%;
    transform: translateX(-133px) translateY(76px) rotate(-15.86deg);
  }
}

#map-container:before {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
#map-container.enabled:before {
  display: none;
}/*# sourceMappingURL=common.css.map */