/*=========================================
  _LAYOUT
=========================================*/
/* line 8, base.scss */
html,
body {
  font-family: "Museo Sans Cyrl", system-ui;
  font: "Museo Sans Cyrl", system-ui;
  height: 100%;
  margin: 0;
  font-size: 100%;
  min-width: 320px; }

/* line 20, base.scss */
.main-wrapper {
  overflow: hidden; }

/* line 24, base.scss */
body {
  height: 100%;
  max-height: 100%;
  position: relative; }

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

/* line 35, base.scss */
.transition {
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease; }

/* line 43, base.scss */
.transition:hover {
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease; }

/* line 51, base.scss */
.container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px; }

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

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

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

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

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

/* line 82, 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; }

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

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

/* line 128, base.scss */
.absolute-whole {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 136, base.scss */
.absolute-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

/* line 143, base.scss */
.absolute-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

/* line 150, base.scss */
.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

/* line 157, base.scss */
.absolute-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 164, base.scss */
.black-mask {
  background-color: rgba(0, 0, 0, 0.5); }

/* line 168, base.scss */
.co-sidebar--menu {
  background-color: white;
  border-left: 1px solid #eee; }

/* line 173, base.scss */
.co-menu-toggle {
  width: 0; }

/* line 177, base.scss */
.co-section--content_wrapper {
  margin-top: -20px;
  margin-bottom: -50px; }

/* line 182, base.scss */
.co-sidebar--menu {
  padding-top: 20px; }

/* line 186, base.scss */
.checkout-second {
  margin-top: -20px;
  margin-bottom: -50px; }

/* line 192, base.scss */
.search_widget-result .ajax-search-results {
  margin-top: 5px; }

/* line 197, base.scss */
.checkout1 {
  /*=========================================
    CUSTOM CHECKOUT
  =========================================*/ }
  /* line 198, base.scss */
  .checkout1 table tbody td,
  .checkout1 table tbody th {
    background-color: white !important; }
  /* line 203, base.scss */
  .checkout1 .radio {
    padding: 8px !important; }
  /* line 209, base.scss */
  .checkout1 #flash_messages .message {
    margin: 0 0 10px; }
  /* line 213, base.scss */
  .checkout1 #flash_messages .message p {
    margin: 0; }
  /* line 217, base.scss */
  .checkout1 .wrapper.fc {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%; }
  /* line 225, base.scss */
  .checkout1 .wrapper.fc #registered_client {
    height: auto; }
  /* line 229, base.scss */
  .checkout1 .wrapper.fc .field-label {
    margin-bottom: 5px;
    width: 30% !important; }
  /* line 234, base.scss */
  .checkout1 .wrapper.fc .field-content {
    width: 69% !important; }
  /* line 238, base.scss */
  .checkout1 .wrapper.fc h3,
  .checkout1 .wrapper.fc h4 {
    margin-bottom: 10px; }
  /* line 243, base.scss */
  .checkout1 .wrapper.fc .set {
    width: 650px; }
  /* line 247, base.scss */
  .checkout1 .wrapper.fc .set-side {
    width: 250px; }
  /* line 251, base.scss */
  .checkout1 .wrapper.fc .header-checkout {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 980px; }
  /* line 257, base.scss */
  .checkout1 .wrapper.fc .header-checkout .logo,
  .checkout1 .wrapper.fc .header-checkout .phone {
    height: 65px; }
  /* line 262, base.scss */
  .checkout1 .wrapper.fc .header-checkout .logo {
    float: left;
    width: 40%; }
  /* line 267, base.scss */
  .checkout1 .wrapper.fc .header-checkout .phone {
    color: #333;
    font-size: 1.4em;
    float: right;
    text-align: right;
    width: 40%; }
  /* line 275, base.scss */
  .checkout1 .wrapper.fc .button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: "Exo 2", Georgia, "Times New Roman", Times, serif !important;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none; }
  /* line 302, base.scss */
  .checkout1 .wrapper.fc .button:focus,
  .checkout1 .wrapper.fc .button:active:focus,
  .checkout1 .wrapper.fc .button.active:focus,
  .checkout1 .wrapper.fc .button.focus,
  .checkout1 .wrapper.fc .button:active.focus,
  .checkout1 .wrapper.fc .button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  /* line 313, base.scss */
  .checkout1 .wrapper.fc .button:hover,
  .checkout1 .wrapper.fc .button:focus,
  .checkout1 .wrapper.fc .button.focus {
    color: #333;
    text-decoration: none; }
  /* line 320, base.scss */
  .checkout1 .wrapper.fc .button {
    color: #fff; }
  /* line 324, base.scss */
  .checkout1 .wrapper.fc .button:focus,
  .checkout1 .wrapper.fc .button.focus {
    color: #fff; }
  /* line 329, base.scss */
  .checkout1 .wrapper.fc .button:hover {
    color: #fff; }
  /* line 333, base.scss */
  .checkout1 .wrapper.fc .button:active,
  .checkout1 .wrapper.fc .button.active,
  .checkout1 .wrapper.fc .open > .dropdown-toggle.button-primary {
    color: #fff;
    background-color: #2f528b;
    border-color: #264270; }
  /* line 341, base.scss */
  .checkout1 .wrapper.fc .textfield {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    max-width: 100%;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }
  /* line 363, base.scss */
  .checkout1 #client_consent_to_personal_data {
    width: 30px;
    display: inline-block;
    height: 13px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 372, base.scss */
  .checkout1 .set-block {
    padding-bottom: 100px; }
  /* line 376, base.scss */
  .checkout1 .wrapper.fc .textfield:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  /* line 383, base.scss */
  .checkout1 .wrapper.fc .textfield::-moz-placeholder {
    color: #999;
    opacity: 1; }
  /* line 388, base.scss */
  .checkout1 .wrapper.fc .textfield:-ms-input-placeholder {
    color: #999; }
  /* line 392, base.scss */
  .checkout1 .wrapper.fc .textfield::-webkit-input-placeholder {
    color: #999; }
  /* line 396, base.scss */
  .checkout1 .wrapper.fc .textfield::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 401, base.scss */
  .checkout1 .wrapper.fc #login small {
    display: block;
    clear: both;
    padding-top: 10px; }
  /* line 407, base.scss */
  .checkout1 .wrapper.fc #login small a {
    margin-left: 0 !important; }
  /* line 411, base.scss */
  .checkout1 .wrapper.fc .wrapper {
    max-width: 920px;
    width: auto; }
  @media all and (max-width: 960px) {
    /* line 417, base.scss */
    .checkout1 .wrapper.fc .set {
      width: 100%; }
    /* line 421, base.scss */
    .checkout1 .wrapper.fc .set-sidebar {
      float: left;
      width: 100%; }
    /* line 426, base.scss */
    .checkout1 .wrapper.fc .set-list-item .description {
      width: 50%; } }
  @media all and (max-width: 700px) {
    /* line 432, base.scss */
    .checkout1 .wrapper.fc .past_step span {
      display: none; }
    /* line 436, base.scss */
    .checkout1 .wrapper.fc .past_step {
      width: 50%; }
    /* line 440, base.scss */
    .checkout1 .wrapper.fc #registered_client {
      float: none;
      border-left: 0;
      padding-left: 0;
      width: 100%;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      overflow: hidden;
      height: auto;
      margin-bottom: 10px; }
    /* line 452, base.scss */
    .checkout1 .wrapper.fc .field-content {
      width: auto;
      float: none; } }
  @media all and (max-width: 470px) {
    /* line 459, base.scss */
    .checkout1 .wrapper.fc .field-content {
      width: 100% !important;
      clear: both; }
    /* line 464, base.scss */
    .checkout1 .wrapper.fc .field-content textarea {
      width: 97% !important; }
    /* line 468, base.scss */
    .checkout1 .wrapper.fc #create_order {
      margin: 0 !important; }
    /* line 472, base.scss */
    .checkout1 .wrapper.fc #regular_client .field-content.small {
      width: 80% !important;
      clear: both; } }
  /* line 478, base.scss */
  .checkout1 .ajs-message.ajs-visible {
    color: #fff;
    background: #ff5e0d; }
  /* line 483, base.scss */
  .checkout1 #feedback_form table {
    width: 100% !important; }
  /* line 487, base.scss */
  .checkout1 #feedback_form #feedback_commit {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    background: #ff5e0d;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 20px; }
  @media (max-width: 560px) {
    /* line 509, base.scss */
    .checkout1 .field-content-consent-to-personal-data {
      max-width: 320px; } }
  /* line 514, base.scss */
  .checkout1 #client_subscribe {
    width: 30px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 520, base.scss */
  .checkout1 #client_subscribe {
    width: 20px !important;
    margin-bottom: 5px; }

