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

body {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #0E404E;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}

#layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

select:invalid {
  color: red;
}

p {
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}
p.strong {
  font-weight: 500;
}

b, strong {
  font-weight: 500;
}

.sm {
  font-size: 15px;
}

.xs {
  font-size: 12px;
}

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

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

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

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

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

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

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

a {
  color: #497EDF;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #5676E7;
  text-decoration: underline;
}

a.anchor {
  text-decoration: none;
}

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

li {
  margin: 0 0 8px;
}

.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: 80px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 45px;
  height: 4px;
  background-color: #ffffff;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 45px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 37px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.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: 15px;
  text-shadow: none;
  padding: 4px 10px;
  background-color: #6592E6;
  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: #6592E6;
}
.price-filter .price-range-container .irs-grid {
  height: 30px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 15px;
  padding: 0 3px;
  color: #0E404E;
}
.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 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .price-filter-container {
    margin-bottom: -20px;
  }
}

/* tic-switch-01 begin */
/* tic-switch-01 end */
.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: 15px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #ffffff;
}
.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: #6592E6;
  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: 40px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 1px solid #ffffff;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  padding: 0 24px;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 30px 0 15px;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 15px;
  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 .params-filter-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container > .filters .params-filter-container .reset-filters {
  font-size: 15px;
  text-align: center;
  color: #497EDF;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

input, select, textarea {
  border: 1px solid #C8CACE;
  outline: none;
  padding: 9px 1px;
  font-size: 19px;
  width: 300px;
  max-width: 100%;
}

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

input.underline {
  border-color: transparent transparent #C8CACE 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: 19px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 12px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

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

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

label.with-note span.note {
  display: block;
  position: absolute;
  left: 0px;
  top: -15px;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  padding: 0 0px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 19px;
  margin-bottom: 15px;
}

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

#mobile-menu-button {
  display: block;
  opacity: 1;
  transition: all linear 0.25s;
  background-color: transparent;
  color: #000;
  width: 35px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 24px;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1400px) {
  #mobile-menu-button {
    left: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}
#mobile-menu-button:hover > div {
  width: 100% !important;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 0px;
  background-color: #CCA257;
  position: relative;
  transition: all linear 0.25s;
}
#mobile-menu-button > div:last-child {
  width: 75%;
}

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

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

.pushy .close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 101;
}

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

.pushy-content ul + ul {
  /*border-top: 1px solid #fff;*/
}

.pushy-content a:hover {
  /*background-color: #333;*/
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px) !important;
  max-width: 1300px !important;
  padding: 0;
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 30px) !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 #6592E6;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #6592E6;
  border-radius: 2px;
  padding: 18px 27px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background-color: #5676E7 !important;
  border-color: #5676E7 !important;
  color: #fff !important;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: none;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 15px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #6592E6;
  color: #6592E6;
  text-shadow: none;
}

.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: 70;
  /*overflow: hidden;*/
  /*min-height: 100vh;*/
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

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;
  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%;
}
#call-back-dialog .columns {
  display: flex;
}
#call-back-dialog .columns > div {
  width: 50%;
}
#call-back-dialog .columns > div:nth-of-type(1) {
  padding-right: 20px;
}
#call-back-dialog .columns > div:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 750px) {
  #call-back-dialog {
    max-width: 100%;
    width: auto;
  }
  #call-back-dialog .columns {
    display: block;
  }
  #call-back-dialog .columns > div {
    width: 100%;
  }
  #call-back-dialog .columns > div:nth-of-type(1) {
    padding-right: 0px;
  }
  #call-back-dialog .columns > div:nth-of-type(2) {
    padding-left: 0px;
  }
}

#question-dialog {
  max-width: 800px;
  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 .columns {
  display: flex;
}
#question-dialog .columns > div {
  width: 50%;
}
#question-dialog .columns > div:nth-of-type(1) {
  padding-right: 20px;
}
#question-dialog .columns > div:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 750px) {
  #question-dialog {
    max-width: 100%;
    width: auto;
  }
  #question-dialog .columns {
    display: block;
  }
  #question-dialog .columns > div {
    width: 100%;
  }
  #question-dialog .columns > div:nth-of-type(1) {
    padding-right: 0px;
  }
  #question-dialog .columns > div:nth-of-type(2) {
    padding-left: 0px;
  }
}
#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: #fafafa;
  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;
  background-color: #fafafa;
  background-image: url("../img/logo.svg");
  background-size: 217px 36px;
  background-position: 20px center;
  background-repeat: no-repeat;
  height: 55px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #C4C4C4;
}
.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: 70px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
}
.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;
}
.modal-panel.success .button-container, .modal-panel.warning .button-container {
  margin-top: 11px;
}
@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;
}

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

.close-button {
  width: 33px;
  height: 33px;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  cursor: pointer;
  transition: all ease-out 0.25s;
  transform-origin: center;
}

.modal-panel .close-button-container {
  position: absolute;
  z-index: 100;
  top: 12px;
  bottom: 0;
  right: 10px;
}

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

