/*=========================================
  _LAYOUT
=========================================*/
/* line 8, base.scss */
html,
body {
  color: #2d2a2b;
  font: 16px "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  height: 100%;
  margin: 0;
  font-size: 100%;
  min-width: 320px;
  overflow-x: hidden; }

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

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

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

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

/* line 37, base.scss */
.container.is-small {
  max-width: 1200px; }

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

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

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

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

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

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

/* line 71, base.scss */
.row.is-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto; }

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

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

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

/* line 109, base.scss */
.layout-color:before {
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='674' height='1241' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 674 1241'%3E%3Cdefs%3E%3Cpath d='M0, 1569v-1241h674v1241z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, 0, -328%29'%3E%3Cg%3E%3Ctitle%3Eblue bg%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%239bdef7' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: -webkit-calc(50% - 600px);
  width: calc(50% - 600px);
  height: 100%;
  z-index: -1; }

/* line 125, base.scss */
.layout-color {
  position: relative; }

/* line 129, base.scss */
.layout-color:after {
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='674' height='1241' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 674 1241'%3E%3Cdefs%3E%3Cpath d='M0, 1569v-1241h674v1241z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, 0, -328%29'%3E%3Cg%3E%3Ctitle%3Eblue bg%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%239bdef7' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 147, base.scss */
.grayline {
  background-color: #e9eeee; }

/* line 151, base.scss */
.sub-point a {
  color: inherit;
  text-decoration: none; }

/* line 156, base.scss */
.sub-point {
  margin-bottom: 7px; }

/* line 160, base.scss */
.sub-points {
  margin-bottom: 14px; }

/* line 164, base.scss */
.sub-point a > span {
  font-size: 18px;
  margin-top: 5px; }

@media (max-width: 640px) {
  /* line 170, base.scss */
  .collection_inner > br:not(:first-child) {
    display: none; }

  /* line 174, base.scss */
  .container.is-small.main-header-middle {
    padding-bottom: 0 !important; } }
@media (max-width: 768px) {
  /* line 180, base.scss */
  .layout-color:after {
    display: none; } }
/*=========================================
  _TYPOGRAPHY
=========================================*/
/* line 188, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  font-family: Direct, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

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

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

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

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

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

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

/* line 228, base.scss */
a {
  color: #00a2e6;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

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

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

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

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

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

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

/* line 276, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  -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 #b0b3b3; }

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

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

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

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

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

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

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

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

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

/* line 335, 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;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 347, base.scss */
pre {
  -webkit-box-sizing: border-box;
  -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;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

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

/* line 374, 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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 #fff; }

/* line 390, base.scss */
table {
  overflow-x: auto;
  width: 100%;
  margin: 1.6em 0;
  background-color: transparent; }
  /* line 395, base.scss */
  table tbody {
    width: 100%; }

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

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

/* line 412, 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 421, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

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

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

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

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

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

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

/* line 455, base.scss */
body .alertify-notifier .ajs-message.ajs-success {
  background: #59da86;
  color: #fff; }

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

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

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

/* line 479, base.scss */
.breadcrumb-item {
  display: inline-block;
  vertical-align: baseline;
  color: #8e8e8e; }

/* line 485, base.scss */
.breadcrumb-link {
  color: #8e8e8e;
  font-weight: 300; }

/* line 490, base.scss */
.breadcrumb-link.current-page {
  font-size: 24px;
  font-weight: 700;
  color: #2d2a2b; }

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

/*=========================================
  BUTTONS
=========================================*/
/* line 555, base.scss */
[type="button"],
[type="submit"],
[type="reset"],
[type="file"],
button {
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  color: #2d2a2b;
  border: 2px solid transparent;
  cursor: pointer; }

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

/* line 574, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1; }
  /* line 550, base.scss */
  .bttn:focus {
    outline: none; }

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

/* line 584, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #00a2e6;
  color: #fefefe;
  border: 2px solid #00a2e6;
  padding-left: 55px; }
  /* line 550, 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 599, 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: #01b4ff;
  border: 2px solid #01b4ff; }

/* line 611, 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: #01b4ff;
  border: 2px solid #01b4ff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 626, base.scss */
.bttn-prim:after,
.m-modal-button--checkout:after,
.wrapper.fc .button:after,
button#create_order:after,
.co-button:after,
.picker-button:after,
.wrapper .back_to_shop:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 50px;
  width: 45px;
  z-index: 0;
  left: -19px;
  top: -8px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg); }

/* line 647, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #ff764e;
  color: #fefefe;
  border: 2px solid #ff764e;
  padding-left: 55px; }
  /* line 550, base.scss */
  .bttn-second:focus,
  [href="/client_account/contacts/new"].co-form-button:focus {
    outline: none; }

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

/* line 664, base.scss */
.bttn-second:after,
[href="/client_account/contacts/new"].co-form-button:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 50px;
  width: 45px;
  z-index: 0;
  left: -19px;
  top: -8px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg); }

/* line 680, base.scss */
.pageForm {
  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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #ff764e;
  color: #fefefe;
  border: 2px solid #ff764e;
  padding-left: 55px; }
  /* line 550, base.scss */
  .pageForm:focus {
    outline: none; }

/* line 689, base.scss */
.pageForm:hover {
  color: #fff;
  background-color: #ff8a68;
  border-color: #ff8a68; }

/* line 695, base.scss */
.pageForm:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 50px;
  width: 45px;
  z-index: 0;
  left: -19px;
  top: -8px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg); }

/* line 710, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #00a2e6;
  color: #00a2e6; }
  /* line 550, base.scss */
  .bttn-transparent:focus {
    outline: none; }

/* line 718, base.scss */
.bttn-transparent:hover {
  color: #fff;
  background-color: #00a2e6; }

/* line 723, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #ff764e;
  color: #ff764e; }
  /* line 550, base.scss */
  .bttn-transparent-second:focus {
    outline: none; }

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

/* line 736, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #00a2e6;
  border: 2px solid #00a2e6; }
  /* line 550, base.scss */
  .bttn-fill:focus {
    outline: none; }

/* line 744, base.scss */
.bttn-fill:hover {
  background-color: transparent;
  color: #00a2e6; }

/* line 749, base.scss */
.bttn-fill-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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  padding-top: 12px;
  padding-bottom: 13px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #ff764e;
  border: 2px solid #ff764e; }
  /* line 550, base.scss */
  .bttn-fill-second:focus {
    outline: none; }

/* line 757, base.scss */
.bttn-fill-second:hover {
  background-color: transparent;
  color: #ff764e; }

/* line 762, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  width: 11px;
  height: 40px;
  line-height: 1;
  min-height: initial;
  color: #d1d1d1;
  border: none;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px;
  padding-bottom: 5px; }
  /* line 550, base.scss */
  .bttn-count:focus,
  a.bttn-count:focus {
    outline: none; }

/* line 784, base.scss */
.bttn-count[data-quantity-change="1"],
a.bttn-count[data-quantity-change="1"] {
  margin-left: 13px; }

/* line 789, base.scss */
.bttn-count[data-quantity-change="-1"],
a.bttn-count[data-quantity-change="-1"] {
  margin-right: 13px; }

/* line 794, base.scss */
.bttn-count img,
a.bttn-count img {
  vertical-align: middle; }

/* line 799, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  border: none;
  background-color: transparent;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 23px;
  height: 20px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  -o-transition: -o-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms, -o-transform 200ms;
  transition: transform 200ms, -webkit-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 550, base.scss */
  .bttn-favorite:focus {
    outline: none; }

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

/* line 826, 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 830, 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;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 12px;
  font-weight: 900;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  border: none;
  background: transparent; }
  /* line 550, base.scss */
  .bttn-compares:focus {
    outline: none; }

/* line 836, base.scss */
.bttn-compares.is-icon {
  color: #00a2e6; }

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

/* line 844, base.scss */
.bttn-compares.is-bg {
  width: 38px;
  height: 38px;
  background-position: 50%;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='26' height='26' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cpath d='M1321.19854, 694.51044l6.93043, -10.94533c0.1862, -0.29253 0.50503, -0.43879 0.85545, -0.46088c0.34458, 0.00724 0.66135, 0.19441 0.83565, 0.49382l1.99997, 3.4457l2.25529, -3.48661c0.18711, -0.28945 0.51086, -0.47264 0.8535, -0.45291c0.34355, 0.00923 0.65838, 0.19514 0.83164, 0.49382l3.2365, 5.57594l5.95917, -9.58208c0.29011, -0.46667 0.90099, -0.60696 1.36436, -0.31624c0.46326, 0.29144 0.6039, 0.90528 0.31483, 1.37104l-6.51169, 10.46961l1.70288, 2.93342l3.10879, -5.46877c0.27134, -0.47662 0.8773, -0.64063 1.35052, -0.37c0.47424, 0.27262 0.63961, 0.88048 0.36827, 1.3571l-3.96023, 6.96526c-0.17521, 0.30846 -0.50194, 0.50034 -0.85545, 0.50142c-0.3653, -0.03765 -0.68115, -0.18609 -0.85934, -0.49364l-2.04151, -3.51721l-2.2039, 3.54327c-0.18116, 0.29144 -0.49896, 0.46757 -0.83954, 0.46757c-0.00504, 0 -0.00996, 0 -0.01488, 0c-0.34653, -0.00507 -0.66628, -0.19297 -0.84057, -0.49364l-3.31078, -5.70428l-8.86402, 13.70533c-0.18917, 0.29361 -0.50697, 0.45273 -0.83073, 0.45273c-0.18505, 0 -0.37125, -0.05159 -0.53856, -0.16093c-0.45742, -0.29868 -0.58811, -0.9156 -0.29011, -1.37629l9.40762, -14.54526l-1.68411, -2.90138l-6.05816, 9.56796c-0.29411, 0.46269 -0.90591, 0.60098 -1.36734, 0.30556c-0.46131, -0.2956 -0.59704, -0.91053 -0.30396, -1.37412zM1332.93674, 688.96799l2.98702, 5.14746l1.88713, -3.03388l-2.95143, -5.08574z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -1321, -679%29'%3E%3Cg%3E%3Ctitle%3Ecompare%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23b0b3b3' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 854, base.scss */
.bttn-compares.is-bg.is-white {
  width: 38px;
  height: 38px;
  background-position: 50%;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='26' height='26' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cpath d='M1321.19854, 694.51044l6.93043, -10.94533c0.1862, -0.29253 0.50503, -0.43879 0.85545, -0.46088c0.34458, 0.00724 0.66135, 0.19441 0.83565, 0.49382l1.99997, 3.4457l2.25529, -3.48661c0.18711, -0.28945 0.51086, -0.47264 0.8535, -0.45291c0.34355, 0.00923 0.65838, 0.19514 0.83164, 0.49382l3.2365, 5.57594l5.95917, -9.58208c0.29011, -0.46667 0.90099, -0.60696 1.36436, -0.31624c0.46326, 0.29144 0.6039, 0.90528 0.31483, 1.37104l-6.51169, 10.46961l1.70288, 2.93342l3.10879, -5.46877c0.27134, -0.47662 0.8773, -0.64063 1.35052, -0.37c0.47424, 0.27262 0.63961, 0.88048 0.36827, 1.3571l-3.96023, 6.96526c-0.17521, 0.30846 -0.50194, 0.50034 -0.85545, 0.50142c-0.3653, -0.03765 -0.68115, -0.18609 -0.85934, -0.49364l-2.04151, -3.51721l-2.2039, 3.54327c-0.18116, 0.29144 -0.49896, 0.46757 -0.83954, 0.46757c-0.00504, 0 -0.00996, 0 -0.01488, 0c-0.34653, -0.00507 -0.66628, -0.19297 -0.84057, -0.49364l-3.31078, -5.70428l-8.86402, 13.70533c-0.18917, 0.29361 -0.50697, 0.45273 -0.83073, 0.45273c-0.18505, 0 -0.37125, -0.05159 -0.53856, -0.16093c-0.45742, -0.29868 -0.58811, -0.9156 -0.29011, -1.37629l9.40762, -14.54526l-1.68411, -2.90138l-6.05816, 9.56796c-0.29411, 0.46269 -0.90591, 0.60098 -1.36734, 0.30556c-0.46131, -0.2956 -0.59704, -0.91053 -0.30396, -1.37412zM1332.93674, 688.96799l2.98702, 5.14746l1.88713, -3.03388l-2.95143, -5.08574z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -1321, -679%29'%3E%3Cg%3E%3Ctitle%3Ecompare%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23ffffff' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 864, base.scss */
.bttn-compares.is-bg.is-active {
  width: 38px;
  height: 38px;
  background-position: 50%;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='26' height='26' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cpath d='M1321.19854, 694.51044l6.93043, -10.94533c0.1862, -0.29253 0.50503, -0.43879 0.85545, -0.46088c0.34458, 0.00724 0.66135, 0.19441 0.83565, 0.49382l1.99997, 3.4457l2.25529, -3.48661c0.18711, -0.28945 0.51086, -0.47264 0.8535, -0.45291c0.34355, 0.00923 0.65838, 0.19514 0.83164, 0.49382l3.2365, 5.57594l5.95917, -9.58208c0.29011, -0.46667 0.90099, -0.60696 1.36436, -0.31624c0.46326, 0.29144 0.6039, 0.90528 0.31483, 1.37104l-6.51169, 10.46961l1.70288, 2.93342l3.10879, -5.46877c0.27134, -0.47662 0.8773, -0.64063 1.35052, -0.37c0.47424, 0.27262 0.63961, 0.88048 0.36827, 1.3571l-3.96023, 6.96526c-0.17521, 0.30846 -0.50194, 0.50034 -0.85545, 0.50142c-0.3653, -0.03765 -0.68115, -0.18609 -0.85934, -0.49364l-2.04151, -3.51721l-2.2039, 3.54327c-0.18116, 0.29144 -0.49896, 0.46757 -0.83954, 0.46757c-0.00504, 0 -0.00996, 0 -0.01488, 0c-0.34653, -0.00507 -0.66628, -0.19297 -0.84057, -0.49364l-3.31078, -5.70428l-8.86402, 13.70533c-0.18917, 0.29361 -0.50697, 0.45273 -0.83073, 0.45273c-0.18505, 0 -0.37125, -0.05159 -0.53856, -0.16093c-0.45742, -0.29868 -0.58811, -0.9156 -0.29011, -1.37629l9.40762, -14.54526l-1.68411, -2.90138l-6.05816, 9.56796c-0.29411, 0.46269 -0.90591, 0.60098 -1.36734, 0.30556c-0.46131, -0.2956 -0.59704, -0.91053 -0.30396, -1.37412zM1332.93674, 688.96799l2.98702, 5.14746l1.88713, -3.03388l-2.95143, -5.08574z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -1321, -679%29'%3E%3Cg%3E%3Ctitle%3Ecompare%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%2300a2e6' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 874, base.scss */
.bttn-compares.is-bg.is-added.is-white,
.bttn-compares.is-bg.is-added,
.bttn-compares {
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='26' height='26' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cpath d='M1321.19854, 694.51044l6.93043, -10.94533c0.1862, -0.29253 0.50503, -0.43879 0.85545, -0.46088c0.34458, 0.00724 0.66135, 0.19441 0.83565, 0.49382l1.99997, 3.4457l2.25529, -3.48661c0.18711, -0.28945 0.51086, -0.47264 0.8535, -0.45291c0.34355, 0.00923 0.65838, 0.19514 0.83164, 0.49382l3.2365, 5.57594l5.95917, -9.58208c0.29011, -0.46667 0.90099, -0.60696 1.36436, -0.31624c0.46326, 0.29144 0.6039, 0.90528 0.31483, 1.37104l-6.51169, 10.46961l1.70288, 2.93342l3.10879, -5.46877c0.27134, -0.47662 0.8773, -0.64063 1.35052, -0.37c0.47424, 0.27262 0.63961, 0.88048 0.36827, 1.3571l-3.96023, 6.96526c-0.17521, 0.30846 -0.50194, 0.50034 -0.85545, 0.50142c-0.3653, -0.03765 -0.68115, -0.18609 -0.85934, -0.49364l-2.04151, -3.51721l-2.2039, 3.54327c-0.18116, 0.29144 -0.49896, 0.46757 -0.83954, 0.46757c-0.00504, 0 -0.00996, 0 -0.01488, 0c-0.34653, -0.00507 -0.66628, -0.19297 -0.84057, -0.49364l-3.31078, -5.70428l-8.86402, 13.70533c-0.18917, 0.29361 -0.50697, 0.45273 -0.83073, 0.45273c-0.18505, 0 -0.37125, -0.05159 -0.53856, -0.16093c-0.45742, -0.29868 -0.58811, -0.9156 -0.29011, -1.37629l9.40762, -14.54526l-1.68411, -2.90138l-6.05816, 9.56796c-0.29411, 0.46269 -0.90591, 0.60098 -1.36734, 0.30556c-0.46131, -0.2956 -0.59704, -0.91053 -0.30396, -1.37412zM1332.93674, 688.96799l2.98702, 5.14746l1.88713, -3.03388l-2.95143, -5.08574z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -1321, -679%29'%3E%3Cg%3E%3Ctitle%3Ecompare%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%23ff764e' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

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

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

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

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

/* line 898, base.scss */
.bttn-arrow {
  background: transparent;
  color: #00a2e6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  position: relative; }

/* line 912, base.scss */
.bttn-arrow:after {
  content: '';
  margin-left: 3px;
  background-image: url("data:image/svg+xml, %3Csvg id='SVGDoc' width='14' height='13' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 14 13'%3E%3Cdefs%3E%3Cpath d='M1248.99971, 736.99947c-1.48338, 1.41123 -4.24553, 4.00035 -4.24553, 4.00035l-1.54392, -1.45467l2.70172, -2.54567h-7.91222v-1.9999h7.91222l-2.70172, -2.54549l1.54392, -1.45431c0, 0 2.79568, 2.63329 4.24553, 3.9998c-0.00401, 0.09485 0, 1.86015 0, 1.9999z' id='Path-0'/%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg transform='matrix%281, 0, 0, 1, -1236, -729%29'%3E%3Cg%3E%3Ctitle%3Ewhite arrow%3C/title%3E%3Cuse xlink:href='%23Path-0' fill='%2300a2e6' fill-opacity='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 11px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 50%; }

/*=========================================
  CARDS
=========================================*/
/* line 929, base.scss */
.cards-row > *,
.products-slider .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* line 959, base.scss */
.cards-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

/* line 982, base.scss */
.card.cards-col {
  height: 100%; }

/*=========================================
  CHKBX
=========================================*/
/* line 989, base.scss */
.chkbx {
  display: none; }

/* line 993, base.scss */
.chkbx-control {
  width: 14px;
  height: 14px;
  position: relative;
  border: 1px solid #b0b3b3;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* line 1011, base.scss */
.chkbx-label span {
  color: #222221;
  font-family: "Museo Sans Cyrl", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px; }

/* line 1019, base.scss */
.chkbx + .chkbx-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 11px;
  height: 11px;
  opacity: 0;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='11' viewBox='0 0 11 11'%3E%3Cdefs%3E%3Cpath id='8iyma' d='M333 1045a4 4 0 1 1 0 8 4 4 0 0 1 0-8z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-327 -1043%29'%3E%3Cuse fill='%2323439f' xlink:href='%238iyma'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-background-size: 11px 11px;
  background-size: 11px;
  background-repeat: no-repeat; }

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

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

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

/* line 1046, base.scss */
.chkbx-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1057, base.scss */
.chkbx-label .chkbx-control {
  left: 0;
  position: absolute;
  top: 2px;
  background-color: #ffffff; }

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

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

/* line 1076, 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 1080, base.scss */
.drop:hover .drop-target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible; }

/*=========================================
  HEXAGON
=========================================*/
/* line 1087, base.scss */
.hexagon {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  color: #00a2e6; }
  /* line 10, _mixins.scss */
  .hexagon:before, .hexagon:after {
    content: "";
    z-index: 0;
    position: absolute;
    z-index: 0;
    width: 40px;
    height: 40px;
    transform: rotate(53deg); }
  /* line 21, _mixins.scss */
  .hexagon:before {
    top: 0;
    border-bottom: solid 2px #00a2e6;
    border-left: solid 2px #00a2e6;
    left: 0;
    left: 8px; }
  /* line 29, _mixins.scss */
  .hexagon:after {
    bottom: 0;
    border-top: solid 2px #00a2e6;
    border-right: solid 2px #00a2e6;
    right: 8px; }
  /* line 36, _mixins.scss */
  .hexagon > * {
    position: relative;
    display: block;
    padding: 15px 20px;
    height: 48px;
    margin: 0 22px;
    z-index: 1; }
    /* line 43, _mixins.scss */
    .hexagon > *:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      display: block;
      width: calc(100% - 2px);
      border-top: 2px solid #00a2e6; }
    /* line 53, _mixins.scss */
    .hexagon > *:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1;
      display: block;
      width: calc(100% - 2px);
      border-bottom: 2px solid #00a2e6; }

/* line 1091, base.scss */
.hexagon:before,
.hexagon:after {
  border-color: transparent; }

/* line 1096, base.scss */
.hexagon > *:before,
.hexagon > *:after {
  border-color: transparent; }

/* line 1101, base.scss */
.hexagon.is-button-active:before,
.hexagon.is-button-active:after {
  border-color: #00a2e6; }

/* line 1106, base.scss */
.hexagon.is-button-active > *:before,
.hexagon.is-button-active > *:after {
  border-color: #00a2e6; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1194, base.scss */
.image-flex-center {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column; }

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

/* line 1242, base.scss */
svg:not(:root) {
  max-width: 100%; }

/*=========================================
  INPUT-GROUP
=========================================*/
/* line 1249, base.scss */
.inpt-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%; }

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

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

/* line 1277, base.scss */
.inpt-group .inpt-control,
.inpt-group-addon,
.inpt-group-bttn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center; }

/* line 1299, 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) {
  -webkit-border-radius: 0;
  border-radius: 0; }

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

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

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

/* line 1321, 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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

/* line 1334, 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) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0; }

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

/* line 1353, base.scss */
.inpt-group-bttn > .bttn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  -moz-box-flex: 1;
  flex: 1 1; }

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

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

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

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

/* line 1382, 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 1395, 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: 3px solid #b0b3b3; }

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

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

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

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

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

/* line 1533, 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: #b0b3b3;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 1556, 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;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 162, 230, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(0, 162, 230, 0.1); }

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

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

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

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

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

/* line 1678, 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 1698, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 1719, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #b0b3b3;
  background-color: transparent; }
  /* line 1707, base.scss */
  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 162, 230, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 162, 230, 0.1); }
  /* line 1713, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }

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

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

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

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

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

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

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

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

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

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

/*=========================================
  NOTICE
=========================================*/
/* line 1792, 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 1801, base.scss */
.error,
.status-warning,
.notice {
  font-size: 16px; }

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

/* line 1813, 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 1826, base.scss */
.notice > p + p,
.page-feedback form #thanks:not(:empty) > p + p,
.page-feedback form small > p + p {
  margin-top: 5px; }

/* line 1832, 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 1843, 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 1852, 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 1861, 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: #2d2a2b; }

/* line 1873, 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 1883, 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 1893, 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: #ff764e;
  border-color: #ff6235;
  color: #ffffff; }

/* line 1904, 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: #ff764e; }

/* line 1913, 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 1922, 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: #59da86;
  border-color: #44d577;
  color: #ffffff; }

/* line 1933, 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: #59da86; }

/* line 1942, 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 1954, base.scss */
.page-title {
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  display: block;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem; }

/* line 1964, base.scss */
.page-content {
  min-height: 300px; }

/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 1972, base.scss */
.pagination {
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  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;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  margin-left: auto; }

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

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

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

/* line 2022, base.scss */
.pagination .pagination-item .pagination-link {
  color: #2d2a2b;
  display: block;
  padding: 6px 4px;
  height: auto;
  min-width: 30px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 1.1;
  font-weight: 300;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 2039, base.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #01b4ff;
  text-decoration: none; }

/* line 2044, base.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #00a2e6;
  font-weight: 700; }

/* line 2049, base.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  color: #01b4ff; }

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

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

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

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

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

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

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

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

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

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

/* line 2123, 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;
  -webkit-background-size: contain;
  background-size: contain; }

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

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

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

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

/* line 2156, 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;
  -webkit-background-size: contain;
  background-size: contain; }

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

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

/* line 2181, 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;
  -webkit-background-size: contain;
  background-size: contain; }

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

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

/* line 2199, 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;
  -webkit-background-size: contain;
  background-size: contain; }

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

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

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

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

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

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

/* line 2258, base.scss */
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00a2e6;
  opacity: 1; }

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

/* line 2269, base.scss */
body .swiper-button-prev.swiper-button-black,
body .swiper-button-prev {
  background-image: url(arrow-left.svg); }

/* line 2274, base.scss */
body .swiper-button-next.swiper-button-black,
body .swiper-button-next {
  background-image: url(arrow-right.svg); }

/* line 2279, base.scss */
body .swiper-button-next.swiper-button-black,
body .swiper-button-next,
body .swiper-button-prev.swiper-button-black,
body .swiper-button-prev {
  width: 28px;
  height: 27px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center; }
