/*itb*/
/*=========================================
  _LAYOUT
=========================================*/
/* line 10, base.scss */
html,
body {
  color: #222222;
  font: 16px "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  margin: 0;
  font-size: 100%;
  min-width: 320px;
  font-weight: 300; }

/* line 21, base.scss */
body {
  position: relative; }

/* line 25, base.scss */
.hidden {
  display: none; }

/* line 29, base.scss */
.visible {
  display: block; }

/* line 33, base.scss */
.container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1200px; }

/* line 39, base.scss */
.container .container {
  padding-left: 0px;
  padding-right: 0px; }

/* line 44, base.scss */
.row {
  margin-left: 0px;
  margin-right: 0px; }

/* line 49, base.scss */
.row-reverse {
  margin-left: 0px;
  margin-right: 0px; }

/* line 54, base.scss */
.col {
  margin-left: 0px;
  margin-right: 0px; }

/* line 59, base.scss */
.col-reverse {
  margin-left: 0px;
  margin-right: 0px; }

/* line 64, base.scss */
[class*='cell-'] {
  padding-left: 0px;
  padding-right: 0px; }

/* line 69, base.scss */
.row.is-stretch > * {
  flex: 1 0 auto; }

@media (max-width: 1220px) {
  /* line 75, base.scss */
  .container {
    padding-right: 10px;
    padding-left: 10px; } }
/* line 81, base.scss */
.container.with-grid {
  padding-left: 10px;
  padding-right: 10px; }

/* line 86, base.scss */
.row.is-grid,
.row-reverse.is-grid,
.col.is-grid,
.col-reverse.is-grid {
  margin-left: -10px;
  margin-right: -10px; }

/* line 94, base.scss */
.row.is-grid > *,
.row-reverse.is-grid > *,
.col.is-grid > *,
.col-reverse.is-grid > * {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 1440px) {
  /* line 104, base.scss */
  body,
  html {
    overflow-x: hidden; } }
/*=========================================
  _TYPOGRAPHY
=========================================*/
/* line 113, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1; }

/* line 123, base.scss */
h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em; }

/* line 129, base.scss */
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em; }

/* line 135, base.scss */
h3 {
  font-size: 20px;
  font-weight: 700; }

/* line 140, base.scss */
h4 {
  font-size: 18px; }

/* line 144, base.scss */
h5 {
  font-size: 16px; }

/* line 148, base.scss */
h6 {
  font-size: 14px; }

/* line 152, base.scss */
a {
  color: #6d10a8;
  text-decoration-skip: ink;
  transition: color 0.3s ease; }

/* line 158, base.scss */
a[class] {
  text-decoration: none; }

/* line 162, base.scss */
a:hover {
  color: inherit; }

/* line 166, base.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #50585d; }

/* line 175, base.scss */
p,
ul,
ol {
  margin: 1em 0; }

/* line 181, base.scss */
ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0; }

/* line 188, base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 3.2em 0;
  padding: 0; }

/* line 197, base.scss */
blockquote {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em 0;
  padding: 0 0 0 1.6em;
  border-left: 0.6em solid #cccccc; }

/* line 205, base.scss */
blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

/* line 210, base.scss */
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #ccc; }

/* line 217, base.scss */
blockquote small:before {
  content: '\2014 \00A0'; }

/* line 221, base.scss */
blockquote cite {
  font-weight: bold; }

/* line 225, base.scss */
blockquote cite a {
  font-weight: normal; }

/* line 229, base.scss */
dl {
  margin: 1.6em 0; }

/* line 233, base.scss */
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em; }

/* line 245, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

/* line 250, base.scss */
mark {
  background-color: #ffc336; }

/* line 254, base.scss */
code,
tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre;
  border: 1px solid #e3edf3;
  background: #f7fafb;
  border-radius: 2px; }

/* line 265, base.scss */
pre {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #e3edf3;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #f7fafb;
  border-radius: 3px; }

/* line 280, base.scss */
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 290, base.scss */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: 1px solid #ccc;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 #fff; }