.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: 0px auto 30px;
  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: 0px auto 30px;
  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: 15px;
  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");
  &.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 {
  display: block;
  font-style: normal;
  font-size: 15px;
  color: #A4A4A4;
  margin: 46px 0 0px;
  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: #CCA257;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin-left: 0.4em;
  margin-right: 0.4em;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

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

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

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

.pagination a.current {
  background-color: #0E404E;
  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: #C8CACE !important;
  font-size: 19px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #C8CACE !important;
  font-size: 19px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #C8CACE !important;
  font-size: 19px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #C8CACE !important;
  font-size: 19px;
  font-weight: 300;
}

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: 32px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 22px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
input[disabled] {
  color: #999;
  border: 1px solid #ccc;
}

input.no-spin::-webkit-outer-spin-button, input.no-spin::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input.no-spin[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.first-screen {
  text-align: center;
}
.first-screen h1 {
  font-size: 160px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0E404E;
  margin: 133px 0 27px;
  background: url(../img/04.gif);
  background-size: cover;
  background-position: center 35%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first-screen h2 {
  color: #CCA257;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 1180px) {
  .first-screen h1 {
    font-size: 140px;
  }
}
@media (max-width: 1020px) {
  .first-screen h1 {
    font-size: 120px;
  }
}
@media (max-width: 860px) {
  .first-screen h1 {
    font-size: 100px;
  }
}
@media (max-width: 740px) {
  .first-screen h1 {
    font-size: 80px;
  }
  .first-screen h2 {
    font-size: 19px;
  }
}
@media (max-width: 570px) {
  .first-screen h1 {
    font-size: 70px;
  }
  .first-screen h2 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .first-screen h1 {
    font-size: 48px;
    margin: 110px 0 15px;
  }
  .first-screen h2 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-works {
  text-align: center;
  padding: 88px 0 0px;
  overflow: hidden;
}
.main-works > div {
  border-top: 2px solid #0E404E;
  padding: 42px 0px 40px;
  position: relative;
  z-index: 1;
  transition: z-index 0s 0.1s;
}
.main-works > div p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.main-works > div h2 {
  margin: 0px 0 8px;
  font-size: 48px;
}
.main-works > div:last-child {
  border-bottom: 2px solid #0E404E;
}
.main-works > div .links {
  margin: -3px 0 0px;
}
.main-works > div .links a {
  position: relative;
  overflow: hidden;
}
.main-works > div .links a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.main-works > div .links a:hover, .main-works > div .links a:focus, .main-works > div .links a:active {
  text-decoration: none;
}
.main-works > div .links a:hover:after, .main-works > div .links a:focus:after, .main-works > div .links a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.main-works > div .links a:hover {
  text-decoration: none;
}
.main-works > div:before {
  content: "";
  position: absolute;
  display: block;
  left: 60px;
  top: -24px;
  width: 198px;
  height: 198px;
  transition: transform 0.1s;
  transform-origin: center;
  transform: rotate(-15deg);
  background-color: #ccc;
  background: url(../img/04.gif);
  background-size: cover;
  background-position: center;
}
.main-works > div.oklejanie:before {
  background-image: url(../img/oklejanie-witryn.jpg);
}
.main-works > div.branding-lokali:before {
  background-image: url(../img/branding-lokali.png);
}
.main-works > div.branding-osiedli:before {
  background-image: url(../img/branding-osiedli.png);
}
.main-works > div.reklama-svet:before {
  background-image: url(../img/reklama-svet.png);
}
.main-works > div.reklama-auto:before {
  background-image: url(../img/reklama-auto.png);
}
.main-works > div.ploter:before {
  background-image: url(../img/ploter.jpg);
}
.main-works > div.druk:before {
  background-image: url(../img/druk.jpg);
}
.main-works > div.plastik:before {
  background-image: url(../img/plastik.jpg);
}
.main-works > div:hover {
  transition: z-index 0s 0s;
  z-index: 2;
}
.main-works > div:hover:before {
  animation-name: keyframes01;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@media (max-width: 1270px) {
  .main-works {
    padding: 200px 0 0px;
    margin: -10px 0 0px;
  }
  .main-works > div {
    padding: 90px 0px 195px;
  }
  .main-works > div:last-child {
    border-bottom: none;
  }
  .main-works > div:before {
    left: calc(50% - 95px);
    top: -144px;
    width: 198px;
    height: 198px;
  }
  .main-works > div:last-child {
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .main-works {
    padding: 200px 0 0px;
    margin: -30px 0 0px;
  }
  .main-works > div {
    padding: 90px 0px 180px;
  }
  .main-works > div:last-child {
    border-bottom: none;
  }
  .main-works > div:before {
    left: calc(50% - 90px);
    top: -120px;
    width: 180px;
    height: 180px;
  }
  .main-works > div:last-child {
    padding-bottom: 70px;
  }
}

@keyframes keyframes01 {
  0% {
    transform: scale(1) rotate(-15deg);
  }
  20% {
    transform: scale(0.5) rotate(-15deg);
  }
  30% {
    transform: scale(1.3) rotate(-15deg);
  }
  100% {
    transform: scale(1) rotate(-15deg);
  }
}
.other-works {
  text-align: left;
  padding: 88px 0 23px;
  display: flex;
  flex-wrap: wrap;
}
.other-works > div {
  border-top: 2px solid #0E404E;
  border-bottom: 2px solid #0E404E;
  padding: 42px 0px 38px 189px;
  width: calc(50% - 16px);
  margin: 0px 0 -2px;
  position: relative;
  z-index: 1;
}
.other-works > div:nth-child(odd) {
  margin-right: 32px;
}
.other-works > div h3 {
  margin: 0px 0 20px;
}
.other-works > div .links {
  margin: -3px 0 0px;
}
.other-works > div:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 4px;
  width: 153px;
  height: 153px;
  transition: all 0.25s;
  transform-origin: center;
  transform: rotate(-15deg);
  background-color: #ccc;
  background: url(../img/04.gif);
  background-size: cover;
  background-position: center;
}
.other-works > div.projekt:before {
  background-image: url(../img/projekt.jpg);
}
.other-works > div.branding:before {
  background-image: url(../img/branding.jpg);
}
.other-works > div.wklejanie:before {
  background-image: url(../img/wklejanie.jpg);
}
.other-works > div.montaz:before {
  background-image: url(../img/montaz.jpg);
}
.other-works > div.plastik:before {
  background-image: url(../img/plastik2.jpg);
}
.other-works > div:hover:before {
  animation-name: keyframes01;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@media (max-width: 1040px) {
  .other-works > div {
    padding: 42px 0px 38px 189px;
    width: 633px;
    margin: 0px auto -2px !important;
    border-bottom: none;
  }
  .other-works > div:nth-last-child(1) {
    border-bottom: 2px solid #0E404E;
  }
}
@media (max-width: 600px) {
  .other-works {
    padding: 165px 0 0px;
    margin: -30px 0 0px;
  }
  .other-works > div {
    text-align: center;
    padding: 150px 0px 75px;
  }
  .other-works > div:last-child {
    border-bottom: none;
  }
  .other-works > div:before {
    left: calc(50% - 72px);
    top: -48px;
    width: 153px;
    height: 153px;
  }
  .other-works > div:last-child {
    padding-bottom: 33px;
  }
}

.separator {
  height: 36px;
  margin: 0px 0 50px;
  background-image: url(../img/logo.svg);
  background-size: 208px 35px;
  background-repeat: repeat-x;
  background-position: center;
}

.main-page-video {
  margin: 56px 0 132px;
}
.main-page-video > .content {
  position: relative;
  display: block;
  color: #CCA257;
  text-align: center;
  padding-top: 10px;
}
.main-page-video > .content .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-page-video > .content h3 {
  font-size: 48px;
}
.main-page-video > .content h4 {
  margin: 18px auto 0px;
  width: 695px;
}
@media (max-width: 1100px) {
  .main-page-video > .content h3 {
    font-size: 40px;
  }
  .main-page-video > .content h4 {
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .main-page-video {
    margin: 0px 0 90px;
  }
}
@media (max-width: 590px) {
  .main-page-video > .content h3 {
    font-size: 37px;
  }
}

.main-page-catalog {
  display: none;
  text-align: center;
  padding: 44px 0 0px;
}
.main-page-catalog h2 {
  margin: 0px 0 19px;
  font-size: 48px;
}
.main-page-catalog h2 + p {
  font-size: 15px;
  line-height: 120%;
  margin: 0px auto 32px;
  width: 710px;
  max-width: 100%;
}
.main-page-catalog.designer {
  padding: 101px 0 101px;
}

.main-question-form {
  padding: 58px 0 61px;
  text-align: center;
  overflow: hidden;
}
.main-question-form h2 {
  color: #CCA257;
  margin: 0px 0 16px;
}
.main-question-form h2 + p {
  margin: 0px 0 11px;
}
.main-question-form .form {
  width: 400px;
  max-width: 100%;
  margin: 0px auto 0px;
  text-align: left;
  position: relative;
}
.main-question-form .form label input {
  display: block;
  width: 100%;
}
.main-question-form .form label textarea {
  display: block;
  width: 100%;
  height: 126px;
}
.main-question-form .form label.rules-checkbox {
  display: flex;
  margin: 19px 0 13px;
}
.main-question-form .form label.rules-checkbox input {
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
}
.main-question-form .form label.rules-checkbox span {
  margin: 1px 0 0 13px;
  font-size: 15px;
  line-height: 120%;
}
.main-question-form .form .button {
  margin: 0px 0 0px;
  width: 100%;
  padding: 12px 20px;
}
.main-question-form .form:before, .main-question-form .form:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 215px);
  top: 17px;
  width: 431px;
  height: 421px;
  background-image: url("../img/logo-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.main-question-form .form:before {
  transform: translateX(-50vw);
}
.main-question-form .form:after {
  transform: translateX(50vw);
}
/* 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: 65px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #0E404E;
}
#header-top .container {
  height: 100%;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top .menu-container {
  position: absolute;
  right: 0px;
  top: 0px;
  order: 1;
}
#header-top .menu-container #mobile-menu-button {
  position: relative;
}
#header-top .logo-container a.logo {
  display: block;
  font-weight: 600;
  font-size: 32px;
  line-height: 65px;
  color: #0E404E;
  height: 65px;
  min-width: 270px;
  position: relative;
  transition: all 0.25s;
  background-size: 264px 44px;
  background-repeat: no-repeat;
  background-position: 1px 9px;
  background-image: url("../img/logo.svg");
  padding: 0px 0 0px 0px;
  position: relative;
  overflow: hidden;
}
#header-top .logo-container a.logo:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 15px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top .logo-container a.logo:hover, #header-top .logo-container a.logo:focus, #header-top .logo-container a.logo:active {
  text-decoration: none;
}
#header-top .logo-container a.logo:hover:after, #header-top .logo-container a.logo:focus:after, #header-top .logo-container a.logo:active:after {
  left: 59px;
  right: auto;
  width: calc(100% - 59px);
}
#header-top a {
  display: inline-block;
  color: #0E404E;
  line-height: 65px;
  padding-bottom: 3px;
}
#header-top a.phone {
  padding-top: 1px;
  position: relative;
  overflow: hidden;
}
#header-top a.phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 22px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top a.phone:hover, #header-top a.phone:focus, #header-top a.phone:active {
  text-decoration: none;
}
#header-top a.phone:hover:after, #header-top a.phone:focus:after, #header-top a.phone:active:after {
  left: 10px;
  right: auto;
  width: calc(100% - 10px);
}
#header-top a.email {
  position: relative;
  overflow: hidden;
}
#header-top a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 22px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header-top a.email:hover, #header-top a.email:focus, #header-top a.email:active {
  text-decoration: none;
}
#header-top a.email:hover:after, #header-top a.email:focus:after, #header-top a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header-top a.cabinet {
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/cabinet.svg");
  margin-top: 17px;
  margin-right: 92px;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  height: 65px;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
}
@media (max-width: 1040px) {
  #header-top {
    top: 0px;
  }
}
#header-top .content {
  position: relative;
}
#header-top > div {
  border-bottom: 1px solid #fff;
}
@media (max-width: 860px) {
  #header-top .email-container {
    display: none;
  }
}
@media (max-width: 660px) {
  #header-top .phone-container {
    display: none;
  }
}
@media (max-width: 484px) {
  #header-top a.cabinet {
    margin-right: 70px;
  }
}
@media (max-width: 434px) {
  #header-top a.cabinet {
    display: none;
  }
}

/* tic-header-06 begin */
/* tic-header-06 end */
#header {
  margin-top: 0px;
  position: relative;
  z-index: 150;
  background-color: #fff;
  background-image: url("../img/header-bg.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0px;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header > .container > div h4, #header > .container > div .h4 {
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}
#header > .container > div .address {
  max-width: 350px;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  margin-top: 0px;
}
#header > .container > div .address > h4 {
  transform: translateY(-1px);
}
#header > .container > div .address > h4 > span {
  display: inline-block;
  background-color: #CCA257;
  color: #fff;
  padding: 3px 10px 3px;
  cursor: pointer;
  margin-left: 5px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#header > .container > div .worktime {
  max-width: 200px;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  margin-top: 0px;
}
#header > .container > div .worktime h5 {
  position: relative;
  margin: 8px 0 5px;
}
#header > .container > div .worktime h5:before {
  content: "24/7";
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  padding: 0px 10px 2px;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 25px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
#header .top {
  margin-bottom: 17px;
  background-color: #ffffff;
  color: #fff;
  border-bottom: 1px solid rgba(4, 102, 140, 0.12);
  height: 46px;
}
#header .top > .container > div {
  display: flex;
  justify-content: space-between;
}
#header .top a.phone, #header .top a.email {
  font-weight: 500;
  font-size: 17px;
  line-height: 46px;
  color: #CCA257;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#header .top a.phone:after, #header .top a.email:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top a.phone:hover, #header .top a.phone:focus, #header .top a.phone:active, #header .top a.email:hover, #header .top a.email:focus, #header .top a.email:active {
  text-decoration: none;
}
#header .top a.phone:hover:after, #header .top a.phone:focus:after, #header .top a.phone:active:after, #header .top a.email:hover:after, #header .top a.email:focus:after, #header .top a.email:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .top a.phone span, #header .top a.email span {
  white-space: nowrap;
}
#header .top .contacts {
  display: flex;
}
#header .top .contacts > div + div {
  margin-left: 70px;
}
#header .top .contacts > div > span {
  margin-right: 10px;
  font-weight: 500;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
}
#header .top div.cabinet {
  font-weight: 400;
  font-size: 17px;
  line-height: 46px;
  vertical-align: middle;
  padding: 0;
  height: 46px;
}
#header .top div.cabinet > a {
  display: inline-block;
  color: #fff;
}
#header .top div.cabinet > a.cabinet {
  background-image: url("../img/cabinet.png");
  background-position: left center;
  background-size: 27px 27px;
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
#header .top div.cabinet > a.cabinet:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 11px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top div.cabinet > a.cabinet:hover, #header .top div.cabinet > a.cabinet:focus, #header .top div.cabinet > a.cabinet:active {
  text-decoration: none;
}
#header .top div.cabinet > a.cabinet:hover:after, #header .top div.cabinet > a.cabinet:focus:after, #header .top div.cabinet > a.cabinet:active:after {
  left: 35px;
  right: auto;
  width: calc(100% - 35px);
}
#header .top div.cabinet > a.cabinet.login {
  max-width: 200px;
}
#header .top div.cabinet > a.cabinet.login + .fade {
  display: inline-block;
  width: 10px;
  height: calc(100% - 1px);
  vertical-align: top;
  position: relative;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
  z-index: 2;
  margin-right: -5px;
  transform: translateX(-100%);
  opacity: 1;
}
#header .top div.cabinet > a.cabinet.no-login + .fade {
  display: none;
}
@media (max-width: 564px) {
  #header .top div.cabinet > a.cabinet {
    padding-left: 28px;
  }
  #header .top div.cabinet > a.cabinet > span {
    display: none;
  }
}
#header .top div.cabinet > a.exit {
  background-image: url("../img/exit.png");
  background-position: center;
  background-size: 24px 36px;
  background-repeat: no-repeat;
  width: 24px;
  height: 65px;
  display: inline-block;
  margin-left: 0;
}
#header .top div.cabinet > span {
  line-height: 42px;
  vertical-align: top;
  margin: 0px 2px 0;
}
#header a:hover {
  text-decoration: none;
}
#header a.logo {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  background-image: url("../img/logo.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 199px 50px;
  min-width: 210px;
  height: 50px;
  position: relative;
}
#header a.logo > span {
  display: block;
  margin-top: 0;
  color: #ffffff;
}
#header .site-description {
  color: #0E404E;
  margin: 13px 0 15px 0px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  max-width: 135px;
}
#header .cart {
  background-image: url("../img/cart.png");
  background-position: left 30px;
  background-repeat: no-repeat;
  background-size: 39px 35px;
  padding-left: 72px;
  margin-top: -2px;
  margin-left: 20px;
}
#header .cart h4 {
  margin-bottom: 0px;
}
#header .cart > div {
  font-size: 19px;
  line-height: 19px;
  color: #0E404E;
  margin: 2px 0 5px;
  position: relative;
}
#header .cart > div strong {
  font-weight: inherit;
}
#header .cart > div .count {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: -18px;
  transform: translateX(-150%);
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #0E404E;
}
#header .cart > div .sum strong {
  font-size: 19px;
  color: #0E404E;
  font-weight: 500;
}
#header .cart > div .sum span {
  font-size: 15px;
  margin-left: 0.5em;
  color: #0E404E;
  font-weight: 500;
}
#header .cart > div .button {
  margin: 9px 0 0 0px;
  padding: 13px 26px 13px;
}
#header .cart .empty {
  padding-top: 10px;
}
#header .cart .empty > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #ffffff;
  margin: 0;
}
#header .menu-container {
  margin-top: 0px;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  height: 43px;
  border-bottom: 1px solid #fff;
}
#header .menu-container .main-menu {
  display: flex;
  justify-content: space-between;
  color: #CCA257;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  position: static;
}
#header .menu-container .main-menu > li {
  flex-grow: 0;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  text-transform: uppercase;
  color: #CCA257;
  padding: 0;
  margin: 0;
  position: static;
}
#header .menu-container .main-menu > li:before {
  display: none;
  content: "";
}
#header .menu-container .main-menu > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .menu-container .main-menu > li.search {
  flex-grow: 1;
  text-align: right;
}
#header .menu-container .main-menu > li.search > a.search {
  font-size: 24px;
  display: inline-block;
  width: 43px;
  height: 43px;
  transition: all 0.2s;
  color: #497EDF;
}
#header .menu-container .main-menu > li.search > a.search:hover {
  color: #CCA257;
}
#header .menu-container .main-menu > li.search > a.search:after {
  display: none;
}
#header .menu-container .main-menu > li > ul {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0s;
  transition-delay: 0.3s;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  color: #0E404E;
  z-index: 10000;
  position: absolute;
  left: 0px;
  top: 38px;
  width: 100%;
  list-style: none;
  /*outline: 1px solid $color-6;*/
  padding: 0;
}
#header .menu-container .main-menu > li > ul:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -2;
  pointer-events: none;
}
#header .menu-container .main-menu > li > ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
  /*background-image: url("../img/categories-bg.png");*/
  z-index: -1;
  border-radius: 10px;
}
#header .menu-container .main-menu > li > ul > li {
  display: block;
  position: relative;
  z-index: 10;
  text-transform: none;
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  padding: 0px 40px 0px 20px;
  margin: 0px;
}
#header .menu-container .main-menu > li > ul > li:first-child {
  padding-top: 20px;
}
#header .menu-container .main-menu > li > ul > li:last-child {
  padding-bottom: 30px;
}
#header .menu-container .main-menu > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li > ul > li > h4 {
  padding-bottom: 5px;
  margin: 10px 0 0px 20px;
  font-size: 18px;
  position: relative;
}
#header .menu-container .main-menu > li > ul > li > h4 > a {
  color: #0E404E;
  position: relative;
  overflow: hidden;
}
#header .menu-container .main-menu > li > ul > li > h4 > a:hover {
  text-decoration: none;
  color: #497EDF;
}
#header .menu-container .main-menu > li > ul > li > h4 > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #497EDF;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .main-menu > li > ul > li > h4 > a:hover, #header .menu-container .main-menu > li > ul > li > h4 > a:focus, #header .menu-container .main-menu > li > ul > li > h4 > a:active {
  text-decoration: none;
}
#header .menu-container .main-menu > li > ul > li > h4 > a:hover:after, #header .menu-container .main-menu > li > ul > li > h4 > a:focus:after, #header .menu-container .main-menu > li > ul > li > h4 > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .menu-container .main-menu > li > ul > li > h4 > div.icon {
  position: absolute;
  left: -55px;
  top: -12px;
  width: 46px;
  height: 46px;
  border: 1px solid #C4C4C4;
  border-radius: 0px;
  background-position: center;
  background-size: cover;
}
#header .menu-container .main-menu > li > ul > li:hover {
  /*background: rgba(254, 215, 123, 0.14);*/
}
#header .menu-container .main-menu > li > ul > li > ul {
  padding: 0 0 0px 20px;
  list-style: none;
}
#header .menu-container .main-menu > li > ul > li > ul > li {
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #C8CACE;
  border-radius: 0px;
  overflow: hidden;
}
#header .menu-container .main-menu > li > ul > li > ul > li:hover {
  border: 1px solid #5676E7;
}
#header .menu-container .main-menu > li > ul > li > ul > li > ul {
  display: none;
}
#header .menu-container .main-menu > li > ul > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li > ul > li > ul > li > a {
  display: block;
  padding: 6px 12px 4px;
  text-decoration: none;
  color: #0E404E;
}
#header .menu-container .main-menu > li > ul > li > ul > li > a > .icon {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  display: none;
}
#header .menu-container .main-menu > li > ul > li > ul > li > a > span {
  padding: 5px 0 3px 0px;
}
#header .menu-container .main-menu > li > ul > li > ul > li > a:hover {
  background-color: #5676E7;
  color: #fff;
}
#header .menu-container .main-menu > li > ul > li > ul > li.all > a {
  color: #A4A4A4;
}
#header .menu-container .main-menu > li > ul > li > ul > li.all > a:hover {
  color: #ffffff;
}
#header .menu-container .main-menu > li.with-sub {
  background-image: url("../img/drop-down.png");
  background-position: right 18px;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  padding-right: 16px;
}
#header .menu-container .main-menu > li + li {
  margin-left: 2.5em;
}
#header .menu-container .main-menu > li > a {
  position: relative;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: block;
  color: #CCA257;
}
#header .menu-container .main-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 10px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .main-menu > li > a:hover, #header .menu-container .main-menu > li > a:focus, #header .menu-container .main-menu > li > a:active {
  text-decoration: none;
}
#header .menu-container .main-menu > li > a:hover:after, #header .menu-container .main-menu > li > a:focus:after, #header .menu-container .main-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .menu-container .main-menu > li > a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #header .menu-container .main-menu > li + li {
    margin-left: 1em;
  }
}
@media (max-width: 1040px) {
  #header {
    display: none;
  }
}
#header + #after-header {
  height: 0px;
}
@media (max-width: 1040px) {
  #header + #after-header {
    height: 47px;
  }
}

