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

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

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

strong {
  font-weight: 600;
}

.sm {
  font-size: 13px;
}

.xs {
  font-size: 10px;
}

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

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

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

h2, .h2 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

h3, .h3 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

h4, .h4 {
  font-family: "Pass_A38_600", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  line-height: 110%;
  margin: 1em 0 0.5em;
}

a {
  color: #00E6E6;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

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

a.anchor {
  text-decoration: none;
}

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

li {
  margin: 0 0 5px;
}

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

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

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 72px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 39px;
  height: 4px;
  background-color: #00E6E6;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 39px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 31px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #00E6E6;
}
.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: 13px;
  text-shadow: none;
  padding: 3px 9px;
  background-color: #00B1FF;
  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: #00B1FF;
}
.price-filter .price-range-container .irs-grid {
  height: 26px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 13px;
  padding: 0 3px;
  color: #ffffff;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

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

.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: 13px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #00E6E6;
}
.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: #00B1FF;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

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

body.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #ffffff;
  width: 27px !important;
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

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

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

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

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

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

.auto-width {
  width: auto;
}

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

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #00B1FF;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: text-shadow 0.5s;
  outline: none !important;
  font-family: "Pass_A38_400", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #00B1FF;
  border-radius: 10px;
  padding: 23px 38px;
  letter-spacing: 0;
  margin: 10px 0 20px;
  background-color: transparent;
  border: 2px solid #00B1FF;
  color: #00B1FF;
  box-shadow: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  color: #00E6E6 !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 9px 26px 9px;
  font-size: 14px;
}
button.button.no-border, a.button.no-border, .upload-button.no-border {
  border: none;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: 0px 0px 11px #00E6E6;
}

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

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

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

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#credits a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 39px;
  }
  h2, .h2 {
    font-size: 31px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  h4, .h4 {
    font-size: 20px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
.lang {
  position: relative;
}
.lang .selected {
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding: 5px 17px 5px 0px;
  transition: all 0.25s;
  cursor: pointer;
}
.lang.expanded .selected {
  background-position: right 16px;
}
.lang.expanded .submenu {
  display: block;
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: 0px;
  height: 88px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.25s;
  color: #ffffff;
  background: #02282E;
  font-weight: 300;
  border-bottom: 1px solid #04404F;
}
#header-top.coming-soon {
  display: none;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top > .scrolled .content > div:last-child {
  width: 100px;
}
#header-top.scrolled, #header-top.for-product-page, #header-top.catalog-page {
  top: 0px;
  height: 52px;
}
#header-top.scrolled .logo, #header-top.for-product-page .logo, #header-top.catalog-page .logo {
  min-width: 100px !important;
  max-width: 100px !important;
  height: 52px !important;
}
@media (max-width: 1024px) {
  #header-top.scrolled .logo, #header-top.for-product-page .logo, #header-top.catalog-page .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
#header-top.scrolled .logo:before, #header-top.for-product-page .logo:before, #header-top.catalog-page .logo:before {
  background-size: 82px 39px !important;
  background-position: left 6px !important;
  height: 52px;
}
#header-top.scrolled .content .left-header, #header-top.for-product-page .content .left-header, #header-top.catalog-page .content .left-header {
  margin-top: 15px;
  margin-left: 10%;
}
#header-top.scrolled .content .right-header, #header-top.for-product-page .content .right-header, #header-top.catalog-page .content .right-header {
  margin-top: 11px;
}
#header-top.scrolled .content .right-header .cart, #header-top.for-product-page .content .right-header .cart, #header-top.catalog-page .content .right-header .cart {
  margin-top: -2px;
  background-size: 26px 30px;
}
@media (max-width: 1200px) {
  #header-top {
    top: 0px;
    height: 52px;
  }
  #header-top .logo {
    min-width: 100px !important;
    max-width: 100px !important;
    height: 52px !important;
  }
}
@media (max-width: 1200px) and (max-width: 1024px) {
  #header-top .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
@media (max-width: 1200px) {
  #header-top .logo:before {
    background-size: 82px 39px !important;
    background-position: left 6px !important;
    height: 52px;
  }
  #header-top .content .left-header {
    margin-top: 15px;
    margin-left: 10%;
  }
  #header-top .content .right-header {
    margin-top: 11px;
  }
  #header-top .content .right-header .cart {
    margin-top: -2px;
    background-size: 26px 30px;
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top .left-header {
  margin-top: 35px;
  margin-left: 10%;
  flex-grow: 1;
  transition: all ease-out 0.25s;
}
#header-top .left-header > ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}
#header-top .left-header > ul > li {
  margin: 0px 30px 0px 0px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
#header-top .left-header > ul > li > a {
  color: #fff;
  padding: 5px 0;
  text-decoration: none !important;
}
#header-top .left-header > ul > li > ul {
  display: none;
  top: 33px;
}
#header-top .left-header > ul > li.with-sub > a {
  transition: all 0.25s;
  background-image: url("../img/drop-down.svg");
  background-size: 12px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 20px;
}
#header-top .left-header > ul > li.expanded > a {
  background-position: right 16px;
}
#header-top .left-header > ul > li.expanded .submenu {
  display: block;
}
#header-top .right-header {
  display: flex;
  justify-content: end;
  margin-top: 30px;
  height: 48px;
  transition: all ease-out 0.25s;
}
#header-top .right-header .lang {
  margin: 5px 0px 0px 0px;
}
#header-top .right-header .cabinet {
  width: 26px;
  height: 26px;
  background-image: url(../img/cabinet.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 0px;
  margin: 0px 0px 0px 72px;
}
#header-top .right-header .favorites {
  width: 26px;
  height: 26px;
  background-image: url(../img/favorite.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 0px;
  margin: 0px 0px 0px 30px;
}
#header-top .right-header .cart {
  margin: 1px 0px 0 30px;
  min-width: 37px;
  background-image: url(../img/cart.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  padding: 0px 0px 0px 0px;
  position: relative;
  cursor: pointer;
}
#header-top .right-header .cart strong {
  position: absolute;
  left: 27px;
  top: 5px;
  text-align: left;
  font-weight: 400;
  color: #00E6E6;
}
#header-top a.logo {
  display: block;
  flex-grow: 0;
  min-width: 122px;
  height: 88px;
  min-height: 100%;
  margin-left: 0;
  z-index: 5;
  position: relative;
  transition: all ease-out 0.25s;
}
#header-top a.logo:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo.svg");
  background-position: left 15px;
  background-repeat: no-repeat;
  background-size: 122px 57px;
  transition: all ease-out 0.25s;
}
@media (max-width: 1360px) {
  #header-top a.logo {
    max-width: 260px;
    min-width: 260px;
  }
  #header-top .left-header {
    margin-left: 38px;
  }
  #header-top .right-header > .cart {
    margin-left: 33px;
  }
}
@media (max-width: 1140px) {
  #header-top .logo {
    border-right: none !important;
    max-width: 170px !important;
    min-width: 170px !important;
  }
  #header-top .left-header {
    display: none;
  }
  #header-top .right-header {
    transform: translateX(-115px);
  }
  #header-top .right-header > .lang {
    display: none;
  }
  #header-top #mobile-menu-button {
    display: block;
    flex-grow: 0;
  }
}
@media (max-width: 380px) {
  #header-top .right-header {
    transform: translateX(-65px);
  }
  #header-top .right-header .cart {
    margin-top: -1px;
  }
  #header-top .right-header .cabinet {
    display: none;
  }
  #header-top .right-header .favorites {
    display: none;
  }
}
@media print {
  #header-top {
    display: none;
  }
}

.order-page #header {
  display: none;
}
.order-page #header + #after-header {
  height: 40px;
}
@media print {
  .order-page #header {
    display: none;
  }
}
.order-page #header-top {
  top: 0px;
  height: 52px;
}
.order-page #header-top .logo {
  min-width: 100px !important;
  max-width: 100px !important;
  height: 52px !important;
}
@media (max-width: 1024px) {
  .order-page #header-top .logo {
    max-width: 100px !important;
    min-width: 100px !important;
  }
}
.order-page #header-top .logo:before {
  background-size: 82px 39px !important;
  background-position: left 6px !important;
  height: 52px;
}
.order-page #header-top .content .left-header {
  margin-top: 15px;
  margin-left: 10%;
}
.order-page #header-top .content .right-header {
  margin-top: 11px;
}
.order-page #header-top .content .right-header .cart {
  margin-top: -2px;
  background-size: 26px 30px;
}
@media print {
  .order-page #header-top {
    display: none;
  }
}
.order-page .breadcrumbs {
  margin: 26px 0 34px;
}
@media print {
  .order-page .breadcrumbs {
    display: none;
  }
}

#template1-page {
  padding-top: 88px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template1-page h1 {
  color: #00E6E6;
}

#template2-page {
  padding-top: 88px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template2-page h1 {
  color: #00E6E6;
}

#template3-page {
  padding-top: 88px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template3-page h1 {
  color: #00E6E6;
}

#template4-page {
  padding-top: 88px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template4-page h1 {
  color: #00E6E6;
}

