@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Core variables and mixins */
/* Reset and dependencies */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Core CSS */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .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; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control: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); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -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); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -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); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -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); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

/* Components */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

/* Components w/ JavaScript11 */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

/* Utility classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

.visible-print {
  display: none !important; }

.visible-print-block {
  display: none !important; }

.visible-print-inline {
  display: none !important; }

.visible-print-inline-block {
  display: none !important; }

@media (min-width: 768px) {
    .lead {
      font-size: 21px; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .container {
      width: 750px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px; }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; }
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; }
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; }
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; }
    .navbar {
      border-radius: 4px; }
  .navbar-header {
    float: left; }
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; }
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; }
    .navbar-static-top {
      border-radius: 0; }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; }
    .navbar-toggle {
      display: none; }
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; }
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; }
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; }
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) {
    .container {
      width: 970px; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .modal-lg {
    width: 900px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
    .container {
      width: 1170px; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .hidden-lg {
    display: none !important; } }

@media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

@media screen {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; }
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; }
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .hidden-xs {
    display: none !important; } }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; }
    .visible-print-block {
      display: block !important; }
    .visible-print-inline {
      display: inline !important; }
    .visible-print-inline-block {
      display: inline-block !important; }
  .hidden-print {
    display: none !important; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/static/trigife_org/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCMEM4NDgzQjlDRTNFMTExODE4NUVDOTdFQ0I0RDgxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGREU5OEVCQzAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGREU5OEVCQjAzMjYxMUUyOTg5OURDMDlDRTJDMTc0RSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkIxQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkIwQzg0ODNCOUNFM0UxMTE4MTg1RUM5N0VDQjREODFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+s3YRAQAAABtJREFUeNpiFODh2cBABGBiIBKMKqSOQoAAAwBokQDs5F/8FAAAAABJRU5ErkJggg==);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
 * @package bootstrap-fileinput
 * @version 4.2.8
 *
 * File input styling for Bootstrap 3.0
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2015
 * For more Yii related demos visit http://demos.krajee.com
 */.file-preview-frame,.file-preview-image,.file-preview-other{height:160px;vertical-align:middle}.file-loading{top:0;right:0;width:25px;height:25px;font-size:999px;text-align:right;color:#fff;background:url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///1VVVfr6+np6eqysrFhYWG5ubuPj48TExGNjY6Ojo5iYmOzs7Lq6utjY2ISEhI6OjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==)top left no-repeat;border:none}.file-object{margin:0 0 -5px;padding:0}.btn-file{position:relative;overflow:hidden}.btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:0 0;cursor:inherit;display:block}.file-caption-name{display:inline-block;overflow:hidden;height:20px;word-break:break-all}.input-group-lg .file-caption-name{height:25px}.file-preview-detail-modal{text-align:left}.file-error-message{background-color:#f2dede;color:#a94442;text-align:center;border-radius:5px;padding:5px 10px 5px 5px}.file-error-message pre,.file-error-message ul{margin:5px 0;text-align:left}.file-caption-disabled{background-color:#EEE;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:5px;width:100%;margin-bottom:5px}.file-preview-frame{display:table;margin:8px;border:1px solid #ddd;box-shadow:1px 1px 5px 0 #a2958a;padding:6px;float:left;text-align:center}.file-preview-frame:not(.file-preview-error):hover{box-shadow:3px 3px 5px 0 #333}.file-preview-text{text-align:left;width:160px;margin-bottom:2px;color:#428bca;background:#fff;overflow-x:hidden}.file-preview-other{display:table-cell;text-align:center;width:160px;border:2px solid #999;border-radius:30px;opacity:.8}.file-actions,.file-other-error{text-align:left}.file-icon-lg{font-size:1.2em}.file-icon-2x{font-size:2.4em}.file-icon-4x{font-size:4.8em}.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file{display:none}.file-thumb-loading{background:url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///1VVVfr6+np6eqysrFhYWG5ubuPj48TExGNjY6Ojo5iYmOzs7Lq6utjY2ISEhI6OjgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==)center center no-repeat content-box!important}.file-actions{margin-top:15px}.file-footer-buttons{float:right}.file-upload-indicator{padding-top:2px;cursor:default;opacity:.8;width:60%}.file-upload-indicator:hover{font-weight:700;opacity:1}.file-footer-caption{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;text-align:center;padding-top:4px;font-size:11px;color:#777;margin:5px auto 10px}.file-preview-error{opacity:.65;box-shadow:none}.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.file-drop-zone{border:1px dashed #aaa;border-radius:4px;height:100%;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone-title{color:#aaa;font-size:40px;padding:85px 10px}.file-highlighted{border:2px dashed #999!important;background-color:#f0f0f0}.file-uploading{background:url(data:image/gif;base64,R0lGODlhDAAMAIQAADQyNKSipNTS1Ozq7Ly6vHR2dKyurNze3PT29ISGhIyOjKyqrNza3PTy9MzOzLS2tOTm5Pz+/ERGRKSmpNTW1Ozu7Ly+vISChLSytOTi5Pz6/IyKjJSSlP///wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAdACwAAAAADAAMAAAFXGDXaUOHYV0WieJQINPUSJAYVV2wLIaSpJrKBgMRiCyHAuDQQRAorA7h0ugIHMZoJ3HhXLNRLmdEqbEGAk3zIWiYBxXBAxFBWCmMg8BIFzUIGnhOVSwRVQdMfR0hACH5BAkJAB8ALAAAAAAMAAwAhBwaHIyOjNTS1KyurOzq7FxeXLy+vNze3PT29JyanHR2dLS2tNza3PTy9MTGxOTm5Pz+/KSipISGhERGRJSWlNTW1LSytOzu7GRmZMTCxOTi5Pz6/JyenLy6vIyKjP///wVh4PdB19cZ3wOJ4uUhltUUhAg1n9UtXUKlm0YkQ6iIHBrJ5PFBOA6sjyGAOzCg0U8iwLEysh9KIPHZVJgsiwKHWAgaaIIGA2BAEB9B5SoQfBh4Hw0dZoAdOCw3HwdQCCsfIQAh+QQJCQAgACwAAAAADAAMAIUcGhyUlpTU0tS0srTs6uxcXlzEwsSkoqTc3tz09vR0cnS8urycnpzc2tz08vTMysysqqzk5uT8/vyEgoQ0MjScmpzU1tS0trTs7uxsamzExsSkpqTk4uT8+vx0dnS8vrz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGYUAQSOIAaR4ggkQodBwSho/DQxASQQZNFnIARSSJhQDDET4igUK1Y4kwjZUiwoJ4Cw+VDaJRt+M3IGxuTBcTRWEPCYMDFgoUCFcCFnwKGSAIHUIJF2wNGAB9VgmXdQ2ZIEEAIfkECQkAHwAsAAAAAAwADACELC4spKKk1NLU7OrsdHZ0vLq8hIaErK6s3N7c9Pb0fH58jI6MrKqs3Nrc9PL0zM7MtLa05Obk/P78REZEpKak1NbU7O7sfHp8vL68jIqMtLK05OLk/Pr8hIKElJKU////BV/g90nJJwifJYmiU3DPk2SWSH5P9QgQ9A0Sl8ARETUGAcLgwxEUWQ9GCVFBsFgHigbRsF4/DIaGWXmKMB7HJ1F4EEWFhmESCZoqmYzi8tms1hAcCh0OABtXNx4LfRwiIQAh+QQJCQAdACwAAAAADAAMAIQcGhyMjozU0tTs6uy0srRcXlzc3tz09vScmpy8vrx0dnTc2tz08vTk5uT8/vykoqTExsSEhoRERkSUlpTU1tTs7uy8urxkZmTk4uT8+vycnpzEwsSMioz///8AAAAAAAAFYGDXOUdnGB3jiCJjZdRyPIxIdkJsQFtXOS5BpSHCDAicSicjILIolpKBgmKJLISEYVG1YhNLilME0ZQOFgGGIEpgJoUBsHNRTCaBSGeQERkAFRwBDBIYVhkoCBodGCsdIQAh+QQJCQAfACwAAAAADAAMAIQcGhyUlpTMzszs6uy0srRcXlzc3tz09vTEwsSkoqR0cnTU1tT08vS8urzk5uT8/vzMysysqqyEgoQ0MjScmpzU0tTs7uxsamzk4uT8+vzExsSkpqR0dnTc2ty8vrz///8FXuD3PcdnGN/xiCLTZEuXNYxIfkJsVMLHPK4KwyEaWBCJWqZCZBkgJcMCxRIhPBBDh1rVYD8WBaEqiEQBl0VDpMEkOINM58ORUBKUwCcuMkwYFBQHBU0iGSgbG3sZIiEAIfkECQkAGwAsAAAAAAwADACENDI0pKak1NbU7O7sdHZ0xMLE5OLkhIaEtLK0/Pr8jI6MrK6s3N7c9Pb0zM7M7OrsREZErKqs3Nrc9PL0hIKE5ObkjIqMvLq8/P78lJKU1NLU////AAAAAAAAAAAAAAAABV/gtmHNxjBbg4nidCWClFyTSG5OzGhOirmaSUX0mDgupYRmyKoIEpsM5cBi8TSKg6Uqcjg0mwHlUhUgNwYAQVLoVhCKQQJ1UEQWkcDmsdpUIA0BERMED1UJBhsICHt9IQAh+QQJCQAfACwAAAAADAAMAIQcGhyMjozMyszk5uS0srRcXlz09vTc2ty8vrycmpyEhoTs7uzU0tS8urxsamz8/vzk4uTExsSkoqRERkSUlpTs6uy0trT8+vzc3tzEwsScnpyMioz08vTU1tR0cnT///8FYeD3PcaHYZ/xiCLXXN1xNZx4oUyMMczHPRiAAzMQDTgMS2nhIbA+A8blkwhQnqLDAVNNYD+HDooTyDwxkSlkooBERJ1FRrK4FCkaS6Ph/BkLHAQEBhsLTxcVHw0IHwsrHyEAIfkECQkAHQAsAAAAAAwADACEHBoclJaU1NLUtLK07OrsXF5cpKKk3N7cxMLE9Pb0dHZ0nJ6c3NrcvLq8rKqs5ObkzMrM/P78LC4snJqc1NbU9PL0ZGZkpKak5OLkxMbE/Pr8hIKEvL68////AAAAAAAABVxg12lHd5RJJIoHQDCM1lSihnWWwhyC0FWRg0Q3ED0qgtlvU1w9BInOZWJYrQ6Ug4NqFcFQE4j1QYk+CgGMz4RsJDSPjsGByGQQP1WHoEhwOBoGNCsaBB0ZYkAiIQAh+QQJCQAcACwAAAAADAAMAIQ0MjSkpqTU1tTs7ux0dnS8vryEhoTk4uS0srT8+vyMjoysrqzc3tz09vR8fnzMzszs6uxERkSsqqzc2tz08vSMiozk5uS8urz8/vyUkpSEgoTU0tT///8AAAAAAAAAAAAFXSDHJQyXZVyDiSIDUI6WXJSYWByhGcr2pJhDxDC5iCyUx6XBoSgKLI5FkOAgAoioaDJhXBdazkRQakg20WkVQghYJkfKhpaAWC+PxwZNWXEGFQ15M0wsGAMce01+IQAh+QQJCQAeACwAAAAADAAMAIQcGhyMjozMyszk5uS0srRcXlz09vTc2tycmpy8vryEhoTs7uzU0tRsamz8/vzk4uSkoqTExsRERkSUlpTs6uy8urz8+vzc3tycnpzEwsSMioz08vTU1tR0cnT///8AAAAFXqDnWY+HYN5lieIgbUGwAJdoDZ4STEjXeBvHoDB5ZESEh6BiAGIELM+As0oQCFHR5XCpECpZz4FTM1Q40elqoSFQStINoxJceDIRLoMBdIg2EBYcBxZMUQ52FzVBIiEAIfkECQkAHgAsAAAAAAwADACEHBoclJaU1NLUvLq87OrsXF5cpKak3N7cxMbE9Pb0dHZ0nJ6c3NrcxMLErK6s5Obk/P78hIKELC4snJqc1NbUvL689PL0ZGZkrKqs5OLkzMrM/Pr8fHp8pKKk////AAAABV+g522EZ2DesYniU1jTZEmZSHrBsnSckpIKQ0YjGlAugIMngSGyHByLB9FosFgMxgFRQVxFDIpyg6ixHpSVpdMglDwPi2Bg2UgFFK1A4LFARBYDCWEbdFcQUgdKCX8eIQA7)center bottom 10px no-repeat;opacity:.65}.file-error-message .close{margin-top:5px}.file-thumb-progress .progress,.file-thumb-progress .progress-bar{height:10px;font-size:9px;line-height:10px}.file-thumbnail-footer{position:relative}.file-thumb-progress{position:absolute;top:22px;left:0;right:0}.btn-file ::-ms-browse {width:100%;height:100%}
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

@font-face {
  font-family: 'fontello';
  src: url(/static/trigife_org/fonts/fontello.eot);
  src: url(/static/trigife_org/fonts/fontello.eot#iefix) format('embedded-opentype'),
       url(data:font/woff2;base64,d09GMgABAAAAAA2cAA8AAAAAG2gAAA1GAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCDcgggCZZwEQgKjziNLwsUAAE2AiQDJAQgBYVNB24MgQYbQRmzERFsHEAg3A6y/+LAbvj8FFJFrMjHsAkhXifSC6/j5HN2uY8V4RkVHRUG0zOM0NF9IFaPCGV5hCSz8Px/Lsv73v9fUkkql5tYzVx2k8xcbiwzDqBnNRyCPRAtM7tklaz6ZJdKeGgbD88u/3UYzlNN8qvBrQno9n19g+3DzkI3OVQfEswq4sO6FZ5nttKKMnGaT358h4nYibKW+J1DFNaK+oqarnpM3CRbmzyiErIvmaLGhusR7U67hr9fSyvfe3fX/IPCTl0V7kxshQMcHyfuNtnN/n9Agbvw5gohoAL6sotQBWQHLNHVAQpToytMna+KeHPnkzmX4XYjgyMSuRsVfyQChFziLlpb39pL2ezQ6jx7sQCAQKauzE5NDBEkYlhsCAOfhzijWZRP4kCf118DbzcqyV+5LMolnOmueMLO8bpR0hLvPzVpm9Pc71L5PD8lzBzM4DmnT6q8huQvArckZhlCydL5o2ICFFsyH0vvK94//f7TTQ5K9CQXS4SYrTFteaitFv/nEYB4hGwxjkVKAiiRYoilxFBLiWEsJYZ1/K/EcI73yxme4/3TDN/x/tMdEhDy7I4os4USeUv9YaDAVxhGkXf/2Hx7h/fxOXDtjFN/aSGlL6CR/wdYRjfVibEW/kA66DAoeYeQpF44lDITfn+ALZ+7U2ZqOB0efQlWrSkFofMgWNJohHyrJP8XpY5g5Bmn9mqP844uiUtE8PsKspDyZp4h5OkgErQIW3QDbrwBKcZokIxR4TXMY3QYylCwkWeC00HAucdzb6yNSO2wVKtWZtW1XrJJgpVaBKmdgZlZ9EgkJfn//nLWSwsjthyGdGDyUQwarZAeBySNQarUIzkc8dXrGLkFPN3neSpABRltF5p3rglu5vApCjaJNP1n0Qp1PmmK/uE0CB8vYOevQUP/0DoaMp0d7wk5nF1SQdhIMixHG5mBFOIMyHKSM1JoamBC84D9SKJxgxz7gXQbhVgx5hF10epcFaxRGx9aR5ZVRxWjeeAoI1KLEOttxDUWuY9ke/Ads9UdOQrl7jih/LPoytGGMiUpRRmcl6AnLOe7k1BtP4i3yQ56cYAtqw/Du+NU0Fhn2hZ/KytbOtVzXROk8eQyGlOk4WucxmwD5FAFE1FUxwWw+8zypoiMzqx+0ToegwN1NYnZipFYY7LcBboIpp4E3mkr2NMBIrjvxCzzBmzjUmVUnQRy7mVI5J7QkdpLQprf5dvLwiaefSnWrYtLlnvmVnRsZ2Wv59jBKg3YSQq7yMBusrCHHOwlD/aRD/spgAOUiRzkEh/rVAIP4SUmShgOk8IRMnCULBwjB8fJgxPkw0kK4BRlYqcpW7MSnKmSKK+lL1704XbJEKenqM/mLDmTnJk5zlFkLK7O17ymq6meYyPGxuA/D39zOeTcDDl4bJj7AiDdD49dpLzQkV+634hUjDORFNgt6vfD4S8A4GVH1+pFix86LlO2ZKxjBESfkOMK22tbjqujGYimT5/aNVbF4R1pZQzu0XhT3hzrWLOEibERcd9dNRxcfui4TjjEBjb8D0xGvXm54CJbJX+1yI2wtIkiwbonuG2heBCE9DD81OvVxvzUsppF71UIJOUo4SR1lLBaREqSILkSP4AqzRSjPCPXKpiNEmnp0iX5RWUVwRYd5TWjBBqh0SdK2GiSqNAQVygS7Pt2kXEcDWzJ2h0KsEhJy68OcvSY4Sbj0KlTXbE/oltrZ6a8QeAe6yOuCNJzsFGRqLwK5vH4DK1sqTXokG0E5+6gF5tBb9arSYHU7UyrThTh066oLChAa9l9JpJ6kdaCsegWVVrAIqOjcKgY23rWqHcWd3uxg7g7dNQ9fv93yfVkWPEeuZElkcqUsrGSj1TCquXsM386c2HRpr88lS0h7xqrvKqmBn6s/XT4T4xnPEV1ZZWy55auGTupU23UT1Q7QrOdalKtxjaga+Ziredgzgx1LIL6JcQuz5alrqC+qdgqyBVlNDRc66HxWBwOVVoZlaMNRKGmZloM0jhXam468GSwhQxabQJsI4N2CTxjBxl02gTYRQbdErjHHjLotQmwjwz6JfCIA2RQsAlwkAzuS0D4gAwe2gT4iAweS+ABn5BB0SbAIbJ1ww03XSxGuoLcsqZRvA1jIQ5DeAfG/XlCmDDnYdKchylPPgnTcRUwY66AWXMFzJkrYD6uEhbMlbBoroQlc2Wd5eZnZn60U3TJvkcwYO4OLpCDxw4EQTY5chRtGdhWnsshkB+C7gAAtoO+AhgEg0UIUI7T0PS9nbrqma0KS81+zWLkkEKgdUuguBCz8bcJz4aejn9OXScr2evXs28MixNm9tK6ZdNVaMVMJUbNYvSgUr3ZGb2f2wIE9NetZW9+01B941t20rfe08sA4rk7M2d2O9FJBST2zMaf5UySuYHXmYoNUvSKD/MApeS66tiQIvcxgJ6uq1ufAF8+G4AI2fgCNutrmJ2LrPue2f1di1SFVw8wh5YeZPf3Qq8Wid78JoJsfMtGLDEW8w2DyDIalm78zkYqaa/Yr5G1CIf5jT5YF5S+ul918N7pRXFzztJDJw5UmI6L5gFctnDHq5dVV5XXmCum41Mrrr2Yvn6dZYeZG6WAXq0refObKLLxLUwsYcZ46xt6vFYU+IHIi2hQQCFCRvqBwJ4TYBSQIA+ACHkOSJDHGHVRF9EN6ZX38uI3+CDwaL8MPqtZPy7NZ8Way6xGPyy5c6cE/6Oz5QcjN5Y0/tLZ9iOdX3iJQWAainIPHvznfz29D84f4uM5csuW18/3zuWx/zfx8hzgPvjQrntF77EHwj7sX8pXlPxA2Fy9Gl6+cWNmXJoS/BJ7IHi1Ied6QSGxof+FdfFFULiBeKE/fh04uIu9tI74ffxGNrQ/hn4jHj1QBkySQZ/CQp9BgBfmL1mS/9tlJ49xCZtiWna+GBPcBBlRir7cPfo27Yb8Pgvg1znu7Ev8eJfTo8LTFS3mU2o+ZZYaA1onh9Jf3oZy6NYGtjVPOdea1Ppg99TSCd31QBia98fUKg8E9E8y2ZOtfC/JBprMuVVdcuWebZMPdIdmB9xJ/cFMHZz1g95dB9b+NM8P03xP7ic/VHLcKy4UGF/JD/epfVj/jdSSCpd7OaET2C26RsAKAAlQThAV+kBZZaVQ7vXRRH5dOpSmX7ZirRKc5XrVyuiDbbW6cJKMlNU2+iTQJOxYGDwOx8KwFnbdnujFDfgY9png/bjP1Ntw3qwPnRTIJ+a8PkrmI61AXv5yIet55dxZH05inyjLD4+F/cQlj/FFlqD4MM0KnQ3YnMg/zk8LR/XMx46MIA0gLCAyvi0U3c7lz9AT5ExS0QMjC8D4dkaS23Uxz5Og9q8M49QUsVYKiMSNHpyjAGRp2pfnfd5HEzpfNLdn+T9OeslZaWj5vuigkN4QPGONZ+ewzlg3gx+o+mOA8TBFHIHvgiFURHtRlUFEpW3fz2+snQp8nYs9rsE0jqJtETPOBsMdWP7iiaN4IYsojBZyhu+ME0WFuUBWmC9DqBr29k6d1+9BzaU093Z3tLU211XfeT5u5+O5DcZ46Ohzet3IfTCSEUUbMrCxxFbmCPDjwC+SJbbZuOhBnKBCEYMafUgYRgWiKA6b6uuqq+687rfdNqKIUwiFLs+3NLiG8/aGopoARUwDHs54rohBxWjRQkB6LUQogNB6fdJP2uSouX3L33wnRN4tZK027A1iyS+HF/ne410IieIwKu7xtkuuTGzW2ce7EZPVOFvchsTH3rvT2CpJIBjh8TaomgJGTWttbZpe3rVNUXBOpFiobahtqK9La9Ka6qqKy+67/84nzbbdFnVRVyXPeZ6lxIglsRPabco2wWC25MqOpSCAwD+ppc3t8yR3++MgMiWAv/z/1GpD50p9GjCTNpsAjYeA6Q4AuW5gcwcIEZHhETPvQgMHxTdIknqtMuYZjBhk6G/ODqDcoJ4V4PvRYih3K0/5wnW1IwsB12XF545sCKhFa2mVHRG9skfAEznkLBNnj9jGpzGIzQDTfMWThXLJyUqZHOIGWc5zyy13ZMdOaeMet4zIIf2yskfECXnv/9Izak4nX2KcfIlEvVVApDfnK5eLlNPoWkh9fb6W0hrqufOcyxcu9Xe6FbLqyvrEldXV8TPg3nqs9oYk9bxjJ1kPjRoWWOQ5lpligklWSThFDadJuMIlLlNBwjDPTlggOP0U8wwxS8IQa6wyieQrgqeCjxOfB3xM8tll8hcYYYE5FO8W0QnWxA6HWMZ03ZvZzxh/9xRq8gmXucAlAmxwzxO5hxD+Ub2jK6wbfkVIq4xnjrOs0Y4S6hOZCYtoPn3gI8h9ARC+GqOVXKx6ZFtYSSeAEJGZ4xuJFSee+FSckRB3zqJAF2bM6CDiyxTe82+vTh31zwVN8S/+u4OwF0w8/sWkM68ALT/nD91ZPxB5d/D7chiav/gD3IFIiDPNkh+FKkHMXkZjr/qX+nuEDIHvID2wofYHx/B6V+H76esFglE6UeGXwauI3QdHeilK7WB56h/FKvGZn8vmKOw7P1BqAQ==) format('woff2'),
       url(/static/trigife_org/fonts/fontello.woff) format('woff'),
       url(/static/trigife_org/fonts/fontello.ttf) format('truetype'),
       url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTkgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9udGVsbG8iIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvbnRlbGxvIiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJibG9jayIgdW5pY29kZT0iJiN4ZTgwMDsiIGQ9Ik0wIDM0OXEwIDE4OCAxMzQgMzIydDMyMiAxMzQgMzIxLTEzNCAxMzMtMzIyLTEzMy0zMjEtMzIxLTEzMy0zMjIgMTMzLTEzNCAzMjF6IG0xMTUgMjdxLTktMTI2IDYzLTIyNWw0NzYgNDc2cS05OSA3My0yMjUgNjN0LTIxNS05OS05OS0yMTV6IG0xNDMtMzA1cTk5LTczIDIyNC02M3QyMTUgMTAwIDEwMCAyMTUtNjMgMjI0eiIgaG9yaXotYWR2LXg9IjkxMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJvayIgdW5pY29kZT0iJiN4ZTgwMTsiIGQ9Ik05MzMgNTM0cTAtMjItMTYtMzhsLTQwNC00MDQtNzYtNzZxLTE2LTE1LTM4LTE1dC0zOCAxNWwtNzYgNzYtMjAyIDIwMnEtMTUgMTYtMTUgMzh0MTUgMzhsNzYgNzZxMTYgMTYgMzggMTZ0MzgtMTZsMTY0LTE2NSAzNjYgMzY3cTE2IDE2IDM4IDE2dDM4LTE2bDc2LTc2cTE2LTE1IDE2LTM4eiIgaG9yaXotYWR2LXg9IjEwMDAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0iZG9jIiB1bmljb2RlPSImI3hlODAyOyIgZD0iTTgxOSA2MzhxMTYtMTYgMjctNDJ0MTEtNTB2LTY0MnEwLTIzLTE1LTM4dC0zOC0xNmgtNzUwcS0yMyAwLTM4IDE2dC0xNiAzOHY4OTJxMCAyMyAxNiAzOHQzOCAxNmg1MDBxMjIgMCA0OS0xMXQ0Mi0yN3ogbS0yNDggMTM2di0yMTBoMjEwcS01IDE3LTEyIDIzbC0xNzUgMTc1cS02IDctMjMgMTJ6IG0yMTUtODUzdjU3MmgtMjMycS0yMyAwLTM4IDE2dC0xNiAzN3YyMzNoLTQyOXYtODU4aDcxNXoiIGhvcml6LWFkdi14PSI4NTcuMSIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJoZWxwLWNpcmNsZWQiIHVuaWNvZGU9IiYjeGU4MDM7IiBkPSJNMCAzNTBxMCA5NSAzNyAxODJ0MTAwIDE0OSAxNDkgMTAwIDE4MyAzN3E5NSAwIDE4Mi0zN3QxNDktMTAwIDEwMC0xNDkgMzctMTgycTAtOTUtMzctMTgydC0xMDAtMTUwLTE0OS0xMDAtMTgyLTM3cS05NiAwLTE4MyAzN3QtMTQ5IDEwMC0xMDAgMTUwLTM3IDE4MnogbTExNyAwcTAtNzEgMjgtMTM3dDc1LTExMiAxMTItNzUgMTM3LTI4IDEzNiAyOCAxMTIgNzUgNzUgMTEyIDI4IDEzN3EwIDk1LTQ3IDE3NnQtMTI4IDEyOC0xNzYgNDctMTc3LTQ3LTEyOC0xMjgtNDctMTc2eiBtMjE2IDE3NmwzMS0xMDFxNDUgMjkgOTMgMjkgNDkgMCA0OS0yMyAwLTQtMi04dC0zLTUtNi01LTctNS04LTRsLTgtNC00MC0yMXEtMjItMTItMjgtMjV0LTYtMzd2LTM3aDExN3YxNnEwIDcgMCAxMHQzIDYgNiA1cTEgMSAxMSA1dDE3IDggMTkgMTEgMTggMTNxMTkgMTcgMjkgMzd0MTEgNTVxMCA0OS00MiA4M3QtMTA2IDM0cS04MyAwLTE0OC0zN3ogbTQ4LTMzNHEwLTMyIDIxLTQ5dDU1LTE3cTMzIDAgNTQgMTd0MjAgNDktMjAgNDktNTQgMThxLTM1IDAtNTUtMTh0LTIxLTQ5eiIgaG9yaXotYWR2LXg9IjkzNy41IiAvPgoKPGdseXBoIGdseXBoLW5hbWU9InNpdGVtYXAiIHVuaWNvZGU9IiYjeGYwZTg7IiBkPSJNMTAwMCAxNTR2LTE3OXEwLTIyLTE2LTM4dC0zOC0xNmgtMTc4cS0yMiAwLTM4IDE2dC0xNiAzOHYxNzlxMCAyMiAxNiAzOHQzOCAxNWg1M3YxMDdoLTI4NXYtMTA3aDUzcTIzIDAgMzgtMTV0MTYtMzh2LTE3OXEwLTIyLTE2LTM4dC0zOC0xNmgtMTc4cS0yMyAwLTM4IDE2dC0xNiAzOHYxNzlxMCAyMiAxNiAzOHQzOCAxNWg1M3YxMDdoLTI4NXYtMTA3aDUzcTIzIDAgMzgtMTV0MTYtMzh2LTE3OXEwLTIyLTE2LTM4dC0zOC0xNmgtMTc4cS0yMyAwLTM4IDE2dC0xNiAzOHYxNzlxMCAyMiAxNiAzOHQzOCAxNWg1M3YxMDdxMCAyOSAyMSA1MXQ1MSAyMWgyODV2MTA3aC01M3EtMjMgMC0zOCAxNnQtMTYgMzd2MTc5cTAgMjIgMTYgMzh0MzggMTZoMTc4cTIzIDAgMzgtMTZ0MTYtMzh2LTE3OXEwLTIyLTE2LTM3dC0zOC0xNmgtNTN2LTEwN2gyODVxMjkgMCA1MS0yMXQyMS01MXYtMTA3aDUzcTIzIDAgMzgtMTV0MTYtMzh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJzcGlubmVyIiB1bmljb2RlPSImI3hmMTEwOyIgZD0iTTI5NCA3MnEwLTI5LTIxLTUwdC01MS0yMXEtMjkgMC01MCAyMXQtMjEgNTBxMCAzMCAyMSA1MXQ1MCAyMSA1MS0yMSAyMS01MXogbTI3Ny0xMTVxMC0yOS0yMC01MHQtNTEtMjEtNTAgMjEtMjEgNTAgMjEgNTEgNTAgMjEgNTEtMjEgMjAtNTF6IG0tMzkyIDM5M3EwLTMwLTIxLTUwdC01MS0yMS01MCAyMS0yMSA1MCAyMSA1MSA1MCAyMCA1MS0yMCAyMS01MXogbTY3MC0yNzhxMC0yOS0yMS01MHQtNTAtMjFxLTMwIDAtNTEgMjF0LTIwIDUwIDIwIDUxIDUxIDIxIDUwLTIxIDIxLTUxeiBtLTUzOCA1NTZxMC0zNy0yNi02M3QtNjMtMjYtNjMgMjYtMjYgNjMgMjYgNjMgNjMgMjYgNjMtMjYgMjYtNjN6IG02NTMtMjc4cTAtMzAtMjEtNTB0LTUwLTIxLTUxIDIxLTIxIDUwIDIxIDUxIDUxIDIwIDUwLTIwIDIxLTUxeiBtLTM1NyAzOTNxMC00NS0zMS03NnQtNzYtMzEtNzYgMzEtMzEgNzYgMzEgNzYgNzYgMzEgNzYtMzEgMzEtNzZ6IG0yOTYtMTE1cTAtNTItMzctODh0LTg4LTM3cS01MiAwLTg4IDM3dC0zNyA4OHEwIDUxIDM3IDg4dDg4IDM3cTUxIDAgODgtMzd0MzctODh6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJpbmZvIiB1bmljb2RlPSImI3hmMTI5OyIgZD0iTTM1NyAxMDB2LTcxcTAtMTUtMTAtMjV0LTI2LTExaC0yODVxLTE1IDAtMjUgMTF0LTExIDI1djcxcTAgMTUgMTEgMjV0MjUgMTFoMzV2MjE0aC0zNXEtMTUgMC0yNSAxMXQtMTEgMjV2NzFxMCAxNSAxMSAyNXQyNSAxMWgyMTRxMTUgMCAyNS0xMXQxMS0yNXYtMzIxaDM1cTE1IDAgMjYtMTF0MTAtMjV6IG0tNzEgNjQzdi0xMDdxMC0xNS0xMS0yNXQtMjUtMTFoLTE0M3EtMTQgMC0yNSAxMXQtMTEgMjV2MTA3cTAgMTQgMTEgMjV0MjUgMTFoMTQzcTE1IDAgMjUtMTF0MTEtMjV6IiBob3Jpei1hZHYteD0iMzU3LjEiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ic2xpZGVycyIgdW5pY29kZT0iJiN4ZjFkZTsiIGQ9Ik0xOTYgNjR2LTcxaC0xOTZ2NzFoMTk2eiBtMTk3IDcycTE0IDAgMjUtMTF0MTEtMjV2LTE0M3EwLTE0LTExLTI1dC0yNS0xMWgtMTQzcS0xNCAwLTI1IDExdC0xMSAyNXYxNDNxMCAxNSAxMSAyNXQyNSAxMWgxNDN6IG04OSAyMTR2LTcxaC00ODJ2NzFoNDgyeiBtLTM1NyAyODZ2LTcyaC0xMjV2NzJoMTI1eiBtNzMyLTU3MnYtNzFoLTQxMXY3MWg0MTF6IG0tNTM2IDY0M3ExNSAwIDI2LTEwdDEwLTI2di0xNDJxMC0xNS0xMC0yNXQtMjYtMTFoLTE0MnEtMTUgMC0yNSAxMXQtMTEgMjV2MTQycTAgMTUgMTEgMjZ0MjUgMTBoMTQyeiBtMzU4LTI4NnExNCAwIDI1LTEwdDEwLTI1di0xNDNxMC0xNS0xMC0yNXQtMjUtMTFoLTE0M3EtMTUgMC0yNSAxMXQtMTEgMjV2MTQzcTAgMTQgMTEgMjV0MjUgMTBoMTQzeiBtMTc4LTcxdi03MWgtMTI1djcxaDEyNXogbTAgMjg2di03MmgtNDgydjcyaDQ4MnoiIGhvcml6LWFkdi14PSI4NTcuMSIgLz4KPC9mb250Pgo8L2RlZnM+Cjwvc3ZnPg==#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62676158#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-block:before { content: '\E800'; } /* '' */
.icon-ok:before { content: '\E801'; } /* '' */
.icon-doc:before { content: '\E802'; } /* '' */
.icon-help-circled:before { content: '\E803'; } /* '' */
.icon-sitemap:before { content: '\F0E8'; } /* '' */
.icon-spinner:before { content: '\F110'; } /* '' */
.icon-info:before { content: '\F129'; } /* '' */
.icon-sliders:before { content: '\F1DE'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@charset "UTF-8";
/* latin 400 normal */
@font-face {
  font-family: 'Segoe UI';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local("Segoe UI"), local("SegoeUI"), url("/static/trigife/fonts/main/SegoeUI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin 600 normal */
@font-face {
  font-family: 'Segoe UI';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("/static/trigife/fonts/main/SegoeUI-SemiBold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin 700 normal */
@font-face {
  font-family: 'Segoe UI';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("/static/trigife/fonts/main/SegoeUI-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* font-sizes in REM when BODY font-size - 18px*/
/*-----------*/
/*  CLEAR BOOTSTRAP DEFAULT STYLES
----------------------------------*/
.panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none; }

.radio label, .checkbox label {
  padding-left: 0; }

.breadcrumb > li + li:before {
  content: '/';
  color: #ffbc2b; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none; }

.alert-dismissable,
.alert-dismissible {
  margin: 15px 0; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: inherit;
  background: none;
  border: none;
  font-size: 2em; }

.alert-danger {
  background-color: #fff;
  border-color: #ebccd1;
  color: #ff5151;
  border-left: 3px solid; }
  .alert-danger li {
    color: #000; }

/* =BOOTSTRAP FIXES */
.container-fluid {
  max-width: 1290px; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters {
  padding-right: 0;
  padding-left: 0; }

.no-gutters-xs {
  padding-right: 0;
  padding-left: 0; }

.no-margin {
  margin: 0; }

.align-center {
  float: none;
  margin: 0 auto; }

.cf::before,
.cf::after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */ }

.cf::after {
  clear: both; }

/* COMMON ICONS */
.icon {
  font-size: 1.375rem; }

.arrow-left--green {
  min-width: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%236a82fb' d='M7.17 1.38c.16.16.16.48 0 .63L1.66 7.53l5.51 5.51c.16.16.16.48 0 .63-.15.16-.47.16-.63 0L.71 7.85a.44.44 0 0 1-.12-.32.43.43 0 0 1 .12-.31l5.83-5.84a.47.47 0 0 1 .32-.11.44.44 0 0 1 .31.11z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 8px 15px; }

.arrow-right--green {
  min-width: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%236a82fb' d='M.713 13.676c-.16-.16-.16-.475 0-.63l5.513-5.518L.713 2.016c-.16-.16-.16-.475 0-.63.155-.16.47-.16.63 0l5.826 5.827c.082.08.121.2.121.317a.43.43 0 0 1-.121.313l-5.825 5.833a.465.465 0 0 1-.318.116.442.442 0 0 1-.313-.116z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 8px 15px; }

/*.plus-symbol {
    background: url('../images/new-design/plus-symbol.svg') no-repeat center center;
}

.minus-symbol {
    background: url('../images/new-design/minus-symbol.svg') no-repeat center center;
}*/
/* CIRCLED SYMBOLS */
.circled-symbol {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  line-height: 18px;
  font-weight: 700;
  font-size: 1rem;
  font-style: normal;
  color: #707070;
  text-align: center;
  border: 2px solid #707070;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  -webkit-transition: color .3s ease-out, background-color .3s ease-out;
  transition: color .3s ease-out, background-color .3s ease-out; }
  .circled-symbol:hover {
    color: #FFF;
    background-color: #707070; }

/* PRODUCT PROPERTY ICONS */
.item__property {
  line-height: 25px;
  font-size: 0.875rem;
  margin-bottom: 10px; }
  .item__property i, .item__property .value {
    display: inline-block; }
  .item__property i {
    float: left;
    width: 25px;
    height: 25px; }
  .item__property .value {
    padding-left: 15px; }

.property-brand {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M60.5 113.5c-28.9 0-52.3-23.7-52.3-52.8 0-29.4 23.5-53.3 52.3-53.3s52.3 23.9 52.3 53.3c0 29.2-23.4 52.8-52.3 52.8zm0-101.7c-26.5 0-48 22-48 49 0 26.7 21.5 48.4 48 48.4s48-21.7 48-48.4c0-27.5-21.1-49-48-49z'/%3E%3Cpath fill='%2375B72B' d='M47 84.7c-1.2 0-2.2-1-2.2-2.2V39c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v43.5c0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M74 84.7c-.7 0-1.5-.4-1.9-1.1L59.8 62.9H47c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h14c.8 0 1.5.4 1.9 1.1l12.9 21.8c.6 1 .3 2.4-.8 3-.3.2-.6.3-1 .3zM61 41.2H47c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h14c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M61 62.9v-4.3c4.7 0 8.6-3.9 8.6-8.7s-3.9-8.7-8.6-8.7v-4.3c7.1 0 13 5.9 13 13.1s-5.8 12.9-13 12.9z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-autoflowering {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M60.5 113.5c-28.9 0-52.3-23.7-52.3-52.8 0-4 .6-8.4 1.1-12.3 5.8-23.9 27.3-41 51.2-41 28.9 0 52.3 23.9 52.3 53.3 0 29.2-23.4 52.8-52.3 52.8zm0-101.7c-22 0-41.7 15.8-47 37.5-.5 3.5-1 7.8-1 11.5 0 26.7 21.5 48.4 48 48.4s48-21.7 48-48.4c0-27-21.5-49-48-49z'/%3E%3Cpath fill='%2375B72B' d='M60.5 62.9c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l19.4-19.6c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1L62 62.3c-.4.4-.9.6-1.5.6z'/%3E%3Cpath fill='%2375B72B' d='M60.5 62.9c-.6 0-1.1-.2-1.5-.6l-13-13c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l13 13.1c.8.9.8 2.2 0 3.1-.5.3-1 .5-1.6.5zM19 62.9h-3.2c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2H19c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM60.5 107.6c-1.2 0-2.2-1-2.2-2.2v-3.3c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v3.3c0 1.2-1 2.2-2.2 2.2zM60.5 21.1c-1.2 0-2.2-1-2.2-2.2v-3.3c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v3.3c0 1.2-1 2.2-2.2 2.2zM105.3 62.9h-3.8c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2z'/%3E%3Cpath fill='none' d='M99.3 37.9h-.5M99.3 83.1h-.5'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-feminised {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M60.5 82.8C40 82.8 23.3 66 23.3 45.3S40 7.7 60.5 7.7s37.2 16.8 37.2 37.5C97.7 66 81 82.8 60.5 82.8zm0-70.7c-18.1 0-32.9 14.9-32.9 33.2s14.8 33.2 32.9 33.2c18.1 0 32.9-14.9 32.9-33.2S78.6 12.1 60.5 12.1zM60.5 113.3c-1.2 0-2.2-1-2.2-2.2V85c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v26.1c0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M73.4 100.2H47.6c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h25.9c1.2 0 2.2 1 2.2 2.2s-1.1 2.2-2.3 2.2z'/%3E%3C/svg%3E") no-repeat 0 0; }

.mix {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M54.6 18.1c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l5.9-6c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-5.9 6c-.5.4-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M65.9 18.1c-.6 0-1.2-.2-1.6-.7l-5.4-6c-.8-.9-.7-2.3.2-3.1.9-.8 2.3-.7 3.1.2l5.4 6c.8.9.7 2.3-.2 3.1-.5.3-1 .5-1.5.5zM71.8 19.2c-.8 0-1.6-.5-2-1.3-.5-1.1 0-2.4 1.1-2.9l7.5-3.3a2.2 2.2 0 0 1 1.8 4L72.7 19c-.3.1-.6.2-.9.2z'/%3E%3Cpath fill='%2375B72B' d='M82.6 23.5c-.8 0-1.7-.5-2-1.3l-3.2-7.6a2.2 2.2 0 0 1 4-1.8l3.2 7.6c.5 1.1 0 2.4-1.1 2.9-.3.2-.6.2-.9.2zM87.5 27.3c-1.1 0-2.1-.9-2.2-2-.1-1.2.8-2.2 2-2.3l8.6-.5c1.2 0 2.2.8 2.3 2 .1 1.2-.8 2.2-2 2.3l-8.6.5h-.1z'/%3E%3Cpath fill='%2375B72B' d='M95.6 35.5h-.1c-1.2-.1-2.1-1.1-2-2.3l.5-8.7c.1-1.2 1.3-2 2.3-2 1.2.1 2.1 1.1 2 2.3l-.5 8.7c-.1 1.1-1.1 2-2.2 2zM106.9 43.1c-.2 0-.5 0-.7-.1l-8.1-2.7c-1.1-.4-1.7-1.6-1.4-2.8.4-1.1 1.6-1.7 2.8-1.4l8.1 2.7c1.1.4 1.7 1.6 1.4 2.8-.4.9-1.2 1.5-2.1 1.5z'/%3E%3Cpath fill='%2375B72B' d='M103.1 50.7c-.3 0-.7-.1-1-.2-1.1-.5-1.5-1.8-1-2.9l3.8-7.6c.5-1.1 1.9-1.5 2.9-1 1.1.5 1.5 1.8 1 2.9l-3.8 7.6c-.3.8-1.1 1.2-1.9 1.2zM110.7 62.7c-.6 0-1.1-.2-1.5-.6l-5.9-6c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l5.9 6c.8.9.8 2.2 0 3.1-.5.4-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M104.7 68.7c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l5.9-6c.9-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-5.9 6c-.5.4-1 .6-1.6.6zM106.9 82.3c-.8 0-1.6-.5-2-1.3l-3.8-8.2a2.2 2.2 0 0 1 4-1.8l3.8 8.2c.5 1.1 0 2.4-1.1 2.9-.3.1-.6.2-.9.2z'/%3E%3Cpath fill='%2375B72B' d='M98.8 85a2.2 2.2 0 0 1-.7-4.3l8.1-2.7c1.1-.4 2.4.2 2.8 1.4.4 1.1-.2 2.4-1.4 2.8l-8.1 2.7c-.2 0-.5.1-.7.1zM96.1 98.6c-1.1 0-2.1-.9-2.2-2l-.5-8.7c-.1-1.2.8-2.2 2-2.3 1 0 2.2.8 2.3 2l.5 8.7c.1 1.2-.8 2.2-2 2.3h-.1z'/%3E%3Cpath fill='%2375B72B' d='M96.1 98.6H96l-8.7-.6c-1.2-.1-2.1-1.1-2-2.3.1-1.2 1.1-2.1 2.3-2l8.6.5c1.2.1 2.1 1.1 2 2.3 0 1.2-1 2.1-2.1 2.1zM79.4 109.5c-.3 0-.5 0-.8-.1a2.1 2.1 0 0 1-1.2-2.8l3.2-8.2c.5-1.1 1.7-1.7 2.8-1.2 1.1.4 1.7 1.7 1.2 2.8l-3.2 8.2c-.3.7-1.2 1.3-2 1.3z'/%3E%3Cpath fill='%2375B72B' d='M79.4 109.5c-.3 0-.6-.1-.9-.2L71 106c-1.1-.5-1.6-1.8-1.1-2.9.5-1.1 1.8-1.6 2.9-1.1l7.5 3.3c1.1.5 1.6 1.8 1.1 2.9-.4.8-1.2 1.3-2 1.3zM60.5 113.3c-.5 0-1-.2-1.5-.6-.9-.8-1-2.2-.2-3.1l5.4-6c.8-.9 2.2-1 3.1-.2.9.8 1 2.2.2 3.1l-5.4 6c-.4.5-1 .8-1.6.8z'/%3E%3Cpath fill='%2375B72B' d='M60.5 113.3c-.6 0-1.1-.2-1.5-.6l-5.9-6c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l5.9 6c.8.9.8 2.2 0 3.1-.5.4-1 .6-1.6.6zM41.1 109.5c-.8 0-1.6-.5-2-1.3-.5-1.1 0-2.4 1.1-2.9l7.5-3.3a2.2 2.2 0 0 1 1.8 4l-7.5 3.3c-.3.1-.6.2-.9.2z'/%3E%3Cpath fill='%2375B72B' d='M41.1 109.5c-.9 0-1.8-.6-2.1-1.5l-2.7-8.2c-.4-1.1.2-2.4 1.4-2.8 1.2-.4 2.4.2 2.8 1.4l2.7 8.2c.4 1.1-.2 2.4-1.4 2.8-.3 0-.5.1-.7.1zM24.9 98.6c-1.1 0-2.1-.9-2.2-2-.1-1.2.8-2.2 2-2.3l8.6-.5c1.2-.1 2.2.8 2.3 2 .1 1.2-.8 2.2-2 2.3l-8.6.5h-.1z'/%3E%3Cpath fill='%2375B72B' d='M24.9 98.6c-1.2 0-2.2-1-2.2-2.2v-8.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v8.7c0 1.2-1 2.2-2.2 2.2zM21.7 85c-.2 0-.5 0-.7-.1l-7.6-2.7c-1.1-.4-1.7-1.7-1.3-2.8.4-1.1 1.6-1.8 2.8-1.3l7.6 2.7c1.1.4 1.7 1.7 1.3 2.8-.4.8-1.2 1.4-2.1 1.4z'/%3E%3Cpath fill='%2375B72B' d='M14.1 82.3c-.3 0-.5 0-.8-.1a2.1 2.1 0 0 1-1.2-2.8l3.2-8.2c.5-1.1 1.7-1.6 2.8-1.2 1.1.4 1.7 1.7 1.2 2.8L16.1 81c-.3.7-1.1 1.3-2 1.3zM16.3 68.7c-.6 0-1.1-.2-1.5-.6l-5.9-6c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l5.9 6c.8.9.8 2.2 0 3.1-.5.4-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M10.3 62.7c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l5.9-6c.9-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-5.9 6c-.4.4-1 .6-1.6.6zM17.3 51.3c-.9 0-1.7-.5-2-1.4l-3.2-8.2c-.4-1.1.1-2.4 1.2-2.8 1.1-.4 2.4.1 2.8 1.2l3.2 8.2c.4 1.1-.1 2.4-1.2 2.8-.2.1-.5.2-.8.2z'/%3E%3Cpath fill='%2375B72B' d='M14.1 43.1c-.9 0-1.7-.5-2-1.4-.4-1.1.2-2.4 1.3-2.8l7.6-2.7c1.1-.5 2.4.2 2.8 1.3.4 1.1-.2 2.4-1.3 2.8L14.8 43c-.2.1-.5.1-.7.1zM24.9 35.5c-1.2 0-2.2-1-2.2-2.2v-8.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v8.7c0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M33.5 27.3h-.1l-8.6-.5c-1.2-.1-2.1-1.1-2-2.3.1-1.2 1.1-2 2.3-2l8.6.5c1.2.1 2.1 1.1 2 2.3-.1 1.1-1 2-2.2 2zM38.4 24.1c-.2 0-.5 0-.7-.1-1.1-.4-1.8-1.6-1.4-2.8L39 13c.4-1.1 1.6-1.7 2.8-1.4 1.1.4 1.8 1.6 1.4 2.8l-2.7 8.2c-.4.9-1.2 1.5-2.1 1.5z'/%3E%3Cpath fill='%2375B72B' d='M48.6 19.2c-.3 0-.6-.1-.9-.2l-7.5-3.3c-1.1-.5-1.6-1.8-1.1-2.9.5-1.1 1.8-1.6 2.9-1.1l7.5 3.3c1.1.5 1.6 1.8 1.1 2.9-.3.8-1.1 1.3-2 1.3zM31.4 74.1h-.2c-1.2-.1-2.1-1.2-2-2.4l2.2-22.8c.1-1 .9-1.8 1.8-2 1.1-.1 2 .4 2.3 1.3l6.2 14.9 6.6-14.9c.4-.9 1.4-1.5 2.4-1.3 1 .2 1.7 1 1.8 2L54 71.8c.1 1.2-.8 2.2-2 2.3h-.2c-1.1 0-2.1-.9-2.2-2l-1-14.1-5.1 11.5c-.3.8-1.1 1.3-2 1.3-1.1 0-1.7-.5-2-1.3L34.9 58l-1.3 14.1c-.2 1.2-1.1 2-2.2 2zM63.7 74.1c-1.2 0-2.2-1-2.2-2.2V49.1c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v22.8c0 1.2-1 2.2-2.2 2.2zM89.1 74.1a2 2 0 0 1-1.8-1L72.2 50.3c-.7-1-.4-2.4.6-3 1-.7 2.3-.4 3 .6l15.1 22.8c.7 1 .4 2.4-.6 3-.4.3-.8.4-1.2.4z'/%3E%3Cpath fill='%2375B72B' d='M74 74.1c-.4 0-.8-.1-1.2-.4-1-.7-1.3-2-.6-3l15.1-22.8c.7-1 2-1.3 3-.6 1 .7 1.3 2 .6 3L75.8 73.1a2 2 0 0 1-1.8 1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-height {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M42.7 113.5H18.4c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h24.3c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM30.3 102.7H18.4c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM30.3 90.1H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM42.7 79.8H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h24.3c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM42.7 46.1H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h24.3c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM12.5 113.5c-1.2 0-2.2-1-2.2-2.2V9.6c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v101.7c0 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M42.7 46.1H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h24.3c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM42.7 11.8H18.4c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h24.3c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM30.3 68.9H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM30.3 56.4H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM30.3 35.2H18.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM30.3 22.7H18.4c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM99.9 113.5H53.5c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h46.4c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM78.8 107.6h-.3c-1.2-.2-2-1.2-1.9-2.4.3-2.6.3-5.2 0-7.8-6.1 1.6-11.5 1-16-1.9-8.4-5.2-13.9-18.1-16.3-38.2-.1-.7.2-1.4.7-1.9.5-.5 1.2-.7 1.9-.5C68.7 59.7 81 66.6 84.5 75.8c2.2 5.7.9 12.1-3.8 19.1.7 3.6.8 7.2.3 10.8-.1 1.1-1.1 1.9-2.2 1.9zM49 59.8c2.4 16.9 7.1 27.6 13.9 31.9 3.6 2.3 7.8 2.7 12.9 1.3-1-3.5-2.5-7-4.7-10.4-.7-1-.4-2.4.7-3 1-.6 2.4-.4 3 .7 1.8 2.9 3.3 5.8 4.4 8.8 2.2-4.4 2.7-8.3 1.4-11.7-2.9-7.3-13.5-13.2-31.6-17.6z'/%3E%3Cpath fill='%2375B72B' d='M89.7 101.9c-4 0-8.3-1.9-12.8-5.8-.6-.5-.9-1.2-.8-2 .1-.7.6-1.4 1.3-1.7 3.3-1.4 6.3-3.4 9.7-6.2.9-.8 2.3-.7 3.1.3.8.9.7 2.3-.3 3.1-2.6 2.2-5 3.9-7.6 5.3 3.6 2.4 6.8 3.2 9.6 2.3 5.2-1.6 9.8-9.1 13.6-22.3-6.1.3-12.9 1.7-20.7 4.2-1.2.4-2.4-.3-2.7-1.4-.4-1.1.3-2.4 1.4-2.7 9.5-3 17.6-4.4 24.9-4.5h.4c.2 0 .4.1.6.2.3.1.6.4.8.6.2.3.3.6.4.9 0 .2.1.5 0 .7 0 .1 0 .2-.1.4-4.5 16.6-10.1 25.8-17.3 28.1-1.1.4-2.3.5-3.5.5z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-harvest {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M75.9 113.3H45.7c-.9 0-1.6-.5-2-1.3-.3-.8-.2-1.7.4-2.4l14.5-15.7V49.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v44.3l14.5 15.7c.6.6.7 1.6.4 2.4-.4.8-1.2 1.3-2 1.3zm-15.1-4.4h10.1L60.8 98l-10.1 10.9h10.1zM104.5 35.5H69.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h35.1c1.2 0 2.2 1 2.2 2.2-.1 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M110.4 66.5H80.2c-.8 0-1.4-.4-1.8-1-.4-.6-.4-1.4-.1-2.1l15.1-31c.1-.2.2-.3.3-.5.2-.2.4-.3.6-.4.3-.1.6-.2.9-.2.3 0 .5.1.7.1.3.1.6.3.8.6.1.1.2.3.3.5l15.1 31c.3.7.3 1.5-.1 2.1-.2.5-.8.9-1.6.9zm-15.1-4.4h11.6L95.3 38.3 83.7 62.1h11.6z'/%3E%3Cpath fill='%2375B72B' d='M95.3 81.7c-9.5 0-17.3-7.8-17.3-17.4 0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2 0 7.2 5.8 13.1 12.9 13.1 7.4 0 12.9-5.6 12.9-13.1 0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2 0 9.9-7.5 17.4-17.3 17.4zM60.8 26.8c-1.2 0-2.2-1-2.2-2.2V9.9c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v14.7c-.1 1.2-1 2.2-2.2 2.2zM51.6 35.5H16.5c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h35.1c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M40.8 66.5H10.6c-.8 0-1.4-.4-1.8-1-.4-.6-.4-1.4-.1-2.1l15.1-31c.1-.2.2-.3.3-.4.2-.2.5-.4.7-.5.3-.1.5-.2.9-.2.3 0 .5.1.8.2.2.1.4.2.6.4.2.2.4.4.5.7l15.1 31c.3.7.3 1.5-.1 2.1-.3.4-1 .8-1.8.8zm-15.1-4.4h11.6L25.7 38.3 14.1 62.1h11.6z'/%3E%3Cpath fill='%2375B72B' d='M25.7 81.7c-9.5 0-17.3-7.8-17.3-17.4 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2c0 7.2 5.8 13.1 12.9 13.1s12.9-5.9 12.9-13.1c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2 0 9.6-7.8 17.4-17.3 17.4zM60.8 44.2c-6.3 0-11.3-4.9-11.3-10.9s5.1-10.9 11.3-10.9c6.1 0 10.8 4.8 10.8 10.9s-4.8 10.9-10.8 10.9zm0-17.4c-3.8 0-7 3-7 6.5s3.2 6.5 7 6.5c3.7 0 6.5-2.8 6.5-6.5s-2.9-6.5-6.5-6.5z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-gender.regular {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M71.5 93.9c-9.2 0-18.4-3.5-25.5-10.4a37.18 37.18 0 0 1 0-51.4c.8-.9 2.2-.9 3.1-.1.9.8.9 2.2.1 3.1a32.83 32.83 0 0 0-.1 45.4 32.21 32.21 0 0 0 44.9-.1 32.83 32.83 0 0 0-.1-45.4c-8.5-8-21.2-11-32.2-7.5-1.2.4-2.4-.3-2.7-1.4-.4-1.2.3-2.4 1.4-2.7 12.5-4 26.9-.6 36.7 8.7a37.3 37.3 0 0 1 .1 51.5 37.25 37.25 0 0 1-25.7 10.3zM110.7 99.4c-.6 0-1.1-.2-1.5-.6L97.8 87.3c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l11.3 11.4c.8.9.8 2.2 0 3.1-.4.5-1 .7-1.5.7z'/%3E%3Cpath fill='%2375B72B' d='M99.3 99.4c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l11.3-11.4c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-11.3 11.4c-.4.4-1 .6-1.6.6zM49.6 93.7c-9.1 0-18.2-3.5-25.1-10.1-14.4-14.5-14.4-37.1 0-51.5 6.7-6.7 15.7-10.4 25.3-10.4 9.6 0 18.6 3.7 25.3 10.4a36.29 36.29 0 0 1 1.7 49.8c-.8.9-2.2 1-3.1.2-.9-.8-1-2.2-.2-3.1a32.07 32.07 0 0 0-1.6-43.9C66 29.2 58.2 26 49.7 25.9c-8.5 0-16.3 3.3-22.2 9.2-12.6 12.7-12.6 32.6 0 45.4 8.7 8.3 21.4 11.1 32.2 7.1 1.1-.4 2.4.2 2.8 1.3.4 1.1-.2 2.4-1.3 2.8-3.7 1.3-7.6 2-11.6 2zM10.3 99.4c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l11.3-11.4c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1L11.9 98.8c-.4.4-1 .6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M21.7 99.4H10.3c-1.2 0-2.2-1-2.2-2.2V85.8c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v9.3h9.2c1.2 0 2.2 1 2.2 2.2-.1 1.1-1 2.1-2.2 2.1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-tgk_range {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M36.8 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v33.7c-.1 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M47 45.8H26c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h21c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM58.9 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v33.7c0 1.3-1 2.2-2.2 2.2zM79.9 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v33.7c0 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M79.9 62.7h-21c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h21c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM103.6 79.5c-7.7 0-14-8.5-14-19s6.3-19 14-19c3.7 0 7.5 2.2 10.9 6.2.8.9.6 2.3-.3 3.1-.9.8-2.3.6-3.1-.3-2.5-3-5.1-4.6-7.5-4.6-5.2 0-9.7 6.7-9.7 14.7s4.4 14.7 9.7 14.7c3.7 0 6-2.7 7.3-4.9.6-1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3-2.6 4.4-6.5 6.9-11.1 6.9z'/%3E%3Cpath fill='%2375B72B' d='M51.9 113.3c-.4 0-.7-.1-1.1-.3-7.3-4.1-14.6-8.3-21.9-12.5C21.7 96.3 14.4 92 7.1 88c-.7-.4-1.1-1.1-1.1-1.9V34.9c0-.8.4-1.5 1.1-1.9 7.3-4.1 14.6-8.3 21.8-12.5 7.3-4.2 14.6-8.4 21.9-12.5.7-.4 1.5-.4 2.1 0 14.2 8 23 13.2 38.3 22.3 1 .6 1.4 2 .8 3-.6 1-2 1.4-3 .8-14.9-8.9-23.6-14-37.2-21.7C45 16.3 38 20.3 31.1 24.3c-6.9 4-13.8 8-20.8 11.9v48.6c6.9 3.9 13.8 7.9 20.8 11.9 6.9 4 13.8 8 20.8 11.9 6.7-3.8 12.3-7.1 17.9-10.5 6-3.6 12-7.1 19.3-11.3 1-.6 2.4-.2 3 .8.6 1 .2 2.4-.8 3-7.4 4.2-13.3 7.7-19.3 11.3-5.9 3.5-11.8 7.1-19.1 11.1-.3.2-.7.3-1 .3z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-flow_time {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M10.6 58.1c-.6 0-1.2-.2-1.6-.7-.8-.9-.8-2.3.1-3.1L59.3 8c.9-.8 2.2-.8 3.1.1.8.9.8 2.3-.1 3.1L12.1 57.5c-.4.4-1 .6-1.5.6z'/%3E%3Cpath fill='%2375B72B' d='M110.4 58.1c-.5 0-1.1-.2-1.5-.6L59.3 11.2c-.9-.8-.9-2.2-.1-3.1.8-.8 2.2-.9 3.1-.1l49.6 46.2c.9.8.9 2.2.1 3.1-.4.5-1 .8-1.6.8zM60.2 78.7c-4.9 0-8.7-4.1-8.7-9.2 0-5 3.6-8.7 8.7-8.7 5.2 0 9.2 3.8 9.2 8.7 0 5-4.2 9.2-9.2 9.2zm0-13.6c-2.6 0-4.3 1.8-4.3 4.4 0 2.4 1.6 4.9 4.3 4.9 2.6 0 4.8-2.3 4.8-4.9.1-2.7-2.4-4.4-4.8-4.4zM68.9 57c-.3 0-.7-.1-1-.2-1.1-.5-1.5-1.8-1-2.9.5-.9.9-2.2.9-2.8 0-4.2-3.4-7.6-7.5-7.6-3.8 0-7 3.5-7 7.6 0 .6.4 1.9.9 2.8.5 1.1.1 2.4-1 2.9s-2.4.1-2.9-1c-.6-1.2-1.3-3.2-1.3-4.8 0-6.5 5.2-12 11.3-12 6.6 0 11.9 5.4 11.9 12 0 1.6-.7 3.6-1.3 4.8-.5.7-1.2 1.2-2 1.2z'/%3E%3Cpath fill='%2375B72B' d='M77.5 71.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c.6 0 1.8-.4 2.8-.9 4.3-2.4 4.2-7 2.8-10.2-.9-1.4-2.6-2.6-4.6-3.1-1.8-.4-3.7-.1-5.2.8-.9.5-1.9 1.5-2.9 2.4-.8.9-2.2.9-3.1 0-.9-.8-.9-2.2 0-3.1 1.2-1.2 2.4-2.4 3.8-3.1 2.3-1.5 5.3-2 8.3-1.3 3.1.7 5.8 2.7 7.5 5.3 2.9 6.5 1 13-4.6 16.1-1.3.8-3.2 1.5-4.8 1.5z'/%3E%3Cpath fill='%2375B72B' d='M76.6 90.9c-2 0-4-.6-5.7-1.7-.7-.6-1-.9-1.3-1.1-.8-.7-1.7-1.4-2.6-2.8-.7-1-.4-2.4.6-3 1-.7 2.4-.4 3 .6.5.8 1.1 1.3 1.7 1.8.4.3.8.7 1.2 1.1 1.1.6 2.9.9 4.7.4 2-.5 3.7-1.9 4.8-3.8.9-1.8 1.1-4.1.4-6-.4-1.1-1.3-2.6-3.1-3.4-.2-.1-.5-.3-.7-.5-.4-.4-.7-.5-1.6-.7-.4-.1-.8-.2-1.3-.4-1.1-.4-1.8-1.6-1.4-2.8.4-1.2 1.6-1.8 2.8-1.4l1.1.3c1 .3 2.2.6 3.3 1.6 2.4 1.2 4.2 3.2 5.1 5.8 1.1 3 .8 6.6-.6 9.5-1.7 3-4.4 5.2-7.5 6-1 .4-1.9.5-2.9.5z'/%3E%3Cpath fill='%2375B72B' d='M60.2 99.9c-6.4 0-11.3-5-11.3-11.4 0-1.7.4-2.9.9-4.1l.3-.9c.4-1.1 1.6-1.8 2.7-1.4 1.1.4 1.8 1.6 1.4 2.7l-.3 1c-.4 1-.6 1.7-.6 2.7 0 4.4 3.6 7.1 7 7.1 4.4 0 7.5-3 7.5-7.1 0-.6-.4-1.9-.9-2.8-.5-1.1-.1-2.4 1-2.9s2.4-.1 2.9 1c.6 1.2 1.3 3.2 1.3 4.8 0 6.4-5.1 11.3-11.9 11.3z'/%3E%3Cpath fill='%2375B72B' d='M44.4 90.9c-.9 0-1.9-.1-2.8-.4-3.1-.8-5.9-3-7.5-5.9-1.5-3-1.7-6.6-.7-9.6.9-2.6 2.7-4.6 5.1-5.8 1-.9 2.2-1.2 3.1-1.4.3-.1.7-.2.9-.3 1.1-.5 2.4-.1 2.9 1s.1 2.4-1 2.9c-.5.3-1.1.4-1.7.6-.6.2-1.2.3-1.5.6-.2.2-.4.3-.7.5-1.9.8-2.7 2.3-3.1 3.4-.7 1.9-.5 4.2.4 6.1 1 1.8 2.7 3.2 4.7 3.7 1.8.5 3.6.2 5.1-.8.9-.5 1.9-1.5 2.9-2.4.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1-1.2 1.2-2.4 2.4-3.8 3.1a9.06 9.06 0 0 1-5.4 1.6z'/%3E%3Cpath fill='%2375B72B' d='M43.5 71.7c-2.1 0-3.5-.7-4.7-1.3-5.6-3.1-7.6-9.7-4.8-15.9 1.8-2.9 4.5-4.9 7.6-5.6 3-.7 6-.2 8.5 1.4 1.2.6 2.4 1.8 3.6 3 .8.9.8 2.2 0 3.1-.9.9-2.2.8-3.1 0-.9-.9-1.9-1.9-2.7-2.3-1.7-1-3.5-1.3-5.3-.9-2 .5-3.7 1.7-4.8 3.4-1.3 2.9-1.4 7.6 3 10 .9.5 1.6.8 2.7.8 1.2 0 2.2 1 2.2 2.2s-1 2.1-2.2 2.1z'/%3E%3Cpath fill='%2375B72B' d='M98.5 113.5h-76c-1.2 0-2.2-1-2.2-2.2V52.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v57.1h71.7V52.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v59.3a2.3 2.3 0 0 1-2.3 2.1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-time_to_flow {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M60.5 59.4c-11 0-20-11.7-20-26.1 0-14.1 9-25.6 20-25.6 10.9 0 19.4 11.2 19.4 25.6 0 14.7-8.5 26.1-19.4 26.1zm0-47.3c-8.6 0-15.6 9.5-15.6 21.2 0 11.8 7.2 21.8 15.6 21.8 8.3 0 15.1-9.8 15.1-21.8 0-11.9-6.6-21.2-15.1-21.2z'/%3E%3Cpath fill='%2375B72B' d='M58.9 40.9c-.9 0-1.8-.6-2.1-1.5-1.9-5.7-2.8-10.7-2.8-15.3.5-4.9 2.3-9 4.3-13.3l.8-1.8c.5-1.1 1.8-1.6 2.9-1.1 1.1.5 1.6 1.8 1.1 2.9l-.8 1.7c-1.9 4.2-3.5 7.8-3.9 11.8 0 3.9.9 8.5 2.6 13.8.4 1.1-.2 2.4-1.4 2.8h-.7zM93.4 106.7c-.4 0-.8-.1-1.2-.3l-48-31c-1-.7-1.3-2-.7-3 .7-1 2-1.3 3-.7l48 31c1 .7 1.3 2 .7 3a2 2 0 0 1-1.8 1z'/%3E%3Cpath fill='%2375B72B' d='M36.2 77.9c-6.2 0-10.8-4.9-10.8-11.4 0-6.1 4.7-10.9 10.8-10.9 6.3 0 11.3 4.9 11.3 10.9.1 6.4-4.9 11.4-11.3 11.4zm0-17.9c-3.7 0-6.5 2.8-6.5 6.5 0 4.1 2.7 7.1 6.5 7.1 3.4 0 7-2.6 7-7.1 0-3.5-3.2-6.5-7-6.5zM45.4 97c-.7 0-1.4-.4-1.8-1-.6-1-.3-2.4.7-3l48-30.5c1-.6 2.4-.3 3 .7.6 1 .3 2.4-.7 3l-48 30.5c-.4.1-.8.3-1.2.3z'/%3E%3Cpath fill='%2375B72B' d='M36.2 113.3c-6.2 0-10.8-4.9-10.8-11.4 0-6.1 4.7-10.9 10.8-10.9 6.3 0 11.3 4.9 11.3 10.9.1 6.4-4.9 11.4-11.3 11.4zm0-18c-3.7 0-6.5 2.8-6.5 6.5 0 4.1 2.7 7.1 6.5 7.1 3.4 0 7-2.6 7-7.1 0-3.5-3.2-6.5-7-6.5z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-genetic {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M77.5 53.4h-34c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM78 72.5H43c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h35c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M90.4 113.3c-1 0-2-.8-2.1-1.8-.4-2.4-1-5.8-10.4-12.2-4.7-3-10.4-5.7-15.8-8.3-14.7-7-30-14.2-30-30.5s15.2-23.6 30-30.5c5.4-2.6 11-5.2 15.8-8.3 9.4-6.3 9.9-9.7 10.4-12.1.2-1.2 1.3-2 2.5-1.8 1.2.2 2 1.3 1.8 2.5-.6 3.9-2.1 8.2-12.3 15.1-5.1 3.3-10.8 6-16.3 8.6-14.1 6.7-27.5 13-27.5 26.6S49.9 80.4 64 87.1c5.5 2.6 11.3 5.3 16.3 8.6 10.2 6.8 11.7 11.2 12.3 15.1.2 1.2-.6 2.3-1.8 2.5h-.4z'/%3E%3Cpath fill='%2375B72B' d='M30.6 113.3h-.4c-1.2-.2-2-1.3-1.8-2.5.6-3.9 2.1-8.2 12.3-15.1 5.1-3.3 10.8-6 16.3-8.6 14.1-6.7 27.5-13 27.5-26.6S71.1 40.6 57 33.9c-5.5-2.6-11.3-5.3-16.3-8.6C30.5 18.5 29 14.1 28.4 10.2c-.2-1.1.6-2.2 1.8-2.4 1.3-.2 2.3.6 2.5 1.8.4 2.4 1 5.8 10.4 12.2 4.7 3 10.4 5.7 15.8 8.3 14.7 7 30 14.2 30 30.5S73.6 84.1 58.9 91c-5.4 2.6-11 5.2-15.8 8.3-9.4 6.3-9.9 9.7-10.4 12.1-.2 1.1-1.1 1.9-2.1 1.9z'/%3E%3Cpath fill='%2375B72B' d='M77.5 19.1h-34c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM77.5 106.2h-34c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-cbd {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M91.3 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v33.7c-.1 1.3-1 2.2-2.2 2.2zM37.8 79.5c-7.7 0-14-8.5-14-19s6.3-19 14-19c3.7 0 7.5 2.2 10.9 6.2.8.9.6 2.3-.3 3.1-.9.8-2.3.6-3.1-.3-2.5-3-5.1-4.6-7.5-4.6-5.2 0-9.7 6.7-9.7 14.7s4.4 14.7 9.7 14.7c3.7 0 6-2.7 7.3-4.9.6-1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3-2.6 4.4-6.5 6.9-11.1 6.9zM71.3 79.5c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c3.5 0 6.4-2.7 6.4-6 0-3.7-2.8-6.5-6.4-6.5-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c6.1 0 10.8 4.8 10.8 10.9 0 5.8-4.9 10.4-10.8 10.4z'/%3E%3Cpath fill='%2375B72B' d='M71.3 62.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c3.5 0 6.4-2.7 6.4-6 0-3.7-2.8-6.5-6.4-6.5-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2 6.1 0 10.8 4.8 10.8 10.9 0 5.7-4.9 10.4-10.8 10.4z'/%3E%3Cpath fill='%2375B72B' d='M71.3 45.8H58.9c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h12.4c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM71.3 79.5H58.9c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h12.4c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M58.9 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v33.7c0 1.3-1 2.2-2.2 2.2zM100.4 79.5c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c5.6 0 10.2-6.6 10.2-14.7s-4.6-14.7-10.2-14.7c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2 8.2 0 14.6 8.4 14.6 19s-6.4 19.2-14.6 19.2z'/%3E%3Cpath fill='%2375B72B' d='M100.4 45.8h-9.2c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h9.2c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM100.4 79.5h-9.2c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h9.2c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M51.9 113.3c-.4 0-.7-.1-1.1-.3-7.3-4.1-14.6-8.3-21.9-12.5C21.7 96.3 14.4 92 7.1 88c-.7-.4-1.1-1.1-1.1-1.9V34.9c0-.8.4-1.5 1.1-1.9 7.3-4.1 14.5-8.3 21.8-12.5 7.3-4.2 14.6-8.4 21.9-12.5.7-.4 1.5-.4 2.1 0a862.7 862.7 0 0 1 37.8 22.3c1 .6 1.3 2 .7 3-.6 1-2 1.3-3 .7-14-8.7-23.1-14-36.5-21.6-6.9 3.9-13.8 7.9-20.8 11.9-6.9 4-13.8 8-20.8 11.9v48.6c6.9 3.9 13.8 7.9 20.8 11.9 6.9 4 13.8 8 20.8 11.9 14.2-8 23.5-13.5 37.2-21.7 1-.6 2.4-.3 3 .8.6 1 .3 2.4-.8 3-14.1 8.4-23.5 14-38.3 22.3-.4.2-.8.3-1.1.3z'/%3E%3C/svg%3E") 0 0 no-repeat; }

.property-outdoor {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M60.8 95A32.5 32.5 0 0 1 29 69.4c-.6-2.3-1.1-4.6-1.1-7.6 0-18 14.8-32.6 32.9-32.6 17.9 0 32.4 14.6 32.4 32.6C93.2 80.2 78.6 95 60.8 95zm0-61.4c-15.8 0-28.6 12.7-28.6 28.3 0 2.4.5 4.4 1 6.5 3 13.2 14.4 22.4 27.6 22.4 15.5 0 28-12.9 28-28.8 0-15.7-12.6-28.4-28-28.4zM60.8 28.1c-1.2 0-2.2-1-2.2-2.2V9.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2V26c-.1 1.2-1 2.1-2.2 2.1z'/%3E%3Cpath fill='%2375B72B' d='M35.4 38.5c-.5 0-1.1-.2-1.5-.6L22.6 27c-.9-.8-.9-2.2-.1-3.1.8-.9 2.2-.9 3.1-.1l11.3 10.9c.9.8.9 2.2.1 3.1-.4.4-1 .7-1.6.7zM24.6 64H11.7c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h12.9c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM60.8 113.5c-1.2 0-2.2-1-2.2-2.2v-13c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v13.1c-.1 1.2-1 2.1-2.2 2.1zM26.2 98.9c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l9.2-9.2c.9-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-9.2 9.2c-.4.3-1 .6-1.6.6zM95.3 98.9c-.6 0-1.1-.2-1.5-.6L84.6 89c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l9.2 9.2c.8.9.8 2.2 0 3.1-.5.4-1 .7-1.6.7zM86.1 38.5a2.2 2.2 0 0 1-1.5-3.8l11.3-10.9c.9-.8 2.3-.8 3.1.1.8.9.8 2.2-.1 3.1L87.6 37.9c-.4.4-.9.6-1.5.6zM109.3 64H96.9c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h12.4c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM27.9 49.9c-.3 0-.6-.1-.9-.2l-3.8-1.6c-1.1-.5-1.6-1.8-1.1-2.9.5-1.1 1.8-1.6 2.9-1.1l3.8 1.6c1.1.5 1.6 1.8 1.1 2.9-.4.8-1.2 1.3-2 1.3zM44.6 101a2.3 2.3 0 0 1-2-3.1l1.6-3.8c.5-1.1 1.8-1.6 2.9-1.2 1.1.5 1.6 1.7 1.2 2.9l-1.6 3.8c-.5.9-1.3 1.4-2.1 1.4zM97.4 80.4c-.3 0-.6-.1-.9-.2l-3.8-1.6c-1.1-.5-1.6-1.8-1.1-2.9.5-1.1 1.7-1.6 2.9-1.1l3.8 1.6c1.1.5 1.6 1.8 1.1 2.9-.3.8-1.1 1.3-2 1.3zM23.6 78.7c-.9 0-1.8-.6-2.1-1.6-.3-1.2.3-2.4 1.5-2.7l3.8-1.1c1.2-.3 2.4.3 2.7 1.5.3 1.2-.3 2.4-1.5 2.7l-3.8 1.1c-.2.1-.5.1-.6.1zM75.3 101.6c-.8 0-1.7-.5-2-1.3l-1.6-3.8c-.5-1.1 0-2.4 1.2-2.9 1.1-.4 2.4 0 2.9 1.2l1.6 3.8c.5 1.1 0 2.4-1.2 2.9-.3 0-.6.1-.9.1zM46.7 30.9c-.8 0-1.7-.5-2-1.3l-1.6-3.8c-.5-1.1 0-2.4 1.2-2.9 1.1-.4 2.4 0 2.9 1.2l1.6 3.8c.5 1.1 0 2.4-1.2 2.9-.3 0-.6.1-.9.1zM93.7 49.9c-.8 0-1.6-.5-2-1.3-.5-1.1 0-2.4 1.1-2.9l3.8-1.6a2.2 2.2 0 0 1 1.8 4l-3.8 1.6c-.3.1-.6.2-.9.2zM74.8 30.9c-.2 0-.4 0-.6-.1-1.2-.3-1.8-1.5-1.5-2.7l1.1-3.8c.3-1.2 1.5-1.8 2.7-1.5 1.2.3 1.8 1.5 1.5 2.7l-1.1 3.8c-.3.9-1.2 1.6-2.1 1.6z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-on_height {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M110.9 113.5c-.9 0-1.7-.5-2-1.3L81.3 45.8 75.2 61a2.1 2.1 0 0 1-2.8 1.2 2.1 2.1 0 0 1-1.2-2.8l8.1-20.1v-.1c.1-.2.2-.4.4-.6.2-.2.4-.3.6-.4 0 0 .1 0 .1-.1.2-.1.5-.1.7-.1.2 0 .4 0 .6.1.1 0 .2.1.3.1.2.1.3.2.5.3.2.2.4.5.5.8l29.7 71.3c.5 1.1-.1 2.4-1.2 2.8 0 .1-.3.1-.6.1z'/%3E%3Cpath fill='%2375B72B' d='M10.1 113.5c-.3 0-.6 0-.8-.2-1.1-.5-1.6-1.7-1.2-2.8l42-101.7c.1-.3.3-.5.5-.7.2-.2.4-.4.7-.5.3-.1.7-.2.9-.2 0 0 .4 0 .6.1.1 0 .2.1.3.1.2.1.4.3.6.4.1.1.3.3.3.5 0 .1.1.1.1.2l21 50.6c.5 1.1-.1 2.4-1.2 2.8-1.1.4-2.4-.1-2.8-1.2l-19-45.8L12 112c-.3 1-1.1 1.5-1.9 1.5z'/%3E%3Cpath fill='%2375B72B' d='M10.1 109.2H111v4.3H10.1zM52.1 63.5c-.7 0-1.4-.4-1.9-1-.6-1-.3-2.4.7-3l12.4-7.6c1-.6 2.4-.3 3 .7.6 1 .3 2.4-.7 3l-12.4 7.6c-.3.2-.7.3-1.1.3z'/%3E%3Cpath fill='%2375B72B' d='M52.1 63.5c-.4 0-.8-.1-1.1-.3l-12.9-7.6c-1-.6-1.4-1.9-.8-3 .6-1 1.9-1.4 3-.8l12.9 7.6c1 .6 1.4 1.9.8 3-.4.7-1.1 1.1-1.9 1.1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-indoor {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M77.2 33.6h-34c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM71.3 11.8H49.2c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h22.1c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM77.2 22.7h-34c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM60.5 113.5c-18.5 0-32.9-14.3-32.9-32.6 0-5.2 0-8.4 2.9-13.7 1.2-2.6 2.7-5.1 4.6-7.2l1.4-2.1c4-5.7 6.9-9.9 5.7-16.3-.2-1.2.5-2.3 1.7-2.6 1.3-.3 2.3.5 2.6 1.7 1.6 8.2-2.1 13.5-6.4 19.6l-1.5 2.2s0 .1-.1.1a79.5 79.5 0 0 0-4.1 6.3c-1.6 3.6-2.5 7.7-2.5 12 0 15.9 12.6 28.3 28.6 28.3 15.7 0 28.6-12.7 28.6-28.3 0-6.5-2.6-13.1-7-18.1-.4-.4-.6-1-.5-1.5-.4-.6-.8-1.2-1.2-1.7-4-5.6-7.8-10.9-6.3-18.7.2-1.2 1.3-2 2.6-1.7 1.2.2 1.9 1.4 1.7 2.6-1.2 6 1.6 9.9 5.5 15.4.7 1 1.5 2 2.2 3.1 7.4 10.3 7.4 13.6 7.4 20.8-.1 17.8-14.8 32.4-33 32.4z'/%3E%3Cpath fill='%2375B72B' d='M60 101c-1.1 0-2.1-.9-2.2-2-.1-1.2.8-2.2 2-2.4 11.2-1 16.9-6.5 17.4-17 .1-1.2 1-2.1 2.3-2.1 1.2.1 2.1 1.1 2.1 2.3-.6 12.6-8 19.9-21.4 21.1-.1.1-.2.1-.2.1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-flow_month {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M95.8 82.3h-.4c-1.2-.2-2-1.4-1.7-2.6.5-2.7 1-5.2 1-7.7 0-18.9-15.2-34.3-34-34.3-19 0-34.5 15.4-34.5 34.3 0 1.6.4 3.9 1 6.6.3 1.2-.4 2.3-1.6 2.6-1.2.3-2.4-.4-2.6-1.6-.8-3.1-1.1-5.6-1.1-7.6 0-21.3 17.4-38.6 38.9-38.6 21.1 0 38.3 17.3 38.3 38.6 0 2.9-.6 5.8-1.1 8.6-.2.9-1.1 1.7-2.2 1.7zM60.8 31.1c-1.2 0-2.2-1-2.2-2.2v-19c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v19c-.1 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M30.6 43.6c-.6 0-1.1-.2-1.5-.6L15.5 29.4c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l13.5 13.6c.8.9.8 2.2 0 3.1-.4.4-1 .6-1.5.6zM17.6 74.1H2.5c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h15.1c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM90.4 43.6c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l13.5-13.6c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1L92 43c-.4.4-1 .6-1.6.6zM118.5 74.1h-15.1c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h15.1c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM21.4 56.7c-.3 0-.5 0-.8-.1L16.3 55c-1.1-.4-1.7-1.7-1.3-2.8.4-1.1 1.7-1.7 2.8-1.3l4.3 1.6c1.1.4 1.7 1.7 1.3 2.8-.3.9-1.1 1.4-2 1.4zM44 34.4c-.9 0-1.7-.5-2-1.4l-1.6-4.3c-.4-1.1.2-2.4 1.3-2.8 1.1-.4 2.4.2 2.8 1.3l1.6 4.3c.4 1.1-.2 2.4-1.3 2.8-.2 0-.5.1-.8.1zM99.6 56.7c-.9 0-1.7-.5-2-1.4-.4-1.1.1-2.4 1.3-2.8l4.3-1.6c1.1-.4 2.4.1 2.8 1.3.4 1.1-.1 2.4-1.3 2.8l-4.3 1.6c-.3 0-.5.1-.8.1zM76.9 34.4c-.3 0-.5 0-.8-.1-1.1-.4-1.7-1.7-1.3-2.8l1.6-4.3c.4-1.1 1.6-1.7 2.8-1.3 1.1.4 1.7 1.7 1.3 2.8L79 33c-.3.8-1.2 1.4-2.1 1.4zM60.8 92.1c-5 0-9.2-4.2-9.2-9.3 0-4.9 4-8.7 9.2-8.7 5 0 8.7 3.7 8.7 8.7-.1 5.2-3.9 9.3-8.7 9.3zm0-13.6c-2.4 0-4.8 1.6-4.8 4.3 0 2.6 2.3 4.9 4.8 4.9 2.7 0 4.3-2.5 4.3-4.9 0-2.6-1.8-4.3-4.3-4.3zM52.1 70.3c-.9 0-1.8-.6-2.1-1.5l-.4-1.2c-.4-1.1-.8-2.2-.8-3.3 0-6.6 5.3-12 11.9-12 6.2 0 11.3 5.5 11.3 12 0 1.6-.7 3.6-1.3 4.8-.5 1.1-1.8 1.5-2.9 1-1.1-.5-1.5-1.8-1-2.9.5-.9.9-2.2.9-2.8 0-4.1-3.2-7.6-7-7.6-4.2 0-7.5 3.3-7.5 7.6 0 .4.2 1 .5 1.9l.4 1.3c.4 1.1-.2 2.4-1.4 2.7h-.6z'/%3E%3Cpath fill='%2375B72B' d='M77.5 85c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c.6 0 1.9-.4 2.8-.9 4.3-2.4 4.2-7 2.8-10.2-.9-1.4-2.6-2.6-4.6-3.1-1.8-.4-3.7-.1-5.2.8-.9.5-1.9 1.4-2.8 2.4l-3.1-3c1.2-1.2 2.4-2.4 3.8-3.1 2.3-1.5 5.3-2 8.3-1.3 3.1.7 5.8 2.7 7.5 5.3 2.9 6.5 1 13-4.6 16.1-1.3.7-3.3 1.4-4.9 1.4z'/%3E%3Cpath fill='%2375B72B' d='M76.7 104c-2 0-3.9-.5-5.5-1.3-.2-.1-.4-.3-.6-.4L67.3 99c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l3 3c3.2 1.5 7.7.7 9.8-3.1.9-1.8 1.1-4.1.4-6.1-.4-1.1-1.3-2.6-3.1-3.4-.2-.1-.5-.3-.7-.5-.4-.4-.7-.5-1.6-.7-.4-.1-.8-.2-1.3-.4-1.1-.4-1.7-1.6-1.4-2.8.4-1.1 1.6-1.7 2.8-1.4l1.1.3c1 .3 2.1.6 3.2 1.6 2.4 1.2 4.2 3.2 5.1 5.8 1.1 3 .9 6.6-.6 9.5-2.4 4.4-6.5 6.3-10.4 6.3z'/%3E%3Cpath fill='%2375B72B' d='M60.8 113.3c-6.8 0-11.9-4.9-11.9-11.4 0-1.7.4-2.9.9-4.1l.3-.9c.4-1.2 1.6-1.8 2.7-1.4 1.1.4 1.8 1.6 1.4 2.7l-.3 1c-.4 1-.6 1.7-.6 2.7 0 4.1 3.2 7.1 7.5 7.1 3.4 0 7-2.6 7-7.1 0-.6-.4-1.9-.9-2.8-.5-1.1-.1-2.4 1-2.9s2.4-.1 2.9 1c.6 1.2 1.3 3.2 1.3 4.8 0 6.3-5 11.3-11.3 11.3z'/%3E%3Cpath fill='%2375B72B' d='M44.3 104c-3.9 0-8-1.8-10.3-6-1.5-3-1.7-6.6-.6-9.6.9-2.6 2.7-4.6 5.1-5.8 1.5-1.4 3.6-2 5-2 1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2c-.5 0-1.6.3-2.2 1-.2.2-.4.3-.7.5-1.9.8-2.7 2.3-3.1 3.4-.7 1.9-.5 4.2.4 6.2 2.1 3.7 6.5 4.4 9.7 3 .5-.5 1-.9 1.6-1.3.5-.3.9-.7 1.4-1.1.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1-.6.6-1.2 1.1-1.8 1.6-.5.3-.9.7-1.4 1.2-.2.2-.4.3-.6.4-1.7.5-3.6 1-5.6 1z'/%3E%3Cpath fill='%2375B72B' d='M43.5 85c-2.2 0-3.6-.7-4.8-1.3-5.6-3.1-7.5-9.6-4.8-15.9 1.8-2.9 4.5-4.9 7.6-5.6 3-.7 6-.2 8.5 1.4 1.2.6 2.4 1.8 3.6 3 .8.9.9 2.3 0 3.1-.8.8-2.2.9-3 0l-.1-.1c-.9-.9-1.9-1.9-2.6-2.3-1.7-1-3.5-1.3-5.4-.9-2 .5-3.7 1.7-4.8 3.4-1.3 2.9-1.4 7.6 3 10 .9.4 1.6.8 2.7.8 1.2 0 2.2 1 2.2 2.2s-.9 2.2-2.1 2.2z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-effect {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M10.1 112.5c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l62.6-63.1c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-62.6 63.1c-.5.3-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M81.3 62.4h-.4c-.9-.2-1.7-.9-1.8-1.8l-2.5-17.4-17.3-2.5c-.9-.1-1.7-.9-1.8-1.8-.2-.9.3-1.9 1.2-2.3l15.8-8-3-17.5c-.2-.9.3-1.9 1.2-2.3.9-.4 1.9-.3 2.5.4l12.4 12.5 15.3-8c.8-.4 1.9-.3 2.5.4.7.7.8 1.7.4 2.5l-7.9 15.5 12.4 12.5c.7.7.8 1.7.4 2.5s-1.3 1.3-2.2 1.2l-17.3-2.5-7.9 15.5c-.5.6-1.2 1.1-2 1.1zM66.8 37.3l12 1.7c1 .1 1.7.9 1.8 1.8L82.3 53 88 42.4c.4-.8 1.4-1.3 2.2-1.2l12.5 1.8-8.9-9c-.7-.7-.8-1.7-.4-2.5l5.5-10.8-10.7 5.6c-.8.4-1.9.3-2.5-.4L77 17.1l2.1 12.3c.2.9-.3 1.9-1.2 2.3l-11.1 5.6zM93.1 104.8h-.4c-.9-.2-1.7-.9-1.8-1.9l-1.4-10.4-10.8-1.9c-.9-.2-1.6-.9-1.8-1.8-.1-.9.3-1.8 1.2-2.3l9.4-4.7-1.4-10.4c-.1-.9.4-1.8 1.2-2.2.8-.4 1.8-.3 2.5.4l7.5 7.5 9.3-5.2c.8-.4 1.9-.3 2.5.3.7.7.9 1.7.5 2.5l-4.7 10 7.5 7.1c.7.7.9 1.7.5 2.5s-1.2 1.4-2.2 1.2l-10.9-1.4-4.7 9.5c-.4.8-1.1 1.2-2 1.2zm-7.2-17.3l5.9 1c.9.2 1.7.9 1.8 1.9l.7 4.9 2.2-4.5c.4-.8 1.3-1.4 2.2-1.2l5.7.8-3.7-3.5c-.7-.6-.9-1.7-.5-2.5l2.5-5.3-4.7 2.6c-.9.5-1.9.3-2.6-.4l-4.1-4.1.7 5.5c.1.9-.3 1.8-1.2 2.2l-4.9 2.6zM31.6 52.1h-.4c-.9-.2-1.6-.9-1.8-1.8L28 40l-10.2-1.4c-.9-.1-1.7-.8-1.8-1.8-.2-.9.3-1.8 1.1-2.3l9.4-5.2-1.9-10.4c-.2-.9.3-1.9 1.1-2.3.8-.4 1.9-.3 2.5.4l7.5 7.6 9.4-4.7c.8-.4 1.8-.3 2.5.4s.8 1.7.4 2.5L43.4 32l7.5 7.6c.7.7.8 1.7.4 2.5s-1.4 1.3-2.3 1.1l-10.3-1.9-5.2 9.5c-.3.8-1.1 1.3-1.9 1.3zM24.9 35l5.4.7c1 .1 1.7.9 1.9 1.9l.7 5.4 2.8-5.1c.5-.8 1.4-1.2 2.3-1.1l5.1.9-3.8-3.7c-.7-.7-.8-1.7-.4-2.5l2.5-5-5 2.5c-.8.4-1.9.3-2.5-.4l-3.7-3.7.9 5.1c.2.9-.3 1.8-1.1 2.3L24.9 35z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-cbn {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M91.3 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v33.7c-.1 1.3-1.1 2.2-2.2 2.2zM37.8 79.5c-7.7 0-14-8.5-14-19s6.3-19 14-19c3.9 0 7.8 2.5 10.9 6.9.7 1 .5 2.3-.5 3-1 .7-2.4.5-3-.5-2.3-3.3-4.9-5.1-7.4-5.1-5.2 0-9.7 6.7-9.7 14.7s4.4 14.7 9.7 14.7c3.7 0 6-2.7 7.3-4.9.6-1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3-2.6 4.5-6.5 7-11.1 7zM71.3 79.5c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c3.5 0 6.4-2.7 6.4-6 0-3.7-2.8-6.5-6.4-6.5-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c6.1 0 10.8 4.8 10.8 10.9 0 5.8-4.9 10.4-10.8 10.4z'/%3E%3Cpath fill='%2375B72B' d='M71.3 62.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c3.5 0 6.4-2.7 6.4-6 0-3.7-2.8-6.5-6.4-6.5-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2 6.1 0 10.8 4.8 10.8 10.9 0 5.7-4.9 10.4-10.8 10.4z'/%3E%3Cpath fill='%2375B72B' d='M71.3 45.8H58.9c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h12.4c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM71.3 79.5H58.9c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h12.4c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M58.9 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v33.7c0 1.3-1 2.2-2.2 2.2zM112.8 79.5c-1.2 0-2.2-1-2.2-2.2V43.6c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v33.7c0 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M112.8 79.5c-.7 0-1.4-.4-1.8-1L89.4 44.8c-.7-1-.4-2.4.7-3 1-.6 2.4-.4 3 .7l21.6 33.7c.7 1 .4 2.4-.7 3-.4.2-.8.3-1.2.3z'/%3E%3Cpath fill='%2375B72B' d='M51.9 113.3c-.4 0-.7-.1-1.1-.3-7.3-4.1-14.6-8.3-21.9-12.5C21.7 96.3 14.4 92 7.1 88c-.7-.4-1.1-1.1-1.1-1.9V35.5c0-.8.4-1.5 1.1-1.9C14.4 29.2 21.7 25 29 20.8c7.3-4.2 14.6-8.4 21.8-12.8.7-.4 1.5-.4 2.2 0 6 3.6 11 6.5 15.9 9.3 7 4.1 13.6 7.9 21.9 13 1 .6 1.3 2 .7 3-.6 1-2 1.3-3 .7-8.2-5.1-14.8-8.9-21.8-12.9-4.6-2.6-9.3-5.4-14.8-8.7-6.9 4.1-13.8 8.1-20.8 12.1-6.9 4-13.8 8-20.8 12.1v48.1c6.9 3.9 13.8 7.9 20.8 11.9 6.9 4 13.8 8 20.8 11.9 14.1-7.9 23.4-13.4 37.2-21.7 1.1-.6 2.4-.3 3 .8.6 1 .3 2.4-.8 3-14.2 8.5-23.6 14.1-38.3 22.3-.4.3-.8.4-1.1.4z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-mix {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M54.6 18.1c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l5.9-6c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-5.9 6c-.5.4-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M65.9 18.1c-.6 0-1.2-.2-1.6-.7l-5.4-6c-.8-.9-.7-2.3.2-3.1.9-.8 2.3-.7 3.1.2l5.4 6c.8.9.7 2.3-.2 3.1-.5.3-1 .5-1.5.5zM71.8 19.2c-.8 0-1.6-.5-2-1.3-.5-1.1 0-2.4 1.1-2.9l7.5-3.3a2.2 2.2 0 0 1 1.8 4L72.7 19c-.3.1-.6.2-.9.2z'/%3E%3Cpath fill='%2375B72B' d='M82.6 23.5c-.8 0-1.7-.5-2-1.3l-3.2-7.6a2.2 2.2 0 0 1 4-1.8l3.2 7.6c.5 1.1 0 2.4-1.1 2.9-.3.2-.6.2-.9.2zM87.5 27.3c-1.1 0-2.1-.9-2.2-2-.1-1.2.8-2.2 2-2.3l8.6-.5c1.2 0 2.2.8 2.3 2 .1 1.2-.8 2.2-2 2.3l-8.6.5h-.1z'/%3E%3Cpath fill='%2375B72B' d='M95.6 35.5h-.1c-1.2-.1-2.1-1.1-2-2.3l.5-8.7c.1-1.2 1.3-2 2.3-2 1.2.1 2.1 1.1 2 2.3l-.5 8.7c-.1 1.1-1.1 2-2.2 2zM106.9 43.1c-.2 0-.5 0-.7-.1l-8.1-2.7c-1.1-.4-1.7-1.6-1.4-2.8.4-1.1 1.6-1.7 2.8-1.4l8.1 2.7c1.1.4 1.7 1.6 1.4 2.8-.4.9-1.2 1.5-2.1 1.5z'/%3E%3Cpath fill='%2375B72B' d='M103.1 50.7c-.3 0-.7-.1-1-.2-1.1-.5-1.5-1.8-1-2.9l3.8-7.6c.5-1.1 1.9-1.5 2.9-1 1.1.5 1.5 1.8 1 2.9l-3.8 7.6c-.3.8-1.1 1.2-1.9 1.2zM110.7 62.7c-.6 0-1.1-.2-1.5-.6l-5.9-6c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l5.9 6c.8.9.8 2.2 0 3.1-.5.4-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M104.7 68.7c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l5.9-6c.9-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-5.9 6c-.5.4-1 .6-1.6.6zM106.9 82.3c-.8 0-1.6-.5-2-1.3l-3.8-8.2a2.2 2.2 0 0 1 4-1.8l3.8 8.2c.5 1.1 0 2.4-1.1 2.9-.3.1-.6.2-.9.2z'/%3E%3Cpath fill='%2375B72B' d='M98.8 85a2.2 2.2 0 0 1-.7-4.3l8.1-2.7c1.1-.4 2.4.2 2.8 1.4.4 1.1-.2 2.4-1.4 2.8l-8.1 2.7c-.2 0-.5.1-.7.1zM96.1 98.6c-1.1 0-2.1-.9-2.2-2l-.5-8.7c-.1-1.2.8-2.2 2-2.3 1 0 2.2.8 2.3 2l.5 8.7c.1 1.2-.8 2.2-2 2.3h-.1z'/%3E%3Cpath fill='%2375B72B' d='M96.1 98.6H96l-8.7-.6c-1.2-.1-2.1-1.1-2-2.3.1-1.2 1.1-2.1 2.3-2l8.6.5c1.2.1 2.1 1.1 2 2.3 0 1.2-1 2.1-2.1 2.1zM79.4 109.5c-.3 0-.5 0-.8-.1a2.1 2.1 0 0 1-1.2-2.8l3.2-8.2c.5-1.1 1.7-1.7 2.8-1.2 1.1.4 1.7 1.7 1.2 2.8l-3.2 8.2c-.3.7-1.2 1.3-2 1.3z'/%3E%3Cpath fill='%2375B72B' d='M79.4 109.5c-.3 0-.6-.1-.9-.2L71 106c-1.1-.5-1.6-1.8-1.1-2.9.5-1.1 1.8-1.6 2.9-1.1l7.5 3.3c1.1.5 1.6 1.8 1.1 2.9-.4.8-1.2 1.3-2 1.3zM60.5 113.3c-.5 0-1-.2-1.5-.6-.9-.8-1-2.2-.2-3.1l5.4-6c.8-.9 2.2-1 3.1-.2.9.8 1 2.2.2 3.1l-5.4 6c-.4.5-1 .8-1.6.8z'/%3E%3Cpath fill='%2375B72B' d='M60.5 113.3c-.6 0-1.1-.2-1.5-.6l-5.9-6c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l5.9 6c.8.9.8 2.2 0 3.1-.5.4-1 .6-1.6.6zM41.1 109.5c-.8 0-1.6-.5-2-1.3-.5-1.1 0-2.4 1.1-2.9l7.5-3.3a2.2 2.2 0 0 1 1.8 4l-7.5 3.3c-.3.1-.6.2-.9.2z'/%3E%3Cpath fill='%2375B72B' d='M41.1 109.5c-.9 0-1.8-.6-2.1-1.5l-2.7-8.2c-.4-1.1.2-2.4 1.4-2.8 1.2-.4 2.4.2 2.8 1.4l2.7 8.2c.4 1.1-.2 2.4-1.4 2.8-.3 0-.5.1-.7.1zM24.9 98.6c-1.1 0-2.1-.9-2.2-2-.1-1.2.8-2.2 2-2.3l8.6-.5c1.2-.1 2.2.8 2.3 2 .1 1.2-.8 2.2-2 2.3l-8.6.5h-.1z'/%3E%3Cpath fill='%2375B72B' d='M24.9 98.6c-1.2 0-2.2-1-2.2-2.2v-8.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v8.7c0 1.2-1 2.2-2.2 2.2zM21.7 85c-.2 0-.5 0-.7-.1l-7.6-2.7c-1.1-.4-1.7-1.7-1.3-2.8.4-1.1 1.6-1.8 2.8-1.3l7.6 2.7c1.1.4 1.7 1.7 1.3 2.8-.4.8-1.2 1.4-2.1 1.4z'/%3E%3Cpath fill='%2375B72B' d='M14.1 82.3c-.3 0-.5 0-.8-.1a2.1 2.1 0 0 1-1.2-2.8l3.2-8.2c.5-1.1 1.7-1.6 2.8-1.2 1.1.4 1.7 1.7 1.2 2.8L16.1 81c-.3.7-1.1 1.3-2 1.3zM16.3 68.7c-.6 0-1.1-.2-1.5-.6l-5.9-6c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l5.9 6c.8.9.8 2.2 0 3.1-.5.4-1.1.6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M10.3 62.7c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l5.9-6c.9-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-5.9 6c-.4.4-1 .6-1.6.6zM17.3 51.3c-.9 0-1.7-.5-2-1.4l-3.2-8.2c-.4-1.1.1-2.4 1.2-2.8 1.1-.4 2.4.1 2.8 1.2l3.2 8.2c.4 1.1-.1 2.4-1.2 2.8-.2.1-.5.2-.8.2z'/%3E%3Cpath fill='%2375B72B' d='M14.1 43.1c-.9 0-1.7-.5-2-1.4-.4-1.1.2-2.4 1.3-2.8l7.6-2.7c1.1-.5 2.4.2 2.8 1.3.4 1.1-.2 2.4-1.3 2.8L14.8 43c-.2.1-.5.1-.7.1zM24.9 35.5c-1.2 0-2.2-1-2.2-2.2v-8.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v8.7c0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M33.5 27.3h-.1l-8.6-.5c-1.2-.1-2.1-1.1-2-2.3.1-1.2 1.1-2 2.3-2l8.6.5c1.2.1 2.1 1.1 2 2.3-.1 1.1-1 2-2.2 2zM38.4 24.1c-.2 0-.5 0-.7-.1-1.1-.4-1.8-1.6-1.4-2.8L39 13c.4-1.1 1.6-1.7 2.8-1.4 1.1.4 1.8 1.6 1.4 2.8l-2.7 8.2c-.4.9-1.2 1.5-2.1 1.5z'/%3E%3Cpath fill='%2375B72B' d='M48.6 19.2c-.3 0-.6-.1-.9-.2l-7.5-3.3c-1.1-.5-1.6-1.8-1.1-2.9.5-1.1 1.8-1.6 2.9-1.1l7.5 3.3c1.1.5 1.6 1.8 1.1 2.9-.3.8-1.1 1.3-2 1.3zM31.4 74.1h-.2c-1.2-.1-2.1-1.2-2-2.4l2.2-22.8c.1-1 .9-1.8 1.8-2 1.1-.1 2 .4 2.3 1.3l6.2 14.9 6.6-14.9c.4-.9 1.4-1.5 2.4-1.3 1 .2 1.7 1 1.8 2L54 71.8c.1 1.2-.8 2.2-2 2.3h-.2c-1.1 0-2.1-.9-2.2-2l-1-14.1-5.1 11.5c-.3.8-1.1 1.3-2 1.3-1.1 0-1.7-.5-2-1.3L34.9 58l-1.3 14.1c-.2 1.2-1.1 2-2.2 2zM63.7 74.1c-1.2 0-2.2-1-2.2-2.2V49.1c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v22.8c0 1.2-1 2.2-2.2 2.2zM89.1 74.1a2 2 0 0 1-1.8-1L72.2 50.3c-.7-1-.4-2.4.6-3 1-.7 2.3-.4 3 .6l15.1 22.8c.7 1 .4 2.4-.6 3-.4.3-.8.4-1.2.4z'/%3E%3Cpath fill='%2375B72B' d='M74 74.1c-.4 0-.8-.1-1.2-.4-1-.7-1.3-2-.6-3l15.1-22.8c.7-1 2-1.3 3-.6 1 .7 1.3 2 .6 3L75.8 73.1a2 2 0 0 1-1.8 1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-regular {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M71.5 93.9c-9.2 0-18.4-3.5-25.5-10.4a37.18 37.18 0 0 1 0-51.4c.8-.9 2.2-.9 3.1-.1.9.8.9 2.2.1 3.1a32.83 32.83 0 0 0-.1 45.4 32.21 32.21 0 0 0 44.9-.1 32.83 32.83 0 0 0-.1-45.4c-8.5-8-21.2-11-32.2-7.5-1.2.4-2.4-.3-2.7-1.4-.4-1.2.3-2.4 1.4-2.7 12.5-4 26.9-.6 36.7 8.7a37.3 37.3 0 0 1 .1 51.5 37.25 37.25 0 0 1-25.7 10.3zM110.7 99.4c-.6 0-1.1-.2-1.5-.6L97.8 87.3c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l11.3 11.4c.8.9.8 2.2 0 3.1-.4.5-1 .7-1.5.7z'/%3E%3Cpath fill='%2375B72B' d='M99.3 99.4c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l11.3-11.4c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-11.3 11.4c-.4.4-1 .6-1.6.6zM49.6 93.7c-9.1 0-18.2-3.5-25.1-10.1-14.4-14.5-14.4-37.1 0-51.5 6.7-6.7 15.7-10.4 25.3-10.4 9.6 0 18.6 3.7 25.3 10.4a36.29 36.29 0 0 1 1.7 49.8c-.8.9-2.2 1-3.1.2-.9-.8-1-2.2-.2-3.1a32.07 32.07 0 0 0-1.6-43.9C66 29.2 58.2 26 49.7 25.9c-8.5 0-16.3 3.3-22.2 9.2-12.6 12.7-12.6 32.6 0 45.4 8.7 8.3 21.4 11.1 32.2 7.1 1.1-.4 2.4.2 2.8 1.3.4 1.1-.2 2.4-1.3 2.8-3.7 1.3-7.6 2-11.6 2zM10.3 99.4c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l11.3-11.4c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1L11.9 98.8c-.4.4-1 .6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M21.7 99.4H10.3c-1.2 0-2.2-1-2.2-2.2V85.8c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v9.3h9.2c1.2 0 2.2 1 2.2 2.2-.1 1.1-1 2.1-2.2 2.1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-hothouse {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M79.9 34.2l-3.7-2.3 9.7-15.8 3.7 2.3zM41.1 34.1l-9.2-15.8 3.8-2.1 9.1 15.7zM21 58.9l-11.9-6L11 49l11.9 6zM100 58.9L98.1 55l11.9-6 1.9 3.9z'/%3E%3Cpath fill='%2375B72B' d='M110.9 62.9c-1.2 0-2.2-1-2.2-2.2 0-27-21.5-49-48-49-26.8 0-48.5 22-48.5 49 0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2c0-29.4 23.7-53.3 52.9-53.3 28.9 0 52.3 23.9 52.3 53.3.1 1.3-.9 2.2-2.1 2.2z'/%3E%3Cpath fill='%2375B72B' d='M10.1 113.5c-1.2 0-2.2-1-2.2-2.2V58.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v53.3c-.1 1.2-1 2.1-2.2 2.1zM110.9 113.5c-1.2 0-2.2-1-2.2-2.2V58.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v53.3c0 1.2-1 2.1-2.2 2.1zM101.2 72.7c-1.2 0-2.2-1-2.2-2.2 0-21.6-17.2-39.2-38.3-39.2-21.4 0-38.8 17.6-38.8 39.2 0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2C17.6 46.6 37 27 60.8 27c23.5 0 42.6 19.5 42.6 43.5 0 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M19.8 107.5c-1.2 0-2.2-1-2.2-2.2v-37c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v37c-.1 1.3-1 2.2-2.2 2.2zM101.2 107.5c-1.2 0-2.2-1-2.2-2.2v-37c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v37c0 1.3-1 2.2-2.2 2.2zM84 113.5H37.6c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2H84c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM62.9 107h-.3c-1.2-.2-2-1.3-1.8-2.5.3-2.4.3-4.8 0-7.3-6.1 1.6-11.5 1-16-1.9-8.4-5.2-13.9-18.1-16.3-38.2-.1-.7.2-1.4.7-1.9.5-.5 1.2-.6 1.9-.5 21.7 4.9 34 11.8 37.5 21.1 2.2 5.7.9 12-3.7 18.9.7 3.5.8 6.9.3 10.3-.3 1.2-1.2 2-2.3 2zM33.1 59.8c2.4 16.9 7.1 27.6 13.9 31.9 3.6 2.3 7.8 2.7 12.9 1.3-1-3.5-2.6-7-4.7-10.4-.7-1-.4-2.4.7-3 1-.6 2.4-.4 3 .7 1.8 2.9 3.3 5.8 4.4 8.7 2.1-4.3 2.6-8.1 1.3-11.5-2.9-7.3-13.5-13.2-31.5-17.7z'/%3E%3Cpath fill='%2375B72B' d='M73.8 101.9c-4 0-8.3-1.9-12.8-5.8-.6-.5-.8-1.2-.8-1.9.1-.7.5-1.4 1.2-1.7 4.1-2 7.3-4.1 9.8-6.3.9-.8 2.3-.7 3.1.3.8.9.7 2.3-.3 3.1-2.1 1.8-4.7 3.5-7.6 5.2 3.7 2.5 6.9 3.3 9.7 2.4 5.2-1.7 9.6-9.1 13.1-22.2-6.1.3-13 1.7-20.8 4.2-1.1.4-2.4-.3-2.7-1.4-.4-1.1.3-2.4 1.4-2.7 9.5-3 17.6-4.4 24.9-4.5h.4c.2 0 .4.1.7.2.3.1.6.4.8.6.2.3.3.6.4.9 0 .2.1.4 0 .7 0 .1 0 .2-.1.4-4.1 16.6-9.6 25.8-16.7 28.1-1.3.3-2.5.4-3.7.4zM11.2 113.2l-2.3-3.7 9.7-6 2.3 3.7zM109.8 113.2l-9.7-6 2.3-3.7 9.7 6z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-awards {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M60.8 44.7c-1.2 0-2.2-1-2.2-2.2v-2.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v2.7c-.1 1.3-1 2.2-2.2 2.2zM60.8 25.7c-.7 0-1.5-.4-1.9-1.1L50.8 11c-.6-1-.3-2.4.8-3 1-.6 2.4-.3 3 .8l8.1 13.6c.6 1 .3 2.4-.8 3-.4.2-.7.3-1.1.3zM39.7 40.9c-.8 0-1.5-.4-1.9-1.1L21.7 11c-.6-1-.2-2.4.8-3 1-.6 2.4-.2 3 .8l16.2 28.8c.6 1 .2 2.4-.8 3-.4.2-.8.3-1.2.3z'/%3E%3Cpath fill='%2375B72B' d='M55.4 34.9c-.4 0-.7-.1-1.1-.3-1-.6-1.4-1.9-.8-3L66.4 8.8c.6-1.1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3L57.3 33.8c-.4.7-1.2 1.1-1.9 1.1zM81.3 40.9c-.4 0-.7-.1-1.1-.3-1-.6-1.4-1.9-.8-3L96.1 8.8c.6-1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3L83.2 39.8c-.5.7-1.2 1.1-1.9 1.1z'/%3E%3Cpath fill='%2375B72B' d='M60.8 113.3c-22.9 0-41.6-18.5-41.6-41.3 0-22.8 18.6-41.3 41.6-41.3 22.6 0 41 18.5 41 41.3 0 22.7-18.4 41.3-41 41.3zm0-78.4c-20.5 0-37.2 16.6-37.2 37s16.7 37 37.2 37c20.2 0 36.7-16.6 36.7-37-.1-20.4-16.5-37-36.7-37z'/%3E%3Cpath fill='%2375B72B' d='M74.8 49.1c-.4 0-.8-.1-1.1-.3-1-.6-1.4-2-.8-3l1.6-2.7c.6-1 2-1.4 3-.8 1 .6 1.4 2 .8 3L76.7 48c-.5.7-1.2 1.1-1.9 1.1zM85.6 59.4c-.9 0-1.7-.5-2-1.4-.5-1.1.1-2.4 1.2-2.8l2.7-1.1c1.1-.4 2.4.1 2.8 1.2.5 1.1-.1 2.4-1.2 2.8l-2.7 1.1c-.3.2-.6.2-.8.2zM92.1 74.1h-2.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h2.7c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM88.3 89.9c-.3 0-.5 0-.8-.2l-2.7-1.1a2.1 2.1 0 0 1-1.2-2.8c.5-1.1 1.7-1.7 2.8-1.2l2.7 1.1c1.1.4 1.7 1.7 1.2 2.8-.4.9-1.2 1.4-2 1.4zM76.4 101.8c-.7 0-1.5-.4-1.9-1.1L72.9 98c-.6-1-.3-2.4.8-3 1-.6 2.4-.3 3 .8l1.6 2.7c.6 1 .3 2.4-.8 3-.3.3-.7.3-1.1.3zM60.8 106.2c-1.2 0-2.2-1-2.2-2.2v-2.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v2.7c-.1 1.2-1 2.2-2.2 2.2zM44.6 101.8c-.4 0-.8-.1-1.1-.3-1-.6-1.4-2-.8-3l1.6-2.7c.6-1 1.9-1.4 3-.8 1 .6 1.4 2 .8 3l-1.6 2.7c-.5.8-1.2 1.1-1.9 1.1zM33.3 89.9c-.8 0-1.6-.4-1.9-1.2-.5-1.1-.1-2.4 1-2.9l2.2-1.1c1-.5 2.4-.1 2.9 1s.1 2.4-1 2.9l-2.2 1.1c-.4.1-.7.2-1 .2zM31.6 74.1h-2.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h2.7c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM35.4 59.4c-.3 0-.7-.1-1-.2l-2.2-1.1c-1.1-.5-1.5-1.8-1-2.9.5-1.1 1.9-1.5 2.9-1l2.2 1.1c1.1.5 1.5 1.8 1 2.9-.3.8-1.1 1.2-1.9 1.2zM46.2 49.1c-.7 0-1.5-.4-1.9-1.1l-1.6-2.7c-.6-1-.3-2.4.8-3 1-.6 2.4-.3 3 .8l1.6 2.7c.6 1 .3 2.4-.8 3-.3.2-.7.3-1.1.3zM60.8 44.7c-1.2 0-2.2-1-2.2-2.2v-2.7c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v2.7c-.1 1.3-1 2.2-2.2 2.2zM60.8 90.4c-1.2 0-2.2-1-2.2-2.2V52.3c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v35.9c-.1 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M66.7 90.4H54.8c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h11.9c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2zM53.2 64.3c-.8 0-1.6-.4-1.9-1.2-.5-1.1-.1-2.4 1-2.9 2.5-1.2 4.4-3.8 6.6-8.7.5-1.1 1.8-1.6 2.9-1.1 1.1.5 1.6 1.8 1.1 2.9-1.9 4.4-4.3 8.7-8.6 10.9-.4 0-.8.1-1.1.1zM51.6 36c-.7 0-1.5-.4-1.9-1.1L35.7 11c-.6-1-.3-2.4.8-3 1-.6 2.4-.3 3 .8l14 23.9c.6 1 .3 2.4-.8 3-.3.2-.7.3-1.1.3zM70.5 34.4c-.4 0-.7-.1-1.1-.3-1-.6-1.4-1.9-.8-3L81 8.9c.6-1.1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3L72.4 33.3c-.4.7-1.2 1.1-1.9 1.1z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-sainru {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M17.3 29.2c-5.8 0-10.8-5.1-10.8-10.9 0-5.8 5-10.9 10.8-10.9 6.1 0 10.8 4.8 10.8 10.9 0 6.1-4.7 10.9-10.8 10.9zm0-17.4c-3 0-6.5 2.8-6.5 6.5s3.4 6.5 6.5 6.5c3.7 0 6.4-2.8 6.4-6.5.1-3.7-2.7-6.5-6.4-6.5zM38.9 57.5c-6.1 0-10.8-4.8-10.8-10.9 0-5.8 5-10.9 10.8-10.9s10.8 5.1 10.8 10.9c0 6.1-4.7 10.9-10.8 10.9zm0-17.4c-3.7 0-6.5 3.4-6.5 6.5 0 3.7 2.8 6.5 6.5 6.5s6.5-2.8 6.5-6.5c0-3.1-2.8-6.5-6.5-6.5zM15.2 57.5c-.4 0-.7-.1-1.1-.3-1-.6-1.4-1.9-.8-3L39.2 8.6c.6-1.1 1.9-1.4 3-.8 1 .6 1.4 1.9.8 3L17.1 56.4c-.4.7-1.2 1.1-1.9 1.1zM15.2 113.5c-1.2 0-2.2-1-2.2-2.2V66.8c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v44.6c0 1.2-1 2.1-2.2 2.1zM24.4 113.5c-1.2 0-2.2-1-2.2-2.2V83.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v28.3c-.1 1.2-1 2.1-2.2 2.1zM43.2 113.5c-1.2 0-2.2-1-2.2-2.2V92.9c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v18.5c0 1.2-1 2.1-2.2 2.1z'/%3E%3Cpath fill='%2375B72B' d='M43.2 95C42 95 41 94 41 92.8c0-4.3-3.3-7.6-7.5-7.6-4.1 0-7 3.2-7 7.6 0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2c0-6.8 4.9-12 11.3-12 6.6 0 11.9 5.4 11.9 12 .1 1.3-.9 2.2-2.1 2.2zM61 113.5c-1.2 0-2.2-1-2.2-2.2V66.8c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v44.6c0 1.2-1 2.1-2.2 2.1z'/%3E%3Cpath fill='%2375B72B' d='M89.1 113.5c-.7 0-1.4-.4-1.9-1L74.4 91.2H61c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h14.6c.8 0 1.5.4 1.9 1L91 110.1c.6 1 .3 2.4-.7 3-.4.3-.8.4-1.2.4zM75.6 68.9H61c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h14.6c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M75.6 91.2v-4.3c4.7 0 9.2-4.5 9.2-9.2 0-4.6-4.3-8.7-9.2-8.7v-4.3c7.3 0 13.5 6 13.5 13.1s-6.3 13.4-13.5 13.4zM72.4 34.1c-8.3 0-15.1-5.9-15.1-13.1 0-7.2 7.1-13.6 15.1-13.6C80.3 7.4 87 13.6 87 21c0 1.2-1 2.2-2.2 2.2-1.2 0-2.2-1-2.2-2.2 0-5-4.7-9.2-10.2-9.2-5.6 0-10.8 4.4-10.8 9.2 0 4.7 4.9 8.7 10.8 8.7 1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M72.4 56.4c-8.3 0-15.1-5.9-15.1-13.1 0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2 0 4.7 4.9 8.7 10.8 8.7 5.4 0 10.2-4.1 10.2-8.7 0-5-4.7-9.3-10.2-9.3-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2c7.9 0 14.6 6.2 14.6 13.6-.2 7.2-6.8 13.2-14.7 13.2zM112.3 56.4c-1.2 0-2.2-1-2.2-2.2V35.7c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v18.5c0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M103.1 56.4c-6.6 0-11.3-4.8-11.3-11.4 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2c0 4.2 2.8 7.1 7 7.1 3.4 0 7-2.6 7-7.1 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2c-.1 6.4-5.1 11.4-11.5 11.4z'/%3E%3Cpath fill='%2375B72B' d='M112.3 47.2c-1.2 0-2.2-1-2.2-2.2 0-3.7-3.3-7.1-7-7.1-4.4 0-7 3.6-7 7.1 0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2c0-6.4 5-11.4 11.3-11.4 6 0 11.3 5.3 11.3 11.4.2 1.2-.8 2.2-2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M112.3 37.9c-1.2 0-2.2-1-2.2-2.2 0-3.7-3.3-7.1-7-7.1-2.3 0-4.3 1-5.9 3a2.2 2.2 0 1 1-3.4-2.8c2.4-3 5.6-4.6 9.3-4.6 6 0 11.3 5.3 11.3 11.4.1 1.3-.9 2.3-2.1 2.3zM112.3 113.5c-1.2 0-2.2-1-2.2-2.2V83.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v28.3c0 1.2-1 2.1-2.2 2.1zM93.4 103.7c-1.2 0-2.2-1-2.2-2.2V83.1c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v18.5c0 1.2-1 2.1-2.2 2.1z'/%3E%3Cpath fill='%2375B72B' d='M103.1 113.5c-6.6 0-11.9-5.4-11.9-12 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2c0 4.2 3.4 7.6 7.5 7.6 3.8 0 7-3.5 7-7.6 0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2c0 6.6-5.2 12-11.4 12z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-fotoperiodnie {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M23 30.6c-.3 0-.5 0-.8-.1l-4.3-1.6c-1.1-.4-1.7-1.7-1.3-2.8.4-1.1 1.7-1.6 2.8-1.3l4.3 1.6c1.1.4 1.7 1.7 1.3 2.8-.3.9-1.1 1.4-2 1.4zM21.4 47.4h-4.3c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h4.3c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM20.3 64.3c-.9 0-1.7-.5-2-1.4-.4-1.1.1-2.4 1.3-2.8l4.3-1.6c1.1-.4 2.4.1 2.8 1.3s-.1 2.4-1.3 2.8l-4.3 1.6c-.3.1-.5.1-.8.1zM31.6 18.6c-.6 0-1.2-.3-1.7-.8L26.7 14c-.7-.9-.6-2.3.3-3 .9-.8 2.3-.7 3.1.3l3.2 3.8c.8.9.7 2.3-.3 3.1-.4.2-.9.4-1.4.4zM89.4 19.2c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l3.2-3.3c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1L91 18.6c-.5.3-1.1.6-1.6.6zM60.2 46.9c-.6 0-1.1-.2-1.5-.6-.9-.8-.9-2.2 0-3.1l14-14.1c.8-.9 2.2-.9 3.1 0 .9.8.9 2.2 0 3.1l-14 14.1c-.4.4-1 .6-1.6.6z'/%3E%3Cpath fill='%2375B72B' d='M60.2 46.9c-.6 0-1.1-.2-1.5-.6L49.5 37c-.8-.9-.8-2.2 0-3.1.9-.9 2.2-.8 3.1 0l9.2 9.2c.8.9.8 2.2 0 3.1-.5.5-1 .7-1.6.7zM77.5 92.1h-34c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2zM71.6 113.3H49.4c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h22.1c1.2 0 2.2 1 2.2 2.2 0 1.2-.9 2.2-2.1 2.2zM77.5 102.4h-34c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h34c1.2 0 2.2 1 2.2 2.2 0 1.2-1 2.2-2.2 2.2z'/%3E%3Cpath fill='%2375B72B' d='M44 82.3h-.4c-1.2-.2-2-1.4-1.7-2.5 1.3-7.1-1.8-11.3-6.1-17l-1-1.4c-7.1-10.5-7.4-13.2-7.4-20.9 0-18 14.8-32.6 32.9-32.6 18.5 0 32.9 14.3 32.9 32.6 0 8.1-2.7 15.6-7.6 21-.8.9-2.2 1-3.1.2-.9-.8-1-2.2-.2-3.1 4.2-4.7 6.5-11.1 6.5-18.1 0-15.9-12.6-28.3-28.6-28.3-15.7 0-28.6 12.7-28.6 28.3 0 6.8 0 8.6 6.6 18.4l1 1.3c4.4 5.9 8.6 11.4 6.9 20.5-.1.8-1 1.6-2.1 1.6z'/%3E%3Cpath fill='%2375B72B' d='M76.4 82.3c-1 0-1.9-.7-2.1-1.8-1.7-9 2.5-14.6 6.9-20.4l1-1.4c6.6-9.7 6.6-11.5 6.6-18.3 0-15.9-12.6-28.3-28.6-28.3-15.7 0-28.6 12.7-28.6 28.3 0 6.5 2.6 13.1 7 18.1.8.9.7 2.3-.2 3.1-.9.8-2.3.7-3.1-.2-5.1-5.8-8.1-13.4-8.1-21 0-18 14.8-32.6 32.9-32.6C78.6 7.8 93 22.1 93 40.4c0 7.7-.3 10.4-7.4 20.8l-1.1 1.5c-4.3 5.7-7.4 9.9-6.1 17 .2 1.2-.6 2.3-1.7 2.5 0 .1-.2.1-.3.1zM97.5 30.6c-.9 0-1.7-.5-2-1.4-.4-1.1.1-2.4 1.3-2.8l4.3-1.6c1.1-.4 2.4.1 2.8 1.3.4 1.1-.1 2.4-1.3 2.8l-4.3 1.6c-.3 0-.6.1-.8.1zM103.9 47.4H99c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h4.9c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM100.1 64.3c-.3 0-.5 0-.8-.1L95 62.6c-1.1-.4-1.7-1.7-1.3-2.8s1.7-1.6 2.8-1.3l4.3 1.6c1.1.4 1.7 1.7 1.3 2.8-.2.9-1.1 1.4-2 1.4z'/%3E%3Cpath fill='%2375B72B' d='M37.6 47.4H30c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2h7.6c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2zM60.2 19.7c-1.2 0-2.2-1-2.2-2.2V9.9c0-1.2 1-2.2 2.2-2.2 1.2 0 2.2 1 2.2 2.2v7.6c0 1.2-1 2.2-2.2 2.2zM91 47.4h-7.6c-1.2 0-2.2-1-2.2-2.2 0-1.2 1-2.2 2.2-2.2H91c1.2 0 2.2 1 2.2 2.2 0 1.3-1 2.2-2.2 2.2z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-medical {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121 121'%3E%3Cpath fill='%2375B72B' d='M100.1 113.5H20.9c-7.2 0-13-5.9-13-13.1v-49c0-7.2 5.8-13.1 13-13.1h79.3c7.2 0 13 5.9 13 13.1v49c-.1 7.3-5.9 13.1-13.1 13.1zM20.9 42.8c-4.8 0-8.6 3.9-8.6 8.7v49c0 4.8 3.9 8.7 8.6 8.7h79.3c4.8 0 8.6-3.9 8.6-8.7v-49c0-4.8-3.9-8.7-8.6-8.7H20.9zM86.7 28.1c-1.2 0-2.2-1-2.2-2.2 0-7.5-11.1-14.1-23.7-14.1-12.9 0-23.7 6.5-23.7 14.1 0 1.2-1 2.2-2.2 2.2-1.2 0-2.2-1-2.2-2.2 0-10.2 12.6-18.5 28.1-18.5 15.2 0 28.1 8.5 28.1 18.5-.1 1.2-1 2.2-2.2 2.2zM39.7 36.8c-1.2 0-2.2-1-2.2-2.2 0-.4-.1-.6-.2-.6h-5.1v.5c0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2c0-3.6 2-4.9 3.8-4.9h5.9c2.4 0 4.3 2.2 4.3 4.9.1 1.4-.9 2.3-2.1 2.3zM91.5 36.8c-1.2 0-2.2-1-2.2-2.2 0-.4-.1-.6-.2-.6H84v.5c0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2c0-3.6 2-4.9 3.8-4.9h5.9c2.4 0 4.3 2.2 4.3 4.9.1 1.4-.9 2.3-2.1 2.3z'/%3E%3Cpath fill='%2375B72B' d='M66.7 101.6H54.3c-2.3 0-4.3-2.1-4.3-4.3V86.9c0-.5-.1-.5-.5-.5H39.2c-2.3 0-4.3-2.1-4.3-4.3V69.5c0-2.3 2.1-4.3 4.3-4.3h10.2c.4 0 .5-.1.5-.5V54.2c0-2.3 2.1-4.3 4.3-4.3h12.4c2.3 0 4.3 2.1 4.3 4.3v10.3c0 .5.1.5.5.5h10.2c2.3 0 4.3 2.1 4.3 4.3V82c0 2.3-2.1 4.3-4.3 4.3h-10c-.4 0-.5.1-.5.5v10.3c-.1 2.4-2.1 4.5-4.4 4.5zM49.4 82c2.8 0 4.9 2.1 4.9 4.9v10.3h12.2l.1-10.3c0-2.8 2.1-4.9 4.9-4.9h10.2V69.5H71.6c-2.8 0-4.9-2.1-4.9-4.9V54.2H54.3v10.3c0 2.8-2.1 4.9-4.9 4.9H39.2v12.5h10.2z'/%3E%3C/svg%3E") no-repeat 0 0; }

.property-info {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 16a16 16 0 1 1 32 0 16 16 0 0 1-32 0z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath fill='%23fff' d='M13 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0z'/%3E%3C/clipPath%3E%3CclipPath id='c'%3E%3Cpath fill='%23fff' d='M14 15c0-1 1-2 2-2s2 1 2 2v10c0 1-1 2-2 2s-2-1-2-2z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cpath fill='none' stroke='%2374b908' stroke-miterlimit='50' stroke-width='2' d='M0 16a16 16 0 1 1 32 0 16 16 0 0 1-32 0z' clip-path='url(&quot;%23a&quot;)'/%3E%3Cpath fill='none' stroke='%2374b908' stroke-miterlimit='50' stroke-width='2' d='M13 8a3 3 0 1 1 6 0 3 3 0 0 1-6 0z' clip-path='url(&quot;%23b&quot;)'/%3E%3Cpath fill='none' stroke='%2374b908' stroke-miterlimit='50' stroke-width='2' d='M14 15c0-1 1-2 2-2s2 1 2 2v10c0 1-1 2-2 2s-2-1-2-2z' clip-path='url(&quot;%23c&quot;)'/%3E%3C/svg%3E") no-repeat center center; }

/*  BUTTONS
--------------------------*/
.btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 38px;
  font-weight: 600;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #2aa34f;
  border-radius: 3px;
  cursor: pointer; }
  .btn:focus, .btn:active, .btn:active:hover, .btn:active:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn.disabled,
  .btn [disabled] {
    opacity: .75;
    cursor: not-allowed; }

.btn-sm {
  font-size: 0.75rem;
  line-height: 26px;
  font-weight: 400;
  padding: 0 7px; }

.btn-long,
.btn-file {
  display: block;
  width: 100%;
  -webkit-transition: color .3s ease-out, background-color .3s ease-out;
  transition: color .3s ease-out, background-color .3s ease-out; }

.btn-default {
  color: #FFF;
  background-color: #ffbc2b;
  border-color: #ffbc2b; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
    color: #FFF;
    background-color: #ffc445;
    border-color: #ffc445; }

.btn-default-inverted {
  color: #ffbc2b;
  background-color: #FFF;
  border-color: #ffbc2b; }
  .btn-default-inverted:hover, .btn-default-inverted:focus, .btn-default-inverted:active, .btn-default-inverted:active:hover, .btn-default-inverted:active:focus {
    color: #ffbc2b;
    background-color: #FFF;
    border-color: #ffbc2b; }

.btn-primary {
  color: #2aa34f;
  background-color: #FFF; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
    color: #FFF;
    background-color: #2aa34f;
    border-color: #2aa34f; }

.btn-secondary {
  color: #DD662E;
  background-color: #FFF;
  border-color: #DD662E; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover, .btn-secondary:active:focus {
    color: #DD662E; }

.btn-inverted {
  color: #FFF;
  background-color: #2aa34f;
  border-color: #FFF; }
  .btn-inverted:hover, .btn-inverted:focus, .btn-inverted:active, .btn-inverted:active:hover, .btn-inverted:active:focus {
    color: #2aa34f;
    background-color: #FFF; }

.btn-advanced {
  color: #FFF;
  background-color: #1A1A1A;
  border-color: #1A1A1A; }
  .btn-advanced:hover, .btn-advanced:focus, .btn-advanced:active, .btn-advanced:active:hover, .btn-advanced:active:focus {
    color: #FFF;
    background-color: #4C4C4C;
    border-color: #4C4C4C; }

.btn-clean {
  color: #BCBCBC;
  background-color: #FFF;
  border-color: #BCBCBC; }
  .btn-clean:hover, .btn-clean:focus, .btn-clean:active, .btn-clean:active:hover, .btn-clean:active:focus {
    color: #BCBCBC; }

.btn-no-events {
  pointer-events: none; }

/* BUTTONS GROUP */
.buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* PLUS-MINUS COUNTER WIDGET
-----------------------------*/
.counter__widget {
  font-size: 0;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px; }
  .counter__widget .input-number {
    vertical-align: middle;
    line-height: 25px;
    width: 30px;
    padding: 0;
    font-size: 1rem;
    border: none;
    text-align: center;
    pointer-events: none;
    cursor: default; }
  .counter__widget .btn-number {
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    border: none; }
    .counter__widget .btn-number i::before {
      content: '';
      display: block;
      width: 25px;
      height: 25px; }
    .counter__widget .btn-number i.minus::before {
      background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13' height='2'%3E%3Cdefs%3E%3Cpath id='a' d='M1226.805 647.574h12.138'/%3E%3C/defs%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23999' stroke-miterlimit='50' xlink:href='%23a' transform='translate(-1226 -647)'/%3E%3C/svg%3E") no-repeat center center; }
    .counter__widget .btn-number i.plus::before {
      background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13' height='13'%3E%3Cdefs%3E%3Cpath id='a' d='M1283.687 647.574h12.138'/%3E%3Cpath id='b' d='M1289.756 653.643v-12.138'/%3E%3C/defs%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23999' stroke-miterlimit='50' xlink:href='%23a' transform='translate(-1283 -641)'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23999' stroke-miterlimit='50' xlink:href='%23b' transform='translate(-1283 -641)'/%3E%3C/svg%3E") no-repeat center center; }

/* TRANSITIONS */
.btn,
button,
input,
a {
  -webkit-transition: background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out;
  transition: background-color .3s ease-out, border-color .3s ease-out, color .3s ease-out; }

/* STANDARD TITLES CLASSES */
.title-xl,
.title-lg,
.title-md,
.title-sm,
.title-xs {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.2;
  font-weight: 700; }
  .title-xl a:hover,
  .title-lg a:hover,
  .title-md a:hover,
  .title-sm a:hover,
  .title-xs a:hover {
    color: inherit; }

.title-xl {
  font-size: 1.5625rem;
  margin: 20px 0; }

.title-lg {
  font-size: 1.25rem;
  margin: 15px 0; }

.title-md {
  margin: 10px 0;
  font-size: 1.125rem; }

.title-sm {
  margin: 7px 0;
  font-size: 1rem;
  font-weight: 700; }

.title-xs {
  margin: 7px 0;
  font-size: 0.875rem;
  font-weight: 700; }

.title-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  line-height: 61px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #FFF;
  background-color: #2aa34f;
  border-bottom: 1px solid #EDEDED;
  z-index: 1250; }
  .title-mobile-overlay .btn-close {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #2aa34f; }
    .title-mobile-overlay .btn-close svg {
      fill: #FFF; }

/* STANDARD TITLES TAGS */
h1, h2, h3, h4, h5, h6 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.2; }

h1 {
  font-size: 1.5625rem;
  font-weight: 500; }
  h1.title {
    margin: 20px 0; }

h2 {
  font-size: 1.25rem;
  font-weight: 500; }
  h2.title {
    margin: 15px 0; }

h3 {
  font-size: 1.125rem;
  font-weight: 500; }
  h3.title {
    margin: 10px 0; }

h4 {
  font-size: 1rem;
  font-weight: 700; }
  h4.title {
    margin: 7px 0; }

h5, h6 {
  font-size: 0.875rem;
  font-weight: 700; }
  h5.title, h6.title {
    margin: 7px 0; }

/* STANDARD TITLES CONTAINERS
for compose in one line title + button or something else */
.title-container,
.title-container-xl,
.title-container-lg,
.title-container-md,
.title-container-sm,
.title-container-xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.title-container-xl .title-xl,
.title-container-xl .title-lg,
.title-container-xl .title-md,
.title-container-xl .title-sm,
.title-container-xl .title-xs,
.title-container-xl h1,
.title-container-xl h2,
.title-container-xl h3,
.title-container-xl h4,
.title-container-xl h5,
.title-container-xl h6,
.title-container-lg .title-xl,
.title-container-lg .title-lg,
.title-container-lg .title-md,
.title-container-lg .title-sm,
.title-container-lg .title-xs,
.title-container-lg h1,
.title-container-lg h2,
.title-container-lg h3,
.title-container-lg h4,
.title-container-lg h5,
.title-container-lg h6,
.title-container-md .title-xl,
.title-container-md .title-lg,
.title-container-md .title-md,
.title-container-md .title-sm,
.title-container-md .title-xs,
.title-container-md h1,
.title-container-md h2,
.title-container-md h3,
.title-container-md h4,
.title-container-md h5,
.title-container-md h6,
.title-container-sm .title-xl,
.title-container-sm .title-lg,
.title-container-sm .title-md,
.title-container-sm .title-sm,
.title-container-sm .title-xs,
.title-container-sm h1,
.title-container-sm h2,
.title-container-sm h3,
.title-container-sm h4,
.title-container-sm h5,
.title-container-sm h6,
.title-container-xs .title-xl,
.title-container-xs .title-lg,
.title-container-xs .title-md,
.title-container-xs .title-sm,
.title-container-xs .title-xs,
.title-container-xs h1,
.title-container-xs h2,
.title-container-xs h3,
.title-container-xs h4,
.title-container-xs h5,
.title-container-xs h6 {
  margin: 0;
  padding-right: 10px; }

.title-container-xl {
  padding: 30px 15px 15px 0; }

.title-container-lg {
  margin: 15px 0; }

.title-container-md {
  margin: 10px 0; }

.title-container-sm,
.title-container-xs {
  margin: 7px 0; }

/*  INPUTS
---------------------------*/
input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  /* reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  resize: vertical; }

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer; }
  label span {
    vertical-align: middle; }

.form-control {
  height: 40px;
  border-radius: 3px;
  border-color: #e5e5e5;
  font-weight: 400; }

.form-control--no-border {
  border: none; }

.form-control:focus {
  -webkit-box-shadow: 0 0 7px #fce1d8;
          box-shadow: 0 0 7px #fce1d8;
  border-color: #dcdcdc;
  outline: 0 none; }

/* CHECK-STYLER */
input[type="checkbox"],
input[type="radio"] {
  width: 0;
  height: 0;
  visibility: hidden; }

.pseudo-checkbox,
.pseudo-radio {
  display: inline-block;
  height: 25px;
  width: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer; }

.pseudo-checkbox {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg fill='%23fff' stroke='%238B8B8B'%3E%3Crect width='23' height='23' rx='4' stroke='none' /%3E%3Crect x='.5' y='.5' width='22' height='22' rx='3.5' fill='none' /%3E%3C/g%3E%3C/svg%3E") center center no-repeat; }

input:checked + .pseudo-checkbox {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M341 295c0-2.5 2.5-5 5-5h15c2.5 0 5 2.5 5 5v15c0 2.5-2.5 5-5 5h-15c-2.5 0-5-2.5-5-5z'/%3E%3Cpath id='b' d='M346.17 302.39a.63.63 0 0 1-.17-.41c0-.12.06-.29.17-.4l.82-.82a.56.56 0 0 1 .81 0l.06.06 3.2 3.42a.28.28 0 0 0 .4 0l7.78-8.07h.05a.56.56 0 0 1 .82 0l.81.82a.56.56 0 0 1 0 .81l-9.29 9.64a.53.53 0 0 1-.4.17.53.53 0 0 1-.41-.17l-4.53-4.88-.12-.17z'/%3E%3C/defs%3E%3Cuse fill='%232AA34F' xlink:href='%23a' transform='translate(-341 -290)'/%3E%3Cuse fill='%23fff' xlink:href='%23b' transform='translate(-341 -290)'/%3E%3C/svg%3E") center center no-repeat; }

input:disabled + .pseudo-checkbox,
input:checked:disabled + .pseudo-checkbox {
  opacity: .5;
  cursor: default; }

input.dark + .pseudo-checkbox {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M975 4726.01c0-2.5 2.5-5 5-5h15c2.5 0 5 2.5 5 5v15c0 2.5-2.5 5-5 5h-15c-2.5 0-5-2.5-5-5z'/%3E%3C/defs%3E%3Cuse fill='%23fc5c7d' xlink:href='%23a' transform='translate(-975 -4721)'/%3E%3C/svg%3E") center center no-repeat; }

input.dark:checked + .pseudo-checkbox {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M975 4726.01c0-2.5 2.5-5 5-5h15c2.5 0 5 2.5 5 5v15c0 2.5-2.5 5-5 5h-15c-2.5 0-5-2.5-5-5z'/%3E%3Cpath id='b' d='M980.17 4733.4a.63.63 0 0 1-.17-.4c0-.13.06-.3.17-.42l.82-.8a.56.56 0 0 1 .81 0l.06.05 3.2 3.42a.28.28 0 0 0 .4 0l7.78-8.06h.05a.56.56 0 0 1 .82 0l.81.8a.56.56 0 0 1 0 .82l-9.29 9.64a.53.53 0 0 1-.4.17.53.53 0 0 1-.41-.17l-4.53-4.88-.12-.17z'/%3E%3C/defs%3E%3Cuse fill='%23fc5c7d' xlink:href='%23a' transform='translate(-975 -4721)'/%3E%3Cuse fill='%23fff' xlink:href='%23b' transform='translate(-975 -4721)'/%3E%3C/svg%3E") center center no-repeat; }

.pseudo-radio {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M431 1436.53c0-6.25 6.25-12.5 12.5-12.5s12.5 6.25 12.5 12.5-6.25 12.5-12.5 12.5-12.5-6.25-12.5-12.5z'/%3E%3CclipPath id='b'%3E%3Cuse fill='%23fff' xlink:href='%23a'/%3E%3C/clipPath%3E%3C/defs%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%236a82fb' stroke-miterlimit='50' stroke-width='2' clip-path='url(&quot;%23b&quot;)' xlink:href='%23a' transform='translate(-431 -1424)'/%3E%3C/svg%3E") center center no-repeat; }

input:checked + .pseudo-radio {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25'%3E%3Cdefs%3E%3Cpath id='a' d='M431 1396.53c0-6.25 6.25-12.5 12.5-12.5s12.5 6.25 12.5 12.5-6.25 12.5-12.5 12.5-12.5-6.25-12.5-12.5z'/%3E%3Cpath id='b' d='M433.49 1396.53c0-5 5-10.01 10.01-10.01s10.01 5 10.01 10c0 5.01-5 10.02-10.01 10.02s-10.01-5-10.01-10.01z'/%3E%3Cpath id='c' d='M438.51 1396.53c0-2.5 2.5-4.99 4.99-4.99s4.99 2.5 4.99 4.99-2.5 4.99-4.99 4.99-4.99-2.5-4.99-5z'/%3E%3C/defs%3E%3Cuse fill='%236a82fb' xlink:href='%23a' transform='translate(-431 -1384)'/%3E%3Cuse fill='%23fff' xlink:href='%23b' transform='translate(-431 -1384)'/%3E%3Cuse fill='%236a82fb' xlink:href='%23c' transform='translate(-431 -1384)'/%3E%3C/svg%3E") center center no-repeat; }

input:disabled + .pseudo-radio,
input:checked:disabled + .pseudo-radio {
  opacity: .5;
  cursor: default; }

/* TOP LINE
------------------------------*/
.topline {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  line-height: 62px;
  background: #fff;
  -webkit-transition: line-height .1s ease-out;
  transition: line-height .1s ease-out; }

.topline__profile {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out; }

.topline__logout {
  padding: 0;
  border: none;
  background-color: transparent; }
  .topline__logout:hover {
    color: #2aa34f; }

.logo {
  font-size: 0;
  width: 25px;
  overflow: hidden; }
  .logo a {
    display: inline-block; }
  .logo img {
    width: 92px;
    height: auto;
    -webkit-transition: height .1s ease-out;
    transition: height .1s ease-out; }

.topline__btns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  text-align: right; }
  .topline__btns-container li {
    display: inline-block; }
    .topline__btns-container li:first-child {
      margin-left: 0; }

.topline__btn {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out; }
  .topline__btn svg {
    display: inline-block;
    width: inherit;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: #2aa34f; }
  .topline__btn.opened {
    background-color: #efefef; }

.topline__btn-count,
.topline__overlay-item-count {
  position: absolute;
  top: 0px;
  right: -3px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background-color: #DD662E; }

.topline__overlay-item-count {
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.header {
  padding-top: 62px;
  margin-bottom: 39px;
  background-color: #2aa34f; }

.topline__btn-basket-price {
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #2aa34f; }
  .topline__btn-basket-price .rub-short svg {
    width: 12px;
    height: 12px;
    fill: #2aa34f; }

/* OVERLAYS STYLES
------------------------------*/
.catalog-menu__container {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 15px;
  background: #2aa34f;
  z-index: 900;
  -webkit-transition: top .2s ease-out;
  transition: top .2s ease-out; }
  .catalog-menu__container.on-scroll-down-hidden {
    top: 22px; }
  .catalog-menu__container .chevron-right {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -14px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .catalog-menu__container .chevron-right svg {
    fill: currentColor;
    width: 8px;
    height: 14px;
    vertical-align: middle; }

.catalog-menu__container.opened .catalog-menu__list {
  display: block; }

.catalog-menu__container.opened .chevron-right {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.catalog-menu__list {
  width: 100%;
  position: fixed;
  top: 102px;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  overflow-y: auto; }

.catalog-menu__button {
  border: none;
  text-align: left;
  font-size: 1rem;
  background: transparent;
  line-height: 40px;
  padding: 0;
  text-transform: none;
  width: 100%;
  color: #fff;
  border-radius: 20px; }
  .catalog-menu__button.opened {
    border-radius: 20px 20px 0 0; }

.catalog-menu__inner {
  color: inherit;
  font-weight: 600; }

.catalog-menu__header {
  background: #F7F7F7; }

.catalog-menu__item,
.topline__mobile-profile-menu-item {
  background: #fff; }

.topline__mobile-profile-menu.opened,
.header-search__container.opened {
  display: block;
  margin: 0;
  position: fixed;
  top: 102px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.topline__mobile-profile-menu-item button span {
  padding: 0;
  font-weight: normal; }

/*CURRENCY CHANGE*/
.change-currency-container {
  padding: 0;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  position: absolute;
  border: 1px solid #2aa34f;
  border-radius: 5px;
  background: #fff;
  z-index: 100; }

.change-currency-container__item {
  display: block !important;
  line-height: 40px;
  height: 40px;
  text-align: center; }

.change-currency-container__item:hover,
.change-currency-container__item.active {
  background: #2aa34f;
  color: #fff; }

/*	=REDEFINITIONS
------------------------------> */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.menu__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  text-align: center; }
  .menu__item .dropdown-menu {
    min-width: 260px;
    top: 110%;
    opacity: 0; }
  .menu__item:hover .dropdown-menu {
    display: block;
    -webkit-animation: smooth-appearance 200ms ease-out forwards;
            animation: smooth-appearance 200ms ease-out forwards; }
  .menu__item:hover .dropdown-caret {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.menu__link {
  display: block;
  color: #000;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out; }
  .menu__link:hover, .menu__link:focus, .menu__link:active, .menu__link:active:focus {
    color: #2aa34f; }

.dropdown-caret {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.17' height='7.002'%3E%3Cpath stroke='%23000' d='M5.837 6.397L.664 1.229a.426.426 0 0 1 0-.564.426.426 0 0 1 .564 0l4.889 4.894L11.006.665a.426.426 0 0 1 .558 0 .425.425 0 0 1 0 .559L6.396 6.397a.426.426 0 0 1-.559 0z'/%3E%3C/svg%3E") no-repeat center center;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
  transition: transform .15s ease-out, -webkit-transform .15s ease-out; }

.dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  min-width: auto;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }
  .dropdown-menu .dropdown-header,
  .dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
    line-height: 40px; }
    .dropdown-menu .dropdown-header a,
    .dropdown-menu .dropdown-header button,
    .dropdown-menu li a,
    .dropdown-menu li button {
      position: relative;
      width: 100%;
      line-height: inherit;
      padding: 0 15px;
      border: none;
      border-left: 0 solid #2aa34f;
      text-align: left;
      background: inherit;
      -webkit-transition: border-left .15s ease-out, background-color .15s ease-out;
      transition: border-left .15s ease-out, background-color .15s ease-out; }
      .dropdown-menu .dropdown-header a:hover,
      .dropdown-menu .dropdown-header button:hover,
      .dropdown-menu li a:hover,
      .dropdown-menu li button:hover {
        background-color: #F7F7F7;
        border-left: 4px solid #2aa34f; }
      .dropdown-menu .dropdown-header a::after,
      .dropdown-menu .dropdown-header button::after,
      .dropdown-menu li a::after,
      .dropdown-menu li button::after {
        content: '';
        height: 30px;
        width: 7px;
        position: absolute;
        margin-top: -15px;
        top: 50%;
        right: 15px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%23bfbfbf' d='M.713 13.676c-.16-.16-.16-.475 0-.63l5.513-5.518L.713 2.016c-.16-.16-.16-.475 0-.63.155-.16.47-.16.63 0l5.826 5.827c.082.08.121.2.121.317a.43.43 0 0 1-.121.313l-5.825 5.833a.465.465 0 0 1-.318.116.442.442 0 0 1-.313-.116z'/%3E%3C/svg%3E") no-repeat center center; }
    .dropdown-menu .dropdown-header .catalog-menu__header-link::after,
    .dropdown-menu li .catalog-menu__header-link::after {
      display: none; }
    .dropdown-menu .dropdown-header span,
    .dropdown-menu li span {
      display: block;
      width: 100%;
      line-height: 40px;
      padding: 0 15px;
      border-left: 1px solid #EAEAEA;
      border-right: 1px solid #EAEAEA;
      text-align: left;
      background: inherit;
      font-weight: bold; }
  .dropdown-menu .dropdown-header {
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 15px; }
    .dropdown-menu .dropdown-header a {
      color: #2aa34f;
      font-weight: 600; }
      .dropdown-menu .dropdown-header a:hover {
        color: #2aa34f; }
    .dropdown-menu .dropdown-header .catalog-menu__header-link {
      background: #ffbc2b;
      border-radius: 20px;
      color: #fff;
      text-align: center; }
    .dropdown-menu .dropdown-header .catalog-menu__header-link:hover {
      background-color: #ffc445;
      color: #fff;
      border-left: none; }
  .dropdown-menu .dropdown-empty-separator {
    color: #c1c1c1;
    line-height: 38px;
    padding: 10px 15px 0; }
  .dropdown-menu .dropdown-menu__item {
    border-bottom: 1px solid #E5E5E5; }
  .dropdown-menu .dropdown-menu__link {
    position: relative;
    line-height: 36px;
    padding: 0 30px 0 15px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5; }
    .dropdown-menu .dropdown-menu__link:hover {
      color: #000; }

/* =animations */
@-webkit-keyframes smooth-appearance {
  to {
    opacity: 1;
    top: 100%; } }
@keyframes smooth-appearance {
  to {
    opacity: 1;
    top: 100%; } }

/*	=REDEFINITIONS
<------------------------------ */
/* MOBILE MENU
------------------------------*/
.topline__mobile-menui-button {
  vertical-align: middle;
  display: inline-block;
  padding: 6px 0 0;
  cursor: pointer; }

.topline__mobile-menui-button.opened .mobile-button__line {
  width: 0; }

.topline__mobile-menui-button.opened .mobile-button__line:first-child,
.topline__mobile-menui-button.opened .mobile-button__line:last-child {
  display: block;
  width: 29px;
  -webkit-transform: rotate(45deg) translate(4.5px, 8.5px);
      -ms-transform: rotate(45deg) translate(4.5px, 8.5px);
          transform: rotate(45deg) translate(4.5px, 8.5px); }

.topline__mobile-menui-button.opened .mobile-button__line:last-child {
  -webkit-transform: rotate(-45deg) translate(4px, -8px);
      -ms-transform: rotate(-45deg) translate(4px, -8px);
          transform: rotate(-45deg) translate(4px, -8px); }

.mobile-button__line {
  width: 24px;
  height: 2px;
  background-color: #2aa34f;
  margin-bottom: 7px;
  -webkit-transition: width .3s ease-out, -webkit-transform .3s ease-out;
  transition: width .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, width .3s ease-out;
  transition: transform .3s ease-out, width .3s ease-out, -webkit-transform .3s ease-out; }

/* MOBILE MENU OVERLAY
------------------------------*/
.mobile-menu--overlay {
  display: none;
  z-index: 1200;
  background: #F7F7F7; }
  .mobile-menu--overlay.opened {
    display: block;
    margin: 0;
    position: fixed;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto; }
  .mobile-menu--overlay .mobile-menu__item,
  .mobile-menu--overlay .mobile-menu__item-title {
    display: block;
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 38px;
    font-size: 0.875rem; }
  .mobile-menu--overlay .mobile-menu__item {
    color: #000;
    background: #fff;
    border-left: 0 solid #2aa34f;
    -webkit-transition: border-left .15s ease-out;
    transition: border-left .15s ease-out; }
    .mobile-menu--overlay .mobile-menu__item:first-child {
      border-top: 1px solid #E5E5E5; }
    .mobile-menu--overlay .mobile-menu__item:hover {
      color: #000;
      border-left: 4px solid #2aa34f; }
    .mobile-menu--overlay .mobile-menu__item::after {
      content: '';
      display: block;
      width: 7px;
      height: 30px;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -15px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%23bfbfbf' d='M.713 13.676c-.16-.16-.16-.475 0-.63l5.513-5.518L.713 2.016c-.16-.16-.16-.475 0-.63.155-.16.47-.16.63 0l5.826 5.827c.082.08.121.2.121.317a.43.43 0 0 1-.121.313l-5.825 5.833a.465.465 0 0 1-.318.116.442.442 0 0 1-.313-.116z'/%3E%3C/svg%3E") no-repeat center center; }
  .mobile-menu--overlay .mobile-menu__item-title {
    padding-top: 10px;
    color: #C1C1C1;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .mobile-menu--overlay .mobile-menu__item--marked {
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
    border-bottom: none;
    background: #2aa34f; }
    .mobile-menu--overlay .mobile-menu__item--marked:hover {
      color: #fff;
      border-left: none; }
    .mobile-menu--overlay .mobile-menu__item--marked::after {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%23fff' d='M.713 13.676c-.16-.16-.16-.475 0-.63l5.513-5.518L.713 2.016c-.16-.16-.16-.475 0-.63.155-.16.47-.16.63 0l5.826 5.827c.082.08.121.2.121.317a.43.43 0 0 1-.121.313l-5.825 5.833a.465.465 0 0 1-.318.116.442.442 0 0 1-.313-.116z'/%3E%3C/svg%3E") no-repeat center center; }

/* SEARCH
-----------------------------*/
.header-search__input-container {
  margin-bottom: 0; }
  .header-search__input-container input {
    border-radius: 20px; }

.header-search__container {
  padding: 0 15px;
  display: none;
  background-color: #FFF;
  top: 200px;
  z-index: 1200; }

.header-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  border: none;
  border-left: 1px solid #2aa34f;
  border-radius: 0 20px 20px 0;
  letter-spacing: 1px;
  background: #FFF; }
  .header-search__submit:hover, .header-search__submit:focus {
    background-color: #fce1d8; }
  .header-search__submit svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #2aa34f; }

/* AUTOCOMPLETE STYLES
-------------------------------- */
.search-autocomplete__wrap,
.advanced-search__button {
  margin-top: 20px;
  border: 1px solid #2aa34f;
  border-radius: 3px; }

.search-autocomplete__wrap {
  position: relative; }

.search-autocomplete__list {
  position: absolute;
  margin: 1px -1px;
  right: 0;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 900;
  padding: 0;
  list-style: none;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: none;
  border-radius: 0 0 3px 3px; }

.search-autocomplete__list--order-form {
  top: calc(100% - 10px); }

.search-autocomplete__item {
  cursor: pointer; }
  .search-autocomplete__item:hover, .search-autocomplete__item:focus {
    color: #80BF1E;
    background: #DFDFDF; }

.search-autocomplete__item-link {
  display: block;
  padding-left: 15px;
  margin: 0;
  line-height: 28px;
  border: none;
  color: inherit; }
  .search-autocomplete__item-link:hover, .search-autocomplete__item-link:focus {
    color: #80BF1E;
    background: #DFDFDF;
    outline: none; }

.search-autocomplete__item-text {
  margin: 0;
  padding-left: 10px; }

.search-autocomplete__name {
  margin-bottom: 0;
  display: inline-block;
  max-width: calc(100% - 110px); }

.search-autocomplete__not-available {
  float: right;
  color: #80BF1E;
  background: #F7F7F7;
  line-height: 20px;
  padding: 0 5px;
  font-size: .8em;
  font-weight: 500;
  margin: 4px 5px 0 0; }

.header-search__submit-mobile,
.advanced-search__button {
  width: 100%; }

.header-search__submit-mobile {
  margin-top: 20px; }

/* REGIONS SEARCH-FILTER
-------------------------------- */
.choose-region__wrap {
  position: relative;
  width: 100%;
  margin: 10px 0; }

.choose-region__select {
  padding: 8px 10px;
  border: 1px solid #CCC;
  background: #FFF;
  line-height: inherit;
  height: 100%; }
  .choose-region__select::after {
    content: '\2BC6';
    font-size: 0.625rem;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #000; }

.choose-region__dropped-elements {
  position: absolute;
  top: 30px;
  z-index: 999;
  width: 100%;
  border: 1px solid #CCC;
  border-top: none;
  background: #FFF; }
  .choose-region__dropped-elements input[type="text"].choose-region__filter {
    float: none;
    width: calc(100% - 20px) !important;
    margin-left: 10px; }

.choose-region__filter {
  margin: 5px;
  padding: 4px; }

.choose-region__list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto; }

.choose-region__item {
  cursor: pointer;
  padding: 6px; }
  .choose-region__item:hover, .choose-region__item:focus {
    color: #FFF;
    background: #2aa34f; }

.choose-region__item_current {
  background: #DDD; }

.advanced-search__button {
  border-radius: 20px; }

/*	=FOOTER
-----------------------------*/
footer .title {
  text-align: center; }

.footer__container {
  padding: 35px 0;
  background-color: #2aa34f; }
  .footer__container a:hover,
  .footer__container a:focus {
    color: #ffffff;
    opacity: 0.8; }

.footer__menus {
  margin-bottom: 15px; }

.footer__menus-item {
  text-align: center; }
  .footer__menus-item a {
    color: #fff; }

/* =footer menu */
.footer-menu__title {
  color: #BCBCBC;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: .8px;
  text-transform: uppercase; }

.footer-menu__item {
  line-height: 35px; }
  .footer-menu__item a {
    display: inline-block;
    border: none;
    color: #000;
    font-size: 0.875rem;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out; }

/* =footer logo */
.footer__logo-container {
  margin: -35px 0 30px 10px; }

.footer__logo {
  margin: 0 auto;
  font-size: 0;
  width: 38px;
  overflow: hidden; }
  .footer__logo img {
    width: 135px;
    height: auto; }

/* =footer social icons */

.footer-social__container,
.footer-partners__container {
  margin-bottom: 25px; }
  .footer-social__container .title,
  .footer-partners__container .title {
    margin: 0 0 10px; }

.footer-social__nav {
  text-align: center;
  font-size: 0; }

.footer-social__link {
  display: inline-block;
  margin-right: 3.5vmax; }
  .footer-social__link:last-child {
    margin: 0; }
  .footer-social__link svg {
    width: 30px;
    height: 30px;
    fill: #6A6A6A;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out; }
  .footer-social__link.vk:hover svg {
    fill: #4D76A5; }
  .footer-social__link.telegram:hover svg {
    fill: #61A8DE; }
  .footer-social__link.instagram:hover svg {
    fill: #DE2D7E; }
  .footer-social__link.vimeo:hover svg {
    fill: #1AB1E3; }
  .footer-social__link.ok:hover svg {
    fill: #EE8208; }

.copyright__container {
  color: #fff;
  padding-bottom: 15px; }

.copyright__text {
  display: block;
  text-align: center; }

/*	=GLIDE SLIDER
------------------------------ */
.glide {
  position: relative;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  /*&:hover {
        .glide__arrow,
        .glide__bullets {
            opacity: 1;
        }
    }*/ }
  .glide--hide-before-init {
    opacity: 0;
    -webkit-transition: none;
    transition: none; }
  .glide img {
    font-size: 0; }

.glide__slides {
  margin-bottom: 0; }

.glide__slide {
  position: relative; }

.glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 60px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-out, border-color .3s ease-out;
  transition: opacity .3s ease-out, border-color .3s ease-out;
  /*@media screen and (min-width: 992px) {
        opacity: 0;
    }*/ }
  .glide__arrow--left {
    left: 0;
    background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%236a82fb' d='M7.17 1.38c.16.16.16.48 0 .63L1.66 7.53l5.51 5.51c.16.16.16.48 0 .63-.15.16-.47.16-.63 0L.71 7.85a.44.44 0 0 1-.12-.32.43.43 0 0 1 .12-.31l5.83-5.84a.47.47 0 0 1 .32-.11.44.44 0 0 1 .31.11z'/%3E%3C/svg%3E") no-repeat 47% center;
    background-size: 8px 15px; }
  .glide__arrow--right {
    right: 0;
    background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%236a82fb' d='M.713 13.676c-.16-.16-.16-.475 0-.63l5.513-5.518L.713 2.016c-.16-.16-.16-.475 0-.63.155-.16.47-.16.63 0l5.826 5.827c.082.08.121.2.121.317a.43.43 0 0 1-.121.313l-5.825 5.833a.465.465 0 0 1-.318.116.442.442 0 0 1-.313-.116z'/%3E%3C/svg%3E") no-repeat 53% center;
    background-size: 8px 15px; }
  .glide__arrow:hover {
    border-color: #2aa34f; }

.glide__bullets {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  /*opacity: 1;
    transition: opacity .3s ease-out;*/ }

.glide__bullet {
  display: inline-block;
  padding: 4px;
  margin: 15px 3px;
  background: #E5E5E5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .glide__bullet:hover {
    background-color: #BCBCBC; }
  .glide__bullet--active {
    background-color: #2aa34f; }
    .glide__bullet--active:hover {
      background-color: #2aa34f; }

/* MAIN BANNER */
.top-banner {
  border: 1px solid #E5E5E5;
  background-color: #E5E5E5;
  position: relative; }
  .top-banner img {
    width: 100%;
    height: auto; }
  .top-banner .desktop,
  .top-banner .glide__arrows {
    display: none; }

/* NEWS & ARTICLES WIDGETS */
.widget-news__list,
.widget-articles__list {
  margin-bottom: 0; }
  .widget-news__list > :last-child,
  .widget-articles__list > :last-child {
    margin-bottom: inherit; }

.widget-news__item,
.widget-articles__item {
  background-color: #FFF;
  margin-bottom: 15px; }

.widget-news__link,
.widget-articles__link {
  display: inline-block;
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  width: 100%; }
  .widget-news__link:hover,
  .widget-articles__link:hover {
    background: #ffbc2b; }

.widget-news__date,
.widget-articles__date {
  font-size: 0.75rem;
  display: block;
  color: #999; }

.widget-news__name,
.widget-articles__name {
  font-size: 1rem;
  line-height: 20px;
  margin: 0; }
  .widget-news__name:hover,
  .widget-articles__name:hover {
    color: inherit; }

.collections-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #ffbc2b;
  border-radius: 3px;
  color: #ffbc2b; }
  .collections-panel .mobile-filter__button,
  .collections-panel .mobile-sort__button,
  .collections-panel .view-type__container {
    padding: 0 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    border: none;
    border-right: 1px solid #ffbc2b;
    color: inherit;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 600; }
  .collections-panel .mobile-filter__button:hover,
  .collections-panel .mobile-sort__button:hover,
  .collections-panel .view-type__container:hover {
    background: transparent;
    color: inherit; }
  .collections-panel .mobile-filter__button .remove,
  .collections-panel .mobile-filter__button i {
    display: none; }
  .collections-panel *:last-child {
    border-right: none; }

/* = SORT PANEL
----------------------------->*/
.category-sort__container {
  display: none;
  font-size: 0.875rem;
  line-height: 48px; }
  .category-sort__container.opened {
    display: block;
    position: fixed;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 1200; }

.sorting-panel__sort-by {
  float: left;
  padding: 0 15px; }

.sorting-panel__item {
  display: block;
  padding: 0 15px;
  color: #000;
  border-bottom: 1px solid #EDEDED;
  cursor: pointer; }
  .sorting-panel__item.active {
    color: #000;
    -webkit-box-shadow: inset 0px -3px 0 #ffbc2b;
            box-shadow: inset 0px -3px 0 #ffbc2b; }
    .sorting-panel__item.active::after {
      content: '';
      display: inline-block;
      width: 22px;
      height: 10px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.17' height='7.002'%3E%3Cpath stroke='%23000' d='M5.837 6.397L.664 1.229a.426.426 0 0 1 0-.564.426.426 0 0 1 .564 0l4.889 4.894L11.006.665a.426.426 0 0 1 .558 0 .425.425 0 0 1 0 .559L6.396 6.397a.426.426 0 0 1-.559 0z'/%3E%3C/svg%3E") no-repeat center center; }
    .sorting-panel__item.active.asc::after {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath stroke='%23000' d='M13.09 8.077c-.16.16-.475.16-.63 0L6.942 2.564 1.43 8.077c-.16.16-.476.16-.63 0-.16-.155-.16-.47 0-.63l5.827-5.826a.445.445 0 0 1 .317-.121.43.43 0 0 1 .313.121l5.833 5.826c.077.081.116.2.116.317a.442.442 0 0 1-.116.313z'/%3E%3C/svg%3E") no-repeat center center; }

.view-type__container {
  line-height: 40px;
  height: 40px;
  width: 40px;
  position: relative; }
  .view-type__container .title {
    float: left;
    padding: 0 15px; }
  .view-type__container .view-type__item {
    position: absolute;
    cursor: pointer;
    height: 40px;
    width: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
            transform: translateX(-50%) scale(0.8);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='22'%3E%3Cdefs%3E%3Cpath id='a' d='M1560 531v-2h24v2z'/%3E%3Cpath id='b' d='M1560 541v-2h24v2z'/%3E%3Cpath id='c' d='M1560 551v-2h24v2z'/%3E%3C/defs%3E%3Cuse fill='%23ffbc2b' xlink:href='%23a' transform='translate(-1560 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23b' transform='translate(-1560 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23c' transform='translate(-1560 -529)'/%3E%3C/svg%3E") no-repeat center center; }
    .view-type__container .view-type__item:last-child {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='22'%3E%3Cdefs%3E%3Cpath id='a' d='M1521 530.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='b' d='M1521 540.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='c' d='M1521 549.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='d' d='M1511 530.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='e' d='M1531 530.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='f' d='M1511 540.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='g' d='M1531 540.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='h' d='M1511 549.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3Cpath id='i' d='M1531 549.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z'/%3E%3C/defs%3E%3Cuse fill='%23ffbc2b' xlink:href='%23a' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23b' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23c' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23d' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23e' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23f' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23g' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23h' transform='translate(-1511 -529)'/%3E%3Cuse fill='%23ffbc2b' xlink:href='%23i' transform='translate(-1511 -529)'/%3E%3C/svg%3E") no-repeat center center; }
    .view-type__container .view-type__item.active {
      background-color: #fff;
      background-image: none;
      z-index: -1; }

/* =CATALOG MOBILE SORT BUTTON
-----------------------------*/
.mobile-sort__button {
  display: block; }
  .mobile-sort__button .sort-order::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.238' height='8.119'%3E%3Cpath d='M6.414 7.825L.292 1.702a1 1 0 1 1 1.41-1.41L7.119 5.71 12.536.292a1 1 0 1 1 1.41 1.41L7.824 7.825a.994.994 0 0 1-1.41 0z' fill='%2374b908'/%3E%3C/svg%3E") no-repeat center center; }
  .mobile-sort__button .sort-order.asc::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='8'%3E%3Cdefs%3E%3Cpath id='a' d='M74.824 5176.292l6.122 6.123a.997.997 0 1 1-1.41 1.41l-5.417-5.418-5.417 5.418a.997.997 0 0 1-1.41-1.41l6.122-6.123a.994.994 0 0 1 1.41 0z'/%3E%3C/defs%3E%3Cuse fill='%2374b908' xlink:href='%23a' transform='translate(-67 -5176)'/%3E%3C/svg%3E") no-repeat center center; }

/*	=CATEGORY PRODUCTS DESCRIPTION
------------------------------ */
.category__description-container {
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 20px;
  overflow: hidden; }

.category__description-info-container {
  margin-bottom: 15px; }

.category__description-info-country {
  margin-right: 15px; }
  .category__description-info-country img {
    margin-left: 5px;
    width: 22px;
    height: auto; }

.category__description-img {
  float: left;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
  position: relative;
  margin: 0 30px 15px 0; }
  .category__description-img img {
    padding: 20px;
    width: auto;
    height: 133px; }

.category__description-delimiter {
  position: absolute;
  bottom: 0;
  width: 80%;
  margin: 0; }

.category__description__button {
  color: #ffbc2b; }
  .category__description__button:hover {
    color: #ffbc2b; }

/* = CATEGORY GRID-STYLE (DEFAULT) */
.catalog-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }

.category-item__container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
  background-color: #FFF;
  outline: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-transition: outline-color .3s ease-out;
  transition: outline-color .3s ease-out;
  border-radius: 20px; }
  .category-item__container:hover {
    -webkit-box-shadow: inset 0 -3px 0px 0 #2aa34f;
            box-shadow: inset 0 -3px 0px 0 #2aa34f; }

.category-item__inner {
  min-height: 235px;
  padding: 15px 15px 65px;
  border-radius: 20px; }

.category-item__image {
  text-align: center;
  margin-bottom: 10px;
  height: 200px;
  /*img {
        width: 100%;
    }*/
  /*@media screen and (min-width: 576px) {
        //float: none;
        //width: auto;

    }*/ }
  .category-item__image img {
    height: 100%;
    width: auto; }

.category-item__header {
  overflow: hidden; }
  .category-item__header .title {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 7px; }
    .category-item__header .title:hover {
      color: inherit; }

.category-item__info {
  overflow: hidden;
  clear: both; }
  .category-item__info .product-tgk,
  .category-item__info .rating {
    display: inline-block; }
  .category-item__info .product-tgk {
    margin-right: 10px;
    vertical-align: middle; }

.category-item__properties {
  min-height: 105px;
  font-size: 0.875rem;
  margin: 5px auto 10px; }

.category-item__price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; }

.category-item__avalability {
  margin-top: 5px;
  padding: 0 5px;
  font-weight: 700; }

.category-item__highlight {
  font-size: 0.875rem;
  margin-top: 15px; }
  .category-item__highlight em {
    font-weight: 600; }

.category-item-desc__container {
  text-align: center; }

.only-available {
  font-weight: 400;
  margin-bottom: 15px; }

/* CATEGORY LIST-STYLE
 -------------------------------*/
.catalog-list__container.list-style {
  width: 100%;
  display: block; }
  .catalog-list__container.list-style .bookmarks__link,
  .catalog-list__container.list-style .compare__link {
    padding: 10px 5px;
    /*top: 50px;
        left: 80%;
        right: auto;*/
    top: 0;
    left: auto;
    right: 0;
    opacity: 1; }
    .catalog-list__container.list-style .bookmarks__link span,
    .catalog-list__container.list-style .compare__link span {
      /*display: inline-block;
            vertical-align: middle;*/
      display: none; }
    .catalog-list__container.list-style .bookmarks__link svg,
    .catalog-list__container.list-style .compare__link svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
  .catalog-list__container.list-style .compare__link {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }

.list-style .category-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  min-height: 0;
  padding: 15px; }
  .list-style .category-item__inner .title {
    margin: 0;
    height: 38px;
    line-height: 1.13;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-align: left; }

.list-style .category-item__img-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  margin-right: 15px; }

.list-style .category-item-desc__container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /*&::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 78%;
            bottom: 0;
            width: 1px;
            background-color: #e5e5e5;
        }*/ }

.list-style .category-item__header,
.list-style .category-item__info {
  text-align: left;
  margin-bottom: 5px; }

.list-style .category-item__price {
  /*padding-left: 5px;
        top: 0;
        left: 80%;
        right: auto;
        bottom: auto;*/
  position: static;
  font-weight: 600;
  line-height: 1.35; }

.list-style .category-item__price,
.list-style .product-price {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600; }

.list-style .category-item__image {
  position: relative;
  margin-bottom: 0;
  height: 100%; }
  .list-style .category-item__image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }

.list-style .category-item__avalability {
  top: -15px;
  left: 0; }

.list-style .category-item__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 120px;
  margin: 5px 0; }

.list-style .item__property {
  margin: 5px 15px 5px 0; }
  .list-style .item__property .value {
    padding-left: 5px; }

.list-style .bookmarks__link:hover::before,
.list-style .bookmarks__link:hover::after,
.list-style .compare__link:hover::before,
.list-style .compare__link:hover::after {
  display: none; }

.list-style .category-item__highlight {
  display: none; }

/* = PAGE-NAV PANEL
----------------------------->*/
.pagenav__container {
  text-align: center; }

.pagination > li > a,
.pagination > li > span {
  min-width: 34px;
  padding: 6px 0;
  margin: 0;
  font-size: 0.9375rem;
  color: #000;
  background-color: transparent;
  border: none;
  border-radius: 3px; }
  .pagination > li > a:hover,
  .pagination > li > span:hover {
    color: #fff; }

.pagination > li > a:not(.arrow-right--green):not(.arrow-left--green) {
  background: transparent; }

.pagination > li > a:not(.arrow-right--green):not(.arrow-left--green):hover {
  background: -webkit-gradient(linear, left top, right top, from(#ffe935), to(#ffbc2b));
  background: linear-gradient(90deg, #ffe935, #ffbc2b); }

.pagination > li > .arrow-right--green:hover,
.pagination > li > .arrow-left--green:hover {
  opacity: 0.8; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #ffbc2b;
  z-index: 10; }

.pagination > .active > a,
.pagination > .active > span {
  background: -webkit-gradient(linear, left top, right top, from(#ffe935), to(#ffbc2b));
  background: linear-gradient(90deg, #ffe935, #ffbc2b); }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent; }

.pagenav__loadmore {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#ffe935), to(#ffbc2b));
  background: linear-gradient(90deg, #ffe935, #ffbc2b);
  color: #fff;
  border: none;
  border-radius: 20px; }
  .pagenav__loadmore:hover {
    opacity: 0.8; }

/* COMPARE AND BOOKMARKS BUTTONS
---------------------------- */
.bookmarks__link,
.compare__link {
  position: absolute;
  padding: 15px 15px 10px;
  top: 1px;
  right: 1px;
  font-size: 0;
  color: #000;
  z-index: 150; }
  .bookmarks__link svg,
  .compare__link svg {
    width: 20px;
    height: 20px;
    fill: #999;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out; }
  .bookmarks__link:hover,
  .compare__link:hover {
    color: #000; }
    .bookmarks__link:hover svg,
    .compare__link:hover svg {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .bookmarks__link.was_added,
  .compare__link.was_added {
    color: #ffbc2b; }
    .bookmarks__link.was_added svg,
    .compare__link.was_added svg {
      fill: #ffbc2b;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
  .bookmarks__link span,
  .compare__link span {
    display: none;
    font-size: 0.875rem; }

.compare__link {
  padding: 10px 15px 15px;
  top: 46px; }

/* hide buttons until hover */

.action-buttons .bookmarks__remove,
.action-buttons .compare__remove {
  padding: 15px 15px 10px;
  line-height: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  fill: #999;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 150; }
  .action-buttons .bookmarks__remove svg,
  .action-buttons .compare__remove svg {
    width: 20px;
    height: 20px; }
  .action-buttons .bookmarks__remove i,
  .action-buttons .compare__remove i {
    color: #999; }
  .action-buttons .bookmarks__remove span,
  .action-buttons .compare__remove span {
    display: none; }

/*  RATING STYLES
----------------------------------*/
.rating.small svg {
  width: 18px;
  height: 15px; }

.rating.middle svg {
  width: 24px;
  height: 21px; }

.rating.large svg {
  width: 30px;
  height: 26px; }

.rating.selectable svg {
  cursor: pointer;
  fill: transparent; }
  .rating.selectable svg.filled-hovered, .rating.selectable svg.filled-voted {
    fill: #2aa34f; }

.rating__stars-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
  vertical-align: text-bottom; }
  .rating__stars-wrap svg {
    position: relative;
    outline: 1px solid #FFF;
    z-index: 15; }

.rating__filled-line {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 1px;
  background-color: #ffbc2b;
  z-index: 10; }

.rating__count {
  font-size: 1rem;
  color: #999;
  vertical-align: top; }

/* USER-VOTING */
.user-voting__wrap {
  text-align: right; }

.user-voting__container {
  display: inline-block;
  line-height: 32px;
  font-size: 0;
  border-radius: 3px; }

.user-voting__value,
.user-voting__link svg {
  vertical-align: middle; }

.user-voting__value {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  margin: 0 2px;
  min-width: 18px; }
  .user-voting__value.positive {
    color: #2aa34f; }
  .user-voting__value.negative {
    color: #D60D32; }

.user-voting__link {
  cursor: pointer;
  padding: 0 5px; }
  .user-voting__link:hover svg {
    opacity: .7; }
  .user-voting__link.active svg.thumb-up {
    fill: #2aa34f; }
  .user-voting__link.active svg.thumb-down {
    fill: #D60D32; }
  .user-voting__link svg {
    width: 18px;
    height: 18px;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    fill: none; }
    .user-voting__link svg.thumb-up {
      stroke: #2aa34f; }
    .user-voting__link svg.thumb-down {
      stroke: #D60D32;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.rejected .user-voting__link svg {
  fill: #B7B7B7; }

.modal-dialog {
  margin-top: 115px; }

.modal-content {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-close {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 4px;
  fill: #999;
  background-color: #FFF;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: fill .1s ease-out;
  transition: fill .1s ease-out;
  z-index: 1000; }
  .btn-close svg {
    display: block;
    width: 22px;
    height: 22px; }
  .btn-close:hover {
    fill: #2aa34f; }

/*  =CATALOG FILTERS
--------------------------*/
#catalog_filter_locker.active {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  opacity: 0.5;
  background: #FFF; }

.catalog-filter__title-container .close-filter {
  display: none; }

.catalog-filter__container {
  display: none;
  overflow: auto;
  background-color: #FFF;
  font-size: 0.875rem; }
  .catalog-filter__container.opened {
    display: block;
    padding: 62px 0 60px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200; }
  .catalog-filter__container .panel-group {
    margin-bottom: 0; }

.filter-type__count {
  font-size: 0.75rem;
  color: #BFBFBF;
  margin-left: 5px; }

.filter-type__item.disabled label {
  opacity: 0.5; }

.filter-type__list {
  margin-bottom: 0; }

.filter-type__item-label {
  font-weight: 400;
  padding-bottom: 5px;
  position: relative;
  top: 2px;
  cursor: pointer; }

.catalog-filter .panel {
  padding: 0;
  margin: 0 !important;
  border-bottom: 1px solid #E5E5E5; }

.catalog-filter .panel-heading {
  padding: 0; }

.catalog-filter .panel-title {
  font-weight: 700;
  font-size: 0.875rem; }

.catalog-filter .panel-title-text {
  display: block;
  padding: 15px;
  line-height: 22px;
  clear: both;
  color: #000;
  background: #fafafa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='2'%3E%3Cdefs%3E%3Cpath id='a' d='M601 262h-11'/%3E%3C/defs%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23a' transform='translate(-590 -261)'/%3E%3C/svg%3E") no-repeat calc(100% - 20px) center;
  text-transform: uppercase;
  cursor: pointer; }
  .catalog-filter .panel-title-text.collapsed {
    background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M593.5 641.559v11'/%3E%3Cpath id='b' d='M599 647.059h-11'/%3E%3C/defs%3E%3Cg transform='translate(-588 -641)'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23a'/%3E%3C/g%3E%3Cg transform='translate(-588 -641)'%3E%3Cuse xlink:href='%23b'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E") no-repeat calc(100% - 20px) center; }

.catalog-filter .panel-body {
  padding: 0 15px 20px;
  background-color: #fafafa;
  border: none !important; }

.catalog-filter .search__container {
  position: relative;
  margin-bottom: 10px; }

.catalog-filter .search__input {
  width: 100%;
  padding: 0 36px 0 10px;
  line-height: 32px;
  border: 1px solid #E5E5E5;
  border-radius: 5px; }

.catalog-filter .search__button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0; }
  .catalog-filter .search__button svg {
    width: 20px;
    height: 20px;
    fill: #2aa34f; }

/* =RANGE FILTERS
-----------------------------*/
.ranger {
  padding-bottom: 8px;
  margin-top: 5px; }
  .ranger .formCost {
    margin-top: 5px;
    margin-bottom: 10px; }

.range-filter-min__container,
.range-filter-max__container {
  width: 35%;
  float: left;
  margin-bottom: 10px; }

.ranger__separator {
  width: 10%;
  float: left;
  line-height: 32px;
  text-align: center; }

.ranger__measure {
  min-width: 20%;
  padding-left: 5px;
  float: left;
  line-height: 32px; }

.range-filter-min__container input,
.range-filter-max__container input {
  padding: 0 5px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  width: 100%; }

.catalog-filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  border-top: 1px solid #EDEDED;
  background-color: #fafafa;
  z-index: 1250; }
  .catalog-filter__buttons .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .catalog-filter__buttons .btn:first-child {
      margin-right: 20px; }
  .catalog-filter__buttons .btn-default {
    background-color: #ffbc2b;
    border-color: #ffbc2b;
    font-weight: 600; }
  .catalog-filter__buttons .btn-clean {
    color: #000;
    font-weight: 600; }

/* RANGE-INPUT */
.range-input {
  position: relative;
  margin: 0 -2px; }

.range-input__range {
  width: 100%;
  height: 7px;
  background: #E5E5E5; }

.range-input__slider-left,
.range-input__slider-right {
  position: absolute;
  top: -6.5px;
  width: 12px;
  height: 20px;
  background: #ffbc2b;
  border: 2px solid #FFF;
  border-radius: 4px;
  z-index: 200; }

.active-slider {
  z-index: 300; }

.range-input__between {
  top: 0;
  left: 0;
  position: absolute;
  height: 7px;
  width: 0;
  background: #ffbc2b;
  z-index: 10; }

.category-filter__assets {
  margin-top: 14px; }
  .category-filter__assets--disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none; }

/* =CATALOG MOBILE FILTER BUTTON
-----------------------------*/
.mobile-filter__button {
  display: block; }
  .mobile-filter__button .fa {
    font-size: 1.375rem;
    vertical-align: text-bottom;
    margin-left: 7px; }

.add-article {
  padding: 15px 0;
  border: 1px solid #e5e5e5;
  margin: 20px 0; }
  .add-article .btn {
    display: block;
    clear: both;
    margin: 0 15px; }

.add-article__img {
  padding: 10px;
  float: left;
  height: 100px !important;
  width: auto;
  max-width: 40% !important;
  margin-bottom: 15px; }

.add-article__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px; }

.add-article__date {
  color: #999;
  font-size: 0.75rem; }

/* JS ACCESSORY STYLES
------------------------------------------ */
.lazy {
  opacity: 0; }
  .lazy--loaded {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }

.no-available-form {
  margin: 20px 0;
  display: block; }

.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* for 16:9 (if needed 4:3 — 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/* FANCYBOX */
.fancybox-overlay {
  z-index: 9010; }

.fancybox-opened {
  z-index: 9020; }

/* VALIDATORS */
.has-success .form-control {
  border-color: #ffbc2b;
  -webkit-box-shadow: 0 0 3px #ffbc2b inset;
          box-shadow: 0 0 3px #ffbc2b inset; }

.has-success .form-control:focus {
  border-color: #ffbc2b;
  -webkit-box-shadow: 0 0 3px #ffbc2b inset, 0 0 3px #ffbc2b;
          box-shadow: 0 0 3px #ffbc2b inset, 0 0 3px #ffbc2b; }

.has-error .form-control {
  border-color: #DD662E;
  -webkit-box-shadow: 0 0 3px #DD662E inset;
          box-shadow: 0 0 3px #DD662E inset; }

.has-error .form-control:focus {
  border-color: #DD662E;
  -webkit-box-shadow: 0 0 3px #DD662E inset, 0 0 3px #DD662E;
          box-shadow: 0 0 3px #DD662E inset, 0 0 3px #DD662E; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #DD662E; }

/* freeze main-page scroll on active overlay */
html.scroll-disabled,
body.scroll-disabled {
  position: relative;
  height: 100%;
  overflow: hidden; }

/* COMMON ELEMENTS
------------------------------ */
/* breadcrumbs */
.breadcrumb {
  padding: 0;
  font-size: 0.875rem;
  background: none;
  margin: 30px 0 0; }
  .breadcrumb a {
    color: #ffbc2b; }

.breadcrumb > .active {
  color: #bbb; }

/* product info */
.btn-sm.productbox__discount-percent {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 0.875rem;
  font-weight: 700;
  min-width: 45px;
  padding: 0 5px;
  z-index: 200;
  pointer-events: none; }

.product-tgk {
  color: #999;
  text-align: center; }

.product-price {
  color: #DD662E;
  font-size: 1.5625rem;
  font-weight: 500;
  text-align: center; }
  .product-price > span {
    position: relative; }
  .product-price > span::after {
    content: attr(data-currency);
    display: inline; }

.old-price {
  margin-right: 6px;
  color: #999;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: line-through; }

.rub-short svg {
  display: inline-block;
  height: 17px;
  width: 17px;
  fill: #DD662E; }

/* highlight cards */
.highlight:hover {
  background: #ffbc2b;
  border-color: transparent;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out; }

.highlight .widget-articles__date,
.highlight .widget-articles__name,
.highlight .widget-news__date,
.highlight .widget-news__name {
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out; }

.highlight:hover .widget-articles__date,
.highlight:hover .widget-articles__name,
.highlight:hover .widget-news__date,
.highlight:hover .widget-news__name {
  color: #fff; }

/* navigation */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #F0AD4E;
  color: #FFF; }

/* text-columns */
.text-columns__block {
  margin-top: 60px; }

.text-columns__col::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #2aa34f; }

.text-columns__col h3 {
  margin: 15px 0 30px; }

.text-columns__col p {
  margin-bottom: 32px; }

/* scroll to top */
.scroll-top-wrapper {
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 15px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #2aa34f;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='8'%3E%3Cdefs%3E%3Cpath id='a' d='M74.824 5176.292l6.122 6.123a.997.997 0 1 1-1.41 1.41l-5.417-5.418-5.417 5.418a.997.997 0 0 1-1.41-1.41l6.122-6.123a.994.994 0 0 1 1.41 0z'/%3E%3C/defs%3E%3Cuse fill='%23fc5c7d' xlink:href='%23a' transform='translate(-67 -5176)'/%3E%3C/svg%3E") center 47% no-repeat #FFF;
  -webkit-transition: opacity .5s ease-out, background-color .3s ease-out;
  transition: opacity .5s ease-out, background-color .3s ease-out; }
  .scroll-top-wrapper:hover {
    background-color: #fce1d8; }

.scroll-top-wrapper.show {
  opacity: 1;
  visibility: visible;
  cursor: pointer; }

/* Responsive images in content */
.responsive-img {
  margin: 20px 0; }
  .responsive-img div {
    width: 50%; }
    .responsive-img div:first-child {
      float: right; }
    .responsive-img div:last-child {
      float: left; }
    .responsive-img div img {
      width: 100%;
      height: auto;
      padding: 0 0 0 10px; }
  .responsive-img.left div:first-child {
    float: left; }
  .responsive-img.left div:last-child {
    float: right; }
  .responsive-img.left div img {
    padding: 0 10px 0 0; }

/*	=DETAIL PRODUCT
--------------------------- */
.detail-product__top-info-container {
  font-size: 0.875rem;
  margin: 15px 0; }

.detail-product__country,
.detail-product__rating {
  display: inline-block;
  line-height: 28px; }
  .detail-product__country .rating__text,
  .detail-product__rating .rating__text {
    display: inline-block;
    line-height: 28px;
    font-size: 0.875rem;
    margin-left: 12px; }

.detail-product__country {
  margin-right: 15px; }
  .detail-product__country img {
    margin-left: 5px;
    width: 22px;
    height: auto; }

.detail-product__promotions {
  margin-top: 15px; }
  .detail-product__promotions .btn {
    cursor: default; }

.detail-product__description-section {
  font-size: 1.125rem; }

.detail-product__small-desc {
  margin: 5px 0 20px; }

/* =product carousel */
.detail-product__carousel {
  position: relative;
  padding: 20px 20px 100px;
  background-color: #fafafa; }

.carousel__thumb-container {
  position: absolute;
  left: 50px;
  right: 50px; }
  .carousel__thumb-container .glide__arrow {
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none; }

.carousel__thumb-inner {
  font-size: 0;
  margin-top: 20px; }
  .carousel__thumb-inner .glide__slide {
    white-space: nowrap; }
  .carousel__thumb-inner .glide__arrow {
    width: 18px;
    height: 100%;
    background-position: center;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .carousel__thumb-inner .glide__arrow.glide__arrow--left {
      left: -30px;
      border-radius: 3px 0 0 3px; }
    .carousel__thumb-inner .glide__arrow.glide__arrow--right {
      right: -30px;
      border-radius: 0 3px 3px 0; }

.carousel__thumbnails-item span {
  overflow: hidden;
  height: 100px;
  width: 100px;
  display: block; }

.product_gallery {
  margin-top: 20px; }
  .product_gallery img {
    height: auto;
    width: 100%; }

.carousel__main-not-found {
  text-align: center; }

.carousel__main-image {
  position: relative; }
  .carousel__main-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    border: none;
    min-height: 300px;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
    .carousel__main-image a.to-active {
      display: block; }
    .carousel__main-image a.active {
      opacity: 1; }
    .carousel__main-image a.first {
      position: static;
      display: block; }
  .carousel__main-image img {
    height: auto;
    width: 100%; }

.carousel__thumb-item {
  cursor: pointer; }
  .carousel__thumb-item img {
    margin: 0 auto; }

.carousel__thumb-item--to-video {
  position: relative; }
  .carousel__thumb-item--to-video:hover .play-icon {
    width: 38px;
    height: 38px; }
  .carousel__thumb-item--to-video .dark-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000;
    -webkit-transition: opacity .1s;
    transition: opacity .1s; }
  .carousel__thumb-item--to-video .play-icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("data:image/svg+xml,%3Csvg width='33' height='33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF' fill-rule='evenodd' d='M32 16.5a15.5 15.5 0 1 1-31 0 15.5 15.5 0 0 1 31 0zm1 0a16.5 16.5 0 1 1-33 0 16.5 16.5 0 0 1 33 0zm-10.05 0l-9.68 5.59V10.9l9.68 5.59zm.5-.87a1 1 0 0 1 0 1.74l-9.68 5.58a1 1 0 0 1-1.5-.86V10.9a1 1 0 0 1 1.5-.86l9.68 5.58z'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%; }

#fancybox-thumbs ul li {
  opacity: 0.9; }

.product-effects__container {
  margin: 30px 0 20px; }
  .product-effects__container .title {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 10px; }

/* TABS */
.detail-product__tabs-container, .claim-form__tabs-container {
  margin: 30px auto 30px;
  font-size: 1.125rem; }
  .detail-product__tabs-container .nav-tabs, .claim-form__tabs-container .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none; }
    .detail-product__tabs-container .nav-tabs a, .claim-form__tabs-container .nav-tabs a {
      color: #000;
      height: 100%;
      padding: 10px;
      font-size: 1.125rem;
      font-weight: 600;
      border-radius: 0;
      margin-right: -1px; }
      .detail-product__tabs-container .nav-tabs a:hover, .claim-form__tabs-container .nav-tabs a:hover, .detail-product__tabs-container .nav-tabs a:focus, .claim-form__tabs-container .nav-tabs a:focus {
        color: #2aa34f;
        background-color: #E5E5E5; }
    .detail-product__tabs-container .nav-tabs .active a, .claim-form__tabs-container .nav-tabs .active a,
    .detail-product__tabs-container .nav-tabs .active a:hover,
    .claim-form__tabs-container .nav-tabs .active a:hover,
    .detail-product__tabs-container .nav-tabs .active a:focus,
    .claim-form__tabs-container .nav-tabs .active a:focus {
      color: #000;
      border: none;
      border-bottom: 4px solid #6a82fb; }
  .detail-product__tabs-container .tab-content, .claim-form__tabs-container .tab-content {
    padding: 25px 0 0;
    border-top: 1px solid #E5E5E5;
    position: relative; }
    .detail-product__tabs-container .tab-content::before, .claim-form__tabs-container .tab-content::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -50vw;
      right: -50vw;
      bottom: 0;
      background-color: #FAFAFA;
      z-index: -100; }
  .detail-product__tabs-container .add-review__container, .claim-form__tabs-container .add-review__container {
    min-width: 194px; }

.detail-product__tabs-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

/* DESCRIPTION TAB
------------------------------ */
/* PRODUCT REVIEWS TAB
------------------------------ */
/* =sort */
.reviews__sort-container {
  font-size: 0.875rem;
  line-height: 48px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  margin-bottom: 5px; }

/* =review item */
.reviews__list {
  padding: 10px 0 0;
  margin-bottom: 0;
  min-height: 360px; }

.reviews__item {
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  margin-bottom: 15px; }

.reviews__user-container {
  display: block; }

.reviews__message {
  margin-top: 20px; }
  .reviews__message.answer {
    padding-left: 15px;
    border-left: 1px solid #e5e5e5; }

.reviews__message-inner.speech-bubble {
  position: relative;
  margin-top: 15px;
  padding: 15px;
  background-color: #F1F5EC;
  border: 1px solid #2aa34f;
  border-radius: 3px; }
  .reviews__message-inner.speech-bubble::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 40px;
    top: -11px;
    color: #F7F7F7;
    background-color: #F1F5EC;
    border: 1px solid #2aa34f;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.reviews__no-reviews {
  margin: 15px 0; }

.add-first-review {
  margin-bottom: 30px; }

.reviews-message__container {
  font-size: 0.875rem; }

.reviews-message__logo {
  font-weight: 700; }

.reviews-message__item {
  margin: 10px 0 15px; }
  .reviews-message__item .item-label {
    font-size: 0.875rem;
    font-weight: bold; }

.reviews-message__signature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reviews-message__signature-container .user-voting__wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.reviews-message__comment {
  margin-top: 20px;
  padding: 20px;
  background-color: #F1F5EC;
  border: 1px solid #2aa34f;
  border-radius: 3px; }

.triangle-before-gray::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
  top: 10px;
  color: #F7F7F7;
  background-color: #F1F5EC;
  border: 1px solid #2aa34f;
  border-right: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.reviews-message__comment-text {
  margin-top: 20px; }
  .reviews-message__comment-text a {
    color: #2aa34f;
    font-weight: 500; }

.reviews-message__answer-text {
  margin: 20px 0; }

.reviews-message__sign {
  float: left;
  line-height: 34px; }

.reviews-user__container {
  font-size: 1rem;
  font-weight: 500; }

.reviews-user__name strong {
  font-weight: 500; }

.reviews-user__count {
  margin-top: 10px; }

.reviews-user__img-container {
  text-align: center; }

.reviews-user__product-name {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #000;
  margin-top: 10px; }

.reviews-statistics__container {
  margin-top: 10px; }

.store-reviews__instruction,
.reviews-form__rules,
.discuss__rules {
  background-color: #F7F7F7;
  font-size: 0.875rem;
  padding: 15px; }
  .store-reviews__instruction h3,
  .reviews-form__rules h3,
  .discuss__rules h3 {
    margin-top: 0; }
  .store-reviews__instruction a,
  .reviews-form__rules a,
  .discuss__rules a {
    color: #2aa34f; }
  .store-reviews__instruction ul,
  .reviews-form__rules ul,
  .discuss__rules ul {
    padding-left: 15px;
    list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6'%3E%3Cpath fill='%2374b908' d='M0 3a3 3 0 1 1 6 0 3 3 0 0 1-6 0z'/%3E%3C/svg%3E"); }

.reviews-form__product {
  margin-bottom: 20px; }

.reviews-form__limit {
  font-size: 0.75rem;
  color: #BFBFBF; }

.fileinput-images-container label {
  margin: 0; }

.reviews-form__product-name {
  display: block;
  color: #2aa34f;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  margin-top: 25px; }

.reviews-form__product-image img {
  margin: 0 auto;
  width: auto;
  height: 170px;
  display: block; }

.reviews-form__product-form {
  margin-top: 30px; }
  .reviews-form__product-form h3 {
    font-size: 1.5625rem; }

/* =experience */
.reviews-message__experience {
  color: #848484; }

/* =date */
.reviews-message__date {
  color: #999;
  font-size: 0.75rem; }

/* =rating */
.reviews-message__rating-result {
  clear: both; }

/*  =form add */
.add-review__container {
  padding: 10px 0 30px; }
  .add-review__container .title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0; }
  .add-review__container .rating__count {
    font-size: 0.75rem; }
  .add-review__container .rating {
    font-size: 1rem; }

.add-review__wrap {
  padding: 15px;
  background-color: #FFF;
  border-radius: 3px;
  border: 1px solid #E5E5E5; }

.user-reviews__product-title {
  margin-top: 0; }

.add-review__rate input {
  display: none; }

.add-review__button {
  display: block;
  margin-bottom: 20px; }

.reviews-statistics__item {
  margin-bottom: 5px; }

.reviews-statistics__item .rating {
  float: left;
  margin-right: 5px; }

.reviews-statistics__link {
  font-size: 0.75rem;
  color: #2aa34f; }

.reviews-form__submit-container {
  margin-top: 15px; }
  .reviews-form__submit-container .btn {
    width: 100%; }

/* =store reviews */
.store-reviews__add-review-container {
  padding: 30px 0;
  border-top: 1px solid #E5E5E5; }
  .store-reviews__add-review-container .title {
    padding: 0 15px;
    font-size: 1.5625rem;
    font-weight: 500; }

.store-reviews__add-new {
  padding: 15px 0 15px; }

.instruction-text__danger {
  color: #DD662E; }

/* =DISCUSS TAB
------------------------------------ */
.discuss__container {
  margin-bottom: 20px;
  overflow-wrap: break-word; }

.discussions__list > .discuss__message > :first-child {
  border-top: none; }

.discuss__message {
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  margin-bottom: 15px; }

.discuss__message--answer {
  border: none;
  border-left: 1px solid #E5E5E5;
  border-radius: 0;
  margin: 0 0 0 7px; }

.discuss__message-inner {
  padding: 15px; }
  .discuss__message-inner.rejected {
    color: #B7B7B7;
    background: #EDEDED; }
    .discuss__message-inner.rejected .user-voting__container {
      display: none; }
    .discuss__message-inner.rejected .reply__button {
      color: #B7B7B7; }
  .discuss__message-inner a {
    display: inline-block;
    -webkit-transition: color .1s ease-out;
    transition: color .1s ease-out; }
  .discuss__message-inner .reply__button {
    color: #2aa34f;
    font-weight: 600; }
  .discuss__message-inner .link {
    cursor: pointer; }

.voting__user {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px; }

.voting__time {
  display: block;
  line-height: 15px;
  font-size: 0.75rem;
  color: #999; }

.voting__hide,
.voting__delete,
.voting__tag {
  float: right;
  margin-right: 12px;
  font-weight: 600; }

.voting__tag {
  margin: 0;
  background-color: transparent;
  cursor: default; }

.discuss__message-text {
  font-size: 0.875rem;
  margin: 12px 0; }

/* =form add */
.discuss__textarea {
  margin-bottom: 20px;
  resize: vertical; }

.discuss__message-rating {
  line-height: 34px; }

.discuss__message.inner {
  padding-right: 0; }

.discuss__input {
  margin-bottom: 10px; }

.discuss__textarea {
  height: 200px; }

.reply__form-box {
  display: none; }

.discuss__form-submit {
  width: 100%;
  margin-bottom: 20px; }

/* VIDEO TAB
------------------------------ */
/* GUARANTEE TAB
------------------------------ */
/* BASKET - EMPTY
-------------------------------*/
.basket-page__container--empty {
  text-align: center; }

.basket__to-catalog-btn {
  margin-bottom: 30px;
  border-radius: 20px; }

.basket__image-no-products {
  margin-bottom: 30px; }

.basket__notification {
  font-size: 0.875rem;
  margin-bottom: 20px; }

/* BASKET - WITH PRODUCTS
-------------------------------*/
/* =basket list */
.basket-list__container {
  margin-bottom: 30px;
  border-radius: 20px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5; }

.basket-list__titles {
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fafafa;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 20px 20px 0 0; }

.basket-list__item {
  position: relative;
  padding-top: 10px;
  line-height: 65px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden; }
  .basket-list__item:last-child {
    border-bottom: 0; }

.basket-list__item-image-container,
.basket-list__item-name-container,
.basket-list__item-select-container,
.basket-list__item-total-price-container,
.basket-list__item-original-total-price-container,
.basket-list__item-bonus-quantity,
.basket-list__item-free-pay {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 0.875rem; }

.basket-list__item-image-container a {
  display: inline-block; }

.basket-list__item-image-container img {
  width: auto;
  height: 60px; }

.basket-list__item-name-container {
  padding-right: 25px; }

.basket-list__item-name {
  display: block;
  font-weight: 600;
  color: #2aa34f;
  font-size: 1rem; }

.basket-list__item-select {
  display: inline-block; }

.basket-list__item-price-container {
  display: inline-block;
  font-size: 0.75rem;
  color: #999;
  text-align: center;
  margin: 5px 0 0 7px; }

.basket-list__item-price.old-price {
  font-size: 0.75rem; }

.basket-list__item-description {
  font-size: 0.9em; }

.basket-list__item-bonus-price {
  margin-bottom: 5px; }

.basket-list__item-bonus-total-price {
  color: #DD662E; }

.basket-list__item-total-price-container {
  font-size: 1rem;
  font-weight: 700;
  color: #DD662E;
  /*.rub-short svg {
        width: 12px;
        height: 12px;
    }*/ }
  .basket-list__item-total-price-container .product-price {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2aa34f; }

.basket-list__item-original-total-price-container {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: line-through; }

.basket-list__item-remove {
  line-height: 15px;
  padding: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  cursor: pointer; }
  .basket-list__item-remove:hover svg {
    fill: #2aa34f; }
  .basket-list__item-remove svg {
    width: 15px;
    height: 15px;
    fill: #BCBCBC;
    -webkit-transition: fill .1s ease-out;
    transition: fill .1s ease-out; }

/* =not applied bonuses container */
.not-applied-bonuses__container {
  margin-top: 30px; }
  .not-applied-bonuses__container .list-unstyled {
    border: 1px solid #E5E5E5;
    border-radius: 3px; }
  .not-applied-bonuses__container .title {
    font-size: 1.5625rem;
    font-weight: 500;
    margin-bottom: 15px; }

.not-applied-bonuses__item {
  padding: 20px 25px;
  border-bottom: 1px solid #E5E5E5; }
  .not-applied-bonuses__item:last-child {
    border-bottom: none; }

.not-applied-bonuses__item-img-container {
  float: left;
  width: 100px; }
  .not-applied-bonuses__item-img-container img {
    padding-top: 15px;
    width: 100%;
    height: auto; }

.not-applied-bonuses__item-title {
  display: block;
  padding-left: 120px;
  font-weight: 500;
  color: #2aa34f; }

.not-applied-bonuses__item-desc {
  font-size: 0.875rem;
  margin-bottom: 15px;
  padding-left: 120px; }

.not-applied-bonuses__item-target {
  display: block;
  font-size: 0.875rem;
  padding-left: 120px;
  color: #2aa34f; }

/* BOOKMARKS PAGE
---------------------------- */
.bookmarks-page .catalog-filter__container {
  display: none; }

.bookmarks__container .mobile-filter__button {
  display: none; }

/* BOOKMARKS & COMPARE EMPTY PAGE
---------------------------- */
.no-products {
  text-align: center; }

.no-products__image {
  display: inline-block;
  position: relative;
  margin-bottom: 20px; }
  .no-products__image .bookmarks-ico,
  .no-products__image .compare-ico {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 22px; }
    .no-products__image .bookmarks-ico svg,
    .no-products__image .compare-ico svg {
      fill: #999;
      width: 22px;
      height: inherit;
      cursor: pointer; }
    .no-products__image .bookmarks-ico::before, .no-products__image .bookmarks-ico::after,
    .no-products__image .compare-ico::before,
    .no-products__image .compare-ico::after {
      display: block;
      opacity: .8; }
  .no-products__image .compare-ico {
    top: 55px; }

.no-products--bookmarks .bookmarks-ico svg {
  fill: #2aa34f; }

.no-products--compare .compare-ico svg {
  fill: #2aa34f; }

.no-products__warning {
  margin: 15px 0 20px;
  font-size: 0.875rem;
  text-align: left; }
  .no-products__warning .btn {
    width: 100%;
    margin: 10px 0; }

/* COMPARE PAGE
---------------------------- */
.compare-widget__container {
  font-size: 0;
  margin-top: 20px; }

.compare-carousel__container {
  display: inline-block;
  width: 50%;
  z-index: 50; }
  .compare-carousel__container.fixed {
    position: fixed;
    top: 102px; }
    .compare-carousel__container.fixed.second-slider {
      right: 15px; }
  .compare-carousel__container .bookmarks__link {
    padding: 10px 15px 15px;
    top: 46px; }
  .compare-carousel__container .glide__arrow {
    top: 125px; }

.compare-carousel__header {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #FFF; }

.compare-carousel__image-wrap {
  display: block;
  text-align: center;
  height: 150px; }

.compare-carousel__image {
  height: 100%; }

.compare-carousel__name {
  display: -webkit-box;
  padding-right: 10px;
  height: 44px;
  line-height: 22px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500; }
  .compare-carousel__name:hover {
    color: inherit; }

.compare-carousel__basic-info {
  font-size: 0.875rem; }
  .compare-carousel__basic-info .product-tgk {
    display: block;
    font-size: 1rem;
    text-align: left; }
  .compare-carousel__basic-info .product-price {
    text-align: left; }

.compare-carousel__props,
.compare-carousel__props-name {
  padding-top: 15px;
  margin-bottom: 0;
  bottom: 0;
  z-index: -1; }

.compare-carousel__props {
  position: relative;
  font-size: 0.75rem; }
  .compare-carousel__props > li {
    padding: 40px 10px 15px 0;
    border-bottom: 1px solid #e5e5e5; }
    .compare-carousel__props > li:last-child {
      padding: 40px 10px 30px 0;
      border-bottom: none; }

.compare-carousel__props-name {
  width: 200%;
  position: absolute;
  font-size: 0.875rem; }
  .compare-carousel__props-name > li {
    padding-top: 10px;
    font-weight: 600; }

/*  BRANDS LIST & COLLECTIONS LIST
------------------------------------*/
.collections-page__list,
.brands-page__list {
  margin-top: 30px; }

.collections-page__item,
.brands-page__item {
  display: block;
  height: 170px;
  padding: 25px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden; }
  .collections-page__item:hover,
  .brands-page__item:hover {
    color: #000; }
  .collections-page__item .rating,
  .brands-page__item .rating {
    color: #2aa34f; }

.collections-page__image-container img,
.brands-page__image-container img {
  height: 65px;
  width: auto; }

.brands-page__item-name,
.collections-page__item-name {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0;
  text-overflow: ellipsis;
  overflow: hidden; }

.collections-page__item-desc,
.brands-page__item-desc {
  font-size: 0.9em;
  margin-bottom: 0; }

/* =collections */
.collections-page__item {
  height: 85px;
  padding: 10px 0 10px 20px;
  text-align: left; }

.collections-page__image-container {
  float: right; }

/*  =PRICELIST PAGE
----------------------------*/
.pricelist__container[data-hide-unavailable="true"] .unavailable {
  display: none; }

.pricelist__heplers {
  margin-bottom: 10px; }
  .pricelist__heplers label {
    font-weight: 400; }

.pricelist {
  border: 1px solid #e5e5e5;
  background-color: #ffffff; }

.pricelist__group {
  border-bottom: 1px solid #e5e5e5; }
  .pricelist__group.opened .accordion-body {
    display: block; }
  .pricelist__group:last-child {
    border: none; }

.pricelist__header {
  display: block;
  position: relative;
  padding: 0 45px 0 15px;
  line-height: 48px;
  color: #000;
  background-color: #f7f7f7;
  font-weight: 500;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out; }
  .pricelist__header::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='2'%3E%3Cdefs%3E%3Cpath id='a' d='M601 262h-11'/%3E%3C/defs%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23a' transform='translate(-590 -261)'/%3E%3C/svg%3E") no-repeat center center;
    width: 20px;
    height: 20px; }
  .pricelist__header.collapsed {
    background-color: #fff; }
    .pricelist__header.collapsed::before {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M593.5 641.559v11'/%3E%3Cpath id='b' d='M599 647.059h-11'/%3E%3C/defs%3E%3Cg transform='translate(-588 -641)'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23a'/%3E%3C/g%3E%3Cg transform='translate(-588 -641)'%3E%3Cuse xlink:href='%23b'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center; }
  .pricelist__header:focus {
    color: #000; }
  .pricelist__header:hover {
    color: #000;
    background-color: #f7f7f7; }
  .pricelist__header .icon-spinner {
    position: absolute;
    margin-left: 10px; }

.pricelist__items-list {
  margin: 0; }

.pricelist__item {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
  font-size: 0.875rem;
  color: #4c4c4c; }

.pricelist__item-name {
  display: block;
  padding: 10px 15px;
  color: #2aa34f;
  font-weight: 700; }

.pricelist__out-of-stock {
  font-weight: 600;
  color: #000;
  padding: 10px 15px; }

.pricelist__variant {
  line-height: 40px; }

.pricelist__variant-name {
  font-weight: 600; }

.no-available-form button {
  width: 100%;
  display: block;
  margin-top: 15px; }

.pricelist__variant-total-price {
  color: #DD662E; }

/* =total */
.pricelist__total-container {
  margin-top: 25px; }
  .pricelist__total-container .title {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 30px; }

.pricelist__total-info {
  color: #999;
  font-size: 0.875rem; }

.pricelist__total-order {
  width: 100%;
  margin: 15px 0 30px; }

/*	=ARTICLES & NEWS INDEX PAGE
-----------------------------*/
.articles-page__items-container,
.news-page__items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

.articles-page__item,
.news-page__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px; }
  .articles-page__item:hover .articles-page__read-more,
  .articles-page__item:hover .news-page__read-more,
  .news-page__item:hover .articles-page__read-more,
  .news-page__item:hover .news-page__read-more {
    color: #fff;
    background-color: #2aa34f; }
    .articles-page__item:hover .articles-page__read-more:hover,
    .articles-page__item:hover .news-page__read-more:hover,
    .news-page__item:hover .articles-page__read-more:hover,
    .news-page__item:hover .news-page__read-more:hover {
      background-color: #2fb759; }

.articles-page__item-inner,
.news-page__item-inner {
  position: relative;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  margin: 0 15px;
  background: #fafafa; }
  .articles-page__item-inner *:last-child,
  .news-page__item-inner *:last-child {
    margin-bottom: 0; }
  .articles-page__item-inner:hover,
  .articles-page__item-inner:hover *,
  .news-page__item-inner:hover,
  .news-page__item-inner:hover * {
    color: #fff; }

.articles-page__item-link,
.news-page__item-link {
  display: block;
  min-height: 168px; }

.news-page__item-date,
.articles-page__item-date,
.news-detail__date {
  font-size: 0.75rem;
  color: #bfbfbf;
  margin-bottom: 5px; }

.news-detail__date {
  font-size: 0.875rem; }

.articles-page__item-name,
.news-page__item-name {
  display: block;
  line-height: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: none;
  transition: none; }

.articles-page__item-thumbnail,
.news-page__item-thumbnail {
  width: 100%;
  margin-bottom: 15px; }

.articles-page__item-anons,
.news-page__item-anons {
  display: -webkit-box;
  height: 80px;
  line-height: 20px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
  margin-bottom: 20px; }

.articles-page__read-more,
.news-page__read-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }

.news-detail,
.articles-detail {
  background-color: #fff;
  line-height: 1.5;
  margin-bottom: 20px; }

.articles-detail__text,
.news-detail__text {
  margin: 10px 0;
  font-size: 15px; }

.articles-page__item-matches em {
  font-weight: 700; }

.article__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0; }

.article__inform-likes,
.article__inform-comments,
.article__inform-views {
  font-size: 0.875rem;
  /*&:hover {
        color: #000;
    }*/ }
  .article__inform-likes::before,
  .article__inform-comments::before,
  .article__inform-views::before {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 4px; }

.article__inform-likes::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23999' d='M20 10.9c-.8.1-1.5-.4-1.8-1.1-.5-1.5-1.5-2.8-2.8-3.6-1.3-.9-2.7-1.4-4.3-1.4h-.6C8.3 5 6.6 6 5.4 7.6a9.92 9.92 0 0 0-1.8 6v.9C4 19.9 6.4 22 12 27.1c2.2 2 4.9 4.4 8 7.4 3.1-3 5.8-5.4 8-7.4 5.6-5 8-7.2 8.4-12.5v-.9c0-2.3-.6-4.5-1.8-6a6.2 6.2 0 0 0-5.1-2.8h-.6c-1.6 0-3.1.5-4.3 1.4a7.7 7.7 0 0 0-2.8 3.6c-.3.7-1 1.1-1.8 1zm1.3 27.3c-.7.7-1.8.7-2.5 0-3.8-3.8-6.7-6.4-9.1-8.5C3.3 24 .6 21.6.1 14.8v-1.2c0-3.1.9-6 2.5-8.2C4.4 3.1 7 1.6 10.3 1.3h.9c2.3 0 4.5.8 6.4 2 .9.7 1.8 1.5 2.5 2.4.7-.9 1.5-1.7 2.5-2.4 1.8-1.3 4-2 6.4-2h.9c3.4.3 5.9 1.8 7.7 4.1 1.7 2.3 2.6 5.1 2.6 8.2 0 .4 0 .8-.1 1.2-.5 6.8-3.2 9.2-9.5 14.9-2.6 2.1-5.6 4.8-9.3 8.5z'/%3E%3C/svg%3E") no-repeat center center; }

.article__inform-likes.liked::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%2374B908' d='M20 10.9c-.8.1-1.5-.4-1.8-1.1-.5-1.5-1.5-2.8-2.8-3.6-1.3-.9-2.7-1.4-4.3-1.4h-.6C8.3 5 6.6 6 5.4 7.6a9.92 9.92 0 0 0-1.8 6v.9C4 19.9 6.4 22 12 27.1c2.2 2 4.9 4.4 8 7.4 3.1-3 5.8-5.4 8-7.4 5.6-5 8-7.2 8.4-12.5v-.9c0-2.3-.6-4.5-1.8-6a6.2 6.2 0 0 0-5.1-2.8h-.6c-1.6 0-3.1.5-4.3 1.4a7.7 7.7 0 0 0-2.8 3.6c-.3.7-1 1.1-1.8 1zm1.3 27.3c-.7.7-1.8.7-2.5 0-3.8-3.8-6.7-6.4-9.1-8.5C3.3 24 .6 21.6.1 14.8v-1.2c0-3.1.9-6 2.5-8.2C4.4 3.1 7 1.6 10.3 1.3h.9c2.3 0 4.5.8 6.4 2 .9.7 1.8 1.5 2.5 2.4.7-.9 1.5-1.7 2.5-2.4 1.8-1.3 4-2 6.4-2h.9c3.4.3 5.9 1.8 7.7 4.1 1.7 2.3 2.6 5.1 2.6 8.2 0 .4 0 .8-.1 1.2-.5 6.8-3.2 9.2-9.5 14.9-2.6 2.1-5.6 4.8-9.3 8.5z'/%3E%3C/svg%3E") no-repeat center center; }

.article__inform-comments::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23999' d='M13.2 25l-1 5 7.2-7h14.3c.4 0 .7-.1 1-.4.2-.2.4-.6.4-.9v-17c0-.4-.2-.7-.4-1-.3-.2-.6-.4-1-.4H6.3c-.4 0-.7.2-1 .4-.2.3-.4.6-.4 1v17c0 .4.2.7.4.9.2.3.6.4 1 .4h7.4l-.5 2zm-5.3 9.7l1.7-8.3H6.3C5 26.4 3.8 25.9 3 25c-.8-.8-1.4-2-1.4-3.3v-17c0-1.3.5-2.5 1.4-3.3C3.8.5 5 0 6.3 0h27.5c1.3 0 2.5.5 3.3 1.4.9.9 1.4 2 1.4 3.3v17c0 1.3-.5 2.5-1.4 3.3-.8.8-2 1.4-3.3 1.4h-13L6.9 40l1-5.3z'/%3E%3C/svg%3E") no-repeat center center; }

.article__inform-views::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23999' d='M20 5.5c4.2 0 8.1 1.4 11.5 3.7 3.5 2.5 6.4 6 8.4 10.2l.3.6-.3.6c-2 4.2-4.9 7.7-8.4 10.2a19.7 19.7 0 0 1-23 0C5 28.4 2.2 24.8.1 20.6l-.3-.6.3-.6c2-4.2 4.9-7.7 8.4-10.2 3.4-2.4 7.3-3.7 11.5-3.7zm9.9 6.1c-2.9-2-6.3-3.2-9.9-3.2-3.6 0-7 1.2-9.9 3.2-2.9 2-5.4 5-7.1 8.4 1.8 3.5 4.2 6.4 7.1 8.4 2.9 2.1 6.3 3.2 9.9 3.2 3.6 0 7-1.2 9.9-3.2 2.9-2 5.4-5 7.1-8.4-1.7-3.5-4.2-6.4-7.1-8.4z'/%3E%3Cpath fill='%23999' d='M20 11.4c2.4 0 4.5 1 6.1 2.5 1.6 1.6 2.5 3.7 2.5 6.1s-1 4.5-2.5 6.1a8.54 8.54 0 0 1-6.1 2.6c-2.4 0-4.6-1-6.1-2.6-1.6-1.6-2.5-3.7-2.5-6.1s1-4.5 2.5-6.1 3.7-2.5 6.1-2.5zm4.1 4.5c-1-1-2.5-1.7-4.1-1.7-1.6 0-3.1.7-4.1 1.7s-1.7 2.5-1.7 4.1c0 1.6.7 3.1 1.7 4.1 1 1 2.5 1.7 4.1 1.7 1.6 0 3-.7 4.1-1.7 1-1 1.7-2.5 1.7-4.1 0-1.6-.7-3-1.7-4.1z'/%3E%3C/svg%3E") no-repeat center center; }

/* =categories */
.articles-page__categories-nav {
  display: none; }
  .articles-page__categories-nav.opened {
    display: block;
    position: fixed;
    padding: 10px 15px 0;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 1200; }

.articles-page__categories-link {
  font-size: 0.75rem;
  font-weight: 400;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  margin: 0 10px 10px 0; }
  .articles-page__categories-link:hover {
    color: #000;
    border-color: #2aa34f; }
  .articles-page__categories-link.active {
    color: #FFF;
    border-color: #2aa34f;
    background-color: #2aa34f;
    -webkit-box-shadow: none;
            box-shadow: none; }

.articles-page__open-categories-btn {
  margin-bottom: 20px; }

.nothing-to-show {
  font-size: 0.875rem;
  margin-bottom: 15px; }

/*	=ARTICLES & NEWS DETAIL PAGE
-----------------------------*/
.articles-detail {
  padding-bottom: 30px; }
  .articles-detail h1 {
    font-weight: 700; }

.articles-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .articles-detail__info .news-detail__date {
    margin: 0; }
  .articles-detail__info .article-detail__inform {
    margin: 0; }
  .articles-detail__info .article-detail__inform .article__inform-views {
    width: auto;
    line-height: 1.15; }

.article-detail__inform {
  font-size: 0;
  margin: 20px 0;
  /*.article__inform-likes,
    .article__inform-comments {
        border-right: 1px solid #e5e5e5;
    }*/ }
  .article-detail__inform .article__inform-likes,
  .article-detail__inform .article__inform-comments,
  .article-detail__inform .article__inform-views {
    display: inline-block;
    width: 33.33%;
    line-height: 38px;
    text-align: center;
    margin: 0; }

.articles-detail__like-btn::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFF' d='M20 10.9c-.8.1-1.5-.4-1.8-1.1-.5-1.5-1.5-2.8-2.8-3.6-1.3-.9-2.7-1.4-4.3-1.4h-.6C8.3 5 6.6 6 5.4 7.6a9.92 9.92 0 0 0-1.8 6v.9C4 19.9 6.4 22 12 27.1c2.2 2 4.9 4.4 8 7.4 3.1-3 5.8-5.4 8-7.4 5.6-5 8-7.2 8.4-12.5v-.9c0-2.3-.6-4.5-1.8-6a6.2 6.2 0 0 0-5.1-2.8h-.6c-1.6 0-3.1.5-4.3 1.4a7.7 7.7 0 0 0-2.8 3.6c-.3.7-1 1.1-1.8 1zm1.3 27.3c-.7.7-1.8.7-2.5 0-3.8-3.8-6.7-6.4-9.1-8.5C3.3 24 .6 21.6.1 14.8v-1.2c0-3.1.9-6 2.5-8.2C4.4 3.1 7 1.6 10.3 1.3h.9c2.3 0 4.5.8 6.4 2 .9.7 1.8 1.5 2.5 2.4.7-.9 1.5-1.7 2.5-2.4 1.8-1.3 4-2 6.4-2h.9c3.4.3 5.9 1.8 7.7 4.1 1.7 2.3 2.6 5.1 2.6 8.2 0 .4 0 .8-.1 1.2-.5 6.8-3.2 9.2-9.5 14.9-2.6 2.1-5.6 4.8-9.3 8.5z'/%3E%3C/svg%3E") center center no-repeat;
  vertical-align: text-top;
  margin-left: 5px; }

.articles-detail__like-btn .btn-text--liked {
  display: none; }

.articles-detail__like-btn.liked {
  color: #2aa34f;
  background-color: #FFF; }
  .articles-detail__like-btn.liked::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M21.3 38.2c-.7.7-1.8.7-2.5 0-3.8-3.8-6.7-6.4-9.1-8.5C3.3 24 .6 21.6.1 14.8v-1.2c0-3.1.9-6 2.5-8.2C4.4 3.1 7 1.6 10.3 1.3h.9c2.3 0 4.5.8 6.4 2 .9.7 1.8 1.5 2.5 2.4.7-.9 1.5-1.7 2.5-2.4 1.8-1.3 4-2 6.4-2h.9c3.4.3 5.9 1.8 7.7 4.1 1.7 2.3 2.6 5.1 2.6 8.2 0 .4 0 .8-.1 1.2-.5 6.8-3.2 9.2-9.5 14.9-2.6 2.1-5.6 4.8-9.3 8.5z' fill='%2374B908'/%3E%3C/svg%3E") center center no-repeat; }
  .articles-detail__like-btn.liked .btn-text--liked {
    display: inline; }
  .articles-detail__like-btn.liked .btn-text {
    display: none; }

.articles-detail__comments {
  padding-top: 1px;
  font-size: 0.875rem;
  background-color: #f8f8f8;
  position: relative; }
  .articles-detail__comments::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: -100; }

.articles-detail__add-new .form-control {
  border-radius: 20px; }

.articles-detail__add-new textarea.form-control {
  border-radius: 10px;
  resize: none; }

.static-page__container,
.news-detail__text,
.articles-detail__text {
  font-size: 1rem; }
  .static-page__container img:not(.static),
  .news-detail__text img:not(.static),
  .articles-detail__text img:not(.static) {
    height: auto;
    max-width: 100%; }
  .static-page__container a,
  .static-page__container .like-link,
  .news-detail__text a,
  .news-detail__text .like-link,
  .articles-detail__text a,
  .articles-detail__text .like-link {
    color: #2aa34f;
    font-weight: 500; }

/* next and prev buttons */
/*.next-prev__container {
    float: right;
    font-size: 0;
}*/
.next-prev__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .next-prev__container .next,
  .next-prev__container .prev {
    width: calc(50% - 7.5px);
    border-radius: 20px; }

/* =PAYMENTS LIST
---------------------------*/

.order-panel__container {
  margin-bottom: 30px;
  border-radius: 20px; }

.order-panel__title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 15px; }

.order-panel__item {
  min-height: 65px;
  position: relative;
  padding: 0 20px;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  border-radius: 20px;
  background-color: #FFF;
  color: #2aa34f;
  margin: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .order-panel__item:last-child {
    border-bottom: 1px solid #E5E5E5; }
  .order-panel__item .title-sm {
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.order-panel__item-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 55px;
  height: auto; }

.payments-additional-info__item {
  margin-top: 20px;
  font-size: 0.875rem; }

/* =payment methods */
.payment-methods__container {
  margin-bottom: 15px; }

.payment-methods__item-container {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.payment-methods__item-img-container {
  float: left;
  width: 100px;
  display: block;
  cursor: pointer;
  text-align: center; }

.payment-methods__item-img {
  width: 150px;
  display: block; }

/*	=SHIPPING
--------------------------------- */
/* =shipping page */
.shipping__container {
  margin-bottom: 30px; }

.departure-panel__container {
  margin-bottom: 30px; }

.shipping-panel__container {
  margin-bottom: 30px; }

.departure-panel__title,
.shipping-panel__title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 15px; }

.departure-panel__item {
  width: 100%;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  margin-bottom: 20px; }
  .departure-panel__item:last-child {
    margin-bottom: 0; }

.departure-panel__variant {
  min-height: 65px;
  padding: 0 20px;
  color: #2aa34f;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .departure-panel__variant .title-sm {
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.departure-panel__description {
  padding: 20px;
  line-height: 20px;
  font-size: 0.875rem;
  border-top: 1px solid #E5E5E5; }

/* shipping form */
.shipping-panel__list {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background-color: #fff; }
  .shipping-panel__list label,
  .shipping-panel__list .choose-region__wrap {
    width: 100%; }
  .shipping-panel__list input,
  .shipping-panel__list textarea {
    margin: 10px 0; }
  .shipping-panel__list textarea {
    height: 120px; }
  .shipping-panel__list .search-autocomplete__wrap {
    border: none;
    margin-top: 0; }
  .shipping-panel__list .shipping-panel__private-house {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .shipping-panel__list .shipping-panel__private-house label {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
    .shipping-panel__list .shipping-panel__private-house .fields-wrap {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .shipping-panel__list .shipping-panel__private-house .fields-wrap div {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%; }

/* SUCCESS ORDER PAGE
-----------------------------------*/

.complete-panel__container {
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 30px; }
  .complete-panel__container p {
    margin-bottom: 20px; }

.complete-order__number,
.complete-order__personal-link {
  font-weight: bold; }

.complete-order__number {
  pointer-events: none;
  display: block; }

.complete-order__personal-link {
  float: right; }

.payment-paid__message,
.payment-not-paid__message,
.payment-redirect__container {
  padding: 8px;
  border: 2px solid #fc0;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .payment-paid__message a,
  .payment-not-paid__message a,
  .payment-redirect__container a {
    color: #2aa34f;
    font-weight: 600; }

.payment-paid__message {
  border-color: #2aa34f; }

#countdown {
  font-weight: bold;
  border-bottom: 2px solid; }

.shop-estimation__container {
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 30px 0 20px; }

.shop-estimation__title {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px; }

.shop-estimation__second {
  margin-bottom: 10px; }

.shop-estimation__rating .rating,
.shop-estimation__rating .rating__count {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.shop-estimation-modal__text {
  padding-right: 32px;
  margin-bottom: 15px; }

.shop-estimation-modal__success {
  text-align: center;
  margin: 50px 0; }

/*  LOGIN PAGE
--------------------------------*/
.auth-login__container,
.register-page__container,
.register-page__exist-login,
.password-page__container {
  float: none;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.125rem;
  border-radius: 3px;
  text-align: center; }
  .auth-login__container .title-xl,
  .register-page__container .title-xl,
  .register-page__exist-login .title-xl,
  .password-page__container .title-xl {
    margin: 0;
    padding: 0; }
  .auth-login__container form,
  .register-page__container form,
  .register-page__exist-login form,
  .password-page__container form {
    margin-top: 20px; }

.auth-login__checkbox-wrap {
  display: block;
  font-weight: 400;
  text-align: left;
  margin: 20px 0;
  color: #2aa34f;
  text-decoration: underline; }
  .auth-login__checkbox-wrap .accept {
    color: inherit; }

.auth-login__submit,
.auth-login__forgot-password {
  width: 100%; }

.auth-login__submit:disabled {
  background-color: #8397fc;
  cursor: default; }

.auth-login__forgot-password {
  margin-top: 15px; }

.register-page__disclaimer {
  clear: both;
  padding-top: 20px;
  font-size: 0.75rem;
  line-height: 18px;
  color: #bfbfbf; }
  .register-page__disclaimer a {
    color: #2aa34f; }

.register-page__exist-login {
  border: none; }
  .register-page__exist-login p {
    width: 70%;
    margin: 0 auto; }
  .register-page__exist-login a {
    width: 100%;
    margin-top: 20px; }

.register-page__gift-img {
  display: block;
  margin: 30px auto 26px; }

.password__form-group {
  position: relative; }

.password__view-switch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23999' d='M20 5.5c4.2 0 8.1 1.4 11.5 3.7 3.5 2.5 6.4 6 8.4 10.2l.3.6-.3.6c-2 4.2-4.9 7.7-8.4 10.2a19.7 19.7 0 0 1-23 0C5 28.4 2.2 24.8.1 20.6l-.3-.6.3-.6c2-4.2 4.9-7.7 8.4-10.2 3.4-2.4 7.3-3.7 11.5-3.7zm9.9 6.1c-2.9-2-6.3-3.2-9.9-3.2-3.6 0-7 1.2-9.9 3.2-2.9 2-5.4 5-7.1 8.4 1.8 3.5 4.2 6.4 7.1 8.4 2.9 2.1 6.3 3.2 9.9 3.2 3.6 0 7-1.2 9.9-3.2 2.9-2 5.4-5 7.1-8.4-1.7-3.5-4.2-6.4-7.1-8.4z'/%3E%3Cpath fill='%23999' d='M20 11.4c2.4 0 4.5 1 6.1 2.5 1.6 1.6 2.5 3.7 2.5 6.1s-1 4.5-2.5 6.1a8.54 8.54 0 0 1-6.1 2.6c-2.4 0-4.6-1-6.1-2.6-1.6-1.6-2.5-3.7-2.5-6.1s1-4.5 2.5-6.1 3.7-2.5 6.1-2.5zm4.1 4.5c-1-1-2.5-1.7-4.1-1.7-1.6 0-3.1.7-4.1 1.7s-1.7 2.5-1.7 4.1c0 1.6.7 3.1 1.7 4.1 1 1 2.5 1.7 4.1 1.7 1.6 0 3-.7 4.1-1.7 1-1 1.7-2.5 1.7-4.1 0-1.6-.7-3-1.7-4.1z'/%3E%3C/svg%3E") no-repeat;
  cursor: pointer; }

/*  REGISTER PAGE
--------------------------------*/
.register-page__container {
  border: none; }
  .register-page__container .auth-login__submit {
    width: 100%; }

/*  RESET PASSWORD PAGE
------------------------------------*/
.password-page__container {
  border: none; }
  .password-page__container p {
    font-size: 0.875rem;
    margin: 0 0 15px; }

.password__submit,
.password__go-back {
  float: left;
  width: 48%; }

.password__go-back {
  float: right; }

.tracking__form-container {
  margin-bottom: 30px; }
  .tracking__form-container .form-group {
    margin-top: 10px; }
  .tracking__form-container .form-control {
    margin: 10px 0; }
  .tracking__form-container label {
    margin: 0; }

.tracking__form-container-or {
  color: #999;
  font-size: 0.875rem; }

.tracking__submit {
  width: 100%;
  margin-top: 15px; }

.tracking__disclaimer-container {
  min-height: 380px;
  padding: 15px;
  background-color: #F7F7F7; }

.tracking-result__description {
  margin: 0 0 20px 0;
  font-size: 1.2em; }

.tracking-result__desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tracking-result-desc__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #999; }

.tracking-result__number {
  border-bottom: 2px solid #2aa34f; }

.tracking-operation__item {
  margin-bottom: 10px; }
  .tracking-operation__item.first {
    border: 2px solid #2aa34f;
    padding: 10px; }

.tracking-operation__name {
  font-size: 1.2em; }

.tracking-operation__info {
  font-size: 0.9em;
  color: #999; }

/* PERSONAL ACCOUNT
-------------------------------*/
.profile__container hr {
  margin-bottom: 35px; }

.profile__greeting,
.profile__notification {
  font-size: 0.875rem;
  margin-bottom: 30px; }

.profile-card {
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-bottom: 30px; }
  .profile-card:hover .profile-card__edit-link {
    color: #FFF;
    background-color: #2aa34f; }
    .profile-card:hover .profile-card__edit-link:hover {
      background-color: #2fb759; }

.profile-card__icon-container {
  float: left; }
  .profile-card__icon-container svg {
    width: 32px;
    height: 32px;
    fill: #2aa34f; }

.profile-card__content-container {
  height: 115px;
  padding-left: 10px;
  line-height: 20px;
  font-size: 0.875rem;
  overflow: hidden; }

.profile-card__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px; }

.profile-card__label,
.order__container {
  /* statuses */ }
  .profile-card__label .status,
  .order__container .status {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    padding: 0 5px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFF;
    border-radius: 3px; }
  .profile-card__label .verification-status,
  .order__container .verification-status {
    background-color: #A3C52D; }
  .profile-card__label .canceled-status,
  .order__container .canceled-status {
    background-color: #FF5157; }
  .profile-card__label .payable-status,
  .order__container .payable-status {
    background-color: #5DB0D3; }
  .profile-card__label .return-status,
  .order__container .return-status {
    background-color: #D35D82; }
  .profile-card__label .has_been_paid-status,
  .order__container .has_been_paid-status {
    background-color: #00BED5; }
  .profile-card__label .reserve-status,
  .order__container .reserve-status {
    background-color: #5D8AD3; }
  .profile-card__label .combined-status,
  .order__container .combined-status {
    background-color: #954527; }
  .profile-card__label .ready-status,
  .order__container .ready-status {
    background-color: #007243; }
  .profile-card__label .adopted-status,
  .order__container .adopted-status {
    background-color: #00BB2E; }
  .profile-card__label .in_delivery-status,
  .order__container .in_delivery-status {
    background-color: #005D4C; }
  .profile-card__label .in_compilation-status,
  .order__container .in_compilation-status {
    background: #fff;
    color: #000; }

.profile-card__edit-link {
  display: block; }

/* PERSONAL DATA
-------------------------------*/
.personal-data__form-container .form-control {
  margin: 10px 0; }

.personal-data__private-house {
  margin-bottom: 15px; }

.personal-data__submit-form {
  width: 100%;
  margin-top: 10px; }

/* PERSONAL ORDERS
-------------------------------*/
.order__container {
  font-size: 0.875rem;
  margin-bottom: 30px; }
  .order__container .status {
    padding: 0 7px;
    line-height: 28px;
    font-size: 0.75rem; }

.order__status-pay-button {
  float: right; }

.order__header {
  padding: 10px 0;
  line-height: 25px;
  background-color: #f7f7f7; }

.order__product-name {
  display: block;
  font-weight: 600;
  color: #2aa34f; }

.order__products-wrap,
.order__tax,
.order__delivery,
.order__sum {
  padding: 15px 0;
  line-height: 25px;
  border-bottom: 1px solid #e5e5e5; }

.order__sum {
  font-weight: 600;
  border: none; }

.order__track-number,
.order__action-buttons-container {
  padding: 15px 0;
  line-height: 25px;
  border-top: 1px solid #dfdfdf; }

.personal-orders__track-number {
  font-weight: bold;
  font-size: 16px; }

/* SUBSCRIBES
-------------------------------> */
.subscribes-item {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px; }
  .subscribes-item .product-tgk {
    text-align: left;
    margin-top: 5px; }
  .subscribes-item .rating__count {
    font-size: 0.875rem; }
  .subscribes-item .action-buttons {
    border-top: 1px solid #e5e5e5;
    font-size: 0;
    text-align: center; }
  .subscribes-item .bookmarks__link,
  .subscribes-item .compare__link {
    display: inline-block;
    padding: 0;
    width: 50%;
    position: static;
    line-height: 60px; }
    .subscribes-item .bookmarks__link svg, .subscribes-item .bookmarks__link span,
    .subscribes-item .compare__link svg,
    .subscribes-item .compare__link span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
  .subscribes-item .bookmarks__link {
    border-right: 1px solid #e5e5e5; }

.subscribes-item__img-wrap {
  font-size: 0; }

.subscribes-item__info {
  padding: 10px 0; }

.subscribes-item__header {
  font-weight: 500;
  line-height: 16px;
  height: 32px;
  overflow: hidden; }
  .subscribes-item__header:hover {
    color: #000; }

.subscribes-item__warehouse-status {
  padding: 20px 15px;
  min-height: 120px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.875rem;
  text-align: center; }

.subscribes-item__sale_price,
.subscribes-item__not_available {
  color: #DD662E;
  font-size: 1.375rem;
  font-weight: 500; }

.subscribes-item__actions {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5; }

.subscribes-item__unsubscribe,
.subscribes-item__to-product {
  max-height: 40px;
  width: 100%; }

.mail-subscription__container {
  font-size: 0.875rem; }
  .mail-subscription__container p {
    margin: 0 0 25px; }
  .mail-subscription__container .btn-primary:hover {
    color: #2aa34f;
    background: inherit; }

.mail-subscription__alert-message {
  display: none;
  line-height: 54px;
  border-radius: 3px;
  border: 1px solid #2aa34f;
  background-color: #fce1d8;
  margin-bottom: 20px; }
  .mail-subscription__alert-message i {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0 10px; }

.mail-subscription__alert-message-text {
  display: inline-block; }

.mail-subscription__notification {
  color: #999;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 20px; }

/* ACTIVATION & RESET PASSWORD PAGE */
.activation__container .btn,
.reset__container .btn {
  width: 100%; }

.activation__text {
  font-size: 0.875rem;
  margin-bottom: 15px; }

.activation__fields input,
.reset__fields input {
  margin-top: 10px; }

.promotion__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }

.promotion__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 30px; }

.promotion__item-inner {
  position: relative;
  height: 100%;
  padding-bottom: 60px;
  border: 1px solid #E5E5E5;
  margin: 0 15px; }
  .promotion__item-inner:hover .promotion__item-btn {
    color: #FFF;
    background-color: #2aa34f; }
    .promotion__item-inner:hover .promotion__item-btn:hover {
      background-color: #2fb759; }

.promotion__item-banner-wrapper {
  position: relative;
  min-height: 155px; }
  .promotion__item-banner-wrapper .circled-symbol {
    position: absolute;
    z-index: 150; }

.promotion__item-banner {
  width: 100%;
  height: auto; }

.promotion__item-info {
  padding: 20px 20px 0; }

.promotion__item-title {
  display: block;
  line-height: 24px;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 8px; }
  .promotion__item-title:hover {
    color: inherit; }

.promotion__item-text {
  display: block;
  max-height: 138px;
  font-size: 0.875rem;
  color: #000;
  overflow: hidden;
  margin-bottom: 10px; }

.promotion__item-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }

/*  404 page
-----------------------------*/
.page-404__container {
  max-width: 400px;
  margin: 30px auto 0; }
  .page-404__container label {
    font-weight: 400; }

.page-404__banner {
  max-width: 100%; }

.page-404__text {
  font-size: 0.875rem; }

.page-404__frontpage-link {
  display: block;
  margin: 20px 0; }

.page-404__search-input {
  background: #F7F7F7 none repeat scroll 0 0;
  border: medium none;
  padding-right: 100px; }

.page-404__search-submit {
  background: #A3C52D none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  bottom: 2px;
  color: #FFF;
  font-weight: bold;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0; }

.page-404__suggestions {
  margin-top: 20px; }

/* USED IN: ARTICLES, 404 PAGES
---------------------------------*/
.search__input-container {
  position: relative;
  margin-bottom: 20px; }
  .search__input-container .form-control {
    margin: 10px 0; }

.search__submit {
  position: absolute;
  line-height: 38px;
  top: 1px;
  right: 1px;
  width: 60px;
  border: none;
  border-left: 1px solid #BFBFBF;
  border-radius: 0 3px 3px 0; }
  .search__submit:hover {
    color: #2aa34f;
    background-color: #fce1d8;
    border-color: #2aa34f; }
    .search__submit:hover svg {
      fill: #2aa34f; }
  .search__submit svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #BFBFBF; }

/* =CAROUSEL PRODUCT WIDGETS
-----------------------------*/
.products-carousel__container,
.reviews-carousel__container {
  border: none; }

.widget__container {
  background: #fafafa;
  padding-bottom: 15px; }

.widget__title-container {
  margin-bottom: 15px;
  background: #fff; }

.widget__reviews-count {
  font-size: 1rem;
  color: #999;
  font-weight: 400; }

.products-carousel__item,
.reviews-carousel__item {
  background: #FFF;
  border: 1px solid transparent;
  -webkit-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out; }

.products-widgets__container,
.reviews-widgets__container {
  position: relative;
  margin: 0 -15px; }
  .products-widgets__container .rating,
  .reviews-widgets__container .rating {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875rem; }

.products-carousel__item {
  text-align: center;
  position: relative;
  border-radius: 20px; }

.products-carousel__item-inner {
  padding: 15px 15px 0; }

.products-carousel__item-image-wrap {
  display: block;
  width: 100%;
  height: 185px; }

.products-carousel__item-image {
  display: inline;
  max-width: 100%;
  height: auto; }

.products-carousel__item-description {
  padding: 0 5px 10px 5px;
  overflow: hidden; }
  .products-carousel__item-description .product-price {
    text-align: center; }

.products-carousel__item-name {
  display: block;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 7px; }
  .products-carousel__item-name:hover {
    color: inherit; }

/* =CAROUSEL REVIEWS WIDGETS
-----------------------------*/
.reviews-carousel__item {
  height: 205px;
  padding: 5px 15px; }

.reviews-carousel__item-date {
  color: #999;
  font-size: 0.75rem; }

.reviews-carousel__item-text {
  font-size: 0.875rem;
  line-height: 20px;
  height: 60px;
  overflow: hidden; }

/* PRODUCT DETAIL CAROUSELS
------------------------------ */
.products-related__carousel-container {
  padding: 20px 0;
  margin: 0 -15px 30px -15px;
  background: #fafafa;
  /*.glide__arrow {
        opacity: 1;
        top: -6px;
        transform: translateY(-100%);
        width: 45px;
        height: 45px;
        border: none;
        box-shadow: none;
        background-color: transparent;
    }
    .glide__arrow--left {
        right: 36px;
        left: auto;
    }
    .glide__arrow--right {
        right: -18px;
    }*/ }

.products-related__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.products-related__carousel,
.product-collection__carousel,
._404page__suggestions-carousel {
  border: 1px solid #E5E5E5; }
  .products-related__carousel .btn-sm.productbox__discount-percent,
  .product-collection__carousel .btn-sm.productbox__discount-percent,
  ._404page__suggestions-carousel .btn-sm.productbox__discount-percent {
    top: 10px;
    right: 15px;
    left: auto; }

.products-related__carousel {
  border: none; }

.products-related__carousel-item {
  background: #fff;
  border-radius: 20px; }

.products-related__list-item {
  background: #fff;
  width: 100%;
  border-radius: 20px; }

.products-related__carousel-item-img {
  padding: 20px; }
  .products-related__carousel-item-img a {
    display: block;
    text-align: center;
    height: 160px; }
  .products-related__carousel-item-img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto; }

.products-related__carousel-item-text {
  padding-bottom: 20px;
  position: relative; }
  .products-related__carousel-item-text .title {
    text-align: center;
    display: block;
    line-height: 22px;
    height: 44px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    overflow: hidden; }
  .products-related__carousel-item-text .product-tgk,
  .products-related__carousel-item-text .rating {
    font-size: 0.875rem;
    text-align: center; }

.products-related__carousel-price-container .product-price {
  text-align: center; }

/* RECOMMENDATION CAROUSEL
------------------------------ */
.recommendation {
  position: relative; }
  .recommendation .glide__arrow {
    opacity: 1;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: -10px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .recommendation .glide__arrow--left {
    left: auto;
    right: 65px; }
  .recommendation .glide__arrow--right {
    right: 0; }

.recommendation__carousel-item {
  border: 1px solid #e5e5e5; }

.recommendation__banner-wrapper {
  height: 160px;
  overflow: hidden;
  text-align: center;
  margin: 15px; }

.recommendation__banner {
  width: 100%;
  height: 100%; }

.recommendation__link:hover {
  color: #000; }

.recommendation__info {
  padding: 0 15px; }

.recommendation__name {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 15px; }

/* ARTICLE PRODUCT BLOCK CAROUSEL
------------------------------ */
.article-product__container {
  border: 1px solid #e5e5e5;
  margin-top: 30px; }
  .article-product__container a {
    color: #000; }
  .article-product__container .item__property .value {
    padding: 0 25px 0 10px; }

.article-product__carousel .product_img {
  width: 100%;
  height: auto; }

.article-product__carousel .glide__arrow {
  width: 30px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFF;
  border: 1px solid #EAEAEA; }
  .article-product__carousel .glide__arrow:hover {
    border-color: #2aa34f; }

.article-product__rating-container {
  color: #999;
  font-size: 0.875rem;
  margin-bottom: 15px; }
  .article-product__rating-container .rating__label {
    vertical-align: bottom;
    margin-right: 3px; }

.article-product__description {
  font-size: 0.875rem;
  line-height: 22px;
  max-height: 132px;
  overflow: hidden;
  margin-bottom: 15px; }

.article-product__properties-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .article-product__properties-list .item__property {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-size: 0.75rem;
    display: none; }
  .article-product__properties-list .item__property:nth-child(-n+6) {
    display: block; }

.top-products__container {
  font-size: 0; }

.top-products__area {
  position: relative;
  margin-top: 25px;
  min-height: 110px; }

.top-products__element {
  position: relative;
  padding: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  background-color: #FFF;
  font-size: 16px; }
  .top-products__element--opened {
    border-color: #2aa34f;
    -webkit-box-shadow: 0 0 15px #E3F1CD;
            box-shadow: 0 0 15px #E3F1CD;
    z-index: 200; }
  .top-products__element--closed:hover .btn {
    color: #FFF;
    background-color: #2aa34f; }
    .top-products__element--closed:hover .btn:hover {
      background-color: #2fb759; }

.top-products__element--powerful {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77.207' height='76.635'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23E3E3E3;fill-rule:evenodd%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M46.691 28.731c1.581.7 4.4 1.905 5.9 1.516 1.966-.894 7.056-5.833 7.672-7.349.887-2.216-1.2-7.738-2.506-8.749l5.2-8.749a6.03 6.03 0 0 1 9.253 0c4.4 5.638-.694 16.409-3.162 21.114-3.812 7.738-12.487 18.82-9.674 30.291 1.2 4.938 3.778 7.232 4.472 8.943l-6.472.933 6.092 2.994c-1 2.216-3.586 4.744-4.7 6.96 2.2-.7 5.4-3.538 7.4-4.044 1.2 1.4 1.966 2.839 3.162 4.044v-5.249l7.6 2.527-4.9-5.133c1.118-1.128 2.7-2.022 4.01-3.227l-5.2-.078-.089-10.377c-.617.505-.694 1.089-1.2 2.022l-3.123 6.221C57.25 52.881 64.46 41.41 70.05 31.962a73.834 73.834 0 0 0 4.781-9.76c3.084-7.466 4.164-18-3.084-21.347a11.812 11.812 0 0 0-6.284-.7 8.323 8.323 0 0 0-4.7 2.527c-1.812 2.022-3.778 6.338-5.4 8.866a28.555 28.555 0 0 0-4.161-2.22c-6.323-2.139-9.677 2.8-11.991 7.543-.386 5.716 2.583 9.565 7.48 11.86zm8.483-5.327c-2.2 2.216-2.776 3.538-4.472 3.111a9.83 9.83 0 0 1-7.981-8.243c-.231-1.516 1.2-2.527 3.162-4.316 2.891 6.22 3.121 6.337 9.291 9.448zm0-6.844a9.245 9.245 0 0 1 1.5 3.305 9.084 9.084 0 0 1-7.48-7.543 8.756 8.756 0 0 1 3.586 1.633c-1.388 1.4-.694 3.694 2.39 2.605z'/%3E%3Cpath class='a' d='M28.648 72.01A28.981 28.981 0 0 1 .001 42.81a28.947 28.947 0 0 1 28.647-29.166 26.449 26.449 0 0 1 8.559 1.322 1.572 1.572 0 0 1 1 1.983 1.594 1.594 0 0 1-2 1.011 24.05 24.05 0 0 0-7.557-1.205A25.649 25.649 0 0 0 3.201 42.61c0 14.309 11.374 26.169 25.446 26.169a25.649 25.649 0 0 0 25.447-25.856 26.923 26.923 0 0 0-1.7-9.371 1.602 1.602 0 1 1 2.969-1.205 28.647 28.647 0 0 1 2 10.576A29.1 29.1 0 0 1 28.648 72.01z'/%3E%3C/svg%3E") 96% 15px no-repeat; }

.top-products__element--hits {
  background: #fff url(/static/trigife_org/images/top-products/top-products_hits.svg) 96% 15px no-repeat; }

.top-products__element--autoflowering {
  background: #fff url(/static/trigife_org/images/top-products/top-products_autoflowering.svg) 96% 15px no-repeat; }

.top-products__element--prolific {
  background: #fff url(/static/trigife_org/images/top-products/top-products_fast-growing.svg) 96% 15px no-repeat; }

.top-products__title {
  margin: 0 0 16px; }

.top-products__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }

.top-products__item {
  font-size: 13px;
  padding: 6.5px 0; }

.top-products__link {
  display: block;
  color: #808080;
  line-height: 20px; }
  .top-products__link:hover {
    color: #2aa34f; }

/* CAROUSEL VARIANT */
.triggers-carousel__container {
  background-color: #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0 30px; }
  .triggers-carousel__container .glide__bullets {
    opacity: 1;
    background-color: transparent;
    left: 15px;
    bottom: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .triggers-carousel__container .glide__bullet {
    padding: 5px;
    margin: 5px 2.5px; }

.triggers-carousel__item,
.triggers__item {
  display: block;
  height: auto;
  padding: 25px 20px 45px;
  line-height: 20px;
  color: #000;
  background-color: #fff; }
  .triggers-carousel__item h3, .triggers-carousel__item .title-md,
  .triggers__item h3,
  .triggers__item .title-md {
    font-size: 1rem; }
  .triggers-carousel__item p,
  .triggers__item p {
    font-size: 0.875rem; }
  .triggers-carousel__item a,
  .triggers__item a {
    color: #2aa34f; }

/* STATIC VARIANT */
.triggers__item {
  padding: 0; }
  .triggers__item img {
    float: left; }
  .triggers__item h3, .triggers__item .title-md, .triggers__item p {
    padding-left: 65px; }
  .triggers__item a {
    color: #2aa34f; }
  .triggers__item .title-md {
    margin-top: 20px; }

.email-subscribing {
  padding: 35px 0;
  color: #fff;
  background-color: #2aa34f; }

.email-subscribing__container {
  position: relative; }

.email-subscribing__title {
  font-size: 1.875rem;
  line-height: 44px; }

.email-subscribing__input-wrap {
  position: relative;
  margin: 10px 0; }
  .email-subscribing__input-wrap .btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0; }

.email-subscribing__personal-data-agreement {
  font-weight: 400;
  margin-bottom: 0; }

.email-subscribing__close-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.email-subscribing__close-block-button {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  padding: 10px;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out; }
  .email-subscribing__close-block-button:hover {
    background-color: #2fb759; }

.email-subscribing__close-block-cross {
  width: 15px;
  height: 15px;
  fill: #fff; }

/* widget in orders pages */
.your-order__container {
  width: 100%;
  padding: 20px 15px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fafafa; }

.your-order__title {
  font-size: 1.5625rem;
  font-weight: 500; }

.your-order__reckoning {
  padding: 20px 0 10px;
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
  font-size: 0.875rem; }

.your-order__products-price,
.your-order__shipping-price {
  margin-bottom: 10px; }
  .your-order__products-price .price,
  .your-order__shipping-price .price {
    font-weight: 700; }

.your-order__discount-item {
  color: #DD662E;
  margin-bottom: 10px; }
  .your-order__discount-item .value {
    font-weight: 700; }

.your-order__total {
  padding-top: 25px;
  border-top: 1px solid #DFDFDF;
  font-weight: 700; }
  .your-order__total .price {
    color: #DD662E; }

.your-order__bonuses-score {
  padding-top: 10px; }
  .your-order__bonuses-score .title, .your-order__bonuses-score .price {
    color: #DD662E; }

.your-order__total-price {
  margin-top: 15px;
  width: 100%;
  border-radius: 0;
  border-color: transparent;
  cursor: auto;
  background: #e5e5e5;
  font-size: 1.25rem;
  font-weight: 700; }

.you-order__container {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa; }

.your-order__reckoning {
  padding: 20px 0 10px;
  border-top: 1px solid #E5E5E5;
  margin-top: 20px;
  font-size: 0.875rem; }

.your-order__products-price,
.your-order__shipping-price {
  margin-bottom: 10px;
  /*.price {
        font-weight: 700;
    }*/ }
  .your-order__products-price .product-price,
  .your-order__shipping-price .product-price {
    font-size: 1rem;
    font-weight: 700;
    color: #DD662E;
    color: #000; }

.your-order__discount-item {
  color: #DD662E;
  margin-bottom: 10px; }
  .your-order__discount-item .value {
    font-weight: 700; }

.your-order__total {
  padding-top: 25px;
  border-top: 1px solid #DFDFDF;
  font-weight: 700; }
  .your-order__total .price {
    color: #DD662E; }
  .your-order__total .product-price {
    font-size: 1rem;
    font-weight: 700; }

.your-order__bonuses-score {
  padding-top: 10px; }
  .your-order__bonuses-score .title, .your-order__bonuses-score .price {
    color: #DD662E; }

.your-order__bonuses-score-icon {
  color: #CACACA; }

.your-order__bonuses-info-toggle {
  padding-left: 0;
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  color: #2aa34f;
  text-decoration: underline;
  padding-right: 12px; }
  .your-order__bonuses-info-toggle::after {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 15'%3E%3Cpath stroke='%2374b908' d='M.713 13.676c-.16-.16-.16-.475 0-.63l5.513-5.518L.713 2.016c-.16-.16-.16-.475 0-.63.155-.16.47-.16.63 0l5.826 5.827c.082.08.121.2.121.317a.43.43 0 0 1-.121.313l-5.825 5.833a.465.465 0 0 1-.318.116.442.442 0 0 1-.313-.116z'/%3E%3C/svg%3E") no-repeat center center;
    height: 10px;
    width: 6px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .your-order__bonuses-info-toggle--opened::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.your-order__bonuses-info-content {
  margin: 10px auto;
  display: none; }
  .your-order__bonuses-info-content--opened {
    display: block; }

.your-order__submit {
  display: block;
  width: 100%;
  margin-top: 25px;
  border-radius: 20px; }
  .your-order__submit.custom-disabled {
    opacity: .75;
    pointer-events: none; }

.confirm_with_conditions {
  display: none;
  color: red;
  padding: 10px 0; }
  .confirm_with_conditions.active {
    display: block; }

.your-order__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }

.your-order__is-processed {
  float: right;
  margin-top: 6px;
  pointer-events: none; }

/*	=price container
-------------------------- */
.detail-price {
  padding: 0 20px 20px;
  background-color: #FAFAFA;
  margin-bottom: 20px; }
  .detail-price label {
    font-weight: 400;
    text-align: left; }

.detail-price__container,
.detail-price__variant-container,
.detail-price__purchase-container,
.detail-product__actions-container,
.detail-price__payment-info-container {
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9; }
  .detail-price__container:last-child,
  .detail-price__variant-container:last-child,
  .detail-price__purchase-container:last-child,
  .detail-product__actions-container:last-child,
  .detail-price__payment-info-container:last-child {
    border-bottom: none; }

.detail-price__container .variant-price {
  display: inline-block;
  vertical-align: middle;
  color: #2aa34f;
  font-size: 1.5625rem;
  font-weight: 600; }

.detail-price__container .variant-price--grey {
  color: #AEAEAE; }
  .detail-price__container .variant-price--grey svg {
    fill: #AEAEAE; }

.detail-price__container .variant-price__old {
  display: inline-block;
  font-weight: 400;
  font-size: 1.5625rem;
  color: #999;
  margin-right: 7px;
  text-decoration: line-through; }

.detail-price__container .per_pack {
  display: block; }

.detail-price__container .productbox__discount-percent {
  position: static;
  margin: 0 15px; }

.detail-price__variant-container {
  border-bottom: none; }

.detail-price__variant-select-wrap {
  display: none;
  margin-top: 15px; }
  .detail-price__variant-select-wrap label {
    margin-bottom: 15px; }

.detail-price__purchase-container {
  padding: 20px 0; }

.detail-price__quantity {
  display: block;
  float: left;
  line-height: 40px;
  margin-right: 15px; }

.detail-product__buy-container {
  display: inline-block;
  float: right; }

.detail-product__buy-container svg {
  width: 22px;
  height: 22px;
  fill: #FFF; }

.detail-product__buy-container .detail-product__in_basket {
  display: none; }
  .detail-product__buy-container .detail-product__in_basket:hover {
    color: #2aa34f;
    background-color: #FFF; }

.detail-product__buy-container .detail-product__buy-button {
  display: block;
  min-height: 40px;
  padding: 7px 20px;
  border-radius: 40px; }

.detail-product__buy-container.in_basket .detail-product__in_basket {
  display: block;
  border-radius: 40px; }

.detail-product__buy-container.in_basket .detail-product__buy-button {
  display: none; }

.warehouse__count-container {
  margin-top: 25px; }

.detail-price__subscribe-block {
  margin-bottom: 23px; }

.detail-price__subscribe-information {
  font-weight: bold;
  margin-bottom: 15px; }

.detail-price__count-container {
  float: left;
  margin-top: 4px; }

.detail-product__actions-container {
  padding: 0;
  font-size: 0; }
  .detail-product__actions-container .bookmarks__link,
  .detail-product__actions-container .compare__link {
    display: inline-block;
    padding: 0;
    width: 50%;
    position: static;
    line-height: 60px; }
    .detail-product__actions-container .bookmarks__link svg, .detail-product__actions-container .bookmarks__link span,
    .detail-product__actions-container .compare__link svg,
    .detail-product__actions-container .compare__link span {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
  .detail-product__actions-container .bookmarks__link {
    border-right: 1px solid #E5E5E5; }

.detail-price__message {
  color: #DD662E;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2; }

/* =payment info container */
.detail-price__payment-info-container {
  border-bottom: none;
  font-size: 0.875rem; }
  .detail-price__payment-info-container a {
    display: block;
    color: #2aa34f;
    margin-bottom: 5px; }

/* =tastes */
.taste__item {
  width: 30%;
  height: 127px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 5%;
  -webkit-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out; }
  .taste__item:hover {
    border-color: #2aa34f; }

.taste__item-link:hover {
  color: #000; }

.taste__item-img {
  height: 83px;
  background-size: cover;
  background-position: center center; }

.taste__item span {
  font-size: 13px;
  height: 30px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  width: 100px; }

.taste__item:nth-child(3n) {
  margin-right: 0; }

.taste__item:last-child {
  margin-right: 0; }

/* =guarantee */
.detail-guarantee__container {
  position: relative;
  padding: 20px 120px 20px 20px;
  font-size: 0.875rem;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  margin-bottom: 10px; }

.detail-guarantee__icon {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75px;
  height: 75px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='74' viewBox='0 0 2014 2014' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cdefs%3E%3Cstyle%3E.str0%7Bstroke:%2374b908;stroke-width:54.5893;stroke-linecap:round;stroke-linejoin:round%7D.fil0%7Bfill:none%7D%3C/style%3E%3C/defs%3E%3Cg id='Слой_x0020_1'%3E%3Cg id='_751844236192'%3E%3Cpath class='fil0 str0' d='M895 147l112-120M1119 147L1007 27M1233 170l149-68M1440 255l-58-153M1536 320l164-6M1694 478l6-164M1759 575l153 57M1844 781l68-149M1867 895l120 112M1867 1119l120-112M1844 1233l68 149M1759 1440l153-58M1694 1536l6 164M1536 1694l164 6M1440 1759l-58 153M1233 1844l149 68'/%3E%3Cg%3E%3Cpath class='fil0 str0' d='M1119 1867l-112 120M895 1867l112 120'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M782 1845l-150 67M575 1759l57 153'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M478 1694l-164 6M320 1536l-6 164'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M255 1440l-153-58M170 1233l-68 149'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M147 1119L27 1007M147 895L27 1007'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M170 782l-68-150M255 575l-153 57'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M320 478l-6-164M478 320l-164-6'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M574 256l58-154M781 170l-149-68'/%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0 str0' d='M796 1475c134 22 534 114 642-1 43-46 6-73 39-117 23-32 55-31 37-89-26-84-2-53 28-110-4-49-18-38-32-82 16-47 49-40 24-101-54-134-217-54-344-83-2-91 63-141 76-226 14-99-32-199-134-180-17 31-19 131-38 179-30 78-69 74-105 123-61 83-72 248-189 257'/%3E%3Cpath d='M677 1040c-33-26-118-23-163-16-56 10-40 78-40 134 0 83-12 276 10 338 46 15 148 17 191-2 17-39 21-416 2-454z' fill='%23fefefe' stroke='%2374b908' stroke-width='54.59'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center; }

.detail-guarantee__title {
  margin: 0 0 10px;
  font-weight: 500; }

.detail-guarantee__text {
  line-height: 16px;
  margin-bottom: 10px; }

.detail-guarantee__more {
  cursor: pointer;
  color: #2aa34f; }

.basket-list__selectable-bonuses-container {
  padding: 15px 0;
  line-height: normal; }
  .basket-list__selectable-bonuses-container.disabled {
    color: #999; }
    .basket-list__selectable-bonuses-container.disabled .btn-plus {
      background-color: #E2E2E2;
      border-color: #E2E2E2;
      cursor: default; }
      .basket-list__selectable-bonuses-container.disabled .btn-plus:hover {
        border-color: #E2E2E2; }

.basket-list__selectable-bonus-radio,
.basket-list__selectable-bonus-number {
  width: 100%;
  font-weight: normal;
  line-height: 30px; }

.basket-list__selectable-bonus-number {
  line-height: 40px;
  padding: 0 15px;
  background-color: #F7F7F7;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: default;
  -webkit-transition: border-color .3s ease-out, background-color .3s ease-out;
  transition: border-color .3s ease-out, background-color .3s ease-out; }
  .basket-list__selectable-bonus-number:hover {
    border-color: #2aa34f;
    background-color: #fce1d8; }

.basket-list__selectable-bonus-title {
  font-size: 14px; }

.basket-list__selectable-bonus-number-control {
  margin-bottom: 5px; }

.basket-list__selectable-bonus-remainder {
  font-size: 0.875rem;
  margin-top: 20px; }

.basket-list__selectable-bonus-remainder--count.hidden,
.basket-list__selectable-bonus-remainder--done.hidden {
  display: none; }

.basket-list__item--new-year {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAShSURBVHhe7d3LbxNHHAfw3/qREMcECK80UYQqIVBLeVUUiWMv9NRLe+2p/1J7LFIroHDhgFSqVlV7aZBQIKI82hQKEYJgO6QOjuM4fqx3u7/J1ChyjLyKZz2/+Pu52DMrIcSX2Z2ZnRk7lUrFJxArpj9BKAQo3IYAffLo7sIVXQIJmgHWvTX6I3eVnKBqNv8j+T4ejRI0A0zEBulg+hiVaq9oIn2KHMfRV8BmLb3QYjVDI4PjugS2a+nEILw3yvUl/c1e6IW24XoVuv/qWtA3KOsaO2Eg/xae71LMSeiSndAC38L28BgCNIyHY77v6VL3IUDDXqxM0+OlX4yFiAAN4+CCNqhL3YdOjGHrM1o+OY6ZtmKsBa7f+/F/g2e0TIXHjP3JudWH9KTwmy6BKUYC5InxF8XbVKxm1dwqmGPsGcjTUBV3mUaH3tU1YAI6McKZe7pCJBCgcAhQOAQoHAIUDgEKhwCFQ4DCIUDhEKBwmwb4cPE6VRsrugQ2awmQJ6CrbpH+zv+ka6AX+F3qnex3utTeppPZpdoiDSf3YXl9j3ADmlueUqvkD6beo8ldZynuJPXVjTa9haYH9iO8HuJVNJ7nUiI2QK5f4+aor7RCJ8ZCQ4ld9P6+T4PcPDq852OKB0G2g/eBIfAy+2QspUt2QAvsUKZ0j2ayl1UnzyZogR3iXmF29T6Np0/qGjsgQOFwCxUOAQqHAIVDgMIhQOEQoHAIUDgEKBwCFA4BCocAhUOAwrUE2Isdtfzi0vMbugRhbAiw4ddpJndJbY2O0kJ5Vp2lAuE1A+TD3abmv6aJnafpdvZbWiw/1lfM4hOCnxVuqoU8M9mL6r0bdG7D+0C+lU3Nf0Ufjn1Bw8m9utYsbvX/LP1K5Xqejh/4jJKxIX0FOtHyQnfNXVaLaqK05hbUUoU9Ow7pGugU3sgLh2GEcAhQOAQo3LYIsJ8nAbZFgLyLh8eR/Uh0gOszRxdp5+AY3cldotzqn/pK/xAdYIwSdHT0E8qXn9LkyBnanzqir/SPbTEO5H0L4+kTwbf+2xKHgbxwGEYI17UA8RahN7oSIIc3m79Bz4vTugai0pUAeT899wDfSX+gayAqXbuFcoC2bT+Ojk/TmQv6e7TQidmicv21+pm6ZDxFj/I/k+tV9ZVoIMAt4qNAdiRGqOIWKZXcGzxOov0nRYBbNBAfpiOj54PPlJoNancgjykYyAuHFigcAhQOAQqHAIVrBtjgU/FAHBVgrVGiWy+/iXxPBGydCnCuMKVWY88Vfg9KGFVI0hwH8g82To58pCpBDgzkhUMvVDgEKBwCFA4BCocAhUOAwiFA4RCgcAhQOAQoHAIUDgEKhwCFQ4DCIcDQfPJ8V3/vPQQY0uvKc/Uj0bZAgCHwsZh/Lf5AMSeujjbh0x17DQGGcGj3ORpLH6PV+r904sDnkW9k2QyWVITEP8NaqMxbc6QJAhTO2lson8J0N/e9LkE7VgYYdNRp+uWF4NNXu1+hPSsDdIK/1tmJL4NPR3UWoD08A4UL1QJXagtUrGZ0CWwQKsDMyj3Klh7oEtgg1C30/+O0+GAfsEOoFsjBITybEP0Hn3W5pbEqaiwAAAAASUVORK5CYII=); }

/* HTML SITEMAP
------------------------------*/
.sitemap-container {
  min-height: 1500px;
  padding-bottom: 50px; }

.sitemap__category-title {
  font-size: 22px;
  color: #2aa34f; }

.sitemap__link {
  font-size: 20px;
  color: #5E5B64; }

.sitemap__news-row {
  margin-top: 10px; }

/* =impacts */
.impact__container .title {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 400;
  padding: 20px 0 0 20px; }

.impact__item {
  display: block;
  float: left;
  font-size: 13px;
  height: 127px;
  margin-bottom: 20px;
  margin-right: 2%;
  text-align: center;
  width: 32%; }

.impact__item span {
  display: table-cell;
  font-size: 13px;
  height: 30px;
  line-height: 1em;
  text-align: center;
  vertical-align: middle;
  width: 100px; }

.impact__item:nth-child(3n) {
  margin-right: 0; }

.impact__item:last-child {
  margin-right: 0; }

.start-modal {
  display: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }
  .start-modal a {
    color: #2aa34f; }

.start-modal--shown {
  display: block; }

.start-modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%; }

.start-modal__accept {
  border-radius: 20px; }

.start-modal__container {
  width: 100%;
  padding: 16px 16px 24px 16px;
  border-radius: 16px 16px 0 0;
  margin-top: auto;
  background: #fff; }

.start-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent url("/static/trigife_org/images/close-silver.svg") no-repeat center center;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  outline: none; }

.start-modal__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px; }

.faq {
  margin: 30px 0; }

.faq__item {
  border: 1px solid #E5E5E5;
  border-bottom: none; }
  .faq__item:last-child {
    border-bottom: 1px solid #E5E5E5; }

.faq__item-header {
  position: relative;
  padding: 7px 45px 7px 15px;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out; }
  .faq__item-header:hover {
    cursor: pointer;
    background-color: #F7F7F7; }
  .faq__item-header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='12'%3E%3Cdefs%3E%3Cpath id='a' d='M593.5 641.559v11'/%3E%3Cpath id='b' d='M599 647.059h-11'/%3E%3C/defs%3E%3Cg transform='translate(-588 -641)'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23a'/%3E%3C/g%3E%3Cg transform='translate(-588 -641)'%3E%3Cuse xlink:href='%23b'/%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center; }
  .faq__item-header .title {
    font-weight: 500; }

.faq__item-content {
  display: none;
  padding: 15px 15px 5px; }

.faq__item--opened .faq__item-header {
  background-color: #F7F7F7;
  border-bottom: 1px solid #E5E5E5; }
  .faq__item--opened .faq__item-header::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='2'%3E%3Cdefs%3E%3Cpath id='a' d='M601 262h-11'/%3E%3C/defs%3E%3Cuse fill='%23fff' fill-opacity='0' stroke='%23000' stroke-miterlimit='50' xlink:href='%23a' transform='translate(-590 -261)'/%3E%3C/svg%3E") no-repeat center center; }

.faq__item--opened .faq__item-content {
  display: block; }

.text-info-container {
  text-align: center;
  margin: 15px -15px;
  padding: 0 15px; }
  .text-info-container img {
    margin-bottom: 10px; }

.claim-panels {
  margin-top: 20px; }

.claim-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  margin-top: 30px; }
  .claim-panel:hover {
    border-color: #2aa34f; }
    .claim-panel:hover .btn {
      color: #FFF;
      background-color: #2aa34f; }
      .claim-panel:hover .btn:hover {
        background-color: #2fb759; }

.claim-table {
  margin: 0 auto; }
  .claim-table th {
    padding: 10px;
    font-weight: normal;
    color: #2aa34f;
    border-bottom: 1px solid #E5E5E5;
    max-width: 200px; }
    .claim-table th:last-of-type {
      border-left: 1px solid #E5E5E5; }
  .claim-table tbody td {
    padding: 3px 10px;
    text-align: center; }
    .claim-table tbody td:last-of-type {
      border-left: 1px solid #E5E5E5; }

.claim-panel__button {
  width: 100%;
  margin: 10px 0; }

.claim-form__tabs-item {
  -ms-flex-preferred-size: 33.2%;
      flex-basis: 33.2%; }

.claim-form__tabs-container .tab-content::before {
  display: none; }

.claim-form__tabs-container .form-control {
  margin: 10px 0; }

.claim-form__img-container {
  text-align: center; }
  .claim-form__img-container img {
    width: 200px; }

.claim-form__tabs-container {
  margin: 0 !important; }

.claim-form__write-rule {
  padding: 20px 15px 25px;
  background: #F5F5F5 none repeat scroll 0 0; }

.claim-form-autocomplete__container {
  max-height: 165px;
  overflow-y: scroll; }

.claim-form-autocomplete__item {
  padding: 5px 10px;
  border: 1px solid #DEDEDE;
  margin-top: -1px;
  cursor: pointer; }
  .claim-form-autocomplete__item:hover {
    background: #DEDEDE; }

.file-input {
  margin-top: 15px; }

.btn-file {
  margin-top: 15px; }

.file-loading {
  visibility: hidden; }

.fileinput-remove {
  float: right;
  padding: 3px 10px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer; }

.fileinput-remove-button {
  display: none; }

.delivery-time__container {
  border: 1px solid #EAEAEA;
  border-bottom: none;
  margin-bottom: 15px; }
  .delivery-time__container table {
    width: 100%; }
  .delivery-time__container tr {
    border-bottom: 1px solid #EAEAEA; }
    .delivery-time__container tr :first-child {
      padding: 2px 0 2px 10px; }
    .delivery-time__container tr :last-child {
      width: 40px;
      text-align: center; }
    .delivery-time__container tr td {
      font-size: 0.75rem; }
      .delivery-time__container tr td:last-child {
        color: #DD662E;
        font-weight: 500; }

/* TAGS REDEFINITION STYLE */
:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

html,
body {
  min-width: 320px;
  padding: 0;
  color: #000;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6; }

a {
  text-decoration: none;
  outline: none;
  color: #000; }
  a:hover, a:focus, a:active {
    color: #2aa34f;
    text-decoration: none;
    outline: none; }

p a {
  color: #2aa34f; }

hr {
  border-top: 1px solid #E2E2E2; }

ol, ul {
  padding-left: 15px; }

span .link {
  cursor: pointer; }

/* =LAYOUT
------------------------------*/
/* press footer to bottom if no content */
.content-wrap {
  min-height: calc(100vh - 164px);
  padding-bottom: 15px; }

.main-container {
  display: block;
  overflow: hidden; }

/*	=SPECIFIC PAGE RULES
------------------------------ */
.soft-display-block {
  opacity: 1;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  .soft-display-block--hidden {
    opacity: 0;
    -webkit-transition: none;
    transition: none; }

.static-catalog .add-review__wrap {
  padding: 0;
  border: none; }

.frontpage-text__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 30px; }
  .frontpage-text__container p, .frontpage-text__container li, .frontpage-text__container h2 {
    font-size: 1.125rem;
    line-height: 1.33;
    margin: 10px 0 20px;
    color: #fff; }
  .frontpage-text__container h2 {
    font-size: 1.25rem; }

.frontpage-text__img-container {
  width: 100%; }
  .frontpage-text__img-container img {
    max-width: 100%;
    height: auto; }

.frontpage-text__text {
  width: 100%;
  padding: 30px 15px;
  background: #2aa34f;
  position: relative;
  color: #fff; }

.top-carousel__img-block img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.top-carousel {
  margin: 0 -15px; }
  .top-carousel .glide__arrow {
    width: 20px;
    height: 30px; }
  @media screen and (min-width: 560px) {
    .products-related__list-item {
      width: calc(50% - 7.5px); } }
  @media screen and (min-width: 576px) {
    .buttons-wrapper :first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 20px; }
    .top-banner .mobile {
      display: none; }
    .top-banner .desktop,
    .top-banner .glide__arrows {
      display: block; }
    .top-banner .glide__arrow {
      opacity: 0; }
    .top-banner:hover .glide__arrow {
      opacity: 1; }
    .category-item__container {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      margin: 0; }
    .category-item__info {
      clear: none; }
    .category-item__avalability {
      position: absolute;
      top: 15px;
      left: 15px;
      z-index: 200;
      margin: 0; }
  .list-style .category-item-desc__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .list-style .category-item__inner {
    height: 200px; }
  .list-style .category-item__inner .title {
    height: 20px; }
    .detail-product__tabs-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .reviews__user-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .reviews-user__container {
      float: left; }
    .reviews-message__date {
      float: right; }
    .voting__time {
      display: inline-block;
      line-height: inherit; }
    .discuss__form-submit {
      width: auto; }
    .no-products__warning .btn {
      width: auto; }
    .compare-carousel__container {
      width: 100%; }
    .compare-carousel__props-name {
      width: auto; }
    .pricelist__total-container {
      text-align: right; }
    .pricelist__total-order {
      width: auto; }
    .articles-page__item,
    .news-page__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .auth-login__submit,
    .auth-login__forgot-password {
      width: 48%;
      float: left; }
    .auth-login__forgot-password {
      margin-top: 0;
      float: right; }
      .register-page__exist-login a {
        width: 48%; }
  .activation__container .btn,
  .reset__container .btn {
    width: auto; }
    .products-carousel__item-description {
      padding: 10px 0; }
      .article-product__properties-list .item__property {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
    .your-order__reckoning {
      font-size: 1rem; }
    .your-order__reckoning {
      font-size: 1rem; }
    .basket-list__selectable-bonus-number-control {
      float: right;
      margin-bottom: 0; }
    .claim-panel::before {
      content: '';
      width: 40px;
      height: 50px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='49'%3E%3Cpath fill='%2374b908' d='M33.6 44.3c0 1-.9 2-2 2H4a2 2 0 0 1-2-2V3.9c0-1 .9-2 2-2h17v8.8a4 4 0 0 0 3.9 3.9h8.7zm-10.8-41zm9.5 9.4h-7.4a2 2 0 0 1-2-2V3.3zm3 .3L22.5.3a1 1 0 0 0-.7-.3H4a4 4 0 0 0-4 4v40.3a4 4 0 0 0 4 3.9h27.6a4 4 0 0 0 4-4V13.7a1 1 0 0 0-.4-.6z'/%3E%3Cpath fill='%2374b908' d='M25.4 24.2H10.2a1 1 0 0 0 0 1.9h15.2a1 1 0 1 0 0-2zM25.4 28.4H10.2a1 1 0 0 0 0 2h15.2a1 1 0 1 0 0-2zM25.4 32.7H10.2a1 1 0 0 0 0 2h15.2a1 1 0 1 0 0-2zM20.5 37H10.2a1 1 0 0 0 0 1.9h10.3a1 1 0 1 0 0-2z'/%3E%3C/svg%3E") center center no-repeat;
      margin-right: 20px; } }
  @media screen and (min-width: 768px) {
    .no-gutters-xs {
      padding-right: 15px;
      padding-left: 15px; }
  .no-gutters-sm {
    padding-right: 0;
    padding-left: 0; }
    .topline .topline__mobile-basket {
      margin-top: 16px;
      text-align: right;
      position: relative; }
      .topline .topline__mobile-basket a {
        position: relative;
        border: none;
        display: inline-block;
        width: 30px;
        height: 30px; }
      .topline .topline__mobile-basket .basket__count {
        position: absolute;
        display: block;
        top: -2px;
        right: 0;
        height: 14px;
        width: 14px;
        line-height: 14px;
        font-size: 0.8em;
        text-align: center;
        color: #fff;
        border-radius: 100%; }
    .logo {
      overflow: visible;
      width: auto; }
    .footer__logo {
      overflow: visible;
      width: auto;
      text-align: center; }
      .footer__logo img {
        width: 92px;
        height: auto; }
    .collections-panel {
      display: block;
      margin: 0;
      height: auto;
      border: none; }
    .category-sort__container {
      display: block;
      border-radius: 3px;
      background-color: #fafafa;
      margin: 0 0 20px; }
    .sorting-panel__item {
      float: left;
      padding: 0 1.15vmax;
      border: none; }
    .view-type__container {
      float: right;
      height: 48px; }
      .view-type__container .view-type__item {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
            -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
                transform: translateX(-50%) translateY(-50%) scale(0.8); }
    .add-article {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 30px 10px 0; }
    .add-article__img {
      margin-bottom: 0; }
    .detail-product__promotions {
      margin-top: 0; }
        .detail-product__tabs-container .nav-tabs a, .claim-form__tabs-container .nav-tabs a {
          padding: 10px 25px; }
    .detail-product__tabs-item {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
    .basket-list__container {
      border: 1px solid #E5E5E5; }
    .basket-list__item {
      padding-top: 0;
      line-height: 105px; }
    .basket-list__item-image-container img {
      height: 85px; }
    .basket-list__item-name-container {
      padding-right: 0; }
    .basket-list__item-select {
      display: block; }
    .basket-list__item-price-container {
      margin: 5px 0 0 0; }
    .basket-list__item-remove {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .pricelist__variant-name {
      font-weight: 400; }
    .articles-page__item,
    .news-page__item {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%; }
    .articles-page__item-name,
    .news-page__item-name {
      display: -webkit-box;
      height: 48px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
    .articles-page__categories-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
  .order-panel__container,
  .departure-panel__container,
  .shipping-panel__container,
  .complete-panel__container {
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 20px; }
        .shipping-panel__list .shipping-panel__private-house label {
          -ms-flex-preferred-size: 160px;
              flex-basis: 160px; }
    .complete-order__number {
      display: inline-block; }
    .auth-login__container,
    .register-page__container,
    .register-page__exist-login,
    .password-page__container {
      border: 1px solid #e5e5e5;
      margin: 30px auto;
      padding: 30px; }
      .auth-login__container form,
      .register-page__container form,
      .register-page__exist-login form,
      .password-page__container form {
        margin-top: 35px; }
    .register-page__exist-login {
      border: 1px solid #e5e5e5; }
      .register-page__exist-login p {
        width: 70%; }
      .register-page__exist-login a {
        margin-top: 35px; }
    .register-page__container {
      border-bottom: 1px solid #e5e5e5; }
    .password-page__container {
      border-bottom: 1px solid #e5e5e5; }
      .password-page__container p {
        margin: 0 0 30px;
        font-size: 1.125rem; }
  .order__status-container {
    text-align: right; }
    .promotion__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .promotion__item-title {
      display: -webkit-box;
      height: 48px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      overflow: hidden; }
    .top-products__area {
      height: 110px; }
    .triggers-carousel__container {
      border: 1px solid #e5e5e5;
      border-radius: 3px; }
    .your-order__container {
      padding: 20px;
      border: 1px solid #E5E5E5;
      border-radius: 3px; }
    .detail-price__container .per_pack {
      display: inline; }
    .claim-panel__button {
      width: auto;
      margin: 0; }
    .claim-form__tabs-item {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .content-wrap {
      min-height: calc(100vh - 150px); } }
  @media (min-width: 768px) {
    .basket-list__item--new-year {
      background: url(/static/trigife_org/images/bg-img-new-year.png) 97.5% 93% no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAShSURBVHhe7d3LbxNHHAfw3/qREMcECK80UYQqIVBLeVUUiWMv9NRLe+2p/1J7LFIroHDhgFSqVlV7aZBQIKI82hQKEYJgO6QOjuM4fqx3u7/J1ChyjLyKZz2/+Pu52DMrIcSX2Z2ZnRk7lUrFJxArpj9BKAQo3IYAffLo7sIVXQIJmgHWvTX6I3eVnKBqNv8j+T4ejRI0A0zEBulg+hiVaq9oIn2KHMfRV8BmLb3QYjVDI4PjugS2a+nEILw3yvUl/c1e6IW24XoVuv/qWtA3KOsaO2Eg/xae71LMSeiSndAC38L28BgCNIyHY77v6VL3IUDDXqxM0+OlX4yFiAAN4+CCNqhL3YdOjGHrM1o+OY6ZtmKsBa7f+/F/g2e0TIXHjP3JudWH9KTwmy6BKUYC5InxF8XbVKxm1dwqmGPsGcjTUBV3mUaH3tU1YAI6McKZe7pCJBCgcAhQOAQoHAIUDgEKhwCFQ4DCIUDhEKBwmwb4cPE6VRsrugQ2awmQJ6CrbpH+zv+ka6AX+F3qnex3utTeppPZpdoiDSf3YXl9j3ADmlueUqvkD6beo8ldZynuJPXVjTa9haYH9iO8HuJVNJ7nUiI2QK5f4+aor7RCJ8ZCQ4ld9P6+T4PcPDq852OKB0G2g/eBIfAy+2QspUt2QAvsUKZ0j2ayl1UnzyZogR3iXmF29T6Np0/qGjsgQOFwCxUOAQqHAIVDgMIhQOEQoHAIUDgEKBwCFA4BCocAhUOAwrUE2Isdtfzi0vMbugRhbAiw4ddpJndJbY2O0kJ5Vp2lAuE1A+TD3abmv6aJnafpdvZbWiw/1lfM4hOCnxVuqoU8M9mL6r0bdG7D+0C+lU3Nf0Ufjn1Bw8m9utYsbvX/LP1K5Xqejh/4jJKxIX0FOtHyQnfNXVaLaqK05hbUUoU9Ow7pGugU3sgLh2GEcAhQOAQo3LYIsJ8nAbZFgLyLh8eR/Uh0gOszRxdp5+AY3cldotzqn/pK/xAdYIwSdHT0E8qXn9LkyBnanzqir/SPbTEO5H0L4+kTwbf+2xKHgbxwGEYI17UA8RahN7oSIIc3m79Bz4vTugai0pUAeT899wDfSX+gayAqXbuFcoC2bT+Ojk/TmQv6e7TQidmicv21+pm6ZDxFj/I/k+tV9ZVoIMAt4qNAdiRGqOIWKZXcGzxOov0nRYBbNBAfpiOj54PPlJoNancgjykYyAuHFigcAhQOAQqHAIVrBtjgU/FAHBVgrVGiWy+/iXxPBGydCnCuMKVWY88Vfg9KGFVI0hwH8g82To58pCpBDgzkhUMvVDgEKBwCFA4BCocAhUOAwiFA4RCgcAhQOAQoHAIUDgEKhwCFQ4DCIcDQfPJ8V3/vPQQY0uvKc/Uj0bZAgCHwsZh/Lf5AMSeujjbh0x17DQGGcGj3ORpLH6PV+r904sDnkW9k2QyWVITEP8NaqMxbc6QJAhTO2lson8J0N/e9LkE7VgYYdNRp+uWF4NNXu1+hPSsDdIK/1tmJL4NPR3UWoD08A4UL1QJXagtUrGZ0CWwQKsDMyj3Klh7oEtgg1C30/+O0+GAfsEOoFsjBITybEP0Hn3W5pbEqaiwAAAAASUVORK5CYII=); } }
  @media screen and (min-width: 992px) {
  .no-gutters-sm {
    padding-right: 15px;
    padding-left: 15px; }
  .no-gutters-md {
    padding-right: 0;
    padding-left: 0; }
    .btn-sm {
      font-size: 0.875rem;
      padding: 0 10px; }
    .title-xl {
      font-size: 1.875rem; }
    .title-lg {
      font-size: 1.5625rem; }
    .title-mobile-overlay {
      position: relative; }
    h1 {
      font-size: 1.875rem; }
    h2 {
      font-size: 1.5625rem; }
    .topline {
      border-bottom: 1px solid #E8E8E8;
      line-height: 94px; }
  .topline__basket-btns {
    margin-left: 30px;
    padding: 0 7px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: -webkit-gradient(linear, left top, right top, from(#ffe935), to(#ffbc2b));
    background: linear-gradient(90deg, #ffe935, #ffbc2b);
    border-radius: 20px;
    text-align: center; }
    .logo {
      position: relative;
      max-width: 205px;
      height: auto;
      display: block; }
      .logo img {
        width: 177px;
        height: auto; }
    .topline__btns-container li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .topline__btns-container li:last-child {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
  .topline__btn--basket {
    margin-top: -5px;
    margin-right: 7px; }
    .topline__btn--basket svg {
      fill: #fff; }
    .header {
      padding-top: 95px;
      margin-bottom: 0; }
    .topline__btn-basket-price {
      padding-left: 0;
      color: #fff; }
      .topline__btn-basket-price .rub-short svg {
        fill: currentColor; }
    .catalog-menu__container {
      position: relative;
      line-height: 65px;
      -webkit-transition: background-color .3s ease-out;
      transition: background-color .3s ease-out;
      padding: 0; }
      .catalog-menu__container.on-scroll-down-hidden {
        top: auto; }
      .catalog-menu__container .catalog-menu__link,
      .catalog-menu__container .catalog-menu__header {
        overflow: hidden;
        border-left: 1px solid #EAEAEA;
        border-right: 1px solid #EAEAEA; }
    .catalog-menu__list {
      width: 100%;
      height: auto;
      position: absolute;
      top: calc(100% - 11px);
      bottom: auto;
      border-radius: 0 0 20px 20px; }
    .catalog-menu__button {
      line-height: 40px;
      border-radius: 20px;
      border: solid 1px #ffffff;
      padding: 0 15px; }
      .catalog-menu__button.opened {
        background: #fff;
        color: #2aa34f;
        border-radius: 20px 20px 0 0; }
      .catalog-menu__button:hover {
        background: #fff;
        color: #2aa34f; }
    .catalog-menu__inner {
      position: relative;
      display: inline-block;
      padding-right: 20px; }
  .catalog-menu__item:nth-child(2) {
    border-top: 1px solid #EAEAEA; }
    .dropdown-menu .dropdown-header {
      display: none; }
    .header-search__container {
      display: block;
      background-color: transparent;
      padding: 12.5px 0 0; }
    .search-autocomplete__wrap,
    .advanced-search__button {
      margin-top: 0;
      border-color: #FFF; }
      .search-autocomplete__wrap:hover, .search-autocomplete__wrap:focus, .search-autocomplete__wrap:active,
      .advanced-search__button:hover,
      .advanced-search__button:focus,
      .advanced-search__button:active {
        border-color: #FFF; }
    .search-autocomplete__wrap {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: none;
      margin-bottom: 0; }
    .search-autocomplete__list {
      max-height: 420px;
      margin: 1px 0; }
  .header-search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .advanced-search__button {
      width: auto;
      margin-left: 30px; }
    .footer__menus {
      min-height: 67px;
      margin-bottom: initial;
      padding: 7px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer__menus-item {
      margin-right: 20px; }
      .footer__menus-item:last-child {
        margin-right: 0; }
    .footer__logo {
      text-align: right;
      line-height: 58px; }
      .footer__logo img {
        vertical-align: middle;
        width: 177px;
        height: auto; }
  .footer-social__container .title,
  .footer-social__nav,
  .footer-social__nav svg,
  .footer-partners__container .title {
    display: inline-block;
    vertical-align: middle; }
      .footer-social__container .title,
      .footer-partners__container .title {
        margin: 0 5px 0 0; }
    .footer-social__container,
    .footer-partners__container {
      margin-bottom: 0; }
    .footer-social__link {
      margin-right: 0.4vmax; }
    .copyright__container {
      padding-bottom: 0;
      line-height: 58px; }
    .copyright__text {
      min-height: 67px;
      text-align: left;
      vertical-align: middle;
      line-height: 1.2;
      padding: 7px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .glide__bullets {
      padding: 0 6px 5px;
      border-radius: 5px 5px 0 0; }
    .glide__bullet {
      padding: 6px;
      margin: 5px 3px; }
    .top-banner {
      margin-top: 30px; }
    .collections-panel .mobile-filter__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 48px;
      float: right;
      background: transparent;
      border-right: none;
      color: #000; }
    .collections-panel .mobile-filter__button .remove,
    .collections-panel .mobile-filter__button i {
      display: inline; }
    .collections-panel .mobile-filter__button i {
      color: #ffbc2b; }
    .view-type__container .mobile-filter__button {
      height: 48px;
      line-height: 48px; }
    .catalog-list__container {
      margin: 0 -15px 30px -15px; }
    .category-item__container {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      padding: 15px;
      outline: none; }
      .category-item__container:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
    .category-item__inner {
      position: relative;
      padding: 15px 15px 65px;
      outline: 1px solid #e5e5e5; }
      .category-item__inner:hover {
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16), inset 0 -3px 0px 0 #2aa34f;
                box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16), inset 0 -3px 0px 0 #2aa34f; }
    .catalog-list__container.list-style {
      width: auto; }
  .products-carousel__item .bookmarks__link,
  .products-carousel__item .compare__link,
  .category-item__container .bookmarks__link,
  .category-item__container .compare__link {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
    .products-carousel__item .bookmarks__link.was_added,
    .products-carousel__item .compare__link.was_added,
    .category-item__container .bookmarks__link.was_added,
    .category-item__container .compare__link.was_added {
      opacity: 1; }
  .products-carousel__item:hover .bookmarks__link,
  .products-carousel__item:hover .compare__link,
  .category-item__container:hover .bookmarks__link,
  .category-item__container:hover .compare__link {
    opacity: 1; }
  .list-style .bookmarks__remove {
    top: auto;
    left: 80%;
    right: auto;
    bottom: 0;
    border-width: 1px;
    line-height: 26px;
    padding: 0 7px;
    margin-left: 5px; }
    .list-style .bookmarks__remove svg {
      display: none; }
    .list-style .bookmarks__remove span {
      display: block; }
    #catalog_filter_locker.active {
      position: absolute;
      top: 0; }
  .catalog-filter__title-container svg {
    display: none; }
  .catalog-filter__title-container .btn-close {
    background: transparent;
    padding: 0;
    line-height: 48px; }
  .catalog-filter__title-container .close-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    color: #000;
    font-size: 1rem;
    font-weight: 600; }
  .catalog-filter__title-container .close-filter .icon-sliders {
    color: #ffbc2b; }
    .catalog-filter__container.opened {
      position: absolute;
      left: auto;
      bottom: auto;
      padding: 0;
      border: 1px solid #EDEDED;
      width: 300px;
      -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16); }
    .catalog-filter__container .title-mobile-overlay {
      height: 48px;
      background-color: #fafafa;
      border: none; }
    .catalog-filter__buttons {
      position: static;
      padding: 15px;
      margin-top: -1px; }
  .js-stickyElement {
    position: absolute; }
  .js-stickyFixed {
    position: fixed; }
    html.scroll-disabled,
    body.scroll-disabled {
      position: static;
      height: auto;
      overflow: visible; }
    .scroll-top-wrapper {
      left: 15px;
      bottom: 45px;
      width: 55px;
      height: 55px; }
    .discuss__message--answer {
      margin: 0 0 0 15px; }
  .bookmarks-page .category-item__container {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
      .compare-carousel__container.fixed {
        top: 61px; }
    .no-available-form button {
      width: auto;
      margin-top: 0; }
  .articles-detail__comments--reduced {
    padding: 1px 30px; }
    .articles-detail__comments--reduced::before {
      display: none; }
    .shipping-panel__container {
      margin-bottom: 0; }
  .success-order__container {
    margin-bottom: 20px; }
    .complete-panel__container {
      margin-bottom: 0; }
      .order__container .status {
        font-size: 0.875rem;
        padding: 0 10px; }
    .promotion__item {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%; }
    .products-related__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .products-related__list-item {
      width: calc(20% - 7.5px); }
    .recommendation {
      padding-bottom: 20px; }
    .detail-product__buy-container {
      display: block;
      float: none;
      margin-left: 185px; }
    .content-wrap {
      min-height: calc(100vh - 128px); }
    .frontpage-text__container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .frontpage-text__img-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      overflow: hidden; }
  .frontpage-text__img {
    position: absolute;
    top: 50%;
    left: 0;
    height: 80%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .frontpage-text__img img {
      height: 100%;
      width: auto;
      max-width: none; }
    .frontpage-text__text {
      width: 50%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      .frontpage-text__text::before {
        content: '';
        position: absolute;
        z-index: -1;
        display: block;
        width: 100vw;
        background: #2aa34f;
        top: 0;
        bottom: 0;
        right: 0; }
  .catalog-wrapper {
    position: relative; }
    .top-carousel {
      margin: initial; }
      .top-carousel .glide__arrow {
        width: 30px;
        height: 60px; }
      .top-carousel .glide__arrows {
        display: none; }
      .top-carousel:hover .glide__arrows {
        display: block; } }
  @media (min-width: 992px) {
    .start-modal__container {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 460px;
      padding: 24px 36px 24px 24px;
      border-radius: 16px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media screen and (min-width: 1200px) {
  .no-gutters-md {
    padding-right: 15px;
    padding-left: 15px; }
  .no-gutters-lg {
    padding-right: 0;
    padding-left: 0; }
    .products-related__carousel-container {
      margin: 0 0 30px 0;
      padding: 20px; } }