ul.main-areas {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  margin: 34px 0 0px;
}
ul.main-areas li {
  margin: 0;
  outline: 1px solid #fff;
}
ul.main-areas li a {
  color: #0E404E;
  display: block;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #F7FAFF;
  padding: 12px 0 12px;
  transition: all 0.1s;
  text-decoration: none;
}
ul.main-areas li a:hover {
  color: #fff;
  background: #CCA257;
}
ul.main-areas li.active a {
  color: #fff;
  background: #CCA257;
}

.with-left-sidebar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.with-left-sidebar .left-sidebar {
  width: calc(25% - 14px);
  min-width: 310px;
  position: relative;
  z-index: 100;
}
.with-left-sidebar .left-sidebar > div {
  /*position: sticky;
  top: 70px;*/
}
.with-left-sidebar .left-sidebar .item {
  max-width: 260px;
  margin-bottom: 40px;
}
.with-left-sidebar .left-sidebar .item .button {
  margin-top: 0px;
}
.with-left-sidebar .left-sidebar ul.all-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.with-left-sidebar .left-sidebar ul.all-categories ul.categories {
  margin: 0 0 40px 0;
}
.with-left-sidebar .left-sidebar ul.categories {
  margin: 0 0 70px 0;
  list-style: none;
  padding: 0;
  border-color: #C4C4C4;
  border-style: solid solid none solid;
  border-width: 1px;
}
.with-left-sidebar .left-sidebar ul.categories > li {
  margin: 0;
  position: relative;
}
.with-left-sidebar .left-sidebar ul.categories > li a {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 41px;
  color: #0E404E;
  display: flex;
  align-items: center;
  outline: 1px solid #C4C4C4;
  background-color: #fff;
}
.with-left-sidebar .left-sidebar ul.categories > li a > .icon {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 0 7px 0 5px;
}
.with-left-sidebar .left-sidebar ul.categories > li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #ffffff;
  transition: all 0s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a {
  color: #fff;
  outline: 1px solid #ffffff;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a > .icon {
  filter: brightness(0) invert(1);
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0s;
  transition-delay: 0.3s;
  display: block;
  position: absolute;
  z-index: 100;
  left: 100%;
  top: 0;
  width: 160%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.38);
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li {
  width: 100%;
  margin-bottom: -1px;
  border: 1px solid #C4C4C4;
  position: relative;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:before {
  display: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li > a {
  padding-left: 20px;
  outline: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover {
  border-left: 1px solid #ffffff;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a {
  color: #fff;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .with-left-sidebar .left-sidebar {
    display: none;
  }
}
.with-left-sidebar .main-content {
  width: calc(75% - 8px);
  margin-left: 20px;
}
@media (max-width: 991px) {
  .with-left-sidebar .main-content {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

.checkout-page #header {
  display: none;
}
.checkout-page #header + #after-header {
  height: 40px;
}
@media print {
  .checkout-page #header {
    display: none;
  }
}
.checkout-page #header-top {
  top: 0px;
}
@media print {
  .checkout-page #header-top {
    display: none;
  }
}
@media print {
  .checkout-page .breadcrumbs {
    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;
}
@media print {
  .order-page #header-top {
    display: none;
  }
}
@media print {
  .order-page .breadcrumbs {
    display: none;
  }
}

#template1-page {
  padding-top: 50px;
  padding-bottom: 85px;
  min-height: 500px;
  background-color: #fafafa;
}

#template2-page {
  padding-top: 50px;
  padding-bottom: 85px;
  min-height: 500px;
  background-color: #fafafa;
}

#template3-page {
  padding-top: 50px;
  padding-bottom: 85px;
  min-height: 500px;
  background-color: #fafafa;
}

#template4-page {
  padding-top: 50px;
  padding-bottom: 85px;
  min-height: 500px;
  background-color: #fafafa;
}

#template5-page {
  padding-top: 50px;
  padding-bottom: 85px;
  min-height: 500px;
  background-color: #fafafa;
}

/* tic-slider-03 begin */
/* tic-slider-03 end */
#slider-0 {
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px auto 0px;
  max-width: 100%;
}
#slider-0 .slider-item {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
#slider-0 .slider-item:before {
  content: "";
  padding-top: 50%;
  float: left;
}
@media (max-width: 640px) {
  #slider-0 .slider-item {
    overflow: hidden;
    background-image: none;
  }
  #slider-0 .slider-item:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}
#slider-0 .slider-item > .container {
  margin: 0;
  width: 100% !important;
}
#slider-0 .slider-item > .slider-item-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  display: none;
}
@media (max-width: 640px) {
  #slider-0 .slider-item > .slider-item-mobile {
    display: block;
  }
}
#slider-0 .slider-item .slider-text {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 35px 30px 20px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  transition: all ease-out 1s 0.5s;
  opacity: 0;
}
#slider-0 .slider-item .slider-text .item-label {
  font-size: 15px;
  font-weight: 300;
}
#slider-0 .slider-item .slider-text h3 {
  margin: 100px 0 10px 0;
  font-size: 86px;
  line-height: 100%;
}
#slider-0 .slider-item .slider-text .item-note {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
#slider-0 .slider-item .slider-text .button {
  margin: 110px auto 0px;
}
@media (max-width: 1250px) {
  #slider-0 .slider-item .slider-text h3 {
    margin: 80px 0 10px 0;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 90px auto 0px;
  }
}
@media (max-width: 1060px) {
  #slider-0 .slider-item .slider-text h3 {
    margin: 60px 0 10px 0;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 80px auto 0px;
  }
}
@media (max-width: 960px) {
  #slider-0 .slider-item .slider-text h3 {
    font-size: 72px;
    margin: 60px 0 10px 0;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 30px auto 0px;
  }
}
@media (max-width: 850px) {
  #slider-0 .slider-item .slider-text {
    padding-top: 20px;
  }
  #slider-0 .slider-item .slider-text h3 {
    font-size: 60px;
    margin: 25px 0 0px 0;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 5px auto 0px;
  }
}
@media (max-width: 640px) {
  #slider-0 .slider-item .slider-text {
    padding-top: 40px;
  }
  #slider-0 .slider-item .slider-text h3 {
    font-size: 68px;
    margin: 70px 0 16px 0;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 30px auto 0px;
  }
}
@media (max-width: 550px) {
  #slider-0 .slider-item .slider-text {
    padding-top: 40px;
  }
  #slider-0 .slider-item .slider-text h3 {
    margin: 38px 0 16px 0;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 30px auto 0px;
  }
}
@media (max-width: 470px) {
  #slider-0 .slider-item .slider-text {
    padding-top: 25px;
  }
  #slider-0 .slider-item .slider-text h3 {
    margin: 28px 0 16px 0;
    font-size: 44px;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 13px auto 0px;
  }
}
@media (max-width: 390px) {
  #slider-0 .slider-item .slider-text {
    padding-top: 25px;
  }
  #slider-0 .slider-item .slider-text h3 {
    margin: 17px 0 0px 0;
    font-size: 44px;
  }
  #slider-0 .slider-item .slider-text .button {
    margin: 0px auto 0px;
  }
}
#slider-0 .slider-item.slick-active .slider-text {
  opacity: 1;
}
#slider-0 .slick-prev, #slider-0 .slick-next {
  z-index: 10;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 42px 48px;
  z-index: 2;
  top: 50%;
}
@media (max-width: 640px) {
  #slider-0 .slick-prev, #slider-0 .slick-next {
    display: none !important;
  }
}
#slider-0 .slick-prev:before, #slider-0 .slick-next:before {
  display: none;
}
#slider-0 .slick-prev {
  background-image: url("../img/slider-prev.svg");
  left: 20px;
}
#slider-0 .slick-next {
  background-image: url("../img/slider-next.svg");
  right: 20px;
}
#slider-0 .slick-dots {
  bottom: -30px;
}
#slider-0 .slick-dots li button {
  border: 0;
  background: #C4C4C4;
  border: none;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
#slider-0 .slick-dots li button:before {
  display: none;
}
#slider-0 .slick-dots li.slick-active button {
  background: #CCA257;
}

.slider .slick-prev, .slider .slick-next {
  z-index: 10;
  width: 64px;
  height: 64px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 42px 48px !important;
  z-index: 2;
  top: 50%;
}
@media (max-width: 640px) {
  .slider .slick-prev, .slider .slick-next {
    display: none !important;
  }
}
.slider .slick-prev:before, .slider .slick-next:before {
  display: none;
}
.slider .slick-prev {
  background-image: url("../img/slider-prev.svg") !important;
  left: 20px;
}
.slider .slick-next {
  background-image: url("../img/slider-next.svg") !important;
  right: 20px;
}
.slider .slick-dots {
  bottom: -30px;
}
.slider .slick-dots li button {
  border: 0;
  background: #C4C4C4;
  border: none;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slider .slick-dots li button:before {
  display: none;
}
.slider .slick-dots li.slick-active button {
  background: #CCA257;
}

.advantages {
  padding: 62px 0 30px;
}
.advantages .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}
.advantages .columns > div {
  display: inline-block;
  width: calc(25% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 19px;
  position: relative;
}
@media (max-width: 991px) {
  .advantages .columns > div {
    width: calc(33% - 40px);
  }
}
@media (max-width: 750px) {
  .advantages .columns > div {
    width: calc(50% - 40px);
  }
}
@media (max-width: 360px) {
  .advantages .columns > div {
    width: calc(100% - 40px);
  }
}
.advantages img {
  margin-bottom: 18px;
}
.advantages p {
  max-width: 225px;
}
@media (max-width: 750px) {
  .advantages {
    padding: 20px 0 30px;
  }
}

#showcase {
  padding-bottom: 46px;
}

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

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