#template5-page {
  padding-top: 88px;
  padding-bottom: 100px;
  min-height: 500px;
}
#template5-page h1 {
  color: #00E6E6;
}

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

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

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

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

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

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

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

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

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
.product-labels {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 10px;
}
.product-labels > div {
  color: #00E6E6;
  background-color: #02282E;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 6px 13px;
  border-radius: 20px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0px;
}
/* tic-product-card-03 begin */
/* tic-product-card-03 end */
.product-card {
  display: grid;
  gap: 0px 10px;
  grid-template-columns: auto 1fr;
  grid-template-areas: "image image" "title button" "price button";
  border: none;
  max-width: 500px;
  height: 100%;
  transition: all ease-out 0.5s;
  padding-top: 0;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  position: relative;
  padding: 0px 0px 17px;
}
.product-card.moving {
  box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.15);
  transition: all 0s;
  position: absolute;
  z-index: 1000;
}
.product-card .product-photo {
  display: none;
  width: 100%;
  overflow: hidden;
  margin: 0px auto 7px;
  position: relative;
}
.product-card .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card .product-photo.no-photo {
  background-image: url("../img/no-photo.svg");
  background-position: center;
  background-size: auto;
  width: calc(100% - 40px);
  padding: 17px 0;
}
.product-card .product-photo > img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-card .product-card-images {
  grid-area: image;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.product-card .product-card-images .slider-item {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.product-card .product-card-images .slider-item:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-card .title {
  grid-area: title;
  margin: 11px 0px 3px 0px;
}
.product-card .title > h3 {
  text-transform: none;
  font-family: "Pass_A38_400", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: left;
  color: #ffffff;
  margin: 0px;
}
.product-card .title > h3 > span {
  color: #00E6E6;
  font-weight: 500;
}
.product-card .note {
  display: none;
}
.product-card .brand {
  display: none;
}
.product-card .vendor-code {
  display: none;
  font-size: 13px;
  line-height: 110%;
  text-align: center;
  color: #9A9CA0;
  font-weight: 400;
  margin-bottom: 6px;
}
.product-card .prices {
  grid-area: price;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: #00E6E6;
  vertical-align: top;
  text-align: left;
}
.product-card .prices > .price {
  display: none;
}
.product-card .prices > .price.old-price {
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 18px;
  vertical-align: top;
  color: #9A9CA0;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.product-card .prices > .price span {
  display: inline;
}
.product-card .prices > .price span.discount {
  color: #fff;
  background-color: #E4162E;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  margin-left: 7px;
  line-height: 100%;
}
.product-card .prices.null {
  font-size: 16px;
}
.product-card > .button {
  grid-area: button;
  justify-self: end;
  margin: 7px 9px 0px 0px;
  padding: 0px;
  width: 44px;
  height: 44px;
  position: relative;
}
.product-card > .button:before, .product-card > .button:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: #00B1FF;
  transition: all 0.5s;
}
.product-card > .button:before {
  width: 24px;
  height: 2px;
}
.product-card > .button:after {
  width: 2px;
  height: 24px;
}
.product-card > .button:hover:before, .product-card > .button:hover:after {
  background-color: #00E6E6;
  box-shadow: 0px 0px 20px 3px #00E6E6;
}
.product-card .product-labels {
  top: 10px;
  left: 10px;
}

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

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

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

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

#footer {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #02282E;
  color: #00E6E6;
  padding: 28px 0 2px;
  margin-top: 70px;
  border-top: 2px solid #04404F;
}
#footer a {
  color: #00E6E6;
}
#footer a:hover {
  text-decoration: none;
  color: #00B1FF !important;
}
#footer .top {
  padding-bottom: 36px;
}
#footer .top .footer-logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 171px 80px;
  width: 171px;
  height: 80px;
  position: relative;
}
#footer .top .columns {
  position: relative;
  z-index: 5;
  padding: 0px 0 0px;
  display: grid;
  justify-content: space-between;
  gap: 35px;
  grid-template-columns: repeat(5, auto);
  grid-template-areas: "logo social menu-catalog menu-account contacts";
}
#footer .top .columns > div {
  margin-top: 28px;
}
#footer .top .columns > div.col-logo {
  margin-top: 0px;
  grid-area: logo;
}
#footer .top .columns > div.col-social {
  grid-area: social;
}
#footer .top .columns > div.col-menu-catalog {
  grid-area: menu-catalog;
}
#footer .top .columns > div.col-menu-account {
  grid-area: menu-account;
}
#footer .top .columns > div.col-contacts {
  grid-area: contacts;
}
#footer .top p.descr {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  max-width: 250px;
  line-height: 110%;
  margin: 32px 0px 12px 0px;
}
#footer .top ul.footer-menu, #footer .top ul.contacts {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#footer .top ul.footer-menu > li, #footer .top ul.contacts > li {
  margin: 0px 0px 7px 0px;
  font-size: 16px;
}
#footer .top ul.footer-menu > li:before, #footer .top ul.contacts > li:before {
  display: none;
}
#footer .top ul.footer-menu > li > ul, #footer .top ul.contacts > li > ul {
  display: none;
}
#footer .bottom {
  border-top: 1px solid #001B1F;
  color: #A6C2CC;
}
#footer .bottom a {
  color: #A6C2CC;
}
#footer .bottom .container {
  padding: 18px 0 15px;
}
#footer .bottom .container .columns {
  display: flex;
  justify-content: space-between;
}
#footer .bottom ul.bottom-menu {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#footer .bottom ul.bottom-menu > li {
  margin-bottom: 0px;
  margin-right: 30px;
  display: inline-block;
}
#footer .bottom ul.bottom-menu > li:before {
  display: none;
}
#footer .bottom ul.bottom-menu > li > ul {
  display: none;
}
@media (max-width: 480px) {
  #footer .bottom ul.bottom-menu > li {
    display: block;
    margin-right: 0px;
  }
}
#footer .bottom .copyright {
  margin: 0px 0 0px;
}
#footer .bottom .copyright span {
  margin: 0px 26px 0px 0px;
}
@media (max-width: 1080px) {
  #footer .top .columns {
    gap: 15px 35px;
    grid-template-columns: repeat(3, auto);
    grid-template-areas: "logo social contacts" "logo menu-catalog menu-account";
  }
}
@media (max-width: 740px) {
  #footer .top .columns {
    gap: 0px 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "logo social" "logo menu-catalog" "logo menu-account" "logo contacts";
  }
}
@media (max-width: 620px) {
  #footer {
    margin-top: 9px;
  }
  #footer .top {
    padding-bottom: 46px;
  }
  #footer .top .columns {
    display: block;
    text-align: center;
  }
  #footer .top .columns > div {
    margin-top: 50px;
  }
  #footer .top .columns .footer-logo {
    margin: 15px auto 35px;
    background-size: 241px 113px;
    width: 241px;
    height: 113px;
  }
  #footer .top .columns ul > li {
    text-align: center;
  }
  #footer .top .columns p.descr {
    max-width: 100%;
  }
  #footer .bottom .container {
    padding: 18px 0 15px;
  }
  #footer .bottom .container .columns {
    flex-direction: column;
    align-items: center;
  }
  #footer .bottom .container .columns ul.bottom-menu {
    margin: 11px 0px 23px 0px;
  }
  #footer .bottom .container .columns ul.bottom-menu li {
    text-align: center;
    margin-bottom: 10px;
  }
}

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

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 360px;
  overflow: hidden;
}
.pushy {
  background-color: #02282E;
  color: #ffffff;
  text-align: left;
}
.pushy a {
  color: #ffffff;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: -2px;
  top: 10px;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy hr {
  border-top: 1px solid #04404F;
  margin: 23px 0px;
}
.pushy .pushy-content {
  margin-top: 241px;
  padding: 17px 20px 130px 20px;
  text-align: center;
  background-image: url("../img/pushy-bg.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.pushy .lang.expanded .submenu {
  left: 50%;
  transform: translateX(-50%);
}
.pushy ul.menu, .pushy ul.contacts {
  list-style: none;
  margin: 29px 0px 33px 0px;
  padding: 0px;
}
.pushy ul.menu li, .pushy ul.contacts li {
  padding: 0px;
  margin: 0px 0px 13px 0px;
  text-align: center;
}
.pushy ul.menu li > ul, .pushy ul.contacts li > ul {
  display: none;
}
.pushy ul.menu li a, .pushy ul.contacts li a {
  color: #00E6E6;
  padding: 0px;
}
.pushy .lang {
  margin: 0px 0px 27px 0px;
}
.pushy a {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px 0px 0px 0px;
  padding: 34px 0px 0px;
  background-size: 26px 26px;
  color: #00E6E6;
}
.pushy a.cabinet {
  background-image: url(../img/cabinet.svg);
}
.pushy a.favorites {
  background-image: url(../img/favorite.svg);
}
.pushy a.cart {
  background-image: url(../img/cart.svg);
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
    overflow: auto;
  }
  .pushy .pushy-close {
    right: 10px;
  }
}

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

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

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

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

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

/* tic-product-page-01 begin */
/* tic-product-page-01 end */
.product-page {
  padding-top: 30px;
}
.product-page .product-page-columns {
  display: flex;
  justify-content: flex-start;
}
.product-page .product-page-columns .left-container {
  width: calc(50% - 70px);
  max-width: 700px;
  margin-right: 50px;
  padding-bottom: 10px;
  margin-top: 6px;
  margin-left: auto;
}
.product-page .product-page-columns .right-container {
  width: calc(50% - 26px);
  margin-left: 26px;
  margin-top: 0px;
}
.product-page .product-page-columns .right-container > div {
  max-width: 520px;
}
@media (max-width: 960px) {
  .product-page {
    padding-top: 40px;
  }
  .product-page .product-page-columns {
    display: block;
  }
  .product-page .product-page-columns .left-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 0;
    overflow: visible;
  }
  .product-page .product-page-columns .right-container {
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 0;
  }
}
.product-page .product-images {
  width: 82%;
  background-image: url("../img/pattern3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
  margin-bottom: 20px;
}
.product-page .product-images:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  height: 350px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(2, 40, 46, 0) 0%, rgb(2, 40, 46) 100%);
}
@media (max-width: 600px) {
  .product-page .product-images {
    position: relative;
    top: 0px;
  }
}
.product-page .product-images .product-labels {
  left: 10px;
  top: 46px;
}
@media (max-width: 700px) {
  .product-page .product-images .product-labels {
    top: 12px;
  }
}
.product-page .product-images .product-big-image {
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
@media (max-width: 960px) {
  .product-page .product-images .product-big-image {
    /*max-height: 500px;*/
  }
}
.product-page .product-images .product-big-image.video {
  cursor: default;
  z-index: 10;
  overflow: visible;
  aspect-ratio: 1.4;
}
.product-page .product-images .product-big-image.video:before {
  display: none;
}
.product-page .product-images .product-big-image.video .video-container {
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  width: 67%;
  overflow: hidden;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-68%, -48%);
}
.product-page .product-images .product-big-image.video .video-container:before {
  content: "";
  padding-top: 150%;
  float: left;
}
.product-page .product-images .product-big-image.video .video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  pointer-events: none;
}
.product-page .product-images .product-big-image > img.preview {
  max-width: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-images .product-big-image:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.product-page .product-images .product-big-image.no-photo {
  background-image: url("img/no-photo.svg");
  background-size: auto;
  cursor: default;
}
.product-page .product-images .product-big-image > .video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #111;
}
.product-page .product-images .product-big-image > .video > div {
  overflow: hidden;
  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-title {
  color: #00E6E6 !important;
  margin: -7px 0 10px;
  max-width: 18em;
  font-size: 39px;
}
@media (max-width: 1080px) {
  .product-page .product-title {
    font-size: calc(31px + 8 * (100vw - 360px) / 720);
  }
}
@media (max-width: 360px) {
  .product-page .product-title {
    font-size: 31px;
  }
}
.product-page .product-labels {
  position: relative;
  display: inline-flex;
  transform: translateY(-75%);
  margin: 0px 0px 0px 3px;
}
.product-page .product-labels > div {
  transform: rotate(-30deg);
}
.product-page .product-color {
  position: relative;
  margin: 29px 0 0px;
}
.product-page .product-color > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  background-image: url("../img/arrow-drop.svg");
  background-size: 13px 8px;
  background-position: calc(100% - 8px) 24px;
  background-repeat: no-repeat;
  padding: 16px 28px 16px 60px;
  border: 1px solid #A6C2CC;
  cursor: pointer;
  transition: all ease-out 0.25s;
}
.product-page .product-color > span.no-select {
  padding-right: 11px;
  background: none;
  cursor: default;
}
.product-page .product-color > span > i {
  position: absolute;
  left: 7px;
  top: 7px;
  height: 43px;
  width: 43px;
  border-radius: 50px;
}
.product-page .product-color .product-colors-dialog {
  display: none;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 62px;
  min-width: 230px;
  background-color: #fafafa;
  padding: 13px 8px 20px 34px;
  border: 1px solid #04404F;
}
.product-page .product-color .product-colors-dialog .filter-header {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.product-page .product-color .product-colors-dialog .filter-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 8px 0 0px;
}
.product-page .product-color .product-colors-dialog .filter-header .close-filter {
  background-image: url("../img/cancel.svg");
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}
.product-page .product-color .product-colors-dialog .filter-header .close-filter:hover {
  transform: rotate(-90deg);
}
.product-page .product-color .product-colors-dialog .items.colors {
  display: flex;
  flex-direction: column;
}
.product-page .product-color .product-colors-dialog .items.colors a {
  display: block;
  align-self: flex-start;
  color: #ffffff;
  background-color: #fff;
  border: 1px solid #04404F;
  position: relative;
  padding: 15px 30px 18px 61px;
  margin-bottom: 3px;
  text-decoration: none;
  cursor: pointer;
}
.product-page .product-color .product-colors-dialog .items.colors a:hover {
  outline: 1px solid #00B1FF;
  border: 1px solid #00B1FF;
}
.product-page .product-color .product-colors-dialog .items.colors a > div {
  position: absolute;
  left: 7px;
  top: 7px;
  height: 43px;
  width: 43px;
  border-radius: 50px;
}
.product-page .product-color .product-colors-dialog .items.colors a.bordered > div {
  border: 1px solid #04404F;
}
.product-page .product-color.expanded > span {
  background-position: calc(100% - 8px) 45px;
}
.product-page .product-color.expanded .product-colors-dialog {
  display: block;
}
.product-page .favorite {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  background-image: url("../img/favorite.svg");
  background-size: 26px 26px;
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 5px 0px 5px 35px;
  color: #00E6E6;
  margin: 27px 0px 30px 0px;
}
.product-page .favorite.selected {
  background-image: url("../img/favorite-yes.svg");
}
.product-page .relations .category-title {
  margin: 0px 0 41px;
}
.product-page .relations .category-title a {
  text-decoration: none;
}
.product-page .product-note {
  margin: 25px 0px 23px 0px;
  color: #00B1FF;
}
.product-page .variants-items {
  max-width: 430px;
}
.product-page .variants-items .prices {
  margin: 0px 0px 0px 0px;
}
.product-page .variants-items > div {
  padding: 9px 0px 9px 35px;
}
.product-page .eco-icons {
  margin: 15px 0px 50px 0px;
  background-image: url("../img/eco-logos.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  height: 46px;
}
.product-page .description {
  margin: 31px 0 29px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
}
.product-page .description .descr-part {
  padding: 22px 0px 14px 10px;
  border-top: 1px solid #04404F;
}
.product-page .description .descr-part:last-child {
  border-bottom: 1px solid #04404F;
}
.product-page .description .descr-part input {
  display: none;
}
.product-page .description .descr-part .part-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  background-size: 22px 22px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 34px;
  color: #00E6E6;
  cursor: pointer;
  position: relative;
}
.product-page .description .descr-part .part-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  right: 10px;
  top: 7px;
  background-color: #00E6E6;
}
.product-page .description .descr-part .part-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  right: 17px;
  top: 0px;
  background-color: #00E6E6;
  transition: all 0.25s;
}
.product-page .description .descr-part .part-data {
  padding: 0px 0px 0px;
  max-height: 0px;
  overflow: hidden;
}
.product-page .description .descr-part input:checked + .part-title:after {
  opacity: 0;
  transform: translateY(100%);
}
.product-page .description .descr-part input:checked + .part-title + .part-data {
  padding: 10px 0px 0px;
  max-height: none;
}
.product-page table.product-params {
  margin: 20px 0 5px;
}
@media (max-width: 400px) {
  .product-page table.product-params {
    margin: 10px 0 5px;
  }
}
.product-page .scroll-column-2 {
  padding-bottom: 0px;
  position: relative;
}
.product-page .referal-links {
  margin: 80px 0 30px;
  padding-top: 0px;
}
.product-page .variations-title {
  margin: 0px 0 24px;
}
@media (max-width: 1300px) {
  .product-page .product-page-columns .left-container {
    width: 50%;
    min-width: 50%;
    margin-right: 25px;
  }
  .product-page .product-page-columns .left-container .product-images .product-big-image.video {
    aspect-ratio: 1.2;
  }
  .product-page .product-page-columns .left-container .product-images .product-big-image.video .video-container {
    width: 75%;
  }
}
@media (max-width: 1030px) {
  .product-page .product-page-columns .left-container .product-images {
    width: 100%;
  }
  .product-page .product-page-columns .left-container .product-images .product-big-image.video {
    aspect-ratio: 1.1;
  }
  .product-page .product-page-columns .left-container .product-images .product-big-image.video .video-container {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
  }
  .product-page .referal-links {
    display: block;
  }
  .product-page .referal-links .button {
    margin-right: 0px;
  }
  .product-page .referal-links a {
    display: block;
    margin: 30px 0px 0px 0px;
  }
}
@media (max-width: 960px) {
  .product-page .product-page-columns .left-container .product-images {
    background-image: none;
    position: relative;
  }
  .product-page .product-page-columns .left-container .product-images:before {
    display: none;
  }
  .product-page .product-page-columns .left-container .product-images:after {
    content: "";
    position: absolute;
    display: block;
    left: -150px;
    right: -150px;
    top: 4%;
    bottom: calc(4% + 60px);
    background-image: url("../img/pattern.svg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
  }
  .product-page .product-page-columns .left-container .product-images .product-big-image.video {
    aspect-ratio: 1;
  }
  .product-page .product-page-columns .left-container .product-images .product-big-image.video .video-container {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
  }
  .product-page .product-page-columns .right-container > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 460px) {
  .product-page .product-title .product-labels {
    transform: translateY(-45%);
  }
  .product-page .product-note {
    margin: 13px 0px 21px 0px;
  }
  .product-page .relations .category-title {
    margin: 0px 0 48px;
  }
  .product-page .eco-icons {
    margin: 15px 0px 45px 0px;
  }
  .product-page .button-container .button {
    width: 100%;
  }
  .product-page .referal-links .button {
    width: 100%;
  }
  .product-page .referal-links a {
    text-align: center;
  }
}
.product-page.only-related .product-images .product-big-image:before {
  padding-top: 100%;
}
.product-page.only-related .related-products {
  position: relative;
  z-index: 3;
  left: 0;
  height: auto;
  right: 0;
  bottom: 0;
  color: #ffffff;
  margin: 0px;
  padding: 25px 28px 25px 0;
}
.product-page.only-related .related-products > .item, .product-page.only-related .related-products > .sum {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  text-align: left;
  margin-bottom: 12px;
}
.product-page.only-related .related-products > .item > div:nth-of-type(1), .product-page.only-related .related-products > .sum > div:nth-of-type(1) {
  flex-grow: 1;
  margin-right: 0px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg, transparent 10px, #fff 50px);
  mask-image: linear-gradient(270deg, transparent 10px, #fff 50px);
  /* 0deg = down, 90deg = left, 180deg = top, 270deg = right */
}
.product-page.only-related .related-products > .item .prices, .product-page.only-related .related-products > .sum .prices {
  margin: 0px 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
.product-page.only-related .related-products > .item.sum, .product-page.only-related .related-products > .sum.sum {
  margin: 15px 0 0px;
  padding: 15px 0 0;
  border-top: 2px solid #ffffff;
}
@media ((max-width: 600px) or ((min-width: 701px) and (max-width: 1100px))) {
  .product-page.only-related .related-products > .item, .product-page.only-related .related-products > .sum {
    font-size: 18px;
  }
  .product-page.only-related .related-products > .item .prices, .product-page.only-related .related-products > .sum .prices {
    font-size: 18px;
  }
}
.product-page.only-related .related-products .look-price {
  font-size: 38px;
  font-weight: 600;
  line-height: 110%;
  display: inline-block;
  padding: 10px 10px;
  background-color: #00E6E6;
  margin: 51px auto 0px;
}
.product-page.only-related .related-products .prices > .price {
  display: none;
}
.product-page.only-related .price-label {
  margin: 15px 0 0px;
  font-weight: 600;
}
.product-page.only-related .prices {
  margin: 7px 0 36px;
}
.product-page.only-related .prices .current-price {
  color: #00E6E6;
}
.product-page.only-related .select-size-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  margin: 33px 0 19px;
}
.product-page.only-related .look-products {
  margin: 0px 0 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page.only-related .look-products > div {
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
}
.product-page.only-related .look-products > div .product-card .card-bottom .price-discount .prices {
  margin: 0px 0 17px;
}
@media ((min-width: 701px) and (max-width: 1210px)) {
  .product-page.only-related .look-products > div {
    width: 360px;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 620px) {
  .product-page.only-related .look-products {
    justify-content: center;
  }
  .product-page.only-related .look-products > div {
    width: 360px;
    display: block;
  }
}
@media (max-width: 460px) {
  .product-page.only-related .look-products > div {
    width: 100%;
  }
}
.product-page .product-images-swiper-pagination {
  text-align: center;
  margin: 21px 0px 51px 0px;
}

.other-looks {
  margin: 42px 0 25px;
}
.other-looks > h3 {
  margin-bottom: 24px;
}

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

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

.product-order-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
.product-order-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
.product-order-dialog label {
  margin-bottom: 15px;
}
.product-order-dialog input {
  width: 100%;
}
.product-order-dialog textarea {
  width: 100%;
}
.product-order-dialog .price {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  color: #02282E;
  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: #ffffff;
  font-size: 13px;
  margin-left: 0.25em;
}
.product-order-dialog .price > span.price-note {
  margin-left: 8px;
  color: #444;
  font-size: 16px;
}
.product-order-dialog .price > .old-price {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-size: 16px;
  color: #A6C2CC;
  vertical-align: top;
}
.product-order-dialog .price > .old-price:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% - 0px);
  height: 1px;
  background-color: #00E6E6;
  transform: rotate(-5deg);
  z-index: 2;
}
.product-order-dialog .price > .old-price:after {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  right: -2px;
  top: calc(50% + 1px);
  height: 1px;
  background-color: #fff;
  transform: rotate(-5deg);
  z-index: 1;
}
.product-order-dialog .price > .old-price > .percent {
  display: none;
  position: absolute;
  left: 0;
  top: 1em;
  font-style: normal;
  color: #02282E;
  font-weight: 500;
  font-size: 16px;
}
.product-order-dialog input.order-count {
  max-width: 5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.anchor {
  text-decoration: none;
}

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

.order-paiment-dialog {
  padding: 0;
}
.order-paiment-dialog .block {
  border-bottom: 1px solid #04404F;
  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: #02282E;
}
.order-paiment-dialog .block.order-status .table.paid h3 {
  color: #00E6E6;
}
.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: #02282E;
}
.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: #00E6E6;
}
.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: 13px;
  display: block;
  color: #A6C2CC;
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

.related-products {
  margin: 153px 0px 68px 0px;
  position: relative;
}
.related-products .similar-products {
  margin: 0px 0 20px;
}
.related-products .similar-products h2 {
  color: #00E6E6;
  margin: 0px 0px 29px 0px;
  max-width: 125px;
  font-size: 31px;
}
@media (max-width: 1080px) {
  .related-products .similar-products h2 {
    font-size: calc(25px + 6 * (100vw - 360px) / 720);
  }
}
@media (max-width: 360px) {
  .related-products .similar-products h2 {
    font-size: 25px;
  }
}
.related-products .similar-products .slider-container {
  position: relative;
  top: 0px;
  left: 0px;
  width: calc(100vw - 50px);
  margin: 18px 0px 0px 0px;
}
.related-products .similar-products .slider-container .related-slider {
  overflow: visible;
  width: 100%;
}
.related-products .similar-products .slider-container .related-slider > .swiper-wrapper > .swiper-slide {
  width: 350px;
}
.related-products .related-navigation {
  position: absolute;
  left: 165px;
  top: -25px;
  margin: 40px 0 142px;
}
.related-products .related-navigation .related-swiper-button-next {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-next.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 70px;
  top: 0px;
}
.related-products .related-navigation .related-swiper-button-prev {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-prev.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.related-products .related-swiper-pagination {
  display: none;
}
@media (max-width: 1030px) {
  .related-products {
    margin: 97px 0px 68px 0px;
    width: 100%;
    height: auto;
    margin-bottom: 75px;
  }
  .related-products .similar-products h2 {
    margin: 0px 0px 33px 0px;
    max-width: 100%;
  }
  .related-products .slider-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100vw - 50px);
    margin: 18px 0px 0px 0px;
  }
  .related-products .slider-container .related-slider {
    overflow: visible;
  }
  .related-products .related-navigation {
    display: none;
  }
  .related-products .related-swiper-pagination {
    display: block;
    margin: 0px 0px 31px 0px;
  }
}
@media (max-width: 620px) {
  .related-products .slider-container {
    width: calc(100vw - 20px);
  }
  .related-products .short-info .descr {
    margin: -4px 0px 31px 0px;
  }
  .related-products > .button {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .related-products .slider-container .slider-item {
    width: calc(100vw - 40px) !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#first-screen {
  margin-top: 88px;
  height: 707px;
}
@media (max-width: 1200px) {
  #first-screen {
    margin-top: 52px;
  }
}
@media (max-width: 760px) {
  #first-screen {
    height: auto !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #04404F;
    border-radius: 0 0 20px 20px;
  }
}
#first-screen .content > div.main {
  width: 50%;
  text-align: left;
  padding: 0px;
}
#first-screen .content > div.main h4 {
  margin: 0px 0px 0px 0px;
  color: #00B1FF;
}
#first-screen .content > div.main h1 {
  margin: 141px 20% 21px 0px;
  color: #00E6E6;
  font-size: 39px;
}
@media (max-width: 1200px) {
  #first-screen .content > div.main h1 {
    margin-right: 10%;
  }
}
@media (max-width: 1080px) {
  #first-screen .content > div.main h1 {
    font-size: calc(31px + 8 * (100vw - 360px) / 720);
  }
}
@media (max-width: 360px) {
  #first-screen .content > div.main h1 {
    font-size: 31px;
  }
}
#first-screen .content > div.slider-container {
  position: absolute;
  left: calc(50% - 20px);
  top: 0px;
  width: calc(50vw + 20px);
  text-align: left;
}
#first-screen .content > div.slider-container:before {
  content: "";
  z-index: 50;
  position: absolute;
  display: block;
  left: -1px;
  width: 20px;
  top: 0px;
  bottom: 0px;
  background-color: #02282E;
  border-radius: 0px 20px 20px 0px;
}
#first-screen .content > div.slider-container #slider-0 {
  width: 100%;
  margin-bottom: 0px;
  color: #02282E;
}
#first-screen .content > div.slider-container #slider-0 .slider-item {
  height: 50vw;
  min-height: 700px;
  max-height: calc(100vh - 88px);
  background-size: cover;
  background-position: center;
  padding: 0px 0px 0px 0px;
  position: relative;
}
#first-screen .content > div.slider-container #slider-0 .slider-item .slider-text {
  display: none;
}
#first-screen .content > div.slider-container .cur-slider-info {
  position: absolute;
  left: calc(-50vw + 80px);
  top: calc(79% - 95px);
}
#first-screen .content > div.slider-container .cur-slider-info .cur-slider-text {
  position: relative;
  margin: 0px 0px 0px 0px;
  opacity: 1;
  transition: all 0.5s 0.25s;
}
#first-screen .content > div.slider-container .cur-slider-info .cur-slider-text p {
  color: #00E6E6;
  margin: 0px 0px 46px 0px;
}
#first-screen .content > div.slider-container .cur-slider-info .cur-slider-text .button-container {
  opacity: 1;
  transition: all 0.5s 0.35s;
}
#first-screen .content > div.slider-container .cur-slider-info .cur-slider-text.invisible {
  transition: all 0.25s;
  opacity: 0;
}
#first-screen .content > div.slider-container .cur-slider-info .cur-slider-text.invisible .button-container {
  opacity: 0;
}
#first-screen .content > div.slider-container .cur-slider-info .cur-slider-text-separator {
  position: relative;
  z-index: 100;
  display: block;
  width: calc(50vw - 7px);
  height: 1px;
  background-color: #04404F;
  transform: translateY(-127px);
}
#first-screen .content > div.slider-container .slider-0-prev, #first-screen .content > div.slider-container .slider-0-next {
  position: absolute;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 34px;
  background-size: 70px 34px;
  top: 79%;
}
#first-screen .content > div.slider-container .slider-0-prev:after, #first-screen .content > div.slider-container .slider-0-next:after {
  display: none;
}
@media (max-width: 1080px) {
  #first-screen .content > div.slider-container .slider-0-prev, #first-screen .content > div.slider-container .slider-0-next {
    top: calc(79% + 87px);
  }
}
#first-screen .content > div.slider-container .slider-0-prev {
  background-image: url("../img/slider-prev.svg");
  left: -161px;
}
#first-screen .content > div.slider-container .slider-0-next {
  background-image: url("../img/slider-next.svg");
  left: -92px;
}
#first-screen .content > div.slider-container .slider-0-pagination {
  display: none;
}
@media (max-width: 760px) {
  #first-screen .content {
    display: block;
  }
  #first-screen .content > div.main {
    width: 100%;
    text-align: left;
    padding: 62px 0 79px;
  }
  #first-screen .content > div.main h1 {
    margin: 7px 0px 24px 0px;
  }
  #first-screen .content > div.slider-container {
    text-align: center;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  #first-screen .content > div.slider-container:before {
    display: none;
  }
  #first-screen .content > div.slider-container #slider-0 .slider-item {
    height: calc(100vw - 40px);
    min-height: calc(100vw - 40px);
    border-radius: 16px;
  }
  #first-screen .content > div.slider-container .cur-slider-info {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 15px 0px 16px 0px;
  }
  #first-screen .content > div.slider-container .cur-slider-info .cur-slider-text {
    text-align: center;
  }
  #first-screen .content > div.slider-container .cur-slider-info .cur-slider-text p {
    margin: 0px 0px 20px 0px;
  }
  #first-screen .content > div.slider-container .cur-slider-info .cur-slider-text-separator {
    display: none;
  }
}
@media (max-width: 760px) and (max-width: 460px) {
  #first-screen .content > div.slider-container .cur-slider-info .button {
    width: 100%;
  }
}
@media (max-width: 760px) {
  #first-screen .content > div.slider-container .slider-0-prev, #first-screen .content > div.slider-container .slider-0-next {
    display: none;
  }
  #first-screen .content > div.slider-container .slider-0-pagination {
    display: block;
    margin: 0px 0px 0px 0px;
  }
}