/* line 304, base.scss */
table {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

/* line 313, base.scss */
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #efefef; }

/* line 322, base.scss */
table th {
  color: #000; }

/* line 326, base.scss */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 335, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

/* line 339, base.scss */
table table table {
  background-color: #fff; }

/* line 343, base.scss */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6; }

/* line 348, base.scss */
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

/* line 353, base.scss */
label {
  cursor: pointer; }

/* line 357, base.scss */
.text-error {
  color: #f65050; }

/*=========================================
  ALERTIFY
=========================================*/
/* line 364, base.scss */
body .alertify-notifier .ajs-message {
  background: #E2E5EA;
  color: #222222; }

/* line 369, base.scss */
body .alertify-notifier .ajs-message.ajs-success {
  background: #6d10a8;
  color: #fff; }

/* line 374, base.scss */
body .alertify-notifier .ajs-message.ajs-error {
  background: #f65050;
  color: #fff; }

/* line 379, base.scss */
body .alertify-notifier .ajs-message.ajs-warning {
  background: #F2930C;
  color: #fff; }

/*=========================================
  BREADCRUMB
=========================================*/
/* line 387, base.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0; }

/* line 393, base.scss */
.breadcrumb-item {
  display: inline-block;
  vertical-align: baseline; }

/* line 398, base.scss */
.breadcrumb-item:not(:last-child):after {
  content: '>'; }

/*=========================================
  BUTTONS
=========================================*/
/* line 441, base.scss */
[type="button"],
[type="submit"],
[type="reset"],
[type="file"],
button {
  padding: 29px 20px 30px 20px;
  line-height: calc(16px + 1px);
  text-transform: none;
  color: #222222;
  border: 2px solid transparent;
  cursor: pointer; }

/* line 452, base.scss */
[type="button"]:focus,
[type="submit"]:focus,
[type="reset"]:focus,
[type="file"]:focus,
button:focus {
  outline-color: #e2bef9; }

/* line 460, base.scss */
.bttn {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  padding: 29px 20px 30px 20px;
  line-height: calc(16px + 1px);
  text-transform: none; }
  /* line 436, base.scss */
  .bttn:focus {
    outline: none; }

/* line 465, base.scss */
.wrapper.fc .button:active,
button#create_order:active {
  top: 0; }

/* line 470, base.scss */
.bttn-prim,
.m-modal-button--checkout,
.wrapper.fc .button,
button#create_order,
.co-button,
.picker-button,
.wrapper .back_to_shop {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  padding: 30px 20px 30px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #6d10a8;
  color: #fff;
  border: 2px solid #6d10a8; }
  /* line 436, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus,
  .wrapper .back_to_shop:focus {
    outline: none; }

/* line 484, base.scss */
.bttn-prim:hover,
.m-modal-button--checkout:hover,
.wrapper.fc .button:hover,
button#create_order:hover,
.co-button:hover,
.picker-button:hover,
.wrapper .back_to_shop:hover {
  color: #fff;
  background-color: #7c12bf;
  border: 2px solid #7c12bf; }

/* line 496, base.scss */
.bttn-prim:focus,
.m-modal-button--checkout:focus,
.wrapper.fc .button:focus,
button#create_order:focus,
.co-button:focus,
.picker-button:focus,
.wrapper .back_to_shop:focus {
  color: #fff;
  background-color: #7c12bf;
  border: 2px solid #7c12bf;
  outline: none;
  box-shadow: none; }

/* line 510, base.scss */
.bttn-second,
[href="/client_account/contacts/new"].co-form-button {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  padding: 30px 20px 30px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #a6b5ff;
  color: #fff;
  border: 2px solid #a6b5ff; }
  /* line 436, base.scss */
  .bttn-second:focus,
  [href="/client_account/contacts/new"].co-form-button:focus {
    outline: none; }

/* line 519, base.scss */
.bttn-second:hover,
[href="/client_account/contacts/new"].co-form-button:hover {
  color: #fff;
  background-color: #c0caff;
  border-color: #c0caff; }

/* line 526, base.scss */
.bttn-transparent {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  padding: 30px 20px 30px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #6d10a8;
  color: #6d10a8; }
  /* line 436, base.scss */
  .bttn-transparent:focus {
    outline: none; }

/* line 534, base.scss */
.bttn-transparent:hover {
  color: #fff;
  background-color: #6d10a8; }

/* line 539, base.scss */
.bttn-transparent-second {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  padding: 30px 20px 30px 20px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #a6b5ff;
  color: #a6b5ff; }
  /* line 436, base.scss */
  .bttn-transparent-second:focus {
    outline: none; }

/* line 547, base.scss */
.bttn-transparent-second:hover {
  color: #fff;
  background-color: #a6b5ff; }

/* line 552, base.scss */
.bttn-fill {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  padding: 30px 20px 30px 20px;
  text-transform: uppercase;
  line-height: 1;
  padding: 36px 40px 36px 40px;
  color: #fff;
  background-color: #6d10a8;
  border: 2px solid #6d10a8; }
  /* line 436, base.scss */
  .bttn-fill:focus {
    outline: none; }

/* line 561, base.scss */
.bttn-fill:hover {
  background-color: transparent;
  color: #6d10a8; }

/* line 566, base.scss */
.bttn-fill-second {
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  border: 2px solid transparent;
  border-radius: 7px;
  font-size: 20px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  line-height: 24px;
  padding: 12px 34px;
  color: #000;
  background-color: #ffffff; }

/* line 586, base.scss */
.bttn-fill-second:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff; }

/* line 592, base.scss */
.bttn-count,
a.bttn-count {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 26px;
  min-height: initial;
  color: #d1d1d1;
  border: 1px solid #cccccc;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  user-select: none;
  padding: 0px; }
  /* line 436, base.scss */
  .bttn-count:focus,
  a.bttn-count:focus {
    outline: none; }

/* line 610, base.scss */
.bttn-count:hover,
a.bttn-count:hover {
  border-color: #6d10a8;
  background-color: #6d10a8;
  color: #fff; }

/* line 617, base.scss */
.bttn-favorite {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 23px;
  height: 20px;
  transition: transform 200ms;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 492.719 492.719' style='enable-background:new 0 0 492.719 492.719;' xml:space='preserve' width='23px' height='23px'%3E%3Cg%3E%3Cg id='Icons_18_'%3E%3Cpath d='M492.719, 166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985, 0-89.891, 25.484-113.302, 63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556, 32.952, 0, 92.522, 0, 166.008c0, 40.009, 17.729, 75.803, 45.671, 100.178 l188.545, 188.553c3.22, 3.22, 7.587, 5.029, 12.142, 5.029c4.555, 0, 8.922-1.809, 12.142-5.029l188.545-188.553 C474.988, 241.811, 492.719, 206.017, 492.719, 166.008z' fill='%23d1d1d0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  /* line 436, base.scss */
  .bttn-favorite:focus {
    outline: none; }

/* line 630, base.scss */
.bttn-favorite:hover {
  transform: scale(1.1); }

/* line 634, base.scss */
.bttn-favorite.is-added {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 492.719 492.719' style='enable-background:new 0 0 492.719 492.719;' xml:space='preserve' width='23px' height='23px'%3E%3Cg%3E%3Cg id='Icons_18_'%3E%3Cpath d='M492.719, 166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985, 0-89.891, 25.484-113.302, 63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556, 32.952, 0, 92.522, 0, 166.008c0, 40.009, 17.729, 75.803, 45.671, 100.178 l188.545, 188.553c3.22, 3.22, 7.587, 5.029, 12.142, 5.029c4.555, 0, 8.922-1.809, 12.142-5.029l188.545-188.553 C474.988, 241.811, 492.719, 206.017, 492.719, 166.008z' fill='%23f65050'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 638, base.scss */
.bttn-compares {
  font-size: 16px;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-weight: 300;
  border: 2px solid transparent;
  border-radius: 7px;
  letter-spacing: 0.9px;
  font-size: 18px;
  background-image: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  box-sizing: border-box;
  user-select: none;
  outline: none;
  border: none;
  background: transparent; }
  /* line 436, base.scss */
  .bttn-compares:focus {
    outline: none; }

/* line 644, base.scss */
.bttn-compares.is-icon {
  color: #6d10a8; }

/* line 648, base.scss */
.bttn-compares.is-icon.is-added {
  color: #a6b5ff; }

/* line 652, base.scss */
.bttn-compares.is-bg {
  width: 38px;
  height: 38px;
  background-position: 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='95.884px' height='95.884px' viewBox='0 0 95.884 95.884' style='enable-background:new 0 0 95.884 95.884;' xml:space='preserve' fill='%23000000'%3E%3Cg%3E%3Cg%3E%3Cpath d='M42.893, 33.654h10.098c1.104, 0, 2-0.896, 2-2V2c0-1.104-0.896-2-2-2H42.893c-1.104, 0-2, 0.896-2, 2v29.654 C40.893, 32.758, 41.789, 33.654, 42.893, 33.654z'/%3E%3Cpath d='M52.991, 62.23H42.893c-1.104, 0-2, 0.896-2, 2v29.653c0, 1.104, 0.896, 2, 2, 2h10.098c1.104, 0, 2-0.896, 2-2V64.23 C54.991, 63.126, 54.095, 62.23, 52.991, 62.23z'/%3E%3Cpath d='M57.373, 39.37H38.512c-1.104, 0-2, 0.896-2, 2v13.146c0, 1.104, 0.896, 2, 2, 2h18.86c1.104, 0, 2-0.896, 2-2V41.37 C59.373, 40.265, 58.478, 39.37, 57.373, 39.37z'/%3E%3Cpath d='M8.601, 13.079H18.7c1.104, 0, 2-0.896, 2-2V2c0-1.104-0.896-2-2-2H8.601c-1.104, 0-2, 0.896-2, 2v9.079 C6.601, 12.183, 7.497, 13.079, 8.601, 13.079z'/%3E%3Cpath d='M18.7, 41.655H8.601c-1.104, 0-2, 0.896-2, 2v50.229c0, 1.104, 0.896, 2, 2, 2H18.7c1.104, 0, 2-0.896, 2-2V43.655 C20.7, 42.55, 19.804, 41.655, 18.7, 41.655z'/%3E%3Cpath d='M23.081, 18.795H4.22c-1.104, 0-2, 0.896-2, 2v13.146c0, 1.104, 0.896, 2, 2, 2h18.86c1.104, 0, 2-0.896, 2-2V20.795 C25.081, 19.69, 24.185, 18.795, 23.081, 18.795z'/%3E%3Cpath d='M77.185, 23.366h10.098c1.104, 0, 2-0.896, 2-2V2c0-1.104-0.896-2-2-2H77.185c-1.104, 0-2, 0.896-2, 2v19.366 C75.185, 22.47, 76.08, 23.366, 77.185, 23.366z'/%3E%3Cpath d='M87.282, 51.943H77.185c-1.104, 0-2, 0.896-2, 2v39.94c0, 1.104, 0.896, 2, 2, 2h10.098c1.104, 0, 2-0.896, 2-2v-39.94 C89.282, 52.838, 88.387, 51.943, 87.282, 51.943z'/%3E%3Cpath d='M91.664, 29.082h-18.86c-1.104, 0-2, 0.896-2, 2v13.146c0, 1.104, 0.896, 2, 2, 2h18.86c1.104, 0, 2-0.896, 2-2V31.082 C93.664, 29.977, 92.769, 29.082, 91.664, 29.082z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 661, base.scss */
.bttn-compares.is-bg.is-added {
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='95.884px' height='95.884px' viewBox='0 0 95.884 95.884' style='enable-background:new 0 0 95.884 95.884;' xml:space='preserve' fill='%23f65050'%3E%3Cg%3E%3Cg%3E%3Cpath d='M42.893, 33.654h10.098c1.104, 0, 2-0.896, 2-2V2c0-1.104-0.896-2-2-2H42.893c-1.104, 0-2, 0.896-2, 2v29.654 C40.893, 32.758, 41.789, 33.654, 42.893, 33.654z'/%3E%3Cpath d='M52.991, 62.23H42.893c-1.104, 0-2, 0.896-2, 2v29.653c0, 1.104, 0.896, 2, 2, 2h10.098c1.104, 0, 2-0.896, 2-2V64.23 C54.991, 63.126, 54.095, 62.23, 52.991, 62.23z'/%3E%3Cpath d='M57.373, 39.37H38.512c-1.104, 0-2, 0.896-2, 2v13.146c0, 1.104, 0.896, 2, 2, 2h18.86c1.104, 0, 2-0.896, 2-2V41.37 C59.373, 40.265, 58.478, 39.37, 57.373, 39.37z'/%3E%3Cpath d='M8.601, 13.079H18.7c1.104, 0, 2-0.896, 2-2V2c0-1.104-0.896-2-2-2H8.601c-1.104, 0-2, 0.896-2, 2v9.079 C6.601, 12.183, 7.497, 13.079, 8.601, 13.079z'/%3E%3Cpath d='M18.7, 41.655H8.601c-1.104, 0-2, 0.896-2, 2v50.229c0, 1.104, 0.896, 2, 2, 2H18.7c1.104, 0, 2-0.896, 2-2V43.655 C20.7, 42.55, 19.804, 41.655, 18.7, 41.655z'/%3E%3Cpath d='M23.081, 18.795H4.22c-1.104, 0-2, 0.896-2, 2v13.146c0, 1.104, 0.896, 2, 2, 2h18.86c1.104, 0, 2-0.896, 2-2V20.795 C25.081, 19.69, 24.185, 18.795, 23.081, 18.795z'/%3E%3Cpath d='M77.185, 23.366h10.098c1.104, 0, 2-0.896, 2-2V2c0-1.104-0.896-2-2-2H77.185c-1.104, 0-2, 0.896-2, 2v19.366 C75.185, 22.47, 76.08, 23.366, 77.185, 23.366z'/%3E%3Cpath d='M87.282, 51.943H77.185c-1.104, 0-2, 0.896-2, 2v39.94c0, 1.104, 0.896, 2, 2, 2h10.098c1.104, 0, 2-0.896, 2-2v-39.94 C89.282, 52.838, 88.387, 51.943, 87.282, 51.943z'/%3E%3Cpath d='M91.664, 29.082h-18.86c-1.104, 0-2, 0.896-2, 2v13.146c0, 1.104, 0.896, 2, 2, 2h18.86c1.104, 0, 2-0.896, 2-2V31.082 C93.664, 29.977, 92.769, 29.082, 91.664, 29.082z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 665, base.scss */
.bttn-compares[data-compares-added].is-added:before {
  content: attr(data-compares-added); }

/* line 669, base.scss */
.bttn-compares[data-compares-not-added].not-added:before {
  content: attr(data-compares-not-added); }

/* line 673, base.scss */
.bttn-burger img {
  width: 30px;
  margin-right: 5px; }

/* line 678, base.scss */
.bttn-burger > * {
  display: inline-block;
  vertical-align: middle; }

/*=========================================
  CARDS
=========================================*/
/* line 686, base.scss */
.cards-row > *,
.products-slider .swiper-slide {
  flex-grow: 0;
  flex-shrink: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-self: stretch; }

/* line 696, base.scss */
.cards-col {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap; }

/* line 703, base.scss */
.cards-col > * {
  width: 100%; }

@supports (display: flex) {
  /* line 708, base.scss */
  .card.cards-col {
    height: 100%; } }
/*=========================================
  CHKBX
=========================================*/
/* line 716, base.scss */
.chkbx {
  display: none; }

/* line 720, base.scss */
.chkbx-control {
  width: 22px;
  height: 22px;
  position: relative;
  border: 1px solid #6d10a8;
  display: inline-block;
  vertical-align: top;
  user-select: none; }

/* line 730, base.scss */
.chkbx + .chkbx-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11'%3E%3Cdefs%3E%3Cpath id='a' d='M708.71 347.72l-5 5a1 1 0 0 1-1.05.22.98.98 0 0 1-.9-.26l-2.94-2.95a1 1 0 0 1 1.41-1.41l2.51 2.5 4.54-4.53a1 1 0 1 1 1.43 1.43z'/%3E%3C/defs%3E%3Cuse fill='%236d10a8' xlink:href='%23a' transform='translate(-697 -344)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70%;
  opacity: 0;
  transition: opacity 200ms; }

/* line 746, base.scss */
.chkbx:checked + .chkbx-control:after {
  opacity: 1; }

/* line 750, base.scss */
.chkbx:disabled + .chkbx-control {
  opacity: 0.5; }

/* line 754, base.scss */
.chkbx:disabled + .chkbx-control:hover {
  cursor: no-drop; }

/* line 758, base.scss */
.chkbx-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 30px;
  user-select: none;
  line-height: 24px; }

/* line 767, base.scss */
.chkbx-label .chkbx-control {
  left: 0;
  position: absolute;
  top: 0; }

/* line 774, base.scss */
.chkbx-inline {
  display: inline-block;
  vertical-align: top; }

/*=========================================
  DROP
=========================================*/
/* line 782, base.scss */
.drop {
  position: relative; }

/* line 786, base.scss */
.drop-target {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99; }

/* line 790, base.scss */
.drop:hover .drop-target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible; }

/*=========================================
  IMAGES
=========================================*/
/* line 798, base.scss */
img {
  max-height: 100%;
  height: auto; }

/* line 803, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative;
  vertical-align: top; }

/* line 811, base.scss */
.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%; }

/* line 820, base.scss */
.image-container.is-square {
  padding-top: 100%; }

/* line 824, base.scss */
.image-container.is-rectangle {
  padding-top: 150%; }

/* line 828, base.scss */
.image-container.is-rounded {
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%; }

/* line 834, base.scss */
.image-container.is-simple {
  padding-top: 75%; }

/* line 838, base.scss */
.image-container.is-wide {
  padding-top: 56.25%; }

/* line 842, base.scss */
.image-container.is-cover {
  overflow: hidden; }

/* line 846, base.scss */
.image-container.is-cover img {
  height: 100%;
  max-width: none;
  max-height: none; }

@supports (object-fit: cover) {
  /* line 853, base.scss */
  .image-container.is-cover img {
    object-fit: cover;
    object-position: 0 0;
    width: 100%; } }
/* line 860, base.scss */
.image-container.is-cover.with-trick {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

/* line 866, base.scss */
.image-container.is-cover.with-trick img {
  display: none; }

/* line 870, base.scss */
.image-flex-center {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-direction: column; }

/* line 884, base.scss */
.image-flex-center img {
  position: static;
  top: initial;
  left: initial;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/*=========================================
  INPUT-GROUP
=========================================*/
/* line 897, base.scss */
.inpt-group {
  position: relative;
  display: flex;
  width: 100%; }

/* line 903, base.scss */
.inpt-group .inpt-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 911, base.scss */
.inpt-group .inpt-control:active,
.inpt-group .inpt-control:focus,
.inpt-group .inpt-control:hover {
  z-index: 3; }

/* line 917, base.scss */
.inpt-group .inpt-control,
.inpt-group-addon,
.inpt-group-bttn {
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 925, base.scss */
.inpt-group .inpt-control:not(:first-child):not(:last-child),
.inpt-group-addon:not(:first-child):not(:last-child),
.inpt-group-bttn:not(:first-child):not(:last-child) {
  border-radius: 0; }

/* line 931, base.scss */
.inpt-group-addon,
.inpt-group-bttn {
  white-space: nowrap;
  vertical-align: middle; }

/* line 937, base.scss */
.inpt-group-addon {
  margin-bottom: 0; }

/* line 941, base.scss */
.inpt-group-addon input[type=checkbox],
.inpt-group-addon input[type=radio] {
  margin-top: 0; }

/* line 946, base.scss */
.inpt-group .inpt-control:not(:last-child),
.inpt-group-bttn:not(:first-child) > .bttn-group:not(:last-child) > .bttn,
.inpt-group-bttn:not(:first-child) > .bttn:not(:last-child):not(.dropdown-toggle),
.inpt-group-bttn:not(:last-child) > .bttn,
.inpt-group-bttn:not(:last-child) > .bttn-group > .bttn,
.inpt-group-bttn:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

/* line 957, base.scss */
.inpt-group .inpt-control:not(:first-child),
.inpt-group-bttn:not(:first-child) > .bttn,
.inpt-group-bttn:not(:first-child) > .bttn-group > .bttn,
.inpt-group-bttn:not(:first-child) > .dropdown-toggle,
.inpt-group-bttn:not(:last-child) > .bttn-group:not(:first-child) > .bttn,
.inpt-group-bttn:not(:last-child) > .bttn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0; }

/* line 968, base.scss */
.inpt-group-bttn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 974, base.scss */
.inpt-group-bttn > .bttn {
  flex: 1 1; }

/* line 978, base.scss */
.inpt-group-bttn > .bttn + .bttn {
  margin-left: -1px; }

/* line 982, base.scss */
.inpt-group-bttn > .bttn:active,
.inpt-group-bttn > .bttn:focus,
.inpt-group-bttn > .bttn:hover {
  z-index: 3; }

/* line 988, base.scss */
.inpt-group-bttn:not(:last-child) > .bttn,
.inpt-group-bttn:not(:last-child) > .bttn-group {
  margin-right: -1px; }

/* line 993, base.scss */
.inpt-group-bttn:not(:first-child) > .bttn,
.inpt-group-bttn:not(:first-child) > .bttn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 999, base.scss */
.inpt-group-bttn:not(:first-child) > .bttn-group:active,
.inpt-group-bttn:not(:first-child) > .bttn-group:focus,
.inpt-group-bttn:not(:first-child) > .bttn-group:hover,
.inpt-group-bttn:not(:first-child) > .bttn:active,
.inpt-group-bttn:not(:first-child) > .bttn:focus,
.inpt-group-bttn:not(:first-child) > .bttn:hover {
  z-index: 3; }

/*=========================================
  INPUTS
=========================================*/
/* line 1012, base.scss */
input:not([type]),
[type="email"],
[type="number"],
[type="password"],
[type="tel"],
[type="url"],
[type="textarea"],
[type="search"],
[type="legend"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="fieldset"],
[type="time"],
[type="text"],
textarea {
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #cccccc; }

/* line 1035, base.scss */
input:not([type])::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="textarea"]::placeholder,
[type="search"]::placeholder,
[type="legend"]::placeholder,
[type="datetime"]::placeholder,
[type="datetime-local"]::placeholder,
[type="month"]::placeholder,
[type="week"]::placeholder,
[type="fieldset"]::placeholder,
[type="time"]::placeholder,
[type="text"]::placeholder,
textarea::placeholder {
  color: #cccccc;
  transition: opacity 200ms; }

/* line 1056, base.scss */
input:not([type]):focus,
[type="email"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="textarea"]:focus,
[type="search"]:focus,
[type="legend"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="fieldset"]:focus,
[type="time"]:focus,
[type="text"]:focus,
textarea:focus {
  outline: none;
  box-shadow: 0px 0px 1px 0px rgba(109, 16, 168, 0.1); }

/* line 1077, base.scss */
input:not([type]):focus::placeholder,
[type="email"]:focus::placeholder,
[type="number"]:focus::placeholder,
[type="password"]:focus::placeholder,
[type="tel"]:focus::placeholder,
[type="url"]:focus::placeholder,
[type="textarea"]:focus::placeholder,
[type="search"]:focus::placeholder,
[type="legend"]:focus::placeholder,
[type="datetime"]:focus::placeholder,
[type="datetime-local"]:focus::placeholder,
[type="month"]:focus::placeholder,
[type="week"]:focus::placeholder,
[type="fieldset"]:focus::placeholder,
[type="time"]:focus::placeholder,
[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5; }

/* line 1097, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 1117, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background-color: transparent; }
  /* line 1106, base.scss */
  .inpt:focus {
    outline: none;
    box-shadow: 0px 0px 1px 0px rgba(109, 16, 168, 0.1); }
  /* line 1111, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }

/* line 1121, base.scss */
[disabled] {
  cursor: no-drop; }

/*=========================================
  LIST
=========================================*/
/* line 1128, base.scss */
.list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1134, base.scss */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 1139, base.scss */
.list-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

/* line 1147, base.scss */
.list-table > .list-item {
  display: table-cell; }

/* line 1151, base.scss */
.list-justified {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 1161, base.scss */
.list-justified:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

/* line 1170, base.scss */
.list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1176, base.scss */
.list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 1181, base.scss */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

/*=========================================
  NOTICE
=========================================*/
/* line 1190, base.scss */
.notice,
.page-feedback form #thanks:not(:empty),
.page-feedback form small {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  line-height: 1.2; }

/* line 1199, base.scss */
.error,
.status-warning,
.notice {
  font-size: 16px; }

/* line 1205, base.scss */
.notice:last-child,
.page-feedback form #thanks:last-child:not(:empty),
.page-feedback form small:last-child {
  margin-bottom: 0; }

/* line 1211, base.scss */
.notice h2,
.page-feedback form #thanks:not(:empty) h2,
.page-feedback form small h2,
.notice h3,
.page-feedback form #thanks:not(:empty) h3,
.page-feedback form small h3,
.notice h4,
.page-feedback form #thanks:not(:empty) h4,
.page-feedback form small h4 {
  margin-top: 0;
  color: inherit; }

/* line 1224, base.scss */
.notice > p + p,
.page-feedback form #thanks:not(:empty) > p + p,
.page-feedback form small > p + p {
  margin-top: 5px; }

/* line 1230, base.scss */
.notice.is-error,
.page-feedback form .is-error#thanks:not(:empty),
.page-feedback form small.is-error,
.notice.notice-error,
.page-feedback form .notice-error#thanks:not(:empty),
.page-feedback form small.notice-error {
  background-color: #f65050;
  border-color: #f53838;
  color: #fff; }

/* line 1241, base.scss */
.notice.is-error hr,
.page-feedback form .is-error#thanks:not(:empty) hr,
.page-feedback form small.is-error hr,
.notice.notice-error hr,
.page-feedback form .notice-error#thanks:not(:empty) hr,
.page-feedback form small.notice-error hr {
  border-top-color: #f65050; }

/* line 1250, base.scss */
.notice.is-error a,
.page-feedback form .is-error#thanks:not(:empty) a,
.page-feedback form small.is-error a,
.notice.notice-error a,
.page-feedback form .notice-error#thanks:not(:empty) a,
.page-feedback form small.notice-error a {
  color: #210001; }

/* line 1259, base.scss */
.notice.is-info,
.page-feedback form .is-info#thanks:not(:empty),
.page-feedback form small.is-info,
.notice.notice-info,
.page-feedback form .notice-info#thanks:not(:empty),
.page-feedback form small#thanks:not(:empty),
.page-feedback form small {
  background-color: #E2E5EA;
  border-color: #d3d8df;
  color: #222222; }

/* line 1271, base.scss */
.notice.is-info hr,
.page-feedback form .is-info#thanks:not(:empty) hr,
.page-feedback form small.is-info hr,
.notice.notice-info hr,
.page-feedback form .notice-info#thanks:not(:empty) hr,
.page-feedback form small#thanks:not(:empty) hr,
.page-feedback form small hr {
  border-top-color: #E2E5EA; }

/* line 1281, base.scss */
.notice.is-info a,
.page-feedback form .is-info#thanks:not(:empty) a,
.page-feedback form small.is-info a,
.notice.notice-info a,
.page-feedback form .notice-info#thanks:not(:empty) a,
.page-feedback form small#thanks:not(:empty) a,
.page-feedback form small a {
  color: #0a2730; }

/* line 1291, base.scss */
.notice.is-warning,
.page-feedback form .is-warning#thanks:not(:empty),
.page-feedback form small.is-warning,
.notice.notice-warning,
.page-feedback form .notice-warning#thanks:not(:empty),
.page-feedback form small.notice-warning {
  background-color: #F2930C;
  border-color: #da840b;
  color: #ffffff; }

/* line 1302, base.scss */
.notice.is-warning hr,
.page-feedback form .is-warning#thanks:not(:empty) hr,
.page-feedback form small.is-warning hr,
.notice.notice-warning hr,
.page-feedback form .notice-warning#thanks:not(:empty) hr,
.page-feedback form small.notice-warning hr {
  border-top-color: #F2930C; }

/* line 1311, base.scss */
.notice.is-warning a,
.page-feedback form .is-warning#thanks:not(:empty) a,
.page-feedback form small.is-warning a,
.notice.notice-warning a,
.page-feedback form .notice-warning#thanks:not(:empty) a,
.page-feedback form small.notice-warning a {
  color: #3a2405; }

/* line 1320, base.scss */
.notice.is-success,
.page-feedback form .is-success#thanks:not(:empty),
.page-feedback form small.is-success,
.notice.notice-success,
.page-feedback form #thanks:not(:empty),
.page-feedback form small.notice-success {
  background-color: #6d10a8;
  border-color: #5e0e91;
  color: #ffffff; }

/* line 1331, base.scss */
.notice.is-success hr,
.page-feedback form .is-success#thanks:not(:empty) hr,
.page-feedback form small.is-success hr,
.notice.notice-success hr,
.page-feedback form #thanks:not(:empty) hr,
.page-feedback form small.notice-success hr {
  border-top-color: #6d10a8; }

/* line 1340, base.scss */
.notice.is-success a,
.page-feedback form .is-success#thanks:not(:empty) a,
.page-feedback form small.is-success a,
.notice.notice-success a,
.page-feedback form #thanks:not(:empty) a,
.page-feedback form small.notice-success a {
  color: #060f06; }

/*=========================================
  PAGE
=========================================*/
/* line 1352, base.scss */
.page-title {
  font-size: calc(16px * 2);
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem; }

/* line 1361, base.scss */
.main-title {
  color: #080a0a;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 70px;
  text-transform: uppercase; }

@media (max-width: 425px) {
  /* line 1374, base.scss */
  .main-title {
    font-size: 28px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px; } }
/* line 1382, base.scss */
.main-title span {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 1392, base.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  width: auto;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: auto; }

/* line 1416, base.scss */
.pagination > .pagination-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  position: relative; }

/* line 1425, base.scss */
.pagination .pagination-link {
  display: inline-block; }

/* line 1429, base.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: 3px; }

/* line 1433, base.scss */
.pagination .pagination-item .pagination-link {
  color: #991be9;
  border: 1px solid #ecd5fb;
  display: block;
  padding: 6px 4px;
  height: auto;
  min-width: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 1.1;
  transition: all 300ms; }

/* line 1448, base.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #7c12bf;
  text-decoration: none; }

/* line 1453, base.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #6d10a8;
  border-color: #6d10a8; }

/* line 1458, base.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  border-color: #7c12bf;
  color: #7c12bf; }

/*=========================================
  SELECT
=========================================*/
/* line 1473, base.scss */
select {
  font-size: 16px;
  font-weight: 500;
  padding: 5px; }

/* line 1477, base.scss */
select:focus {
  outline: none; }

/* line 1481, base.scss */
.slct {
  color: #6d10a8;
  padding: 5px 25px 5px 13px;
  border: 1px solid;
  appearance: none;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) center;
  background-size: 10px; }

/* line 1492, base.scss */
.slct::-ms-expand {
  display: none; }

/* line 1496, base.scss */
[name="variant_id"] {
  display: none; }

/*=========================================
  STAR-RATING
=========================================*/
/* line 1502, base.scss */
.star-rating-wrapper {
  *zoom: 1; }

/* line 1506, base.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 1512, base.scss */
.star-rating {
  float: left;
  *zoom: 1; }

/* line 1517, base.scss */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 1523, base.scss */
.star-rating .star-radio {
  display: none; }

/* line 1527, base.scss */
.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1534, base.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1540, base.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1546, base.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }

/* line 1553, base.scss */
.star-rating .star-label:first-child {
  margin-right: 0; }

/* line 1557, base.scss */
.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1567, base.scss */
.star-rating .star-label:hover:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1573, base.scss */
.star-rating .star-label:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1579, base.scss */
.star-rating .star-label.active ~ .star-label:after,
.star-rating .star-label.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1586, base.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }

/* line 1592, base.scss */
.star-rating .star-item:first-child {
  margin-right: 0; }

/* line 1596, base.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  background-size: contain; }

/* line 1606, base.scss */
.star-rating .star-item.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; }

/* line 1613, base.scss */
.star-rating .star-item.active ~ .star-item:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: ""; }

/*=========================================
  STICKY
=========================================*/
/* line 1623, base.scss */
.sticky {
  position: sticky;
  top: 0; }

/* line 1628, base.scss */
.sticky:before,
.sticky:after {
  content: '';
  display: table; }

/*=========================================
  SWIPER
=========================================*/
/* line 1637, base.scss */
.swiper-container .swiper-slide {
  height: auto; }

/* line 1641, base.scss */
.swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1647, base.scss */
.swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 1656, base.scss */
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6d10a8;
  opacity: 1; }

/* line 1661, base.scss */
[class^="swiper-button"] {
  user-select: none; }