.products-with-filters .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.products-with-filters .product-list .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 19px;
  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);
  }
}

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  background: #FFFFFF;
  border: none;
  max-width: 360px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-card:hover {
  /*box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);*/
  z-index: 50;
}
.product-card.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute;
  z-index: 100;
}
.product-card .note {
  display: none;
}
.product-card .product-photo {
  width: calc(100% - 0px);
  overflow: hidden;
  margin: 0px auto 20px;
  position: relative;
  background-image: url("../img/preview-bg.jpg");
  background-position: center;
  background-size: cover;
  /*&.no-photo{
  	background-image: url("../img/no-photo.png");
  	background-position: center;
  	background-size: auto;
  }*/
}
.product-card .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card .product-photo > img {
  max-height: 80%;
  max-width: 80%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}
.product-card .title-code {
  position: relative;
}
.product-card .title-code .title {
  text-transform: none;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 130%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 18px;
  text-align: left;
  color: #0E404E;
  min-height: 65px;
}
.product-card .title-code .vendor-code {
  position: absolute;
  display: block;
  left: 18px;
  top: -32px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #CCA257;
  padding: 0px 12px;
}
.product-card .card-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 18px 26px;
}
.product-card .card-bottom .currency {
  display: none;
}
.product-card .card-bottom .stock {
  display: block;
  font-size: 12px;
  color: #0E404E;
  text-align: left;
}
.product-card .card-bottom .stock.stock0 {
  color: #ffffff;
}
.product-card .card-bottom .before-button {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.product-card .card-bottom .price-discount {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.product-card .card-bottom .price-discount .price {
  font-size: 21px;
  letter-spacing: -0.05em;
  color: #0E404E;
  vertical-align: top;
  font-weight: 300;
  letter-spacing: -0.05em;
  text-align: left;
}
.product-card .card-bottom .price-discount .price.null {
  font-size: 19px;
}
.product-card .card-bottom .price-discount .price > span {
  font-weight: 500;
}
.product-card .card-bottom .price-discount .price > span.currency-label {
  margin-left: 4px;
}
.product-card .card-bottom .price-discount .old-price {
  position: relative;
  display: inline-block;
  top: 3px;
  position: relative;
  vertical-align: top;
  margin-right: 2px;
  color: #757575;
  font-weight: 400 !important;
  font-size: 15px;
  letter-spacing: -0.05em;
}
.product-card .card-bottom .price-discount .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -5px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #757575;
  transform: rotate(0deg);
  z-index: 2;
}
.product-card .card-bottom .price-discount .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #fff;
  transform: rotate(0deg);
  z-index: 1;
}
.product-card .card-bottom .price-discount .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
  font-size: 19px;
}
.product-card .card-bottom .price-discount .old-price > .currency-label {
  display: none;
}
.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 .discount {
  display: inline-block;
  color: #fff;
  background-color: #5f6499;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400 !important;
  padding: 3px 15px;
  position: relative;
  margin-left: 5px;
  top: 0px;
  transform-origin: center;
  transform: rotate(5deg);
}
.product-card .card-bottom .colors {
  color: #0E404E;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 3px;
}
.product-card .card-bottom button {
  width: 100%;
  margin: 13px 0 0px;
}
.product-card .variations {
  font-weight: 500;
  font-size: 13px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-image: url("../img/colors-label.png");
  background-size: 46px 46px;
  top: 9px;
  right: 9px;
  color: #0E404E;
}
.product-card .new {
  font-size: 12px;
  position: absolute;
  top: 100px;
  left: 0px;
  transform: rotate(-90deg);
  color: #0E404E;
}
.product-card .hit {
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 0 10px;
}
.product-card .sale {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 2;
  top: 190px;
  left: -1px;
  color: #fff;
  background-color: #FF6B2C;
  padding: 8px 10px 7px;
}
.product-card .no-login {
  border-top: 1px solid #C4C4C4;
  color: #A4A4A4;
  font-size: 12px;
  line-height: 130%;
  padding: 20px 10px 0;
}

.moving {
  position: relative;
  display: block !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.moving > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#categories {
  padding: 33px 0 55px;
  background: #291D2E;
  color: #fff;
  background-image: url("../img/store-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#categories .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}
#categories .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 19px;
  position: relative;
}
@media (max-width: 991px) {
  #categories .columns > div {
    width: calc(100% - 40px);
  }
}
#categories .columns {
  margin-top: 32px;
}
#categories a:hover {
  text-decoration: none;
}

.categories {
  margin-top: 0px;
}
.categories .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}
.categories .columns > div {
  display: inline-block;
  width: calc(25% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 19px;
  position: relative;
}
@media (max-width: 1200px) {
  .categories .columns > div {
    width: calc(33% - 40px);
  }
}
@media (max-width: 900px) {
  .categories .columns > div {
    width: calc(50% - 40px);
  }
}
@media (max-width: 620px) {
  .categories .columns > div {
    width: calc(100% - 40px);
  }
}
.categories .columns {
  margin-top: 0px;
}
.categories a:hover {
  text-decoration: none;
}

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

/* tic-category-card-08 begin */
/* tic-category-card-08 end */
.category-card {
  background: #FFFFFF;
  max-width: 400px;
  height: calc(100% - 10px);
  margin: 0 auto 10px;
  transition: all ease-out 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
}
.category-card .category-logo {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.category-card .category-logo:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.category-card .category-logo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-card .info {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  padding: 0 20px;
}
.category-card .info:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.category-card .info .title {
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.category-card .info .note {
  display: none;
}

/* tic-adv-01 begin */
/* tic-adv-01 end */
#footer {
  position: relative;
  z-index: 100;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #404040;
  padding: 41px 0 40px;
}
#footer .columns {
  display: flex;
}
#footer .columns > div {
  width: 25%;
}
#footer .columns hr {
  width: 70%;
  margin: 25px 0 15px;
  border-top: 1px solid #A4A4A4;
}
#footer h4 {
  border-bottom: 2px solid #CCA257;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 13px;
  margin: 16px 0 24px;
}
#footer p, #footer li {
  font-size: 19px;
  font-weight: 300;
  line-height: 110%;
  margin-bottom: 9px;
}
#footer a {
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#footer a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #CCA257;
  height: 1px;
  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;
}
#footer a.insta {
  background-image: url("../img/instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 33px;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 14px;
}
#footer a.insta:after {
  display: none;
}
#footer a.insta:before {
  content: url("../img/instagram-hover.svg");
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  opacity: 0;
}
#footer a.insta:hover {
  background-image: url("../img/instagram-hover.svg");
}
#footer a.fb {
  background-image: url("../img/facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  display: inline-block;
  width: 42px;
  height: 42px;
}
#footer a.fb:after {
  display: none;
}
#footer a.fb:before {
  content: url("../img/facebook-hover.svg");
  position: absolute;
  top: -9999rem;
  left: -9999rem;
  opacity: 0;
}
#footer a.fb:hover {
  background-image: url("../img/facebook-hover.svg");
}
#footer ul {
  margin: 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
#footer ul > li {
  margin-left: 0px;
}
#footer ul > li:before {
  display: none;
}
#footer ul > li > ul {
  display: none;
}
@media (max-width: 960px) {
  #footer .columns {
    flex-wrap: wrap;
  }
  #footer .columns > div {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (max-width: 640px) {
  #footer {
    text-align: center;
  }
  #footer li {
    text-align: center;
  }
  #footer .columns {
    flex-wrap: wrap;
  }
  #footer .columns > div {
    width: 100%;
    margin-bottom: 35px;
  }
  #footer .columns hr {
    width: 50%;
    margin: 25px auto 15px;
  }
}
@media print {
  #footer {
    display: none;
  }
}
#footer .created {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  z-index: 1;
}
#footer .created > div.container {
  position: relative;
}
#footer .created a {
  display: block;
  overflow: visible;
  min-width: 97px;
  min-height: 40px;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/tagican/tagican-light.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: #ACACAC;
  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: rgb(204, 162, 87);
  left: 44px;
  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: rgb(255, 66, 66);
}
#footer .created a:hover:after {
  top: 0px;
}
@media (max-width: 800px) {
  #footer .created {
    display: none;
  }
}