.swiper-pagination-bullets {
  text-align: left;
  margin: 30px 0px 20px 0px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #00E6E6;
  opacity: 1;
  transition: all 0.5s;
  width: 10px;
  height: 10px;
  margin: 0px 12px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(2.4);
}
@media (max-width: 620px) {
  .swiper-pagination-bullets {
    text-align: center;
  }
}

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

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

.categories-list > a {
  overflow: visible;
  display: block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  border-top: 1px solid #04404F;
  padding: 17px 55px 15px 0px;
  position: relative;
}
.categories-list > a:last-child {
  border-bottom: 1px solid #04404F;
}
.categories-list > a:before {
  content: "";
  position: absolute;
  display: block;
  right: -15px;
  width: 70px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/more-arrow.svg");
  background-size: 35px 17px;
  background-position: 0px center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.categories-list > a:hover {
  color: #00E6E6;
}
.categories-list > a:hover:before {
  background-size: 70px 34px;
  right: -10px;
}

.categories-block {
  padding: 30px 0 44px;
}
.categories-block .columns {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.categories-block .columns > div {
  display: inline-block;
  width: calc(50% - 10px);
  vertical-align: top;
  margin: 0 5px 10px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 850px) {
  .categories-block .columns > div {
    width: calc(100% - 10px);
  }
}
.categories-block .video-container {
  text-align: right;
  position: relative;
}
.categories-block .video-container > video {
  width: 457px !important;
  height: 813px;
  position: relative;
  z-index: 2;
  outline: 1px solid #fff;
  background-color: #ccc;
}
.categories-block .video-container:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 46%;
  width: 295px;
  top: 32%;
  height: 295px;
  background-color: #00E6E6;
  transform-origin: 50%;
  transform: rotate(60deg);
}
.categories-block .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 0px 0px 12px;
  transform: translateY(-5%);
}
.categories-block .content h2 {
  margin: 0px 0 40px;
}
@media (max-width: 1280px) {
  .categories-block .video-container {
    position: relative;
  }
  .categories-block .video-container > video {
    width: 385px !important;
    height: 684px;
  }
  .categories-block .video-container:before {
    right: 46%;
    width: 250px;
    top: 32%;
    height: 250px;
  }
}
@media (max-width: 850px) {
  .categories-block {
    padding: 30px 0 0px;
  }
  .categories-block .video-container {
    display: none !important;
  }
  .categories-block .columns > div {
    margin: 0px 0px 0px 0px;
  }
  .categories-block .columns > div .content {
    padding-left: 5px;
  }
}

