/*=========================================
  _LAYOUT
=========================================*/
/* * {-webkit-appearance: none;-webkit-text-size-adjust: 100%;}*/
/* line 9, base.scss */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font: 16px Calibri, Tahoma, Arial;
  height: 100%;
  margin: 0;
  font-size: 100%;
  min-width: 320px; }

/* line 21, base.scss */
body {
  position: relative;
  background-color: #fff; }

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

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

/* line 34, base.scss */
.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1250px; }

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

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

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

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

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

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

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

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

/* line 120, base.scss */
h1 {
  font-size: 36px;
  color: #3e2d24;
  margin: 0 0 12px;
  font-weight: 700;
  line-height: 1.2em; }

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

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

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

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

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

/* line 147, base.scss */
a {
  color: #599719;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

/* line 154, base.scss */
a:hover {
  color: #599719;
  text-decoration: none; }

/* line 158, base.scss */
.link_dashed {
  color: #599719;
  text-decoration: none;
  border-bottom: 1px dashed #599719; }
  /* line 159, base.scss */
  .link_dashed:hover {
    border-bottom-color: transparent; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  BREADCRUMB
=========================================*/
/* line 386, base.scss */
.breadcrumb {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  color: #999; }

/* line 391, base.scss */
.breadcrumb-item {
  display: inline-block;
  vertical-align: baseline; }
  /* line 394, base.scss */
  .breadcrumb-item a {
    color: #676767;
    text-decoration: none; }
    /* line 395, base.scss */
    .breadcrumb-item a:hover {
      color: #599719; }

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

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

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

/* line 467, base.scss */
.bttn {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 9px 10px 10px 10px;
  line-height: calc(16px + 1px);
  text-transform: none; }
  /* line 443, base.scss */
  .bttn:focus {
    outline: none; }

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

/* line 477, base.scss */
.bttn-prim,
.m-modal-button--checkout,
.wrapper.fc .button,
button#create_order,
.co-button,
.picker-button,
.wrapper .back_to_shop {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 13px 50px 14px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #599719;
  color: #fff;
  border: 2px solid #599719; }
  /* line 443, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus,
  .wrapper .back_to_shop:focus {
    outline: none; }

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

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

/* line 518, base.scss */
.bttn-second,
[href="/client_account/contacts/new"].co-form-button {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 13px 50px 14px;
  text-transform: uppercase;
  line-height: 1;
  background-color: #eee;
  color: #000;
  border: 2px solid #eee; }
  /* line 443, base.scss */
  .bttn-second:focus,
  [href="/client_account/contacts/new"].co-form-button:focus {
    outline: none; }

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

/* line 534, base.scss */
.bttn-transparent {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 13px 50px 14px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #599719;
  color: #599719; }
  /* line 443, base.scss */
  .bttn-transparent:focus {
    outline: none; }

/* line 542, base.scss */
.bttn-transparent:hover {
  color: #fff;
  background-color: #599719; }

/* line 547, base.scss */
.bttn-transparent-second {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 13px 50px 14px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  border: 2px solid #f65050;
  color: #f65050; }
  /* line 443, base.scss */
  .bttn-transparent-second:focus {
    outline: none; }

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

/* line 560, base.scss */
.bttn-fill {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 13px 50px 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #599719;
  border: 2px solid #599719; }
  /* line 443, base.scss */
  .bttn-fill:focus {
    outline: none; }

/* line 568, base.scss */
.bttn-fill:hover {
  background-color: transparent;
  color: #599719; }

/* line 573, base.scss */
.bttn-fill-second {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  padding: 13px 50px 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  background-color: #f65050;
  border: 2px solid #f65050; }
  /* line 443, base.scss */
  .bttn-fill-second:focus {
    outline: none; }

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

/* line 586, base.scss */
.bttn-count,
a.bttn-count {
  font-size: 12px;
  font-family: Calibri, Tahoma, Arial;
  font-weight: bold;
  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;
  -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;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 30px;
  height: 30px;
  line-height: 28px;
  min-height: initial;
  color: #777;
  border: 1px solid #999;
  font-family: Calibri, Tahoma, Arial;
  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 443, base.scss */
  .bttn-count:focus,
  a.bttn-count:focus {
    outline: none; }

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

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

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

/*=========================================
  CARDS
=========================================*/
/* line 627, base.scss */
i.fa-rub {
  font-size: 0.84em; }

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

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

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

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

/* line 688, base.scss */
.chkbx-control {
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px solid #999;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

/* line 720, base.scss */
.chkbx:checked + .chkbx-control {
  background: #59971a;
  border-color: #59971a; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 829, 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 836, 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 845, base.scss */
.image-container.is-cover.with-trick {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

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

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

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

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

/* line 909, 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;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

/* line 1026, 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 1039, 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: Calibri, Tahoma, Arial;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #999; }

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

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

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

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

/* line 1154, 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(89, 151, 25, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(89, 151, 25, 0.1); }

/* line 1176, 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 1196, 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 1216, 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 1236, 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 1256, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 1277, base.scss */
.inpt {
  padding: 5px 15px;
  border: 1px solid #999;
  background-color: transparent; }
  /* line 1265, base.scss */
  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(89, 151, 25, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(89, 151, 25, 0.1); }
  /* line 1271, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1390, 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 1401, 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 1410, 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 1419, base.scss */
.notice.is-info,
.page-feedback form .is-info#thanks:not(:empty),
.page-feedback form small.is-info,
.notice.notice-info,
.page-feedback form .notice-info#thanks:not(:empty),
.page-feedback form small#thanks:not(:empty),
.page-feedback form small {
  background-color: #E2E5EA;
  border-color: #d3d8df;
  color: black; }

/* line 1431, 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 1441, 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 1451, 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 1462, 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 1471, 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 1480, 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: #599719;
  border-color: #4c8115;
  color: #ffffff; }

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

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

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

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

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

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

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

/* line 1567, base.scss */
.pagination .pagination-item .pagination-link {
  color: #333;
  display: block;
  padding: 3px;
  height: auto;
  min-width: 30px;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  line-height: 23px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1583, base.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #66ad1d;
  text-decoration: none; }

/* line 1588, base.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #fff;
  background: #599719; }

/* line 1590, base.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  color: #fff;
  background: #599719; }

/* line 1592, base.scss */
.pagination-prev a {
  border: 5px solid transparent;
  border-right-color: #599719; }

/* line 1593, base.scss */
.pagination-next a {
  border: 5px solid transparent;
  border-left-color: #599719; }

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

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

/* line 1612, base.scss */
.slct {
  color: #599719;
  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: calc(100% - 7px) center;
  -webkit-background-size: 10px 10px;
  background-size: 10px; }

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

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

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

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

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

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

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

/* line 1661, 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 1669, 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 1676, 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 1683, base.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }

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

/* line 1694, 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 1705, 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 1712, 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 1719, 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 1727, base.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }

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

/* line 1737, 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 1748, 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 1756, base.scss */
.star-rating .star-item.active ~ .star-item:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

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

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

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

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

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

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

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

@media (mmax-width: 1024px) {
  /* line 1814, base.scss */
  .header-banner {
    padding: 47px 0 0;
    margin: 0 -15px -45px; } }