/* tic-pushy-02 begin */
/* tic-pushy-02 end */
.pushy {
  max-height: 100vh;
  height: 100vh;
  max-width: 360px;
  top: 0;
  overflow: auto;
  background: #fff;
  color: #0E404E;
  text-align: center;
}
.pushy + .site-overlay {
  top: 0 !important;
}
.pushy a {
  display: inline-block;
}
.pushy .pushy-close {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 32px;
  background-image: url("../img/pushy-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px 11px;
  cursor: pointer;
  transition: all ease-out 0.5s;
  position: absolute;
  right: 13px;
  top: -2px;
}
.pushy .pushy-content {
  padding: 0px 0 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
.pushy .logo {
  width: 180px;
  height: 177px;
  background-image: url("../img/logo-pushy.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px 177px;
  margin: 47px auto 37px;
}
.pushy .pushy-menu {
  padding: 15px 0 50px;
}
.pushy .pushy-menu ul {
  list-style: none;
}
.pushy .pushy-menu ul li {
  text-align: center;
}
.pushy .pushy-menu ul li a {
  color: #0E404E;
  position: relative;
  overflow: hidden;
}
.pushy .pushy-menu ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .pushy-menu ul li a:hover, .pushy .pushy-menu ul li a:focus, .pushy .pushy-menu ul li a:active {
  text-decoration: none;
}
.pushy .pushy-menu ul li a:hover:after, .pushy .pushy-menu ul li a:focus:after, .pushy .pushy-menu ul li a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .pushy-menu ul li:before {
  display: none;
}
.pushy .contacts {
  background: #343434;
  color: #CCA257;
  min-width: 100%;
  flex-grow: 1;
  padding: 36px 0 20px;
}
.pushy .contacts a {
  color: #CCA257 !important;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.pushy .contacts a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #CCA257;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .contacts a:hover, .pushy .contacts a:focus, .pushy .contacts a:active {
  text-decoration: none;
}
.pushy .contacts a:hover:after, .pushy .contacts a:focus:after, .pushy .contacts a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px !important;
}

.mCSB_scrollTools {
  width: 6px !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #CCA257 !important;
  opacity: 0.75 !important;
}

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

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

ul.children-category-items {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  /*li{
  	display: inline-block;
  	margin: 0 10px 10px 0;
  	a{
  		color: $color-2;
  		display: block;
  		border: 1px solid $color-6;
  		padding: 6px 20px 5px;
  		border-radius: 3px;
  		font-size: 14px;
  		line-height: 130%;
  		text-transform: uppercase;
  		&:hover{
  			border: 1px solid $color-2;
  			background-color: $color-2;
  			color: #fff;
  			text-decoration: none;
  		}
  	}
  }*/
}
ul.children-category-items > li {
  display: inline-block;
  margin: 0 5px 2px 0;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #C8CACE;
  border-radius: 0px;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
}
ul.children-category-items > li:hover {
  border: 1px solid #5676E7;
}
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: #0E404E;
}
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: #5676E7;
  color: #fff;
}

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 92px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-page-columns .left-container {
  width: calc(50% - 50px);
  min-width: calc(50% - 50px);
  margin-right: 50px;
  padding-bottom: 40px;
}
.product-page .product-page-columns .right-container {
  width: calc(50% - 17px);
  margin-left: 17px;
}
@media (max-width: 950px) {
  .product-page .product-page-columns {
    display: block;
  }
  .product-page .product-page-columns .left-container {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
  .product-page .product-page-columns .right-container {
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.product-page .product-images { /* Safari */
  position: sticky;
  top: 70px;
  max-width: 600px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.product-page .product-images .product-new {
  position: absolute;
  right: 11px;
  top: 0px;
  display: block;
  color: #0E404E;
  padding: 8px 6px;
  font-size: 15px;
  font-weight: 900;
  z-index: 2;
}
.product-page .product-images .product-big-image {
  position: relative;
  z-index: 1;
  background-color: #191a33;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/preview-bg.jpg");
  overflow: hidden;
  padding: 50px;
  overflow: hidden;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
@media (max-width: 950px) {
  .product-page .product-images .product-big-image {
    /*max-height: 500px;*/
  }
}
.product-page .product-images .product-big-image > video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.product-page .product-images .product-big-image > div.overlay {
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #001;
  opacity: 0.5;
  transition: all 1s;
}
.product-page .product-images .product-big-image > div.image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.product-page .product-images .product-big-image > div.image > img {
  opacity: 0;
}
.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.png");
  background-size: auto;
  cursor: default;
}
.product-page .product-images .product-big-image.multiple {
  margin-left: 77px;
  /*width: calc(100% - 100px);*/
}
.product-page .product-images .product-big-image > .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #111;
}
.product-page .product-images .product-big-image > .video > div {
  overflow: hidden;
  width: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image > .video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-big-image > .video .video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-big-image > .video .video-foreground, .product-page .product-images .product-big-image > .video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.product-page .product-images .product-big-image.for-dark > div.overlay {
  background-color: #f4fffe;
  opacity: 0.65;
}
.product-page .product-images .product-alt-images {
  position: absolute;
  width: 64px;
  left: 0px;
  top: 48px;
  z-index: 10;
}
.product-page .product-images .product-alt-images.single {
  display: none;
}
.product-page .product-images .product-alt-images.single ul.slick-dots {
  display: none;
}
.product-page .product-images .product-alt-images.multiple {
  display: block;
}
.product-page .product-images .product-alt-images .slick-prev, .product-page .product-images .product-alt-images .slick-next {
  width: 46px;
  height: 46px;
  left: calc(50% - 23px);
  margin: 0;
  transform: none;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .product-images .product-alt-images .slick-prev:before, .product-page .product-images .product-alt-images .slick-next:before {
  display: none;
}
.product-page .product-images .product-alt-images .slick-prev {
  top: -48px;
  bottom: auto;
  background-image: url("../img/prev-up.png");
  background-size: 46px 46px;
}
.product-page .product-images .product-alt-images .slick-next {
  top: auto;
  bottom: -48px;
  background-image: url("../img/next-down.png");
  background-size: 46px 46px;
}
.product-page .product-images .product-alt-images .product-alt-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #C4C4C4;
}
.product-page .product-images .product-alt-images .product-alt-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image + .product-alt-image {
  border-top: none;
}
.product-page .product-images .product-alt-images .product-alt-image.video {
  background: #111;
  position: relative;
}
.product-page .product-images .product-alt-images .product-alt-image.video > div {
  overflow: hidden;
  width: calc(100% - 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-alt-images .product-alt-image.video > div:before {
  content: "";
  padding-top: 56%;
  float: left;
}
.product-page .product-images .product-alt-images .product-alt-image.video .video-background {
  background: #111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-page .product-images .product-alt-images .product-alt-image.video .video-foreground, .product-page .product-images .product-alt-images .product-alt-image.video .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 600px) {
  .product-page .product-images .product-alt-images {
    /*display: block !important;*/
    width: 100%;
    position: static;
  }
  .product-page .product-images .product-alt-images .product-alt-image {
    border: 1px solid #C4C4C4 !important;
  }
}
.product-page .vendor-code {
  margin: 0px 0 19px;
}
.product-page .product-title {
  font-size: 38px;
  margin: 0px 0 35px;
  max-width: 18em;
}
@media (max-width: 600px) {
  .product-page .product-title {
    font-size: 24px;
    margin-top: 0px;
  }
}
.product-page .product-note {
  font-size: 15px;
}
.product-page .brand-logo {
  width: 100px;
  height: 100px;
  display: inline-block;
  outline: 1px solid #C4C4C4;
  vertical-align: middle;
}
.product-page .brand-title {
  display: inline-block;
  margin: 15px 0 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.product-page .brand-title a {
  color: inherit;
}
@media (max-width: 400px) {
  .product-page .brand-title {
    margin: 0px 0 10px;
  }
}
.product-page .product-sale {
  display: inline-block;
  background: #ffffff;
  color: #FFFFFF;
  padding: 20px 24px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  z-index: 2;
  margin: 10px 0 20px;
}
.product-page .price-actions {
  display: flex;
  margin: -7px 0 47px;
  border-bottom: 1px solid #CCA257;
  padding-bottom: 50px;
}
@media (max-width: 570px) {
  .product-page .price-actions {
    display: block;
  }
  .product-page .price-actions .actions {
    margin-left: 0px;
  }
  .product-page .price-actions .price-stock {
    margin-bottom: 10px;
  }
}
.product-page .price-stock {
  margin: 68px 0 20px;
}
@media (max-width: 400px) {
  .product-page .price-stock {
    margin: 20px 0 0px;
  }
}
.product-page .price-stock .price {
  font-family: "Jost", sans-serif;
  position: relative;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 38px;
  color: #0E404E;
}
.product-page .price-stock .price > span.current-price {
  font-weight: 500;
  font-size: 37px;
  display: inline-block;
  min-width: 95px;
  text-align: right;
}
.product-page .price-stock .price > span.currency {
  display: none;
}
.product-page .price-stock .price > span.currency-label {
  color: #0E404E;
  font-size: 24px;
  font-weight: 500;
}
.product-page .price-stock .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-page .price-stock .price > .old-price-container {
  min-width: 60px;
  display: inline-block;
}
.product-page .price-stock .price > .old-price-container > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #757575;
  vertical-align: top;
}
.product-page .price-stock .price > .old-price-container > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -5px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #757575;
  transform: rotate(0deg);
  z-index: 2;
}
.product-page .price-stock .price > .old-price-container > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 0px);
  height: 1px;
  background-color: #fff;
  transform: rotate(0deg);
  z-index: 1;
}
.product-page .price-stock .price > .old-price-container > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #ffffff;
  font-weight: 500;
  font-size: 19px;
}
.product-page .price-stock .price .discount {
  display: inline-block;
  color: #fff;
  background-color: #5f6499;
  font-size: 19px;
  line-height: 100%;
  font-weight: 400 !important;
  padding: 4px 15px;
  position: relative;
  margin: 0 30px 0 5px;
  top: -5px;
  transform-origin: center;
  transform: rotate(5deg);
}
.product-page .price-stock .stock {
  margin: 30px 0 0;
  font-size: 15px;
}
.product-page .price-stock .stock.stock0 {
  color: #0E404E;
}
.product-page .price-stock .stock.stock1 {
  color: #0E404E;
}
@media (max-width: 400px) {
  .product-page .price-stock .stock {
    margin: 10px 0 0;
  }
}
.product-page .actions {
  margin: 6px 0 0 40px;
}
.product-page .actions .button {
  margin: 0px;
  vertical-align: middle;
}
.product-page .actions > .form {
  display: inline-block;
  white-space: nowrap;
  margin-top: 1.5em;
}
.product-page .actions > .form .button {
  padding: 20px 26px 20px;
  margin-left: 30px;
}
@media (max-width: 450px) {
  .product-page .actions > .form .button {
    margin-left: 15px;
  }
}
@media (max-width: 430px) {
  .product-page .actions > .form {
    margin-top: 0.75em;
  }
}
.product-page .actions > .form + p {
  margin-top: 5px;
}
.product-page .actions > span {
  font-size: 15px;
  margin: 0 1em;
  vertical-align: middle;
}
.product-page .actions input.cart-count {
  width: 4em;
  margin-right: 8px;
}
.product-page .colors {
  margin: -6px 0 44px;
  display: flex;
  flex-wrap: wrap;
}
.product-page .colors > .color {
  width: 135px;
  height: 55px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}
.product-page .colors > .color > span {
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  display: block;
  margin: 10px 11px;
}
.product-page .colors > .color.dark {
  color: #fff;
}
.product-page .colors > .color.selected {
  position: relative;
}
.product-page .colors > .color.selected:before {
  content: "";
  position: absolute;
  display: block;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 3px solid #CCA257;
}
@media (max-width: 430px) {
  .product-page .colors > .color {
    width: calc(33% - 10px);
  }
}
.product-page .description {
  margin: 27px 0 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page table.product-params {
  background-color: #fafafa;
  margin: 32px 0 0px;
}
@media (max-width: 400px) {
  .product-page table.product-params {
    margin: 40px 0 20px;
  }
}
.product-page a.product-question {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  display: inline-block;
  background-image: url("../img/question.png");
  background-position: left 2px;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  padding: 7px 0 7px 60px;
  min-height: 48px;
}
.product-page a.product-question:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #C8CACE;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-page a.product-question:hover, .product-page a.product-question:focus, .product-page a.product-question:active {
  text-decoration: none;
}
.product-page a.product-question:hover:after, .product-page a.product-question:focus:after, .product-page a.product-question:active:after {
  left: 60px;
  right: auto;
  width: calc(100% - 60px);
}
.product-page a.product-question:hover {
  text-decoration: none;
}
.product-page a.product-question > span {
  font-size: 12px;
  display: block;
  color: #0E404E;
}
.product-page a.product-question:hover > span {
  color: #0E404E;
}
.product-page .no-login p {
  color: #0E404E;
  max-width: 450px;
  margin: 50px 0 10px;
}
.product-page label.mirror {
  padding: 0px 0 0px;
  margin: 42px 0 27px;
  display: flex;
}
.product-page label.mirror input {
  width: 16px;
  height: 16px;
  margin-left: 0px;
  margin-right: 0px;
}
.product-page label.mirror span {
  margin-left: 27px;
  font-size: 15px;
}
.product-page label.mirror span strong {
  display: block;
  font-size: 19px;
}
.product-page label.edit-text {
  margin: 0px 0 26px;
  font-weight: 500;
}
.product-page label.edit-text textarea {
  display: block;
  font-weight: 300;
  width: 320px;
  height: 96px;
  margin: -3px 0 0px;
}
.product-page label.edit-text span {
  font-weight: 300;
}
.product-page label.edit-text.contacts {
  margin-bottom: 33px;
}
.product-page label.edit-text.contacts textarea {
  height: 73px;
}
.product-page label.edit-text.alt {
  margin-bottom: 33px;
}
.product-page label.edit-text.alt textarea {
  height: 73px;
}

.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 {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute !important;
  z-index: 100;
}

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog h1 {
  margin: 20px 0 40px;
}
.blog .blog-showcase {
  margin: 0 -20px;
}
.blog .blog-showcase > div.first-blog-post {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 58px;
  padding: 24px 24px 54px 24px;
  position: relative;
}
.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: 7px;
}
.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.first-blog-post h2 {
  color: #0E404E;
  margin: 8px 0 9px;
}
.blog .blog-showcase > div p.views {
  font-size: 15px;
  color: #C8CACE;
  margin-bottom: 5px;
}
.blog .blog-showcase > div p.note {
  color: #0E404E;
}
.blog .blog-showcase > div.blog-posts {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(50% - 32px);
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 48px;
  padding: 24px 24px 58px 24px;
  position: relative;
}
.blog .blog-showcase > div.blog-posts > a {
  text-decoration: none;
}
.blog .blog-showcase > div.blog-posts h2 {
  font-size: 24px;
  color: #0E404E;
  margin-bottom: 22px;
}
.blog .blog-showcase > div.blog-posts .post-preview-container {
  margin: -24px -24px 0 -24px;
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 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: right;
  position: absolute;
  bottom: 3px;
  right: 24px;
}
.blog .blog-most-popular {
  margin-top: 123px;
}
.blog .blog-most-popular > a > div {
  border-bottom: 1px solid #E6E6E6;
  padding: 11px 0 11px;
}
.blog .blog-most-popular > a > div h3 {
  display: inline;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 110%;
  color: #0E404E;
}
.blog .blog-most-popular > a > div p {
  display: inline;
  font-size: 15px;
  line-height: 110%;
  color: #C8CACE;
}
.blog .blog-most-popular > a:hover {
  color: #ffffff;
  text-decoration: none;
}
.blog .blog-most-popular > a:hover h3 {
  color: #ffffff;
}

.product-order-dialog {
  max-width: 800px;
  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 .columns {
  display: flex;
}
.product-order-dialog .columns > div {
  width: 50%;
}
.product-order-dialog .columns > div:nth-of-type(1) {
  padding-right: 20px;
}
.product-order-dialog .columns > div:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 750px) {
  .product-order-dialog {
    max-width: 100%;
    width: auto;
  }
  .product-order-dialog .columns {
    display: block;
  }
  .product-order-dialog .columns > div {
    width: 100%;
  }
  .product-order-dialog .columns > div:nth-of-type(1) {
    padding-right: 0px;
  }
  .product-order-dialog .columns > div:nth-of-type(2) {
    padding-left: 0px;
  }
}
.product-order-dialog .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  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: #0E404E;
  font-size: 15px;
  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: 19px;
  color: #C8CACE;
  vertical-align: top;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -5px;
  top: calc(50% - 1px);
  height: 1px;
  background-color: #757575;
  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% + 0px);
  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: 19px;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