.money-block {
  padding: 55px 0 44px;
  text-align: center;
}
.money-block h2 {
  margin-bottom: 22px;
}
.money-block p {
  max-width: 450px;
  margin: 0px auto 0px;
}
.money-block p.subheader {
  max-width: 100%;
  margin: 0px auto 34px;
  font-weight: 600;
}
.money-block .button {
  margin-top: 28px;
}
@media (max-width: 540px) {
  .money-block {
    padding: 37px 0 44px;
  }
}

#fixed-footer {
  display: none;
}

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

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

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

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

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

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

.order-cart-site-overlay {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  /*backdrop-filter: blur(2px);*/
}

.order-cart-container {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 372px;
  background-color: #02282E;
  color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.25s;
  padding: 6px 5px 0px 28px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7);
}
.order-cart-container #order-cart {
  margin: 0px 0px 0px 0px;
  height: calc(100dvh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-cart-container.checkout {
  background-color: #02282E;
}
.order-cart-container.checkout #order-cart {
  margin: -51px 0px 0px 0px;
  height: calc(100dvh + 15px);
  position: relative;
}
.order-cart-container.checkout #order-cart:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 45px;
  right: 0px;
  top: -8px;
  height: 45px;
  background-color: #02282E;
  border-radius: 50px;
}
.order-cart-container .cart-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  position: relative;
  z-index: 5;
}
.order-cart-container .cart-header h4 {
  margin: 12px 0 0px;
  color: #00E6E6;
}
.order-cart-container .cart-header .close-button {
  background-image: url("../img/close-button-small.svg");
  background-size: 23px 23px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all ease-out 0.5s;
  width: 45px;
  height: 45px;
}
.order-cart-container .cart-header .close-button:hover {
  transform: rotate(-90deg);
}
.order-cart-container .cart-items {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 20px 0px 0px;
}
.order-cart-container .cart-items .cart-item {
  display: flex;
  border-top: 1px solid #04404F;
  padding: 21px 0 19px;
}
.order-cart-container .cart-items .cart-item:last-child {
  border-bottom: 1px solid #04404F;
}
.order-cart-container .cart-items .cart-item .product-photo {
  height: 88px;
  min-width: 88px;
  border-radius: 5px;
  margin: 0px 20px 10px 0px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.order-cart-container .cart-items .cart-item .info {
  flex-grow: 1;
}
.order-cart-container .cart-items .cart-item .info h4 {
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0px 9px 0px;
}
.order-cart-container .cart-items .cart-item .info .variation-title {
  margin: 0px 0px 5px 0px;
}
.order-cart-container .cart-items .cart-item .info .variation-title .dimension {
  color: #00B1FF;
}
.order-cart-container .cart-items .cart-item .info .variation-title .part-size {
  color: #00B1FF;
  margin: 0px 8px 0px 5px;
}
.order-cart-container .cart-items .cart-item .info .variation-title .price {
  color: #00E6E6;
}
.order-cart-container .cart-items .cart-item .count-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.order-cart-container .cart-items .cart-item .count-form select {
  width: 56px;
  padding: 7px 0px;
  text-align: center;
  color: #000000 !important;
  border-radius: 5px;
}
.order-cart-container .cart-items .cart-item .count-form .product-sum {
  font-weight: 600;
  color: #00E6E6;
  margin: 0px 0px 0px 10px;
  flex-grow: 1;
}
.order-cart-container .cart-items .cart-item .count-form .product-sum .price {
  display: none;
}
.order-cart-container .cart-items .cart-item .count-form .delete {
  background-image: url("../img/trash.svg");
  background-size: 13px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transform: translateX(3px);
  position: relative;
}
.order-cart-container .cart-items .cart-item .product-sum {
  margin: 9px 0px 7px 0px;
  font-weight: 500;
  flex-grow: 1;
}
.order-cart-container .cart-items .cart-item .product-sum .price {
  display: none;
}
.order-cart-container .total {
  position: relative;
  padding: 21px 20px 25px 0px;
}
.order-cart-container .total:before {
  content: "";
  position: absolute;
  display: block;
  left: -28px;
  right: -25px;
  top: 0px;
  height: 1px;
  background-color: #04404F;
}
.order-cart-container .total .prices {
  display: flex;
  justify-content: space-between;
}
.order-cart-container .total .prices .price {
  display: none;
}
.order-cart-container .total .prices span:nth-of-type(2) {
  font-weight: 600;
  color: #00E6E6;
}
.order-cart-container .total .button {
  margin: 22px 0 0px;
  width: 100%;
}
.order-cart-container .button.empty-cart {
  margin-right: 19px;
}
.order-cart-container #order-confirm {
  padding: 0px 22px 50px 0px;
  position: relative;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.order-cart-container #order-confirm input, .order-cart-container #order-confirm select, .order-cart-container #order-confirm textarea {
  width: 100%;
}
.order-cart-container #order-confirm input[type=checkbox], .order-cart-container #order-confirm select[type=checkbox], .order-cart-container #order-confirm textarea[type=checkbox] {
  width: 17px;
  height: 17px;
}
.order-cart-container #order-confirm .order-user-data h4 {
  color: #00E6E6;
  margin: 16px 0px 8px 0px;
}
.order-cart-container #order-confirm .order-user-data .login-panel p {
  font-size: 13px;
  margin: 0px 0px 0px;
}
.order-cart-container #order-confirm .order-user-data .login-panel .button {
  padding: 14px 40px;
  margin-bottom: 10px;
}
.order-cart-container #order-confirm .order-user-data .client-form {
  margin: 5px 0px 0px 0px;
}
.order-cart-container #order-confirm .order-user-data .register-block {
  margin: 5px 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order-cart-container #order-confirm .order-user-data .register-block label span {
  font-size: 16px;
  color: #00B1FF;
  padding-top: 4px;
  display: inline-block;
}
.order-cart-container #order-confirm .order-user-data .register-block i {
  font-style: normal;
  font-size: 16px;
  color: #00E6E6;
  cursor: pointer;
  margin: 0px 0px 7px 20px;
}
.order-cart-container #order-confirm .delivery-form {
  position: relative;
  margin: 19px 0px 0px 0px;
}
.order-cart-container #order-confirm .delivery-form h4 {
  color: #00E6E6;
  margin: 0px 0px 9px 0px;
}
.order-cart-container #order-confirm .delivery-form .addresses-link {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.order-cart-container #order-confirm .delivery-form .addresses-link:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  left: 5px;
  top: 12px;
  background-color: #00E6E6;
}
.order-cart-container #order-confirm .delivery-form .addresses-link:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  left: 12px;
  top: 5px;
  background-color: #00E6E6;
  transition: all 0.25s;
}
.order-cart-container #order-confirm .delivery-form .addresses-link.expanded:after {
  opacity: 0;
  transform: translateY(100%);
}
.order-cart-container #order-confirm .delivery-form .addresses-link.expanded + .addresses-list {
  max-height: none !important;
  padding: 8px 20px 14px !important;
  opacity: 1 !important;
}
.order-cart-container #order-confirm .delivery-form .addresses-list {
  max-height: 0px;
  opacity: 0;
  position: absolute;
  overflow: hidden;
  top: 27px;
  left: 0px;
  right: -9px;
  border: 1px solid #04404F;
  border-radius: 10px;
  background-color: #02282E;
  padding: 0px;
}
.order-cart-container #order-confirm .delivery-form .addresses-list > .item {
  padding: 9px 0px;
  margin: 0px 0px 0px;
  cursor: pointer;
}
.order-cart-container #order-confirm .delivery-form .addresses-list > .item + .item {
  border-top: 1px solid #04404F;
}
.order-cart-container #order-confirm .delivery-form .addresses-list > .item:hover {
  color: #00B1FF;
}
.order-cart-container #order-confirm .delivery-form .addresses-list p.note {
  margin: 10px 0px 7px 0px;
}
.order-cart-container #order-confirm .delivery-form .city-code {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 100px;
}
.order-cart-container #order-confirm .delivery-methods {
  margin: 0px 0px 4px 0px;
}
.order-cart-container #order-confirm .prices-block {
  margin: 28px 0px 5px 0px;
}
.order-cart-container #order-confirm .prices-block > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 0px 0px;
}
.order-cart-container #order-confirm .prices-block > div p {
  margin: 0px 0px 0px 0px;
}
.order-cart-container #order-confirm .prices-block > div .prices {
  color: #00E6E6;
  font-weight: 600;
}
.order-cart-container #order-confirm .prices-block > div .prices .price {
  display: none;
}
.order-cart-container #order-confirm .button.create-order {
  width: 100%;
  margin: 16px 0px 24px 0px;
}
.order-cart-container #order-confirm .rules {
  font-size: 16px;
  line-height: 110%;
  margin: 0px 0px 22px 0px;
}
.order-cart-container #order-confirm .rules a {
  color: #00B1FF;
}
.order-cart-container #order-confirm .rules a:hover {
  color: #00B1FF;
  text-decoration: none;
}
.order-cart-container #order-confirm .back-to-cart {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  overflow: visible;
  text-decoration: none;
  padding: 15px 0px 15px 46px;
  font-size: 16px;
  color: #00E6E6;
  position: relative;
  cursor: pointer;
}
.order-cart-container #order-confirm .back-to-cart:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 70px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/back-arrow2.svg");
  background-size: 35px 17px;
  background-position: 0px center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.order-cart-container #order-confirm .back-to-cart:hover {
  color: #00E6E6;
}
@media (max-width: 500px) {
  .order-cart-container {
    width: 100%;
  }
}