@media (max-width: 1024px) {
  /* line 527, base.scss */
  .card-action-inner {
    display: none; }

  /* line 531, base.scss */
  .card-image .stiker {
    display: none; } }
/* line 537, base.scss */
#feedback_form #feedback_commit {
  margin-top: 20px; }
/* line 541, base.scss */
#feedback_form #feedback_from {
  margin-bottom: 20px; }
/* line 545, base.scss */
#feedback_form textarea {
  width: 100%;
  max-width: 600px; }

/* line 551, base.scss */
.insales-editable {
  border: 1px dotted grey; }

/*=========================================
  _TYPOGRAPHY
=========================================*/
/* line 558, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 645, 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: #cccccc 0.6em solid; }

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

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

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

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

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

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

/* line 682, 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 695, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

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

/* line 704, 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 716, 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 733, base.scss */
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 743, base.scss */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  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), 0 1px 0 0 #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; }

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

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

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

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

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

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

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

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

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

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

/* line 827, base.scss */
body .alertify-notifier .ajs-message.ajs-success {
  background: #0f100f;
  color: #fff; }

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

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

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

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

/*=========================================
  BUTTONS
=========================================*/
/* line 901, base.scss */
[type="button"],
[type="submit"],
[type="reset"],
[type="file"],
button {
  padding: 2px 5px;
  line-height: 1.5;
  border: 2px solid transparent;
  cursor: pointer; }
  /* line 912, base.scss */
  [type="button"]:focus,
  [type="submit"]:focus,
  [type="reset"]:focus,
  [type="file"]:focus,
  button:focus {
    outline-color: #8b938b; }

/* line 917, base.scss */
.bttn {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px; }
  /* line 892, base.scss */
  .bttn:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn:active {
    top: 0; }

/* line 922, base.scss */
.bttn-prim,
.m-modal-button--checkout,
.wrapper.fc .button,
button#create_order,
.co-button,
.picker-button {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px;
  background-color: #859772;
  color: #fff;
  border: 2px solid #859772; }
  /* line 892, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-prim:active,
  .m-modal-button--checkout:active,
  .wrapper.fc .button:active,
  button#create_order:active,
  .co-button:active,
  .picker-button:active {
    top: 0; }
  /* line 934, base.scss */
  .bttn-prim:hover,
  .m-modal-button--checkout:hover,
  .wrapper.fc .button:hover,
  button#create_order:hover,
  .co-button:hover,
  .picker-button:hover {
    color: #fff;
    background-color: #1b1d1b;
    border-color: #1b1d1b; }
  /* line 940, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus {
    color: #fff;
    background-color: #1b1d1b;
    border-color: #1b1d1b;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 950, base.scss */
.bttn-second {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px;
  background-color: #1b1d1b;
  color: #fff;
  border: 2px solid #1b1d1b; }
  /* line 892, base.scss */
  .bttn-second:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-second:active {
    top: 0; }
  /* line 957, base.scss */
  .bttn-second:hover {
    color: #fff;
    background-color: #859772;
    border-color: #859772; }

/* line 964, base.scss */
.bttn-transparent {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px;
  background-color: transparent;
  border: 2px solid #0f100f;
  color: #0f100f; }
  /* line 892, base.scss */
  .bttn-transparent:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-transparent:active {
    top: 0; }
  /* line 971, base.scss */
  .bttn-transparent:hover {
    color: #fff;
    background-color: #0f100f; }

/* line 977, base.scss */
.bttn-transparent-second {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px;
  background-color: transparent;
  border: 2px solid #f65050;
  color: #f65050; }
  /* line 892, base.scss */
  .bttn-transparent-second:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-transparent-second:active {
    top: 0; }
  /* line 984, base.scss */
  .bttn-transparent-second:hover {
    color: #fff;
    background-color: #f65050; }

/* line 990, base.scss */
.bttn-fill {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px;
  color: #fff;
  background-color: #0f100f;
  border: 2px solid #0f100f; }
  /* line 892, base.scss */
  .bttn-fill:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-fill:active {
    top: 0; }
  /* line 997, base.scss */
  .bttn-fill:hover {
    background-color: transparent;
    color: #0f100f; }

/* line 1003, base.scss */
.bttn-fill-second {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  padding: 5px 10px;
  color: #fff;
  background-color: #f65050;
  border: 2px solid #f65050; }
  /* line 892, base.scss */
  .bttn-fill-second:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-fill-second:active {
    top: 0; }
  /* line 1010, base.scss */
  .bttn-fill-second:hover {
    background-color: transparent;
    color: #f65050; }

/* line 1016, base.scss */
.bttn-count,
a.bttn-count {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  width: 30px;
  height: 30px;
  line-height: 26px;
  min-height: initial;
  color: #d1d1d1;
  border: 1px solid #cccccc;
  font-family: "Museo Sans Cyrl", system-ui;
  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; }
  /* line 892, base.scss */
  .bttn-count:focus,
  a.bttn-count:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-count:active,
  a.bttn-count:active {
    top: 0; }
  /* line 1036, base.scss */
  .bttn-count:hover,
  a.bttn-count:hover {
    border-color: #0f100f;
    background-color: #0f100f;
    color: #fff; }

/* line 1043, base.scss */
.bttn-favorite {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  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 892, base.scss */
  .bttn-favorite:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-favorite:active {
    top: 0; }
  /* line 1062, 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 1069, 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='%23ff3c00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 1074, base.scss */
.bttn-compares {
  font-family: "Museo Sans Cyrl", system-ui;
  font-weight: 300;
  text-transform: uppercase;
  border: 2px solid transparent;
  -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;
  line-height: 1.5;
  -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;
  border: none;
  background: transparent; }
  /* line 892, base.scss */
  .bttn-compares:focus {
    outline-color: transparent; }
  /* line 896, base.scss */
  .bttn-compares:active {
    top: 0; }
  /* line 1079, base.scss */
  .bttn-compares.is-icon {
    color: #0f100f; }
  /* line 1083, base.scss */
  .bttn-compares.is-icon.is-added {
    color: #f65050; }
  /* line 1087, 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 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 1097, 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 1101, base.scss */
  .bttn-compares[data-compares-added].is-added:before {
    content: attr(data-compares-added); }
  /* line 1105, base.scss */
  .bttn-compares[data-compares-not-added].not-added:before {
    content: attr(data-compares-not-added); }

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

/* line 1117, base.scss */
.chkbx-control {
  width: 12px;
  height: 12px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #91a09d;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1132, base.scss */
.chkbx + .chkbx-control:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #8c9e78;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

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

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

/* line 1161, 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 1172, base.scss */
.chkbx-label .chkbx-control {
  left: 0;
  position: absolute;
  top: 3px; }

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

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

/* line 1191, base.scss */
.drop-target {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  -o-transition: -o-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99; }
  /* line 1211, base.scss */
  .drop:hover .drop-target {
    overflow: visible;
    max-height: 10000px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
    visibility: visible; }

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

/* line 1231, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative;
  vertical-align: top; }
  /* line 1238, 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-width: 100%;
    max-height: 100%; }
  /* line 1250, base.scss */
  .image-container.is-square {
    padding-top: 100%; }
  /* line 1254, base.scss */
  .image-container.is-rectangle {
    padding-top: 150%; }
  /* line 1258, base.scss */
  .image-container.is-rounded {
    padding-top: 100%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 1265, base.scss */
  .image-container.is-simple {
    padding-top: 75%; }
  /* line 1269, base.scss */
  .image-container.is-wide {
    padding-top: 56.25%; }
  /* line 1273, base.scss */
  .image-container.is-cover {
    overflow: hidden; }
    /* line 1276, 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 1276, 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 1290, base.scss */
    .image-container.is-cover.with-trick {
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
      /* line 1296, base.scss */
      .image-container.is-cover.with-trick img {
        display: none; }

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

/* line 1316, 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 1328, base.scss */
.inpt-group .inpt-control:active,
.inpt-group .inpt-control:focus,
.inpt-group .inpt-control:hover {
  z-index: 3; }

/* line 1334, 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 1356, 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 1363, base.scss */
.inpt-group-addon,
.inpt-group-bttn {
  white-space: nowrap;
  vertical-align: middle; }

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

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

/* line 1378, 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 1391, 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 1404, base.scss */
.inpt-group-bttn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 1410, 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 1418, base.scss */
.inpt-group-bttn > .bttn + .bttn {
  margin-left: -1px; }

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

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

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

/* line 1439, 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 1452, 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", system-ui;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #cccccc; }
  /* line 1474, 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: #cccccc;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1481, 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: #cccccc;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1488, 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: #cccccc;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1495, 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: #cccccc;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1502, 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;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 1509, 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(15, 16, 15, 0.6);
    box-shadow: 0px 0px 1px 0px rgba(15, 16, 15, 0.6); }
  /* line 1515, 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 1519, 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 1523, 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 1527, 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 1531, 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 1536, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 1557, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  background-color: transparent; }
  /* line 1545, base.scss */
  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(15, 16, 15, 0.6);
    box-shadow: 0px 0px 1px 0px rgba(15, 16, 15, 0.6); }
  /* line 1551, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }

/*=========================================
  NOTICE
=========================================*/
/* line 1564, 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 1579, base.scss */
.notice:last-child,
.page-feedback form #thanks:last-child:not(:empty),
.page-feedback form small:last-child {
  margin-bottom: 0; }

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

/* line 1604, 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 1615, 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 1624, 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 1633, 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; }

/* line 1645, 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 1655, 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 1665, 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 1676, 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 1685, 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 1694, 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: #0f100f;
  border-color: #030303;
  color: #ffffff; }

/* line 1705, 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: #0f100f; }

/* line 1714, 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; }

/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 1727, base.scss */
.pagination {
  list-style: none;
  margin: 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-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  margin-left: auto; }

/* line 1754, 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 1764, base.scss */
.pagination .pagination-link {
  display: inline-block; }

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

/* line 1772, base.scss */
.pagination .pagination-item .pagination-link {
  color: #343734;
  border: 2px solid #f1f2eb;
  height: 65px;
  width: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  min-width: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 1.1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  @media (max-width: 768px) {
    /* line 1772, base.scss */
    .pagination .pagination-item .pagination-link {
      height: 38px;
      width: 38px;
      padding: 5px; }
      /* line 1807, base.scss */
      .pagination .pagination-item .pagination-link svg {
        width: 10px; } }

/* line 1813, base.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #1b1d1b;
  text-decoration: none; }

/* line 1818, base.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: white;
  border-color: #aa9a8b;
  background-color: #aa9a8b; }

/* line 1824, base.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  border: 2px solid #aa9a8b;
  color: #1b1d1b; }

/*=========================================
  SELECT
=========================================*/
/* line 1839, base.scss */
select {
  font-size: 16px;
  font-weight: 500;
  padding: 5px; }
  /* line 1842, base.scss */
  select:focus {
    outline-color: #0f100f; }

/* line 1847, base.scss */
.slct {
  color: #0f100f;
  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 1861, base.scss */
  .slct::-ms-expand {
    display: none; }

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

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

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

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

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

/* line 1894, 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 1902, 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 1909, 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 1916, base.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }
  /* line 1922, base.scss */
  .star-rating .star-label:first-child {
    margin-right: 0; }

/* line 1927, 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 1938, 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 1945, 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 1952, 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 1960, base.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }
  /* line 1965, base.scss */
  .star-rating .star-item:first-child {
    margin-right: 0; }

/* line 1970, 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 1981, 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 1989, 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: ""; }

/* line 1997, base.scss */
a:not([class]):focus, a:not([class]):hover, .link:focus, .link:hover {
  color: inherit; }

@media (min-width: 769px) {
  /* line 2001, base.scss */
  .index-benefits-item-inner {
    position: relative;
    transition: 0.5s; }
    /* line 2004, base.scss */
    .index-benefits-item-inner .content {
      transition: 0.5s; }
    /* line 2007, base.scss */
    .index-benefits-item-inner img {
      transition: 0.5s;
      position: relative;
      z-index: 1; }
    /* line 2013, base.scss */
    .index-benefits-item-inner:hover .content {
      position: relative;
      z-index: 1;
      color: black; }
    /* line 2018, base.scss */
    .index-benefits-item-inner:hover img {
      filter: invert(100%); }
    /* line 2022, base.scss */
    .index-benefits-item-inner:after {
      content: "";
      position: absolute;
      background-color: white;
      top: 0;
      left: 0;
      bottom: 100%;
      right: 50%;
      transition: 0.5s; }
    /* line 2032, base.scss */
    .index-benefits-item-inner:hover:after {
      bottom: 0; }
    /* line 2035, base.scss */
    .index-benefits-item-inner:before {
      content: "";
      position: absolute;
      background-color: white;
      bottom: 0;
      right: 0;
      top: 100%;
      left: 50%;
      transition: 0.5s; }
    /* line 2045, base.scss */
    .index-benefits-item-inner:hover:before {
      top: 0; } }
/* line 2050, base.scss */
.eye {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  z-index: 2; }

@media (min-width: 769px) {
  /* line 2061, base.scss */
  .card-small:hover .eye {
    display: block; } }
/* line 2069, base.scss */
.m-modal--checkout {
  background-color: #dcddd5; }
  /* line 2071, base.scss */
  .m-modal--checkout input {
    background-color: white;
    border: 1px solid #4e6a5b;
    padding: 15px 20px; }
