@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700&subset=cyrillic");
/* line 6, base.scss */
body .ajs-panel-placeholder.ajs-in:not(.ajs-hidden) .ajs-dialog {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-animation-name: ajs-slideInLeft !important;
  -moz-animation-name: ajs-slideInLeft !important;
  -o-animation-name: ajs-slideInLeft !important;
  animation-name: ajs-slideInLeft !important;
  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms; }
/* line 19, base.scss */
body .ajs-panel-placeholder.ajs-out.ajs-hidden .ajs-dialog {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-animation-name: ajs-slideOutLeft !important;
  -moz-animation-name: ajs-slideOutLeft !important;
  -o-animation-name: ajs-slideOutLeft !important;
  animation-name: ajs-slideOutLeft !important; }
/* line 28, base.scss */
body .ajs-panel-placeholder .ajs-dialog.ajs-panel {
  height: 100%;
  background: transparent; }
/* line 33, base.scss */
body .ajs-panel-placeholder .ajs-dialog.ajs-panel.mobile-menu {
  background: #2f2f2f; }
/* line 37, base.scss */
body .ajs-panel-placeholder .ajs-dialog {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0; }
  /* line 43, base.scss */
  body .ajs-panel-placeholder .ajs-dialog .collection-filter {
    margin: 0;
    position: relative;
    display: block !important;
    padding: 40px 0;
    background: #eaeff0; }
    @media (max-width: 480px) {
      /* line 43, base.scss */
      body .ajs-panel-placeholder .ajs-dialog .collection-filter {
        max-width: 280px; } }
  @media screen and (max-width: 568px) {
    /* line 37, base.scss */
    body .ajs-panel-placeholder .ajs-dialog {
      max-width: 280px;
      min-width: 280px; } }
/* line 61, base.scss */
body .alertify .ajs-commands button.ajs-close {
  background-image: url("close.svg");
  -webkit-background-size: contain;
  background-size: contain; }
/* line 67, base.scss */
body .alertify .ajs-commands {
  top: 10px; }
@-webkit-keyframes ajs-slideInLeft {
  0% {
    margin-left: -100%; }
  100% {
    margin-left: 0%; } }
@-moz-keyframes ajs-slideInLeft {
  0% {
    margin-left: -100%; }
  100% {
    margin-left: 0%; } }
@-o-keyframes ajs-slideInLeft {
  0% {
    margin-left: -100%; }
  100% {
    margin-left: 0%; } }
@keyframes ajs-slideInLeft {
  0% {
    margin-left: -100%; }
  100% {
    margin-left: 0%; } }
@-webkit-keyframes ajs-slideOutLeft {
  0% {
    margin-left: 0%; }
  100% {
    margin-left: -100%; } }
@-moz-keyframes ajs-slideOutLeft {
  0% {
    margin-left: 0%; }
  100% {
    margin-left: -100%; } }
@-o-keyframes ajs-slideOutLeft {
  0% {
    margin-left: 0%; }
  100% {
    margin-left: -100%; } }
@keyframes ajs-slideOutLeft {
  0% {
    margin-left: 0%; }
  100% {
    margin-left: -100%; } }
/* line 153, base.scss */
.ajs-content .main_menu-item.lvl-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  -moz-box-flex: 1;
  flex: 1 1 100%; }
  /* line 160, base.scss */
  .ajs-content .main_menu-item.lvl-1 ul {
    display: none !important; }
/* line 165, base.scss */
.ajs-content .main_menu-item.lvl-1:not(:first-child) > a:before {
  display: none !important; }
/* line 169, base.scss */
.ajs-content .item-with-arrow:not([href="/collection/gallery"]) > .main_menu-link {
  background-image: none; }

/* line 174, base.scss */
.mobile-menu .main_menu {
  margin-right: 40px; }

/* line 178, base.scss */
.catalog-mobile-menu .category_menu-wrap {
  margin-right: 40px; }

/* line 184, base.scss */
html {
  color: #252525;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  min-width: 320px;
  height: 100%; }

/* line 192, base.scss */
body {
  font-size: 100%;
  min-width: 320px;
  height: 100%;
  max-height: 100%; }

/* line 199, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  font-family: Circe, sans-serif; }

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

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

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

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

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

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

/* line 240, base.scss */
a {
  color: #b48e77;
  -webkit-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  transition: color ease 0.3s; }

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

/* line 252, base.scss */
a:hover {
  color: #493325; }

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

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

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

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

/* line 287, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em -1.2em;
  padding: 0 0 0 1.6em;
  border-left: #4a4a4a 0.6em solid; }

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

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

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

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

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

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

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

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

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

/* line 385, 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 401, 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 411, base.scss */
table th,
table td {
  padding: 2px;
  line-height: 20px;
  text-align: left;
  vertical-align: top; }

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

/* line 424, 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 435, base.scss */
table table table {
  background-color: #fff; }

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

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

/* line 455, base.scss */
.inline-b {
  display: inline-block; }

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

/* line 464, base.scss */
.row.is-grid > [class*='cell-'] {
  padding-left: 10px;
  padding-right: 10px; }

@media (max-width: 768px) {
  /* line 470, base.scss */
  .row.not-grid-xs > [class*='cell-'] {
    padding-left: 0px;
    padding-right: 0px; } }
/* line 476, base.scss */
.row.is-grid-small {
  margin-left: -5px;
  margin-right: -5px; }

/* line 481, base.scss */
.row.is-grid-small > [class*='cell-'] {
  padding-left: 5px;
  padding-right: 5px; }

@media (max-width: 768px) {
  /* line 487, base.scss */
  .row.not-grid-small-xs > [class*='cell-'] {
    padding-left: 0px;
    padding-right: 0px; } }
/* line 493, base.scss */
.row.is-product-list {
  margin-left: -40px;
  margin-right: -40px; }
  @media (max-width: 1300px) {
    /* line 493, base.scss */
    .row.is-product-list {
      margin-left: -10px;
      margin-right: -10px; } }

/* line 503, base.scss */
.row.is-product-list > [class*='cell-'] {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1300px) {
    /* line 503, base.scss */
    .row.is-product-list > [class*='cell-'] {
      padding-left: 10px;
      padding-right: 10px; } }

/* line 513, base.scss */
.row.subcollections-grid {
  margin-left: -20px;
  margin-right: -20px; }
  @media (max-width: 1300px) {
    /* line 513, base.scss */
    .row.subcollections-grid {
      margin-left: -10px;
      margin-right: -10px; } }

/* line 523, base.scss */
.row.subcollections-grid > [class*='cell-'] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 1300px) {
    /* line 523, base.scss */
    .row.subcollections-grid > [class*='cell-'] {
      padding-left: 10px;
      padding-right: 10px; } }

/* line 534, base.scss */
.row.index_catalogs-grid {
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 30px; }
  @media (max-width: 768px) {
    /* line 534, base.scss */
    .row.index_catalogs-grid {
      padding-left: 0px; } }

/* line 544, base.scss */
.row.index_catalogs-grid > [class*='cell-'] {
  padding-left: 6px;
  padding-right: 6px; }

/* line 587, base.scss */
[type="button"],
[type="submit"],
[type="reset"],
[type="file"],
button {
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer; }
  /* line 597, base.scss */
  [type="button"]:focus,
  [type="submit"]:focus,
  [type="reset"]:focus,
  [type="file"]:focus,
  button:focus {
    outline-color: #493325; }

/* line 602, base.scss */
.bttn {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 23px;
  text-transform: uppercase;
  -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;
  -moz-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 20px; }
  /* line 577, base.scss */
  .bttn.is-white {
    color: #fff;
    border-color: #fff; }
  /* line 582, base.scss */
  .bttn:focus {
    outline-color: transparent; }

/* line 607, base.scss */
.bttn-prim,
.m-modal-button--checkout {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 23px;
  text-transform: uppercase;
  -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;
  -moz-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 20px;
  background-color: #b48e77;
  color: #fff;
  border: 2px solid #b48e77; }
  /* line 577, base.scss */
  .bttn-prim.is-white,
  .m-modal-button--checkout.is-white {
    color: #fff;
    border-color: #fff; }
  /* line 582, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus {
    outline-color: transparent; }
  /* line 615, base.scss */
  .bttn-prim:hover,
  .m-modal-button--checkout:hover {
    color: #fff;
    background-color: #493325;
    border-color: #493325; }

/* line 622, base.scss */
.bttn-second {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 23px;
  text-transform: uppercase;
  -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;
  -moz-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 20px;
  background-color: #493325;
  color: #fff;
  border: 2px solid #493325; }
  /* line 577, base.scss */
  .bttn-second.is-white {
    color: #fff;
    border-color: #fff; }
  /* line 582, base.scss */
  .bttn-second:focus {
    outline-color: transparent; }
  /* line 629, base.scss */
  .bttn-second:hover {
    color: #fff;
    background-color: #b48e77;
    border-color: #b48e77; }

/* line 636, base.scss */
.bttn-transparent {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 23px;
  text-transform: uppercase;
  -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;
  -moz-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 20px;
  background-color: transparent;
  border: 2px solid #b48e77;
  color: #b48e77; }
  /* line 577, base.scss */
  .bttn-transparent.is-white {
    color: #fff;
    border-color: #fff; }
  /* line 582, base.scss */
  .bttn-transparent:focus {
    outline-color: transparent; }
  /* line 643, base.scss */
  .bttn-transparent:hover, .bttn-transparent.is-fill {
    color: #fff;
    background-color: #b48e77; }

/* line 650, base.scss */
.bttn-transparent-second {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 23px;
  text-transform: uppercase;
  -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;
  -moz-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 20px;
  background-color: transparent;
  border: 2px solid #493325;
  color: #493325; }
  /* line 577, base.scss */
  .bttn-transparent-second.is-white {
    color: #fff;
    border-color: #fff; }
  /* line 582, base.scss */
  .bttn-transparent-second:focus {
    outline-color: transparent; }
  /* line 657, base.scss */
  .bttn-transparent-second:hover, .bttn-transparent-second.is-fill {
    color: #fff;
    background-color: #493325; }

/* line 664, base.scss */
.bttn-count {
  font-size: 14px;
  font-family: Circe, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 23px;
  text-transform: uppercase;
  -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;
  -moz-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 #bababa;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background-color: transparent; }
  /* line 577, base.scss */
  .bttn-count.is-white {
    color: #fff;
    border-color: #fff; }
  /* line 582, base.scss */
  .bttn-count:focus {
    outline-color: transparent; }
  /* line 678, base.scss */
  .bttn-count:hover {
    border-color: #b48e77;
    background-color: #b48e77;
    color: #fff; }

/* line 685, base.scss */
.with-arrow {
  padding-right: 45px;
  background-image: url(arr-right-white.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: -moz-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%; }

/* line 697, base.scss */
img {
  max-height: 100%;
  vertical-align: middle; }

/* line 702, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative; }
  /* line 708, base.scss */
  .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%; }
  /* line 721, base.scss */
  .image-container.is-square {
    padding-top: 100%; }
  /* line 725, base.scss */
  .image-container.is-rectangle {
    padding-top: 150%; }
  /* line 729, base.scss */
  .image-container.is-rounded {
    padding-top: 100%;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 736, base.scss */
  .image-container.is-simple {
    padding-top: 75%; }
  /* line 740, base.scss */
  .image-container.is-wide {
    padding-top: 66%; }
  /* line 744, base.scss */
  .image-container.is-cover {
    overflow: hidden; }
    /* line 747, 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 747, 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 761, base.scss */
    .image-container.is-cover.with-trick {
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center; }
      /* line 767, base.scss */
      .image-container.is-cover.with-trick img {
        display: none; }

/* line 775, 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: Roboto, sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #bababa; }
  /* line 797, 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: #bababa;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 805, 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: #bababa;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 813, 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: #bababa;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 821, 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: #bababa;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 829, 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: #bababa;
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms; }
  /* line 837, 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-color: #493325; }
  /* line 841, 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; }
  /* line 845, 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; }
  /* line 849, 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; }
  /* line 853, 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; }
  /* line 857, 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; }

/* line 877, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #bababa;
  background-color: transparent; }
  /* line 867, base.scss */
  .inpt:focus {
    outline-color: transparent; }
  /* line 871, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #ef9a9a; }

/* line 881, base.scss */
.checkbox-field {
  display: none; }
  /* line 884, base.scss */
  .checkbox-field + .filter-checkbox {
    width: 15px;
    height: 15px;
    border: 1px solid #b48e77;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  /* line 897, base.scss */
  .checkbox-field + .filter-checkbox:after {
    content: '';
    width: 18px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("check.svg");
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    opacity: 0;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    position: absolute;
    bottom: 1px;
    left: 1px;
    background-position: 50%; }
  /* line 920, base.scss */
  .checkbox-field:checked + .filter-checkbox:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

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

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

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

/* line 973, 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: #b13502;
  border-color: #8c2900;
  color: #fff; }

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

/* line 993, 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 1002, 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: #b58f78;
  border-color: #b58f78;
  color: #fff; }

/* line 1014, 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: #46b8da; }

/* line 1024, 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 1034, 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: #e9b460;
  border-color: #c29754;
  color: #ffff; }

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

/* line 1054, 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 1063, 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: #99b56b;
  border-color: #8ba560;
  color: #ffffff; }

/* line 1074, 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: #8ba560; }

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

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

/* line 1097, base.scss */
body .alertify-notifier .ajs-message.ajs-success {
  background: #99b56b;
  color: #fff; }

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

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

/* line 1112, base.scss */
.error {
  background-color: #b13502;
  background-image: url(circle.svg);
  color: #fff;
  font-size: 16px;
  padding: 6px 7px 6px 35px;
  background-repeat: no-repeat;
  -webkit-background-size: 20px 20px;
  background-size: 20px; }

/* line 1129, base.scss */
select {
  font-size: 16px;
  font-weight: 500;
  padding: 5px; }
  /* line 1132, base.scss */
  select:focus {
    outline-color: #493325; }

/* line 1137, base.scss */
.select-style {
  color: #493325;
  padding: 5px 25px 5px 13px;
  border: none;
  -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: -moz-calc(100% - 7px) center;
  background-position: calc(100% - 7px) center;
  -webkit-background-size: 10px 10px;
  background-size: 10px; }
  /* line 1152, base.scss */
  .select-style::-ms-expand {
    display: none; }