body.cart-visible {
  overflow: hidden;
}
body.cart-visible .order-cart-site-overlay {
  display: block;
}
body.cart-visible .order-cart-container {
  transform: translateX(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.invisible {
  opacity: 0;
}

.cabinet-no-login {
  margin: 52px 0px 0px 0px;
  display: grid;
  gap: 1px;
  background-color: #04404F;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "login empty1" "empty2 register";
}
.cabinet-no-login > div {
  background-color: #02282E;
}
.cabinet-no-login > div > div {
  width: 400px;
}
@media (max-width: 1100px) {
  .cabinet-no-login > div > div {
    width: calc(100% - 100px);
  }
}
.cabinet-no-login > div > div .button {
  margin: 14px 0px 30px 0px;
}
.cabinet-no-login > div:nth-of-type(1) {
  grid-area: login;
  padding-bottom: 13px;
}
.cabinet-no-login > div:nth-of-type(2) {
  grid-area: register;
  position: relative;
}
.cabinet-no-login > div:nth-of-type(2) > div {
  margin: 51px auto 0px;
}
@media (max-width: 1100px) {
  .cabinet-no-login > div:nth-of-type(2) > div {
    margin: 51px 50px 0px;
  }
}
.cabinet-no-login > div:nth-of-type(2) .why-register {
  margin-top: 10px;
}
.cabinet-no-login > div:nth-of-type(2):before {
  content: "";
  position: absolute;
  display: block;
  left: -3px;
  width: 5px;
  top: -3px;
  height: 5px;
  background-color: #00E6E6;
  border-radius: 5px;
}
.cabinet-no-login > div:nth-of-type(3) {
  grid-area: empty1;
}
.cabinet-no-login > div:nth-of-type(4) {
  grid-area: empty2;
}
@media (max-width: 780px) {
  .cabinet-no-login {
    grid-template-columns: 1fr;
    grid-template-areas: "login" "register";
  }
  .cabinet-no-login > div {
    width: 100%;
  }
  .cabinet-no-login > div > div {
    width: 100%;
    margin: 0px 0px 0px 0px !important;
  }
  .cabinet-no-login > div:nth-of-type(2) {
    padding: 36px 0px 0px;
  }
  .cabinet-no-login > div:nth-of-type(2):before {
    display: none;
  }
  .cabinet-no-login > div:nth-of-type(3) {
    display: none;
  }
  .cabinet-no-login > div:nth-of-type(4) {
    display: none;
  }
}

.favorites-list {
  margin: -63px 0px 0px 0px;
}
.favorites-list > h4 {
  color: #00E6E6;
  margin: 8px 0px 0px 0px;
}
.favorites-list > h4 > span {
  position: relative;
}
.favorites-list > h4 > span:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("../img/favorite-yes.svg");
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(10px, 5px);
}
.favorites-list .cart-items {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 73px);
  margin: 25px 0px 0px 0px;
}
.favorites-list .descr {
  margin: 0px 0px 0px 0px;
}
.favorites-list .descr p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 110%;
}
.favorites-list .price-discount {
  margin: 9px 0px 10px 0px;
  position: relative;
}
.favorites-list .price-discount .prices {
  color: #00E6E6;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  vertical-align: top;
  text-align: left;
}
.favorites-list .price-discount .prices > .price {
  display: none;
}
.favorites-list .price-discount .prices > .price.old-price {
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 18px;
  vertical-align: top;
  color: #9A9CA0;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.favorites-list .price-discount .prices > .price span {
  display: inline;
}
.favorites-list .price-discount .prices > .price span.discount {
  color: #fff;
  background-color: #E4162E;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 5px;
  margin-left: 7px;
  line-height: 100%;
}
.favorites-list .price-discount .prices.null {
  font-size: 16px;
}
.favorites-list .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0px 8px 0px;
}
.favorites-list .actions .button {
  margin: 0;
  font-size: 11px;
  padding: 12px 22px;
}
.favorites-list .actions .delete {
  background-image: url(../img/trash.svg);
  background-size: 13px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 24px;
  height: 24px;
  transform: translateX(3px);
  position: relative;
}