.order-page #order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.order-page #order-table-container > table {
  margin: 0;
  background-color: #fff;
  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.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.order-page .price-note {
  display: block;
  font-size: 12px;
}
.order-page p.total > span {
  font-size: 30px;
  color: #0E404E;
}
.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: 2em;
  height: 21px;
}
.order-page .order-product-count span > i {
  display: block;
  font-style: normal;
  font-size: 15px;
}
.order-page .order-product-count.plain span {
  width: auto;
}
.order-page #order-confirm {
  position: relative;
  max-width: 935px;
  margin: 44px auto 38px;
  background-color: #343434;
  border-radius: 9px;
  border: 6px solid #fff;
  padding: 0 50px 2px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
}
.order-page #order-confirm .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 19px;
  position: relative;
}
@media (max-width: 890px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 40px);
  }
}
.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: 15px;
  margin-right: 10px;
}
.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 {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
@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;
  }
}
.order-page #order-confirm > .top > .promo-panel {
  padding-top: 65px;
}
.order-page #order-confirm > .top > .promo-panel input {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  width: 105px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -1px 2px 0;
  padding: 10px 2px;
  height: 58px;
}
.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: 17px 0 0px 10px;
  font-size: 15px;
}
@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;
  background-color: #FFF6E1;
}
.order-page #order-confirm .delivery-form .calculated-delivery label.town > span {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-size: 12px;
  vertical-align: baseline;
}
@media (max-width: 890px) {
  .order-page #order-confirm .delivery-form {
    margin-top: 0px !important;
  }
}
.order-page #order-confirm .delivery-form #delivery-note {
  font-weight: 500;
  margin: 0 0 5px 0;
}
.order-page #order-confirm .delivery-form #delivery-note .free-note {
  color: #5676E7;
}
.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: #5676E7;
  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: #FCF6E9;
}
.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: 15px;
  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: #497EDF;
  cursor: pointer;
}
.order-page #order-confirm label.register-checkbox span > i:hover {
  color: #5676E7;
}
.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: #497EDF;
  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: #0E404E !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: #A4A4A4;
  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: "Jost", sans-serif;
  font-size: 120%;
}
.order-page .order-pending {
  color: #12BED6;
}
.order-page .order-prepare {
  color: #6A82D4;
}
.order-page .order-ready {
  color: #39BAA3;
}
.order-page .order-delivered {
  color: #FF620E;
}
.order-page .order-done {
  color: #BC56A6;
}
.order-page .order-canceled {
  color: #979497;
}
.order-page .save-order-page {
  margin-top: 15px;
}
@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: 37px 0 0px;
}
@media print {
  .order-page .confirmed-order {
    margin: 0px 0 0px;
  }
}
.order-page .confirmed-order .content {
  display: flex;
}
.order-page .confirmed-order .content .left-column {
  width: calc(25% - 25px);
  margin-right: 33px;
}
.order-page .confirmed-order .content .right-column {
  width: calc(50% - 10px);
}
@media print {
  .order-page .confirmed-order .content {
    display: block;
  }
  .order-page .confirmed-order .content .left-column {
    display: none;
  }
  .order-page .confirmed-order .content .right-column {
    width: 100%;
  }
}
@media (max-width: 1340px) {
  .order-page .confirmed-order .content .left-column {
    width: calc(33% - 25px);
    margin-right: 33px;
  }
  .order-page .confirmed-order .content .right-column {
    width: calc(66% - 10px);
  }
}
@media (max-width: 940px) {
  .order-page .confirmed-order .content {
    display: block;
  }
  .order-page .confirmed-order .content .left-column {
    width: 100%;
    margin-right: 0px;
  }
  .order-page .confirmed-order .content .right-column {
    width: 100%;
  }
}
.order-page .confirmed-order h1 > span {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 0px;
}
.order-page .confirmed-order h4 {
  margin: 18px 0 24px;
}
.order-page .confirmed-order p.label {
  margin: 0px 0 14px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  border: none !important;
}
.order-page .confirmed-order p.label > span.value {
  display: block;
  margin: 11px 0 0px;
  font-weight: 300;
}
@media print {
  .order-page .confirmed-order p.label {
    margin: 0px 0 10px;
  }
  .order-page .confirmed-order p.label > span.value {
    margin: 5px 0 0px;
  }
}
.order-page .confirmed-order .color {
  width: 135px;
  height: 55px;
  border: 1px solid #C4C4C4;
  margin: 12px 0px 21px 0px;
}
.order-page .confirmed-order .color > span {
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  display: block;
  margin: 10px 11px;
}
.order-page .confirmed-order .color.dark {
  color: #fff;
}
.order-page .confirmed-order .product-photo-container {
  margin: 134px 0 20px;
  background-image: url("../img/preview-bg.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 35px;
}
.order-page .confirmed-order .product-photo-container:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f4fffe;
  opacity: 0;
}
.order-page .confirmed-order .product-photo-container.for-dark:before {
  opacity: 0.65;
}
@media (max-width: 940px) {
  .order-page .confirmed-order .product-photo-container {
    width: 320px;
    margin: 55px 0 20px;
  }
}
.order-page .confirmed-order .product-photo {
  width: 100%;
  overflow: hidden;
  margin: 0px auto 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.order-page .confirmed-order .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.order-page .confirmed-order .columns {
  display: flex;
}
.order-page .confirmed-order .columns > div {
  width: calc(50% - 19px);
}
.order-page .confirmed-order .columns > div:nth-of-type(2) {
  margin-left: 33px;
}
@media (max-width: 640px) {
  .order-page .confirmed-order .columns {
    display: block;
  }
  .order-page .confirmed-order .columns > div {
    width: 100%;
  }
  .order-page .confirmed-order .columns > div:nth-of-type(2) {
    margin-left: 0px;
  }
}
.order-page .confirmed-order .summ {
  font-size: 37px;
  font-weight: 500;
  line-height: 110%;
  border-top: 1px solid #CCA257;
  margin: 25px 0 0px;
  padding-top: 7px;
}
.order-page .confirmed-order .summ > p {
  font-size: 15px;
  margin: 0px 0 0px;
}
.order-page .confirmed-order .summ > span {
  font-weight: 300;
}
.order-page .confirmed-order .summ > span > i {
  font-style: normal;
  color: #CCA257;
}
.order-page .confirmed-order .summ.summary {
  margin: 38px 0 16px;
}
@media print {
  .order-page .confirmed-order .summ {
    font-size: 20px;
    margin-top: 0px !important;
  }
}
.order-page .confirmed-order h3.client {
  margin: 43px 0 23px;
}
@media print {
  .order-page .confirmed-order h3.client {
    margin: 20px 0 10px;
  }
}
.order-page .confirmed-order .print-link-container {
  margin-top: 80px;
}
.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: 32px;
  position: relative;
  overflow: hidden;
}
.order-page .confirmed-order .print-link-container > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 3px;
  background: #ffffff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.order-page .confirmed-order .print-link-container > a:hover, .order-page .confirmed-order .print-link-container > a:focus, .order-page .confirmed-order .print-link-container > a:active {
  text-decoration: none;
}
.order-page .confirmed-order .print-link-container > a:hover:after, .order-page .confirmed-order .print-link-container > a:focus:after, .order-page .confirmed-order .print-link-container > a:active:after {
  left: 32px;
  right: auto;
  width: calc(100% - 32px);
}
@media print {
  .order-page .confirmed-order .print-link-container > a {
    display: none;
  }
}
@media print {
  .order-page .confirmed-order .button {
    display: none;
  }
}
.order-page .order-admin-comment {
  margin: 10px 0 -12px;
  padding: 20px 24px 11px;
  background-color: #f4f4f4;
  border: 1px solid #CCA257;
}
.order-page .order-admin-comment h4 {
  margin: 0px 0 5px;
}
@media print {
  .order-page .order-admin-comment {
    padding: 0;
    margin: 0;
    border: none;
  }
}

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

.main-page-content {
  padding-bottom: 56px;
}

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

.login-form {
  background-color: #FFD487;
  margin: 19px auto 0px;
  max-width: 391px;
  padding: 20px 0px 0px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.39);
}
.login-form > div {
  padding: 0px 33px 0px;
}
.login-form h4 {
  margin-bottom: 14px;
  text-align: center;
}
.login-form p {
  font-weight: 400;
  font-size: 18px;
}
.login-form label {
  width: 100%;
  text-align: left;
}
.login-form label:nth-last-of-type(1) {
  margin-bottom: 8px;
}
.login-form input {
  display: block;
  font-size: 17px;
  padding: 11px 1px;
  width: 100%;
}
.login-form span.notes {
  font-weight: 300;
}
.login-form label.rules-checkbox {
  text-align: left;
  display: flex;
  margin: 19px 0 13px 1px;
}
.login-form label.rules-checkbox input {
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
}
.login-form label.rules-checkbox span {
  margin: 1px 0 0 13px;
  font-size: 15px;
  line-height: 120%;
}
.login-form button {
  width: 100%;
  padding: 17px 0;
  margin: 0px auto 38px;
}
.login-form div.forgot {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  text-align: center;
  background-color: #F4A661;
  overflow: hidden;
  padding: 0px;
}
.login-form div.forgot a {
  color: #0E404E;
  text-decoration: underline;
  line-height: 130%;
  display: inline-block;
  margin: 12px 25px 12px;
}
.login-form div.forgot p {
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  margin: 17px 25px 17px;
}
.login-form + a.button {
  width: 263px;
  padding: 17px 0;
  margin-top: 47px;
  margin-bottom: 25px;
}
@media (max-width: 400px) {
  .login-form > div {
    padding: 0px 20px 0px;
  }
}

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

.showcase {
  background-color: #fff;
  padding: 6px 0 65px;
}
.showcase h2 {
  text-align: center;
  margin-top: 0;
}

.new-products {
  background-color: #fff;
  padding: 25px 0 90px;
}
.new-products h2 {
  text-align: center;
}

.content-two-columns .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 19px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%;
  }
  .content-two-columns .columns > div + div {
    margin-left: 10%;
  }
}

/*
.cabinet-user-form{
	margin-top: 30px;
	label{
		position: relative;
		display: inline-block;
		width: auto;
		span.input-note{
			display: block;
			position: absolute;
			right: -10px;
			top: 50%;
			transform: translateX(100%) translateY(-50%);
		}
	}
}*/
.nav-tabs {
  margin-top: 30px;
}

.tab-pane h2 {
  margin-top: 40px !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: -20px;
  margin-right: -20px;
  font-size: 0;
}
.checkout-page .order-products .columns > div {
  display: inline-block;
  width: calc(25% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 19px;
  position: relative;
}
@media (max-width: 740px) {
  .checkout-page .order-products .columns > div {
    width: calc(100% - 40px);
  }
}
.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: 19px;
  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: 30px;
}
.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: #CCA257;
}
.orders-list p {
  margin: 0 0 2px;
}
.orders-list p.time {
  font-size: 15px;
}
.orders-list p.address {
  font-size: 15px;
  font-weight: 600;
}
.orders-list p.comment {
  font-size: 15px;
}
.orders-list p.status {
  margin: 10px 0 5px;
  text-transform: uppercase;
  font-size: 15px;
  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: 22px;
}
.orders-list h4.order-summary {
  white-space: nowrap;
}
.orders-list .paid {
  color: #CCA257;
  text-transform: uppercase;
}

.order-paiment-dialog {
  padding: 0;
}
.order-paiment-dialog .block {
  border-bottom: 1px solid #C4C4C4;
  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: #CCA257;
}
.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: #CCA257;
}
.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: 15px;
  display: block;
  color: #C8CACE;
  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;
  }
}

.categories-block {
  background-color: #fff;
  padding: 22px 0 60px;
}
.categories-block h2 {
  text-align: center;
}
.categories-block .categories {
  margin-top: 32px;
}
.categories-block .categories .columns {
  text-align: center;
}
.categories-block .categories .columns > .card {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .categories-block .block-title-container {
    display: block;
  }
}

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

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

#template2-page {
  padding-bottom: 50px;
}
#template2-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template2-page .columns .pattern-container {
  width: calc(25% - 60px);
  margin-right: 60px;
  margin-top: 40px;
  max-width: 25%;
}
#template2-page .columns .pattern-container .pattern {
  width: 100%;
  height: 100%;
  max-height: 1000px;
  background-color: #95AEC3;
  background-image: url("../img/sidebar-bg.jpg");
  background-position: 100% 0px;
}
#template2-page .columns .content {
  width: calc(100% - 25%);
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  #template2-page .columns .pattern-container {
    display: none;
  }
  #template2-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
  }
}