.modal-panel.referal-link {
  /*width: 455px;*/
}
.modal-panel.referal-link h3 {
  margin: 0px 0px 30px 0px;
  color: #00E6E6;
}
.modal-panel.referal-link .reflink {
  margin: 0px 0px 12px 0px;
  background-color: #04404F;
  border-radius: 5px;
  padding: 16px 24px;
  color: #00E6E6;
}
.modal-panel.referal-link .reflink.copy-animate {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-name: copy_reflink;
  animation-iteration-count: 1;
}
.modal-panel.referal-link .button {
  width: 100%;
}

@keyframes copy_reflink {
  0% {
    background-color: #04404F;
    color: #00E6E6;
  }
  30% {
    background-color: #00E6E6;
    color: #04404F;
  }
  50% {
    background-color: #04404F;
    color: #00E6E6;
  }
  70% {
    background-color: #00B1FF;
    color: #04404F;
  }
  100% {
    background-color: #04404F;
    color: #00E6E6;
  }
}
.faq-block {
  padding: 30px 0 53px;
}
.faq-block#system-faq {
  padding: 34px 0 14px;
}
.faq-block h2 {
  margin: 0px 0 55px;
  color: #02282E;
}
.faq-block .questions-list {
  border-bottom: 1px solid #04404F;
  counter-reset: section;
}
.faq-block .questions-list .item {
  counter-increment: section;
  display: flex;
  position: relative;
  border-top: 1px solid #04404F;
  cursor: pointer;
}
.faq-block .questions-list .item .switch {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  top: 23px;
  right: 22px;
}
.faq-block .questions-list .item .switch:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 38px;
  right: 0px;
  top: 0px;
  height: 38px;
  background-position: center;
  background-image: url("../img/expand.svg");
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.faq-block .questions-list .item .switch:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 38px;
  right: 0px;
  top: 0px;
  height: 38px;
  background-color: #00E6E6;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.25s;
}
.faq-block .questions-list .item .answer {
  display: none;
  opacity: 0;
  padding: 81px 50px 58px 0px;
  margin: 0px 0 0px;
  transition: all 0s;
  min-width: 50%;
}
.faq-block .questions-list .item .answer p {
  max-width: 600px;
}
.faq-block .questions-list .item .answer p:last-child {
  margin-bottom: 0;
}
.faq-block .questions-list .item h4.question {
  padding: 30px 70px 14px 67px;
  margin: 0px 0px 15px 0px !important;
  position: relative;
  transition: all 0.25s;
}
.faq-block .questions-list .item h4.question:before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: 31px;
  left: 15px;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  width: 25px;
  text-align: right;
  transition: all 0.25s;
}
.faq-block .questions-list .item h4.question.ask {
  color: #00E6E6;
}
.faq-block .questions-list .item h4.question.ask:before {
  content: "?";
  text-align: center;
}
.faq-block .questions-list .item:hover .switch:after {
  opacity: 1;
}
.faq-block .questions-list .item:hover .switch:before {
  filter: brightness(0) invert(1);
}
.faq-block .questions-list .item.expanded .switch:before {
  transform: rotate(-135deg);
}
.faq-block .questions-list .item.expanded .question {
  padding: 84px 50px 60px 170px;
  max-width: 50%;
  min-width: 50%;
}
.faq-block .questions-list .item.expanded .question:before {
  top: 101px;
  left: 7px;
  font-size: 101px;
  color: #F2F2F2;
  width: 110px;
  font-weight: 400;
}
.faq-block .questions-list .item.expanded .question.ask {
  color: #ffffff;
}
.faq-block .questions-list .item.expanded .question.ask::after {
  content: ":";
}
@media (max-width: 1070px) {
  .faq-block .questions-list .item.expanded .question {
    padding: 84px 70px 60px 155px;
  }
}
@media (max-width: 840px) {
  .faq-block .questions-list .item.expanded .question {
    padding: 84px 70px 60px 100px;
  }
  .faq-block .questions-list .item.expanded .question:before {
    top: 101px;
    left: 7px;
    font-size: 64px;
    width: 70px;
  }
}
.faq-block .questions-list .item.expanded .answer {
  display: block;
  opacity: 1;
  transition: all 0s 0.25s;
}
.faq-block .question-form {
  padding-bottom: 20px;
}
.faq-block .question-form .form .form-group + .form-group {
  margin-top: 24px;
}
.faq-block .question-form .form .button {
  margin-top: 23px;
}
@media (max-width: 1080px) {
  .faq-block {
    padding: 20px 0 200px;
  }
  .faq-block h2 {
    margin: 0px 0 15px;
    text-align: center;
  }
  .faq-block .questions-list {
    border-bottom: 1px solid #04404F;
  }
  .faq-block .questions-list .item {
    display: block;
    position: relative;
    padding: 10px 0 50px;
  }
  .faq-block .questions-list .item .switch {
    top: auto;
    bottom: 13px;
    right: calc(50% - 19px);
  }
  .faq-block .questions-list .item .answer {
    padding: 0px 0px 13px 0px;
    margin: -15px 0 10px;
    max-width: 100%;
    min-width: 100%;
  }
  .faq-block .questions-list .item .answer p {
    max-width: 100%;
  }
  .faq-block .questions-list .item h4.question {
    position: static;
    padding: 36px 0px 5px 0px !important;
    text-align: center;
    max-width: 100%;
    min-width: 100%;
  }
  .faq-block .questions-list .item h4.question:before {
    top: 18px !important;
    left: calc(50% - 12px) !important;
    text-align: center !important;
  }
  .faq-block .questions-list .item h4.question.ask {
    padding-bottom: 36px;
  }
  .faq-block .questions-list .item h4.question.ask:after {
    bottom: 27px;
  }
  .faq-block .questions-list .item h4.question.ask + .answer {
    margin-top: -38px;
  }
  .faq-block .questions-list .item.expanded .question {
    padding: 36px 0px 5px 0px !important;
    text-align: left;
    max-width: 100%;
    min-width: 100%;
  }
  .faq-block .questions-list .item.expanded .question:before {
    top: 18px !important;
    left: 0px !important;
    font-size: 20px;
    color: #02282E;
    font-weight: 400;
    width: 25px;
    text-align: center;
  }
  .faq-block .questions-list .item.expanded .question.ask {
    margin-bottom: 50px;
  }
  .faq-block .questions-list .item.expanded .answer {
    margin: -5px 0 10px;
  }
}

.top-categories {
  margin: 150px 0 18px;
  position: relative;
}
@media (max-width: 1030px) {
  .top-categories {
    margin: 75px 0 18px;
  }
}
.top-categories .category {
  position: relative;
  margin-bottom: 127px;
  width: 25%;
  min-width: 320px;
  height: 437px;
}
.top-categories .category .short-info h2 {
  margin: 0px 0px 13px 0px;
  color: #00E6E6;
  font-size: calc(25px + 6 * (100vw - 360px) / 840);
}
@media (max-width: 360px) {
  .top-categories .category .short-info h2 {
    font-size: 25px;
  }
}
.top-categories .category .slider-container {
  top: 0px;
  left: calc(100% + 57px);
  position: absolute;
  width: calc(100vw - 100% - 124px);
}
.top-categories .category .slider-container .slider-item {
  width: 372px !important;
}
.top-categories .category .slider-container .product-card {
  margin: 0px;
}
.top-categories .category .showcase-swiper-button-prev {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-prev.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 0px;
  top: calc(50% - 35px);
}
.top-categories .category .showcase-swiper-button-next {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-next.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 70px;
  top: calc(50% - 35px);
}
.top-categories .category .showcase-swiper-pagination {
  display: none;
}
.top-categories .category > .button {
  margin: 0px 0px 0px 0px;
  position: absolute;
  left: 0px;
  top: calc(50% + 85px);
}
@media (max-width: 1030px) {
  .top-categories .category {
    width: 100%;
    height: auto;
    margin-bottom: 75px;
  }
  .top-categories .category .slider-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(100vw - 50px);
    margin: 18px 0px 0px 0px;
  }
  .top-categories .category .slider-container .showcase-slider {
    overflow: visible;
  }
  .top-categories .category .showcase-swiper-button-prev, .top-categories .category .showcase-swiper-button-next {
    display: none;
  }
  .top-categories .category .showcase-swiper-pagination {
    display: block;
    margin: 0px 0px 31px 0px;
  }
  .top-categories .category > .button {
    margin: 0px 0px 0px 0px;
    position: static;
  }
}
@media (max-width: 620px) {
  .top-categories .category .slider-container {
    width: calc(100vw - 20px);
  }
  .top-categories .category .short-info .descr {
    margin: -4px 0px 31px 0px;
  }
  .top-categories .category > .button {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .top-categories .category .slider-container .slider-item {
    width: calc(100vw - 40px) !important;
  }
}

@media (max-width: 620px) {
  .showcase-swiper-pagination {
    text-align: center;
    margin: 4px 0px 0px 0px;
  }
}

.catalog-products .category {
  margin: 0px 0px 83px 0px;
}
.catalog-products .category .short-info {
  margin: 0px 0px 36px 0px;
  max-width: 600px;
}
.catalog-products .category .short-info h2 {
  margin: 9px 0px 14px 0px;
  color: #00E6E6;
}
.catalog-products .products-list {
  display: grid;
  gap: 12px 10px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1800px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1400px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1120px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 880px) {
  .catalog-products .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .catalog-products .products-list {
    grid-template-columns: 1fr;
  }
}
.catalog-products .products-list > .card {
  margin: 0px 0px 0px;
}

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

ul.submenu {
  border-radius: 10px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0px;
  top: 33px;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: #02282E;
  border: 1px solid #04404F;
}
ul.submenu > li {
  display: block;
  margin: 0;
  padding: 0;
}
ul.submenu > li:first-child {
  margin-top: 13px;
}
ul.submenu > li:last-child {
  margin-bottom: 17px;
}
ul.submenu > li > a {
  display: block;
  padding: 7px 23px 7px 23px;
  color: #fff;
}
ul.submenu > li > a:hover {
  color: #00B1FF;
}

.modal-panel.video-modal {
  padding: 0px;
  min-width: 800px;
  width: 800px;
  max-width: calc(100% - 10px);
  overflow: hidden;
  position: relative;
}
.modal-panel.video-modal:before {
  content: "";
  padding-top: 57%;
  float: left;
}
.modal-panel.video-modal iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 830px) {
  .modal-panel.video-modal {
    min-width: calc(100% - 10px);
  }
}

.video-link {
  cursor: pointer;
  position: relative;
}
.video-link:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/play.svg");
  background-size: 64px 44px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.1s;
}
.video-link:hover:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.story {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1180px) {
  .story {
    grid-template-columns: 1fr;
  }
}

.stripe-payment-form-container {
  margin: 52px 0px 62px 0px;
}
.stripe-payment-form-container .button {
  margin: 33px 0px 20px 0px;
}

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

.main-about {
  margin: 38px 0px 0px 0px;
}
.main-about .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}
.main-about .columns > .info {
  background-image: url("../img/logo-full.svg");
  background-size: 300px 140px;
  background-position: left 0px;
  padding-top: 190px;
  background-repeat: no-repeat;
  max-width: 320px;
  margin: 141px auto 0px;
}
.main-about .columns > .info .button {
  margin: 39px 0px 0px 0px;
}
.main-about .columns > .video .video-container {
  width: 490px;
  max-width: 100%;
}
.main-about .columns > .video .video-container video {
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 1260px) {
  .main-about .columns > .info {
    margin-top: calc(0px + 90 * (100vw - 740px) / 520);
    padding-right: 20px;
  }
}
@media (max-width: 1260px) and (max-width: 740px) {
  .main-about .columns > .info {
    margin-top: 0px;
  }
}
@media (max-width: 1260px) {
  .main-about .columns > .video .video-container {
    text-align: center;
  }
  .main-about .columns > .video .video-container video {
    max-height: 90vh;
  }
}
@media (max-width: 940px) {
  .main-about .columns > .info {
    width: 100%;
  }
  .main-about .columns > .video {
    width: 100%;
  }
  .main-about .columns > .video .video-container {
    width: 100%;
  }
  .main-about .columns > .video .video-container video {
    max-height: 90vh;
  }
}
@media (max-width: 740px) {
  .main-about {
    margin: 86px 0px 0px 0px;
  }
  .main-about .columns {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .main-about .columns > .info {
    width: 100%;
    margin: 43px 0px 0px 0px;
    padding-right: 0;
  }
  .main-about .columns > .video {
    width: 100%;
  }
  .main-about .columns > .video .video-container {
    width: 100%;
  }
  .main-about .columns > .video .video-container video {
    max-height: 90vh;
  }
}
@media (max-width: 740px) {
  .main-about .button {
    width: 100%;
  }
}

.main-collage {
  margin: 176px 0px 57px 0px;
  background-image: url("../img/pattern.svg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row dense;
}
.main-collage > div {
  height: 16.6666666667vw;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.main-collage > div.c2 {
  grid-column: span 2;
}
.main-collage > div.r2 {
  grid-row: span 2;
  height: 33.3333333333vw;
}
.main-collage > div > div {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 1s;
}
.main-collage > div.d1 > div:nth-of-type(1) {
  opacity: 1;
  transition: all 1s 1s;
}
.main-collage > div.d2 > div:nth-of-type(2) {
  opacity: 1;
  transition: all 1s 1s;
}
.main-collage > div.d3 > div:nth-of-type(3) {
  opacity: 1;
  transition: all 1s 1s;
}
@media (max-width: 720px) {
  .main-collage {
    margin: 110px 0px 36px 0px;
    background-image: url("../img/pattern2.svg");
    grid-template-columns: repeat(3, 1fr);
  }
  .main-collage > div {
    height: 33.3333333333vw;
  }
  .main-collage > div.r2 {
    height: 66.6666666667vw;
  }
}

.separator {
  background-image: url("../img/separator.svg");
  background-size: 306px 34px;
  background-position: center;
  background-repeat: repeat-x;
  margin: 0px 0px 0px;
}

.news-card {
  display: block;
}
.news-card .preview {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}
.news-card .preview:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.news-card:hover {
  text-decoration: none;
}
.news-card .news-date {
  color: #00E6E6;
  margin: 14px 0px 7px 0px;
}
.news-card .news-title {
  color: #00B1FF;
  margin: 0px 0px 0px 0px !important;
  padding-right: 5px;
}

.news-page {
  max-width: 800px;
  margin-top: 30px;
}
.news-page .preview {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
}
.news-page .preview:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.news-page .news-date {
  color: #00E6E6;
  margin: 14px 0px 7px 0px;
}
.news-page .news-title {
  color: #00B1FF;
  padding-right: 5px;
  margin-top: 10px !important;
}

.news-modal-panel {
  padding: 36px 48px;
  width: 800px;
}
.news-modal-panel .news-page {
  margin-top: 0px;
}
@media (max-width: 430px) {
  .news-modal-panel {
    padding-top: 77px;
  }
}

.main-news {
  margin: 150px 0px 120px 0px;
}
.main-news .news-column {
  width: calc(50% - 372px);
  position: relative;
  min-height: 372px;
  min-width: 220px;
}
.main-news .news-column h2 {
  color: #00E6E6;
  margin: 0px 0px 0px 0px;
  font-size: calc(25px + 6 * (100vw - 360px) / 840);
}
@media (max-width: 360px) {
  .main-news .news-column h2 {
    font-size: 25px;
  }
}
.main-news .news-column .slider-container {
  position: absolute;
  top: 0px;
  left: calc(100% + 0px);
  width: calc(50vw + 372px);
}
.main-news .news-column .swiper-slide {
  width: 372px;
}
.main-news .news-column .news-navigation {
  position: relative;
  margin: 40px 0 142px;
}
.main-news .news-column .news-navigation .news-swiper-button-next {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-next.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 70px;
  top: 0px;
}
.main-news .news-column .news-navigation .news-swiper-button-prev {
  width: 70px;
  height: 34px;
  background-image: url("../img/slider-prev.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px 34px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.main-news .news-column .news-swiper-pagination {
  display: none;
}
@media (max-width: 840px) {
  .main-news {
    margin: 55px 0px 120px 0px;
  }
  .main-news .news-column {
    width: 100%;
    position: relative;
    min-height: 320px;
    min-width: auto;
  }
  .main-news .news-column .slider-container {
    margin-top: 24px;
    position: static;
    width: calc(100vw - 50px);
  }
  .main-news .news-column .slider-container .news-slider {
    overflow: visible;
  }
  .main-news .news-column .swiper-slide {
    width: 320px;
  }
  .main-news .news-column .news-navigation {
    display: none;
  }
  .main-news .news-column .news-swiper-pagination {
    display: block;
    margin: 33px 0px 22px 0px;
  }
}
@media (max-width: 620px) {
  .main-news .news-column .slider-container {
    width: calc(100vw - 20px);
  }
  .main-news .button {
    width: 100%;
  }
}

.referal {
  margin: 271px 0px 100px 0px;
  background-image: url("../img/pattern.svg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
.referal .columns {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
}
.referal .columns .info-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.referal .columns .info-container .info {
  max-width: 405px;
}
.referal .columns .info-container .info h3 {
  color: #00E6E6;
  margin: 0px 0px 10px 0px;
}
.referal .columns .info-container .info .links {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 46px 0px 0px 0px;
}
.referal .columns .info-container .info .links button.button {
  margin: 0px 23px 0px 0px;
}
.referal .columns .info-container .info .links a.button {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1170px) {
  .referal .columns .info-container .info {
    padding-left: 40px;
    max-width: calc(50vw - 15px);
  }
}
@media (max-width: 960px) {
  .referal .columns .info-container .info {
    text-align: center;
  }
  .referal .columns .info-container .info .links {
    flex-direction: column;
  }
  .referal .columns .info-container .info .links button.button {
    margin: 0px 0px 17px 0px;
  }
}
.referal .columns .visual {
  min-height: 459px;
  background-image: url("../img/referal-visual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 20px 20px 0px;
  width: calc(50vw - 9px);
  margin: -9px 0px -9px -50px;
}
@media (max-width: 840px) {
  .referal {
    margin: 120px 0px 100px 0px;
  }
}
@media (max-width: 620px) {
  .referal {
    margin: 120px 0px 100px 0px;
    background-image: none;
  }
  .referal .columns {
    display: block;
  }
  .referal .columns .visual {
    min-height: 320px;
    border-radius: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  .referal .columns .info-container {
    display: block;
  }
  .referal .columns .info-container .info {
    padding: 0;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
  }
  .referal .columns .info-container .info h3 {
    font-size: 20px;
    margin: 31px 0px 15px 0px;
  }
  .referal .columns .info-container .info .links {
    margin: 31px 0px 0px 0px;
  }
  .referal .columns .info-container .info .links button.button {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
}

#page.coming-soon {
  display: block;
}
#page.coming-soon .content {
  height: 100vh;
}
#page.coming-soon .content .coming-soon-animated-logo {
  position: relative;
  transform: scale(0.4);
  margin: 0px auto 0px;
  left: calc(169px + 468 * (100vw - 1001px) / 899);
}
@media (max-width: 1000px) {
  #page.coming-soon .content .coming-soon-animated-logo {
    transform: scale(0.25);
    left: calc(0px + 301 * (100vw - 360px) / 640);
  }
}
#page.coming-soon .content .button-container {
  position: absolute;
  top: calc(90vh - 20px);
  width: 100vw;
  text-align: center;
  opacity: 0;
  transition: all 1s 10s;
}
#page.coming-soon .content .button-container.visible {
  opacity: 1;
}
#page.coming-soon .content .button-container .button {
  margin: 0px auto 0px;
}

.animated-logo {
  position: absolute;
  left: 36px;
  top: 0px;
  transform-origin: 0 0;
  transform: scale(0.18);
}
.animated-logo svg#luna circle {
  opacity: 1;
}
.animated-logo svg#subj {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: translateY(12px);
  transition: opacity 1s 0s, transform 5s 0s;
}
.animated-logo svg#subj.animated {
  opacity: 1;
  transform: translateY(0px);
}
.animated-logo svg#rabbit {
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 10px;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  1% {
    transform: scale(500);
    filter: blur(0.45px);
  }
  10% {
    background-color: #ffffff;
  }
  20% {
    transform: scale(1);
    filter: blur(0.5px);
  }
  30% {
    background-color: #00b1ff;
  }
  100% {
    filter: blur(20px);
    transform: scale(1);
  }
}
.animated-logo .flash {
  border-radius: 100%;
  position: absolute;
  z-index: 100;
  transform-origin: 50% 50%;
  z-index: 50;
  left: 900px;
  top: 749px;
  width: 3px;
  height: 3px;
  background-color: #00e6e6;
  opacity: 0;
}
.animated-logo .flash.animated {
  animation-name: flash;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in;
  animation-delay: 0s;
  opacity: 0;
  background-color: #00b1ff;
}
.animated-logo .circle {
  border-radius: 100%;
  position: absolute;
  transform-origin: 50% 50%;
  z-index: 50;
  opacity: 0;
  transform: scale(0);
}
.animated-logo .circle#n {
  left: 980px;
  top: 421px;
  width: 28px;
  height: 28px;
  background-color: #00b1ff;
}
.animated-logo .circle#o {
  left: 1158px;
  top: 428px;
  width: 56px;
  height: 56px;
  background-color: #00e6e6;
}
.animated-logo .circle#p {
  left: 1376px;
  top: 449px;
  width: 28px;
  height: 28px;
  background-color: #00b1ff;
}
.animated-logo .circle#q {
  left: 1264px;
  top: 559px;
  width: 38px;
  height: 38px;
  background-color: #00e6e6;
}
.animated-logo .circle#r {
  left: 1088px;
  top: 620px;
  width: 28px;
  height: 28px;
  background-color: #00e6e6;
}
.animated-logo .circle#s {
  left: 1270px;
  top: 707px;
  width: 28px;
  height: 28px;
  background-color: #00b1ff;
}
.animated-logo .circle#t {
  left: 1165px;
  top: 853px;
  width: 43px;
  height: 43px;
  background-color: #00e6e6;
}