.product-modal-page {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0px;
  top: 65px;
  bottom: 0;
  z-index: 150;
  padding-top: 0px;
}
.product-modal-page .container {
  width: 100% !important;
}
.product-modal-page .product-page {
  padding: 65px 0 50px;
}
.product-modal-page .product-page .product-images {
  top: 5px;
}
.product-modal-page:before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  left: 0;
  right: 0;
  height: 55px;
  top: -55px;
}
.product-modal-page > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 60px 30px;
  max-width: 100%;
  overflow: auto;
  transform: none;
}
.product-modal-page > div .back-link {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  display: inline-block;
  background-image: url("../img/back-arrow.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 43px 11px;
  padding: 10px 0px 0px 0px;
  cursor: pointer;
  position: fixed;
  left: 20px;
  top: 88px;
  width: 34px;
}
.product-modal-page > div .back-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #ffffff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-modal-page > div .back-link:hover, .product-modal-page > div .back-link:focus, .product-modal-page > div .back-link:active {
  text-decoration: none;
}
.product-modal-page > div .back-link:hover:after, .product-modal-page > div .back-link:focus:after, .product-modal-page > div .back-link:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.product-modal-page .close-button-container {
  position: fixed;
  z-index: 9999;
  top: 78px;
  bottom: 0;
  right: 30px;
}
.product-modal-page .close-button-container .close-button {
  position: relative;
  top: 0px;
}
@media (max-width: 430px) {
  .product-modal-page {
    z-index: 1500;
    top: 0px;
  }
  .product-modal-page > div {
    padding: 0 20px 30px;
  }
  .product-modal-page > div .product-page {
    /*padding-top: 40px;**/
  }
  .product-modal-page .back-link {
    display: none !important;
  }
  .product-modal-page .close-button-container {
    top: 13px;
    right: 13px;
  }
}

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

.clear-order {
  text-align: center;
}
.clear-order a {
  font-size: 12px;
  color: #0E404E;
  text-decoration: underline;
}

.all-button-container {
  text-align: center;
  margin-top: 50px;
}

.scroll-up {
  position: fixed;
  z-index: 100;
  right: 32px;
  bottom: calc(2% + 60px);
  width: 60px;
  height: 60px;
  transform: translateY(0) translateX(150px) scale(1);
  opacity: 1;
  cursor: pointer;
  transition: all 2s ease-in-out;
}
.scroll-up:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/scroll-up.png");
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
}
.scroll-up.ready {
  transform: translateY(0) translateX(0) scale(1);
  opacity: 1;
}
.scroll-up.used:before {
  transition: all 2s linear;
  transform: translateY(-1000px) translateX(-300px) scale(0.25) rotate(45deg);
  opacity: 0.75;
}

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-bottom: 90px;
}
.related-products .similar-products {
  margin: 100px 0 20px;
}
.related-products .see-also {
  margin-top: 70px;
}
.related-products h3 {
  text-align: center;
  margin-bottom: 34px;
}

.brands-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 75px;
}
.brands-list a {
  color: #0E404E;
  display: block;
  border: 1px solid #C8CACE;
  margin: 0 10px 50px 0;
  width: 200px;
  height: 200px;
  position: relative;
}
.brands-list a > span {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 5px);
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.brands-list a:hover {
  outline: 1px solid #0E404E;
  border: 1px solid #0E404E;
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #343434;
  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 #A4A4A4;
  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: 15px !important;
  margin: 3px 0 0 24px !important;
}

.brands-slider {
  background: #E8E8E8;
  padding: 103px 0 73px;
  margin-top: 40px;
  position: relative;
}
.brands-slider #slider_brands-slider .slick-track {
  /*max-height: 282px;
  overflow: hidden;*/
}
.brands-slider #slider_brands-slider .slick-slide {
  margin: 40px 10px;
  border: 1px solid #C4C4C4;
  box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.12);
  width: 202px !important;
  height: 202px !important;
}
.brands-slider #slider_brands-slider .slick-dots {
  bottom: -90px;
}
.brands-slider #slider_brands-slider .slick-dots li button {
  border: 0;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.brands-slider #slider_brands-slider .slick-dots li button:before {
  display: none;
}
.brands-slider #slider_brands-slider .slick-dots li.slick-active button {
  background: #fff;
}
.brands-slider:before {
  content: "BRANDS";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 20px;
  bottom: 0px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 409px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #FAFAFA;
}

.color-mask {
  display: inline-block;
  width: 58px;
  height: 28px;
  position: relative;
  vertical-align: middle;
}
.color-mask:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/color-mask.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px 28px;
}

.modal-panel.map {
  min-width: 90%;
}
.modal-panel.login {
  text-align: center;
  /*padding: 32px 54px;*/
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
}
.modal-panel.login .close-button-container {
  top: 27px;
  bottom: auto;
  height: 32px;
  right: 26px;
}

.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 #CCA257;
}
label.radio input:checked + i {
  background-color: #CCA257;
}
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: 19px;
  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: "Jost", sans-serif;
}

.gift-certificate-page {
  padding: 20px 0 70px;
  background-color: #1E344F;
}
.gift-certificate-page input.big-digits {
  max-width: 195px;
  display: inline-block !important;
  margin-right: 10px;
}
.gift-certificate-page .form-header {
  display: flex;
  margin: 14px 0 30px;
}
.gift-certificate-page .form-header h2 {
  margin-top: 21px !important;
}
.gift-certificate-page .gift-note {
  font-size: 15px;
  margin: -3px 0 19px;
}
.gift-certificate-page .gift-note-2 {
  font-size: 15px;
  margin: 0px 0 19px;
}
@media (max-width: 890px) {
  .gift-certificate-page .form-header {
    display: block;
  }
  .gift-certificate-page p {
    max-width: 320px;
  }
}

a.gift-certificate > span:nth-of-type(1) {
  color: #ED374B;
}
a.gift-certificate > span:nth-of-type(2) {
  color: #B31BCC;
}
a.gift-certificate > span:nth-of-type(3) {
  color: #FF8A48;
}
a.gift-certificate > span:nth-of-type(4) {
  color: #1BBA9F;
}
a.gift-certificate > span:nth-of-type(5) {
  color: #349AF9;
}
a.gift-certificate > span:nth-of-type(6) {
  color: #1BBA9F;
}
a.gift-certificate > span:nth-of-type(7) {
  color: #ED374B;
}
a.gift-certificate > span:nth-of-type(8) {
  color: #B31BCC;
}
a.gift-certificate > span:nth-of-type(9) {
  color: #FFD850;
}
a.gift-certificate > span:nth-of-type(10) {
  color: #FF8A48;
}

.more-products .loading {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  height: 245px;
}

.product-list .columns {
  position: relative;
}
.product-list .columns > .focus {
  transition: all 0.2s;
  opacity: 0;
  position: absolute;
  display: block;
  left: 50%;
  width: 0px;
  top: 50%;
  height: 0px;
  border: 3px solid #CCA257;
}

.dimension p {
  margin: 7px 0 0px;
}
.dimension p.strong {
  margin: 0px 0 7px;
}
.dimension .control {
  display: inline-flex;
  padding: 4px;
  border: 1px solid #CCA257;
  background-color: #fff;
}
.dimension .control input {
  text-align: center;
  width: 102px;
  height: 32px;
  border: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 0px;
}
.dimension .control span {
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #CCA257;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.25s;
}
.dimension .control span.minus {
  background-image: url("../img/minus.svg");
}
.dimension .control span.plus {
  background-image: url("../img/plus.svg");
}
.dimension .control span:hover {
  background-color: #5676E7;
}

.dimensions {
  display: flex;
  flex-wrap: wrap;
}
.dimensions > div {
  margin-right: 45px;
  margin-bottom: 25px;
}
.dimensions > div:nth-last-child(1) {
  margin-right: 0px;
  margin-bottom: 0px;
}
@media (max-width: 300px) {
  .dimensions {
    display: block;
  }
}

button.to-cart {
  width: 89px;
  height: 89px;
  position: relative;
  border: none;
  outline: none;
  background-color: transparent;
}
button.to-cart:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 89px;
  height: 89px;
  border-radius: 99px;
  border: 2px solid #fff;
  background-size: 89px 89px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6592E6;
  background-image: url("../img/to-cart.svg");
  transition: all 0.25s;
}
button.to-cart:hover:before {
  background-color: #5676E7;
}
button.to-cart.full {
  padding-left: 100px;
}

.recovery-form input {
  display: block;
  width: 100%;
}

/*.to-cart{
	display: block;
	width: 89px;
	height: 89px;
	border-radius: 99px;
	border: 2px solid #fff;
	background-color: $color-4;
	&:hover{
		background-color: $color-8;
	}
	background-repeat: no-repeat;
	background-position: 18px 11px;
	display: inline-block;
	background-image: url("../img/to_cart.svg");
	background-size: 43px 57px;
}*/
.user-upload-button {
  position: relative;
  display: inline-block;
  margin: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../img/clip.svg");
  background-size: 14px 32px;
  min-height: 48px;
  padding: 15px 0 0 30px;
  line-height: 90%;
  cursor: pointer;
}
.user-upload-button > input {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  padding: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  display: block;
}

.calculator {
  text-align: center;
}
.calculator h1 {
  margin: 48px 0 55px;
}
.calculator .input-line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -30px 0;
  font-size: 28px;
}
.calculator .input-line label {
  text-align: left;
  width: 122px;
  margin: -8px 20px 10px;
}
.calculator .input-line label input {
  display: block;
  width: 100%;
}
.calculator .input-line label select {
  display: block;
  width: 100%;
}
.calculator .input-line label select option {
  font-weight: 300;
}
.calculator .input-line.wide label {
  margin: 0px 20px 10px;
  width: 230px;
}
.calculator .input-line + .input-line {
  margin-top: 53px;
}
@media (max-width: 700px) {
  .calculator .input-line h4 {
    width: 100%;
    margin: 0px 0 27px;
  }
}
@media (max-width: 460px) {
  .calculator .input-line {
    margin: 0 0px 0;
  }
  .calculator .input-line label {
    width: 100px;
  }
  .calculator .input-line.wide label {
    width: 100%;
  }
  .calculator .input-line.wide label input {
    width: 100% !important;
  }
}
.calculator p {
  max-width: 100% !important;
}
.calculator .calc-result {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  border-bottom: 10px solid #CCA257;
}
.calculator .calc-result > div {
  background-color: #CCA257;
  width: 295px;
  margin: 0px auto 0px;
  border-radius: 30px 30px 0px 0px;
  color: #fff;
  font-size: 15px;
  padding: 5px 5px 0px;
}
.calculator .calc-result > div span {
  display: block;
  font-size: 37px;
  padding: 8px 0px 8px;
}
.calculator .calc-result > a.to-cart {
  position: absolute;
  left: calc(50% + 106px);
  top: -29px;
}
.calculator p.all {
  margin: -32px 0 44px;
}
.calculator p.all > span {
  display: block;
}

.calc-result-form, .pre-order-form {
  background-color: #fafafa;
  width: 535px;
  padding-bottom: 27px;
}
.calc-result-form h3, .pre-order-form h3 {
  margin: 8px 0 27px;
}
.calc-result-form p.selected-options, .pre-order-form p.selected-options {
  display: inline-block;
  margin: 0px 0 0px;
  line-height: 131%;
  border-bottom: 1px solid #CCA257;
  padding-bottom: 17px;
}
.calc-result-form .summ, .pre-order-form .summ {
  font-size: 37px;
  font-weight: 500;
  line-height: 110%;
  margin: 9px 0 30px;
}
.calc-result-form .summ > p, .pre-order-form .summ > p {
  font-size: 15px;
  margin: 0px 0 0px;
}
.calc-result-form label.form-label, .pre-order-form label.form-label {
  margin: 0px 0 0px;
  width: 100%;
  background-color: inherit;
}
.calc-result-form label.form-label textarea, .pre-order-form label.form-label textarea {
  display: block;
  width: 100%;
  height: 100px;
}
.calc-result-form .user-upload-button, .pre-order-form .user-upload-button {
  margin: 10px 0 11px;
}

.pre-order-form {
  margin-bottom: 10px;
}
.pre-order-form p.vendor-code {
  font-size: 15px;
  margin: -9px 0 -14px;
}
.pre-order-form p.label {
  margin: 0px 0 14px;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
}
.pre-order-form p.label > span.value {
  display: block;
  margin: 11px 0 0px;
  font-weight: 300;
}
.pre-order-form .top {
  margin: 16px 0 11px;
  display: flex;
}
.pre-order-form .top .product-photo-container {
  background-image: url("../img/preview-bg.jpg");
  background-position: center;
  background-size: cover;
  width: calc(100% - 142px);
  position: relative;
  padding: 20px;
}
.pre-order-form .top .product-photo-container:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #f4fffe;
  opacity: 0;
}
.pre-order-form .top .product-photo-container.for-dark:before {
  opacity: 0.65;
}
.pre-order-form .top .product-photo {
  width: 100%;
  overflow: hidden;
  margin: 0px auto 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}