.variants-items > div {
  padding: 9px 0px 9px 20px;
  background: linear-gradient(#02282E, #02282E) padding-box, linear-gradient(to right, #04404F, #02282E) border-box;
  border-radius: 10px 0 0 10px;
  border: 1px solid transparent;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.variants-items > div .title .value {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
}
.variants-items > div .title .count {
  color: #00B1FF;
}
.variants-items > div .prices .price {
  font-size: 20px;
  font-weight: 600;
  color: #00E6E6;
  display: block !important;
}
.variants-items > div .prices .old-price {
  color: #A6C2CC;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  margin: 0px 0px 0px 0px;
  display: block !important;
}
.variants-items > div .button {
  height: 62px;
  margin: 0px 0px 0px 0px;
  position: relative;
  padding: 0px 25px 0px 60px;
  width: auto;
}
.variants-items > div .button:before, .variants-items > div .button:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 1px;
  background-color: #00B1FF;
  transition: all 0.5s;
}
.variants-items > div .button:before {
  width: 24px;
  height: 2px;
}
.variants-items > div .button:after {
  width: 2px;
  height: 24px;
}
.variants-items > div .button:before, .variants-items > div .button:after {
  left: 37px;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 490px) {
  .variants-items > div .button {
    width: 62px;
    padding: 0px;
  }
  .variants-items > div .button span {
    display: none;
  }
  .variants-items > div .button:before, .variants-items > div .button:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.variants-items > div .button:hover:before, .variants-items > div .button:hover:after {
  background-color: #00E6E6;
  box-shadow: 0px 0px 20px 3px #00E6E6;
}

.modal-panel.product-variants {
  position: relative;
  width: 372px;
  min-width: 360px;
  padding: 0px;
  background-color: #02282E;
  border-radius: 16px;
  overflow: hidden;
}
.modal-panel.product-variants .close-button-container {
  bottom: auto;
  height: 45px;
}
.modal-panel.product-variants .close-button-container .close-button {
  background-image: url(../img/close-button-dark.svg);
}
.modal-panel.product-variants .product-photo {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-panel.product-variants .product-photo:before {
  content: "";
  padding-top: 100%;
  float: left;
}
.modal-panel.product-variants .info {
  padding: 22px 20px 7px;
}
.modal-panel.product-variants .info .variants-items {
  margin: 17px 0px 0px 0px;
}
.modal-panel.product-variants .info .variants-items .button {
  width: 62px;
  padding: 0px;
}
.modal-panel.product-variants .info .variants-items .button:before, .modal-panel.product-variants .info .variants-items .button:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-photo.moving {
  transition: all 0s;
  position: absolute;
  z-index: 1000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}

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

.news-grid {
  display: grid;
  gap: 40px 10px;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.news-grid .more-button-container {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  transform: translateY(168%);
}
.news-grid .more-button-container .button {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 1800px) {
  .news-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1520px) {
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1250px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .news-grid {
    margin-bottom: 115px;
  }
}
@media (max-width: 480px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

#n8n-chat .chat-window {
  border-radius: 16px;
  border: 2px solid #00E6E6;
}
#n8n-chat .chat-window .chat-header {
  background-color: #02282E;
  background-image: url(../img/logo.svg);
  background-position: calc(100% - 20px) 30px;
  background-repeat: no-repeat;
  background-size: 122px 57px;
  border-bottom: 2px solid #00E6E6;
}
#n8n-chat .chat-window .chat-header .chat-heading h1 {
  color: #00E6E6;
}
#n8n-chat .chat-window .chat-header p {
  color: #00B1FF;
}
#n8n-chat .chat-window .chat-body {
  background-color: #02282E;
}
#n8n-chat .chat-window .chat-body .chat-messages-list .chat-message {
  border-radius: 10px;
}
#n8n-chat .chat-window .chat-body .chat-messages-list .chat-message.chat-message-from-user {
  background-color: #02282E;
  color: #ffffff;
  border: 1px solid #00E6E6;
}
#n8n-chat .chat-window .chat-body .chat-messages-list .chat-message.chat-message-from-bot {
  background-color: #02282E;
  color: #ffffff;
  border: 1px solid #00B1FF;
}
#n8n-chat .chat-window .chat-footer {
  border-top: 2px solid #00E6E6;
}
#n8n-chat .chat-window .chat-footer .chat-inputs textarea {
  background-color: #02282E;
  color: #ffffff !important;
  padding: 12px 38px 12px 10px;
}
#n8n-chat .chat-window .chat-footer .chat-input-send-button {
  background-color: #02282E;
  color: #00E6E6;
}
#n8n-chat .chat-window .chat-footer .chat-input-send-button[disabled] {
  color: #04404F;
}
#n8n-chat .chat-window-toggle {
  background-color: #00B1FF;
}
#n8n-chat .chat-window-toggle:hover, #n8n-chat .chat-window-toggle:focus {
  background-color: #00E6E6;
}

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