.pre-order-form .top .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.pre-order-form .top .params {
  width: 120px;
  margin-left: 22px;
}
.pre-order-form .top .params .color {
  width: 135px;
  height: 55px;
  border: 1px solid #C4C4C4;
  margin: 12px 0px 106px 0px;
  transform-origin: 100% 0%;
  transform: rotate(-90deg) translateY(-134px);
}
.pre-order-form .top .params .color > span {
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
  display: block;
  margin: 10px 11px;
}
.pre-order-form .top .params .color.dark {
  color: #fff;
}
@media (max-width: 580px) {
  .pre-order-form .top {
    display: block;
  }
  .pre-order-form .top .product-photo-container {
    width: 100%;
  }
  .pre-order-form .top .params {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
  .pre-order-form .top .params .color {
    margin-bottom: 17px;
    transform: rotate(0deg) translateY(0px);
  }
}
.pre-order-form .summ {
  border-top: 1px solid #CCA257;
  margin: 31px 0 0px;
  padding-top: 7px;
}
.pre-order-form .summ > span {
  font-weight: 300;
}
.pre-order-form .summ > span > i {
  font-style: normal;
  color: #CCA257;
}
.pre-order-form .confirm-header {
  margin: 48px 0 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-order-form .confirm-header h4 {
  color: #CCA257;
  margin: 3px 0 0px;
}
.pre-order-form .confirm-header p {
  max-width: 142px;
  font-size: 15px;
  margin: 0px;
}
.pre-order-form .confirm-header p span {
  cursor: pointer;
  color: #497EDF;
  text-decoration: underline;
}
.pre-order-form label {
  margin: 0px 0 16px;
  font-weight: 300;
}
.pre-order-form label input, .pre-order-form label textarea {
  display: block;
  width: 100%;
  margin-top: -4px;
  padding-left: 2px;
}
.pre-order-form label textarea {
  height: 97px;
}
.pre-order-form label.checkbox {
  display: flex;
  margin: 18px 0 20px;
}
.pre-order-form label.checkbox input {
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
  margin: 0px 10px 0px 0px;
}
.pre-order-form label.checkbox span {
  margin: -1px 0 0 29px;
  line-height: 120%;
}
.pre-order-form label.checkbox span i {
  font-style: normal;
  color: #497EDF;
  text-decoration: underline;
  cursor: pointer;
}
.pre-order-form .delivery {
  margin: 31px 0 0px;
  position: relative;
  z-index: 2;
}
.pre-order-form .delivery label {
  display: flex;
  text-align: left;
  margin-bottom: 11px;
}
.pre-order-form .delivery label > div {
  width: calc(100% - 34px);
  display: flex;
  justify-content: space-between;
}
.pre-order-form .delivery label > div strong {
  display: block;
}
.pre-order-form .delivery label > div small {
  display: block;
  margin-top: -4px;
  margin-bottom: 4px;
}
.pre-order-form .delivery label > div .price {
  font-weight: 500;
}
.pre-order-form .delivery label input {
  display: block;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
  margin-top: 1px;
}
.pre-order-form #delivery-address-field {
  position: relative;
  z-index: 1;
  transition: all 1s;
}
.pre-order-form #delivery-address-field.h {
  transition: all 1s;
  transform: translateY(-144px);
  opacity: 0;
  margin-bottom: -132px;
}
.pre-order-form #delivery-address-field.h textarea {
  height: 97px !important;
}
.pre-order-form .button-container {
  margin: 0px 0 20px;
}
.pre-order-form .button-container .button {
  margin: 0px 0 0px;
}

.cabinet-page .cabinet, .calculator-page .cabinet {
  margin-top: 107px;
  text-align: center;
}
.cabinet-page hr, .calculator-page hr {
  margin: 65px 0 65px;
  border-top: dotted 1px #C4C4C4;
}
.cabinet-page .cabinet-header, .calculator-page .cabinet-header {
  margin: 60px 0 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cabinet-page .cabinet-header > div.title, .calculator-page .cabinet-header > div.title {
  margin-top: -21px;
}
.cabinet-page .cabinet-header > div.title p, .calculator-page .cabinet-header > div.title p {
  text-align: left;
}
@media (max-width: 500px) {
  .cabinet-page .cabinet-header > div.title p span, .calculator-page .cabinet-header > div.title p span {
    display: none;
  }
}
.cabinet-page .cabinet-header > div h3, .calculator-page .cabinet-header > div h3 {
  margin: 0px 65px 0px 0px;
}
.cabinet-page .cabinet-header > div h3 span.account-number, .calculator-page .cabinet-header > div h3 span.account-number {
  font-size: 19px;
  font-family: "Jost", sans-serif;
  font-weight: normal;
  white-space: nowrap;
  text-transform: none;
  margin-left: 37px;
}
@media (max-width: 510px) {
  .cabinet-page .cabinet-header > div h3, .calculator-page .cabinet-header > div h3 {
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cabinet-page .cabinet-header > div h3 span.account-number, .calculator-page .cabinet-header > div h3 span.account-number {
    margin-left: 0px;
  }
}
.cabinet-page .cabinet-header > div a.exit, .calculator-page .cabinet-header > div a.exit {
  background-image: url("../img/exit.svg");
  background-repeat: no-repeat;
  background-size: 26px 26px;
  background-position: left 0px;
  display: inline-block;
  padding: 0px 0px 0 30px;
  min-height: 36px;
  margin-top: -33px;
  position: relative;
  overflow: hidden;
}
.cabinet-page .cabinet-header > div a.exit:after, .calculator-page .cabinet-header > div a.exit:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #6592E6;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.cabinet-page .cabinet-header > div a.exit:hover, .cabinet-page .cabinet-header > div a.exit:focus, .cabinet-page .cabinet-header > div a.exit:active, .calculator-page .cabinet-header > div a.exit:hover, .calculator-page .cabinet-header > div a.exit:focus, .calculator-page .cabinet-header > div a.exit:active {
  text-decoration: none;
}
.cabinet-page .cabinet-header > div a.exit:hover:after, .cabinet-page .cabinet-header > div a.exit:focus:after, .cabinet-page .cabinet-header > div a.exit:active:after, .calculator-page .cabinet-header > div a.exit:hover:after, .calculator-page .cabinet-header > div a.exit:focus:after, .calculator-page .cabinet-header > div a.exit:active:after {
  left: 25px;
  right: auto;
  width: calc(100% - 25px);
}
.cabinet-page label.title, .calculator-page label.title {
  margin: 0px 0 20px;
}
.cabinet-page label.title input, .calculator-page label.title input {
  display: block;
  margin-top: 8px;
  width: 480px;
}
.cabinet-page .detail h4, .calculator-page .detail h4 {
  margin-bottom: 22px;
}
.cabinet-page .detail label.checkbox, .calculator-page .detail label.checkbox {
  margin: 10px 0px 10px 21px;
}
.cabinet-page .detail label.checkbox input + span, .calculator-page .detail label.checkbox input + span {
  margin-left: 15px;
}
.cabinet-page .columns, .calculator-page .columns {
  display: flex;
}
.cabinet-page .columns .column:nth-of-type(1), .calculator-page .columns .column:nth-of-type(1) {
  width: 60%;
}
.cabinet-page .columns .column:nth-of-type(2), .calculator-page .columns .column:nth-of-type(2) {
  width: calc(40% - 50px);
  margin-left: 50px;
}
@media (max-width: 1100px) {
  .cabinet-page .columns, .calculator-page .columns {
    display: block;
  }
  .cabinet-page .columns .column:nth-of-type(1), .calculator-page .columns .column:nth-of-type(1) {
    width: 100%;
  }
  .cabinet-page .columns .column:nth-of-type(2), .calculator-page .columns .column:nth-of-type(2) {
    width: 100%;
    margin: 40px 0 30px 0px;
  }
}
.cabinet-page .personal, .calculator-page .personal {
  max-width: 600px;
  margin: 0px auto 0px;
  text-align: center;
}
.cabinet-page .personal label, .calculator-page .personal label {
  text-align: left;
}
.cabinet-page .personal label input, .calculator-page .personal label input {
  width: 100%;
}
.cabinet-page .scroll-up, .calculator-page .scroll-up {
  display: none !important;
}

.calculator-page + #footer {
  display: none;
}
.calculator-page label input, .calculator-page label select {
  font-size: 28px;
  font-weight: 300;
}
.calculator-page .to-cart {
  display: block;
  width: 89px;
  height: 89px;
  border-radius: 99px;
  border: 2px solid #fff;
  background-color: #6592E6;
  background-size: 89px 89px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/to-cart.svg");
}
.calculator-page .to-cart:hover {
  background-color: #5676E7;
}

.two-columns {
  padding: 0px 0 0px;
  display: flex;
}
.two-columns > div:nth-of-type(1) {
  width: calc(25% - 25px);
  margin-right: 33px;
}
.two-columns > div:nth-of-type(2) {
  width: calc(50% - 18px);
}
.two-columns .visual {
  width: 245px;
  height: 245px;
  transition: transform 0.1s;
  transform-origin: center;
  transform: rotate(-15deg) translateX(-4px) translateY(127px);
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.two-columns .visual.ploter {
  background-image: url(../img/ploter.jpg);
}
.two-columns .visual.druk {
  background-image: url(../img/druk.jpg);
}
.two-columns .visual.plastik {
  background-image: url(../img/plastik.jpg);
}
.two-columns h1 {
  margin: 20px 0 26px;
}
.two-columns + hr {
  margin: 65px 0 21px;
}

.collapsed {
  display: none;
}

.expand {
  text-align: center;
  margin: -57px 0 -64px;
}
.expand > span {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-size: 33px 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/expand.svg");
}

#template1-page {
  overflow: hidden;
}
#template1-page h1 {
  margin: 43px 0 49px;
}

.two-columns2 {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  padding: 43px 0 30px;
}
.two-columns2 > div.info {
  width: calc(50% - 50px);
}
.two-columns2 > div.info h2 {
  margin: 30px 0 30px;
}
.two-columns2 > div.images {
  width: calc(50% + 17px);
  margin: 30px 0 15px;
}
.two-columns2.reverse {
  flex-direction: row-reverse;
}
.two-columns2:nth-child(even):before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
  width: 100vw;
  background-color: #fff;
}
.two-columns2:nth-of-type(1) {
  margin-top: -65px;
}
.two-columns2:nth-last-of-type(1) {
  margin-bottom: 38px;
}
.two-columns2:nth-last-of-type(1):before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
  width: 100vw;
  background-color: #f5f5f5;
}
@media (max-width: 1080px) {
  .two-columns2 {
    display: block;
  }
  .two-columns2 > div.info {
    width: 100%;
  }
  .two-columns2 > div.info h2 {
    margin: 30px 0 30px;
  }
  .two-columns2 > div.images {
    width: 100%;
    margin: 30px 0 15px;
  }
}

.pages-question-form {
  position: relative;
  padding: 84px 0 120px;
  text-align: center;
  overflow: hidden;
}
.pages-question-form h2 {
  color: #CCA257;
  margin: 0px 0 16px;
}
.pages-question-form h2 + p {
  margin: 0px 0 11px;
}
.pages-question-form .form {
  width: 400px;
  max-width: 100%;
  margin: 0px auto 0px;
  text-align: left;
  position: relative;
  z-index: 5;
}
.pages-question-form .form label input {
  display: block;
  width: 100%;
}
.pages-question-form .form label textarea {
  display: block;
  width: 100%;
  height: 126px;
}
.pages-question-form .form label.rules-checkbox {
  display: flex;
  margin: 19px 0 13px;
}
.pages-question-form .form label.rules-checkbox input {
  min-width: 17px;
  min-height: 17px;
  max-width: 17px;
  max-height: 17px;
}
.pages-question-form .form label.rules-checkbox span {
  margin: 1px 0 0 13px;
  font-size: 15px;
  line-height: 120%;
}
.pages-question-form .form .button {
  margin: 0px 0 0px;
  width: 100%;
  padding: 12px 20px;
}
.pages-question-form .form:before, .pages-question-form .form:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 215px);
  top: 17px;
  width: 431px;
  height: 421px;
  background-image: url("../img/logo-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.pages-question-form .form:before {
  transform: translateX(-50vw);
}
.pages-question-form .form:after {
  transform: translateX(50vw);
}
.main-page-insta {
  margin: 0px 0px 0px 0px;
}
.main-page-insta .columns {
  display: flex;
  justify-content: center;
}
.main-page-insta .columns > div {
  width: calc(30% - 10px);
  margin: 0px 5px;
  overflow: hidden;
  position: relative;
}
.main-page-insta .columns > div:before {
  content: "";
  padding-top: 177%;
  float: left;
}
.main-page-insta .columns > div > video {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
}
.main-page-insta .columns > div:after {
  content: "";
  position: absolute;
  z-index: 2;
  opacity: 0.46;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/instagram-white.svg");
  background-size: 130px 135px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-page-insta .columns > div > a {
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1080px) {
  .main-page-insta .columns > div:after {
    background-size: 65px 67px;
  }
}
@media (max-width: 800px) {
  .main-page-insta .columns > div {
    width: calc(33% - 10px);
  }
}

.center-slider {
  margin: 20px auto 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .center-slider {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */