@charset "UTF-8";
@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/open_sans/OpenSans-Bold.ttf") format("ttf");
  src: url("../fonts/open_sans/OpenSans-Bold.woff") format("woff");
  src: url("../fonts/open_sans/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("../fonts/open_sans/OpenSans-SemiBold.ttf") format("ttf");
  src: url("../fonts/open_sans/OpenSans-SemiBold.woff") format("woff");
  src: url("../fonts/open_sans/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open_sans/OpenSans-Regular.ttf") format("ttf");
  src: url("../fonts/open_sans/OpenSans-Regular.woff") format("woff");
  src: url("../fonts/open_sans/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/open_sans/OpenSans-Light.ttf") format("ttf");
  src: url("../fonts/open_sans/OpenSans-Light.woff") format("woff");
  src: url("../fonts/open_sans/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  margin: 0;
  background: #fff; }

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
code,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit; }

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

time {
  display: inline; }

legend {
  display: block;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

label {
  display: inline-block;
  vertical-align: top; }

th {
  text-align: left;
  color: inherit; }

fieldset {
  min-width: 0; }

blockquote {
  quotes: none; }
  blockquote::before, blockquote::after {
    content: ''; }

ul,
ol {
  list-style: none; }

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

address {
  font-style: normal; }

img,
svg {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%; }

img {
  border: 0; }

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

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

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar; }

strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important; }

input,
button,
select {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none; }

input,
button {
  overflow: visible; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
select {
  text-transform: none; }

select {
  max-width: 100%; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0); }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:focus,
img:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
  vertical-align: bottom; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

input[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

body {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 320px;
  min-height: 100vh; }

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1272px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 576px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 980px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1272px) {
    .container {
      max-width: 1232px; } }

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px; }
  @media (min-width: 768px) {
    .grid {
      margin-left: -20px;
      margin-right: -20px; } }
  @media (min-width: 1272px) {
    .grid {
      margin-left: -20px;
      margin-right: -20px; } }
  .grid__col {
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 768px) {
      .grid__col {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1272px) {
      .grid__col {
        padding-left: 20px;
        padding-right: 20px; } }
  .grid--inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .grid--nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .grid--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid--center-y {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid--center-x {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid--space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.grid__col {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 1px; }

.grid__col--fluid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.grid__col--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.grid__col--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.grid__col--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.grid__col--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.grid__col--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.grid__col--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.grid__col--7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.grid__col--8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.grid__col--9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.grid__col--10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.grid__col--11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.grid__col--12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .grid__col--sm-fluid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid__col--sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid__col--sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid__col--sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid__col--sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid__col--sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid__col--sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid__col--sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid__col--sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .grid__col--sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .grid__col--md-fluid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid__col--md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid__col--md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid__col--md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid__col--md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid__col--md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid__col--md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid__col--md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid__col--md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .grid__col--md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 980px) {
  .grid__col--lg-fluid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid__col--lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid__col--lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid__col--lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid__col--lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid__col--lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid__col--lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid__col--lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid__col--lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .grid__col--lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1272px) {
  .grid__col--xl-fluid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .grid__col--xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .grid__col--xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .grid__col--xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .grid__col--xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .grid__col--xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .grid__col--xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .grid__col--xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .grid__col--xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .grid__col--xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .grid__col--xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .grid__col--xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .grid__col--xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

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

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

.display-block {
  display: block !important; }

.display-table {
  display: table !important; }

.display-table-row {
  display: table-row !important; }

.display-table-cell {
  display: table-cell !important; }

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.offset-auto {
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .display-sm-none {
    display: none !important; }
  .display-sm-inline {
    display: inline !important; }
  .display-sm-inline-block {
    display: inline-block !important; }
  .display-sm-block {
    display: block !important; }
  .display-sm-table {
    display: table !important; }
  .display-sm-table-row {
    display: table-row !important; }
  .display-sm-table-cell {
    display: table-cell !important; }
  .display-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .offset-sm-auto {
    margin-left: auto; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .display-md-none {
    display: none !important; }
  .display-md-inline {
    display: inline !important; }
  .display-md-inline-block {
    display: inline-block !important; }
  .display-md-block {
    display: block !important; }
  .display-md-table {
    display: table !important; }
  .display-md-table-row {
    display: table-row !important; }
  .display-md-table-cell {
    display: table-cell !important; }
  .display-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .offset-md-auto {
    margin-left: auto; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 980px) {
  .display-lg-none {
    display: none !important; }
  .display-lg-inline {
    display: inline !important; }
  .display-lg-inline-block {
    display: inline-block !important; }
  .display-lg-block {
    display: block !important; }
  .display-lg-table {
    display: table !important; }
  .display-lg-table-row {
    display: table-row !important; }
  .display-lg-table-cell {
    display: table-cell !important; }
  .display-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .offset-lg-auto {
    margin-left: auto; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1272px) {
  .display-xl-none {
    display: none !important; }
  .display-xl-inline {
    display: inline !important; }
  .display-xl-inline-block {
    display: inline-block !important; }
  .display-xl-block {
    display: block !important; }
  .display-xl-table {
    display: table !important; }
  .display-xl-table-row {
    display: table-row !important; }
  .display-xl-table-cell {
    display: table-cell !important; }
  .display-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .display-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .offset-xl-auto {
    margin-left: auto; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Customaze */
.swiper-pagination {
  max-width: 100%; }
  .swiper-pagination--main {
    text-align: center; }
    .swiper-pagination--main .swiper-pagination-bullet {
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 0;
      margin-right: 15px;
      padding: 0;
      line-height: 0;
      color: transparent;
      font-size: 0;
      border-radius: 50%;
      background-color: #404040;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      outline: none;
      opacity: 1;
      overflow: hidden; }
      .swiper-pagination--main .swiper-pagination-bullet:not(:disabled) {
        cursor: pointer; }
      .swiper-pagination--main .swiper-pagination-bullet-active {
        background-color: #51a629; }

.swiper-slide--flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; }

@media (min-width: 768px) {
  .swiper-container .swiper {
    color: inherit; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    padding: 0 8px; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  z-index: 2; }

.fn_banner_instaphoto .slick-arrow {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); }

.products .slick-prev,
.products .slick-next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  color: #000000; }

.products .slick-prev,
.products .slick-next {
  right: 16px;
  -webkit-transform: translateY(calc(-100% - 16px));
          transform: translateY(calc(-100% - 16px)); }

.products .slick-prev {
  right: 40px; }

.fn_banner_instaphoto .slick-prev {
  left: 8px; }

.fn_banner_instaphoto .slick-next {
  right: 6px; }

.slick-next::before,
.slick-prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-left: 1px solid;
  cursor: pointer; }

.slick-next::before {
  margin-left: -10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.slick-prev::before {
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.slick-disabled {
  color: #a7a7a7;
  background-color: rgba(255, 255, 255, 0.3); }

.product__image .slick-slide img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 0; }

.product__image .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  background-color: #51a629;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.product__image .slick-prev {
  left: 7px; }
  .product__image .slick-prev:before {
    margin-right: 7px; }

.product__image .slick-next {
  right: 7px; }
  .product__image .slick-next:before {
    margin-right: -6px; }

.product__image .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .product__image .slick-dots li {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-right: 15px;
    padding: 0; }
    .product__image .slick-dots li button {
      width: 12px;
      height: 12px;
      display: block;
      padding: 5px;
      line-height: 0;
      color: transparent;
      font-size: 0;
      background-color: #404040;
      border: 0;
      border-radius: 50%;
      outline: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      overflow: hidden; }
      .product__image .slick-dots li button:not(:disabled) {
        cursor: pointer; }
    .product__image .slick-dots li.slick-active button {
      background-color: #51a629; }

.products__list .slick-slide {
  padding: 0 16px; }

.product__related .slick-list {
  margin-right: -16px;
  margin-left: -16px; }

.product__related .slick-slide {
  padding: 0 16px; }

.product__related .slick-prev {
  right: 30px; }

.product__related .slick-next {
  right: 0; }

@media (min-width: 768px) {
  .products .slick-prev,
  .products .slick-next {
    -webkit-transform: translateY(calc(-100% - 22px));
            transform: translateY(calc(-100% - 22px)); }
  .fn_banner_instaphoto .slick-prev,
  .fn_banner_instaphoto .slick-next {
    width: 40px; }
  .fn_banner_instaphoto .slick-next::before,
  .fn_banner_instaphoto .slick-prev::before {
    width: 14px;
    height: 14px; }
  .fn_banner_instaphoto .slick-next::before {
    margin-left: -10px; }
  .fn_banner_instaphoto .slick-prev::before {
    margin-left: 10px; }
  .product__related .slick-prev {
    -webkit-transform: translateY(calc(-100% - 8px));
            transform: translateY(calc(-100% - 8px)); }
  .product__related .slick-next {
    -webkit-transform: translateY(calc(-100% - 8px));
            transform: translateY(calc(-100% - 8px)); } }

@media (min-width: 980px) {
  .product__image .slick-arrow {
    background-color: rgba(81, 166, 41, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .product__image .slick-arrow:hover {
      background-color: #51a629; }
  .product__image .slick-prev {
    left: 0; }
  .product__image .slick-next {
    right: 0; }
  .product__image:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .product__image:hover .slick-prev {
    left: 7px; }
  .product__image:hover .slick-next {
    right: 7px; } }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
            box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/* Autocomplete CSS */
.autocomplete-suggestions {
  display: table;
  z-index: 1;
  margin-top: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1); }

.autocomplete-suggestion {
  display: table-row;
  width: 100%; }

.autocomplete-suggestion:nth-child(even) {
  background-color: #fbfbfb; }

.autocomplete-suggestions .autocomplete-selected {
  background: #f0f0f0; }

.autocomplete-suggestions strong {
  font-weight: 900; }

.autocomplete-suggestion div {
  width: 45px !important;
  text-align: center; }

.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
  padding: 0.125rem 0.3125rem;
  display: table-cell;
  vertical-align: middle; }

.autocomplete-suggestions span {
  white-space: nowrap; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: auto;
  width: 100%;
  max-width: 100%;
  max-width: 300px;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: center; }

.select2-container:focus,
.select2-container--default .select2-selection--single {
  outline: none; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer;
  text-align: left;
  padding-left: 15px; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 40px; }

.select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  cursor: pointer; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
  list-style: none; }

.select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder,
.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role="group"] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  font-weight: bold; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic
.select2-selection--single
.select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic
.select2-selection--single
.select2-selection__placeholder {
  color: #999; }

.select2-container--classic
.select2-selection--single
.select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__clear {
  display: none; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open
.select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above
.select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below
.select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey; }

.select2-container--classic
.select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-dropdown {
  z-index: 9998; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

/* Custom */
.jssocials-share-twitter .jssocials-share-link {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #00aced url(../images/social.png) no-repeat 0 -96px; }

.jssocials-share-twitter .jssocials-share-link:hover {
  opacity: 0.7; }

.jssocials-share-facebook .jssocials-share-link {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #3b5998 url(../images/social.png) no-repeat 0 0; }

.jssocials-share-facebook .jssocials-share-link:hover {
  opacity: 0.7; }

.jssocials-share-googleplus .jssocials-share-link {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #dd4b39 url(../images/social.png) no-repeat 0 -160px; }

.jssocials-share-googleplus .jssocials-share-link:hover {
  opacity: 0.7; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #45668e url(../images/social.png) no-repeat 0 -32px; }

.jssocials-share-vkontakte .jssocials-share-link:hover {
  opacity: 0.7; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box:hover {
  background: gainsboro; }

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

.fn_categories {
  position: relative; }

.fn_ajax_wait {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 125px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.fn_ajax_wait:before,
.fn_ajax_wait:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 2;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%; }

.fn_ajax_wait::before {
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border-color: transparent transparent;
  -webkit-animation: rotate-animation 1s linear 0s infinite;
  animation: rotate-animation 1s linear 0s infinite; }

.fn_ajax_wait::after {
  width: 82px;
  height: 82px;
  margin-left: -41px;
  border-color: transparent transparent;
  -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
  animation: anti-rotate-animation 0.85s linear 0s infinite; }

/* Loader анимация */
@-webkit-keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, 
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.categories__list .mCSB_inside > .mCSB_container {
  margin-right: 20px; }

.categories__list .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #ebebeb; }

.categories__list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #51a629; }

body {
  font: normal 14px "Open Sans", sans-serif;
  color: #282d3b;
  line-height: 1.7; }
  body.open-modal {
    overflow: hidden;
    max-height: 100%;
    height: 100%; }
  body.menu-fixed {
    padding-top: 66px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 15px 0; }

.text-weight-thin {
  font-weight: 300; }

.text-weight-normal {
  font-weight: normal; }

.text-weight-semi_bold {
  font-weight: 600; }

.text-weight-bold {
  font-weight: 700; }

h1,
.text-h1 {
  font-size: 20px; }

@media (min-width: 768px) {
  h1,
  .text-h1 {
    font-size: 25px; } }

@media (min-width: 980px) {
  h1,
  .text-h1 {
    font-size: 30px; } }

h2,
.text-h2 {
  font-size: 16px; }

@media (min-width: 768px) {
  h2,
  .text-h2 {
    font-size: 21px; } }

@media (min-width: 980px) {
  h2,
  .text-h2 {
    font-size: 26px; } }

h3,
.text-h3 {
  font-size: 14px; }

@media (min-width: 768px) {
  h3,
  .text-h3 {
    font-size: 16px; } }

@media (min-width: 980px) {
  h3,
  .text-h3 {
    font-size: 20px; } }

h4,
.text-h4 {
  font-size: 14px; }

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

h6,
.text-h6 {
  font-size: 14px; }

.color-text {
  color: #282d3b; }

.color-title {
  color: #282d3b; }

.color-btn {
  color: #51a629; }

.color-background {
  color: #f4f4f4; }

.color-border {
  color: #dddddd; }

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

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

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

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

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

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

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

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

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

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

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

.text-weight-normal {
  font-weight: normal; }

.user-text h1, .user-text h2, .user-text h3, .user-text h4, .user-text h5, .user-text h6 {
  font-weight: bold;
  color: #000000; }

.user-text h1, .user-text h2 {
  margin-bottom: 24px; }

.user-text p {
  margin-bottom: 16px; }
  .user-text p:last-of-type {
    margin-bottom: 0; }

.user-text a,
.user-text a:hover,
.user-text a:active,
.user-text a:focus {
  color: #59b210; }

.user-text address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }
.user-text ul {
  margin: 0;
  margin-bottom: 16px;
    padding: 0 0 0 20px;
    list-style: inherit;}
  .user-text ul li {
    position: relative;
    padding-left: 0px; }
   /* .user-text ul li::before {
      content: '';
      position: absolute;
      top: 9px;
      left: 25px;
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #59b210; }*/

.user-text ol {
  margin-top: 0;
  margin-bottom: 16px;
  counter-reset: ol-list; }
  .user-text ol li {
    position: relative;
    padding-left: 16px; }
   /* .user-text ol li::before {
      counter-increment: ol-list;
      content: counters(ol-list, ".") " ";
      display: inline-block;
      margin-right: 4px;
      font-weight: 600;
      color: #59b210; }*/

.user-text img {
  height: auto; }

.user-text video {
  width: 100%;
  height: auto; }

.user-text table {
  table-layout: fixed;
  margin-bottom: 24px; }
  .user-text table tr:nth-child(even) td {
    background: #fff; }

.user-text td {
  padding: 5px;
  vertical-align: top;
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  overflow-wrap: break-word; }

.body-modal-active::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

@media (min-width: 768px) {
  .user-text table {
    table-layout: auto; }
  .user-text td {
    font-size: inherit;
    overflow-wrap: unset; } }

@media (min-width: 980px) {
  .title {
    text-align: left; }
  h1, h2 {
    margin-bottom: 20px; }
  body.menu-fixed {
    padding-top: 202px; } }

/*Buttons*/
.button {
  display: block;
  padding: 8.5px 25px;
  font-weight: 400;
  font-size: 14px;
    max-width:120px;
  text-align: center;
  color: #ffffff;
  background-color: #51a629;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer; }

@media (min-width: 980px) {
  .button:hover {
    background-color: #3d7d1f; } }

/* icons template */
.icon {
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .icon svg {
    width: 100%;
    height: 100%; }
  .icon--user-auth {
    padding: 6px; }
  .icon--cart-info {
    padding: 5px; }
  .icon__arrow {
    display: block;
    height: 11px;
    cursor: pointer; }

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out; }
  .back span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .back span svg {
      width: 12px; }
  .back:hover {
    color: #cdcdcd; }

.form__wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 16px; }

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px; }
  .form__group-label {
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear; }
  .form__group-input {
    padding: 11px 32px 11px 15px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear; }
    .form__group-input--alert {
      border-color: #ff3624; }
    .form__group-input::-webkit-input-placeholder {
      -webkit-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-input::-moz-placeholder {
      -moz-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-input:-ms-input-placeholder {
      -ms-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-input::-ms-input-placeholder {
      -ms-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-input::placeholder {
      -webkit-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-input.error {
      color: #ff3624;
      border-color: #ff3624;
      border-radius: 2px 2px 0 0; }
      .form__group-input.error ~ label.error {
        display: block;
        padding: 5px 10px;
        color: #ff3624;
        background-color: #ffc5bf;
        border: 1px solid #ff3624;
        border-top: none;
        border-radius: 0 0 2px 2px; }
  .form__group-textarea {
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    background-color: #ffffff;
    resize: none; }
    .form__group-textarea--alert {
      border-color: #ff3624; }
    .form__group-textarea::-webkit-input-placeholder {
      -webkit-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-textarea::-moz-placeholder {
      -moz-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-textarea:-ms-input-placeholder {
      -ms-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-textarea::-ms-input-placeholder {
      -ms-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-textarea::placeholder {
      -webkit-transition: 0.2s all linear;
      transition: 0.2s all linear; }
    .form__group-textarea.error {
      color: #ff3624;
      border-color: #ff3624;
      border-radius: 2px 2px 0 0; }
      .form__group-textarea.error ~ label.error {
        display: block;
        padding: 5px 10px;
        color: #ff3624;
        background-color: #ffc5bf;
        border: 1px solid #ff3624;
        border-top: none;
        border-radius: 0 0 2px 2px; }
  .form__group-remind {
    margin-bottom: 16px;
    text-decoration: underline; }
    .form__group-remind-text {
      font-size: 14px;
      text-align: center; }

.form__select {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  margin-right: 6px;
  margin-bottom: 6px; }
  .form__select-title {
    color: #282d3b;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1.1px; }
  .form__select select {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 5px;
    background-color: #ffffff; }
    .form__select select.appearance-hide {
      height: auto;
      max-height: 40px;
      padding: 11px;
      line-height: 1.2;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }

.form__message-error {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  color: #ff3624;
  background-color: #ffc5bf;
  border: 1px solid #ff3624;
  border-radius: 2px; }
  .form__message-error span {
    display: block;
    padding: 11px 32px 11px 15px; }

#callback-form-name-error {
  padding: 6px 8px 6px 15px;
  color: #ff3624;
  background-color: #ffc5bf; }

.search__trigger {
  position: relative;
  width: 30px;
  height: 30px; }
  .search__trigger-icon--arrow {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .search__trigger-icon--search {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
  .search__trigger.active .search__trigger-icon--arrow {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .search__trigger.active .search__trigger-icon--search {
    visibility: hidden;
    opacity: 0; }

.search__content {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100vw;
  padding: 5px 0;
  background-color: transparent; }

.search__form {
  position: relative;
  padding: 10px 15px; }
  .search__form-input {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px 25px;
    padding-right: 45px;
    font-size: 14px;
    color: #a7a7a7;
    background: #fff;
    border: 5px solid #dddddd;
    border-radius: 3px; }
  .search__form-button {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
    .search__form-button button {
      width: 100%;
      height: 45px;
      padding: 11px;
      color: #51a629; }

.checkbox {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .checkbox__icon {
    position: absolute;
    left: 6px;
    top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    height: 20px;
    padding: 3px;
    color: transparent;
    border: 1px solid #dddddd;
    cursor: pointer; }
    .checkbox__icon svg {
      width: 100%;
      height: 100%; }
  .checkbox--checked {
    color: #282d3b;
    font-weight: 600; }
    .checkbox--checked .checkbox__icon {
      color: #51a629;
      border-color: #51a629; }

/* For hide common input*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

@media (min-width: 768px) {
  .form__wrap {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial; }
  .search {
    padding: 0; }
    .search__trigger {
      display: none; }
    .search__content {
      display: block;
      top: 50%;
      left: 220px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30%;
      min-width: 200px; }
    .search__form {
      width: 100%;
      padding: 0; }
      .search__form-input {
        padding: 10px 20px;
        font-size: 14px;
        border-width: 1px; }
      .search__form-button {
        top: 0;
        right: 0; } }



@media (min-width: 980px) {
  .search {
    position: relative;
    padding: 0; }
    .search__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: static;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 60%;
      margin: 0 auto;
      padding: 0;
      color: #777777; }
    .search__form-input {
      padding: 10px 15px; }
  .checkbox {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .checkbox__icon {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .checkbox:hover {
      background-color: #f4f4f4; }
      .checkbox:hover .checkbox__icon {
        border-color: #51a629; } }

.auth__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .auth__icon:hover {
    color: #d9d9d9; }

.languages {
  position: relative; }
  .languages__box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    background-color: #4d5056;
    border: 1px solid rgba(119, 119, 119, 0.3); }
    .languages__box-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 33px;
      height: 33px;
      background-color: #4d5056;
      border: 1px solid rgba(119, 119, 119, 0.3);
      cursor: pointer; }
  .languages__icon {
    display: none; }
  .languages__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 31px;
    padding: 5px; }
    .languages__link--active {
      display: none; }
  .languages__name {
    font-size: 14px; }

@media (min-width: 768px) {
  .languages__box-top {
    cursor: pointer; } }

@media (min-width: 980px) {
  .languages {
    z-index: 1001; }
    .languages__icon {
      position: absolute;
      top: 50%;
      right: -4px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 10px;
      height: 10px;
      pointer-events: none; }
      .languages__icon svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .languages__name {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .languages__box {
      background: #ffffff;
      -webkit-box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 3px 10px -4px rgba(0, 0, 0, 0.25);
      color: #a7a7a7; }
      .languages__box-top {
        color: #ffffff;
        background: #51a629;
        border: none; }
        .languages__box-top.active {
          color: #d9d9d9; }
          .languages__box-top.active .languages__icon svg {
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
    .languages__link:hover {
      color: #d9d9d9;
      background-color: #ececec; }
    .languages:hover .languages__box {
      display: block; }
    .languages:hover .languages__icon svg {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .languages:hover .languages__box-top {
      color: #d9d9d9; } }

.wishlist__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  cursor: pointer; }
  .wishlist__icon.selected {
    background: #51a629;
    color: #ffffff; }

.wishlist__informer {
  display: inline-block;
  position: relative; }
  .wishlist__informer-name {
    display: none; }
  .wishlist__informer-icon--disable {
    cursor: default; }
  .wishlist__informer-counter {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background-color: #ff6759;
    border-radius: 50%; }

@media (min-width: 768px) {
  .wishlist__informer-counter {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 18px; } }

@media (min-width: 980px) {
  .wishlist__icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .wishlist__informer-icon {
    padding: 0; }
    .wishlist__informer-icon:hover {
      color: #ffffff; } }

.captcha {
  display: block;
  position: relative; }
  .captcha__label {
    display: block; }
  .captcha__numbers {
    font-weight: 400; }
  .captcha__input {
    display: inline-block;
    width: 150px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px; }
    .captcha__input.error ~ label.error {
      display: none !important; }

.callback__title {
  color: #282d3b; }

.callback__form {
  min-width: 300px;
  border-radius: 2px; }
  .callback__form-group {
    margin-bottom: 15px; }
  .callback__form-button {
    width: 100%;
    text-align: center; }

.callback__captcha {
  margin-bottom: 15px; }
  .callback__captcha-input {
    padding: 5px; }

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .features__table {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 16px;
    border-collapse: separate; }
    .features__table-title {
      padding-bottom: 18px;
      -moz-text-align-last: left;
           text-align-last: left;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #282d3b;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .features__table-row td {
      padding: 3px; }
    .features__table-row:nth-child(even) {
      background-color: #f8f8f8; }
    .features__table-cell-name {
      font-weight: 500; }
  .features__resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    font-size: 12px; }
    .features__resources:not(:first-child) {
      border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .features__resources-item {
      width: 50%; }
      .features__resources-item-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        .features__resources-item-trigger-icon {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 14px;
          margin-right: 5px;
          color: #a7a7a7; }
          .features__resources-item-trigger-icon svg {
            width: 100%;
            height: 100%; }
        .features__resources-item-trigger-text {
          border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

@media (min-width: 980px) {
  .features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .features__resources {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 16px; }
      .features__resources:not(:first-child) {
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, 0.15); }
      .features__resources-item {
        width: 100%;
        margin-bottom: 10px; }
        .features__resources-item-trigger {
          white-space: nowrap; } }

.breadcrumbs {
  display: none; }

@media (min-width: 768px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 5px; }
    .breadcrumbs__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .breadcrumbs__item-separator {
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px; }
      .breadcrumbs__item:hover {
        color: #cdcdcd; }
      .breadcrumbs__item:last-of-type {
        color: #b4b4b4; } }

.quantity {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 6px;
  margin-bottom: 6px; }
  .quantity__tools {
    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;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    background: #fff; }
    .quantity__tools-input {
      display: inline-block;
      width: 40px;
      height: 38px;
      text-align: center;
      border-left: 1px solid rgba(0, 0, 0, 0.15);
      border-right: 1px solid rgba(0, 0, 0, 0.15); }
    .quantity__tools-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 38px;
      padding: 7px;
      color: #333333; }
      .quantity__tools-icon--disabled {
        color: #a7a7a7; }
  .quantity__title {
    display: inline-block;
    color: #282d3b;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1.1px; }

@media (min-width: 980px) {
  .quantity__tools .quantity__tools-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .quantity__tools .quantity__tools-icon:hover {
      color: #51a629; } }

.sizes__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #ffffff;
  z-index: 1000; }

.sizes__table {
  width: 100%;
  color: #21293c; }
  .sizes__table-title {
    padding-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0.05em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .sizes__table-row {
    border-bottom: 1px solid #dddddd; }
  .sizes__table-cell {
    width: 25%;
    padding: 15px 8px; }
    .sizes__table-cell--title {
      font-weight: bold; }
    .sizes__table-cell--uppercase {
      text-transform: uppercase; }

@media (min-width: 768px) {
  .sizes__wrap {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 2px; } }

.sort__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sort__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding: 10px;
  color: #282d3b;
  border: 1px solid #dddddd;
  border-radius: 2px;
  cursor: pointer; }
  .sort__title-icon {
    display: inline-block;
    width: 11px;
    margin-left: 6px; }
    .sort__title-icon svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: 0.3s -webkit-transform ease-in-out;
      transition: 0.3s -webkit-transform ease-in-out;
      transition: 0.3s transform ease-in-out;
      transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out; }
  .sort__title.active .sort__title-icon svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.sort__box {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
  min-width: 180px;
  padding: 11px 16px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 14px; }
  .sort__box form:last-of-type .sort__form {
    margin-bottom: 0;
    border: none; }

.sort__form {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  border-bottom: 1px solid #dddddd; }
  .sort__form-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 3px 5px; }
    .sort__form-link-name {
      color: #282d3b; }
    .sort__form-link--active {
      font-weight: bold;
      background-color: rgba(119, 119, 119, 0.1); }
    .sort__form-link--padding {
      padding-left: 10px; }

.sort__rating-title {
  display: block;
  margin-bottom: 10px;
  color: #282d3b; }

.sort__back {
  width: 100%;
  margin-top: 6px;
  padding: 0 7px;
  padding-bottom: 6px;
  font-size: 12px; }
  .sort__back span {
    margin-right: 0.3rem; }
    .sort__back span svg {
      width: 12px; }

@media (min-width: 768px) {
  .sort__title {
    border: none;
    border-radius: 0;
    font-weight: bold; }
  .sort__box {
    -webkit-box-shadow: 0 15px 23px rgba(103, 103, 103, 0.08);
            box-shadow: 0 15px 23px rgba(103, 103, 103, 0.08); }
  .sort__back {
    display: none; } }

/*Ui-slider CSS*/
.ui-slider {
  position: relative;
  height: 3px;
  margin: 0 10px 33px;
  background: #dddddd;
  border-radius: 2px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 11px;
  height: 11px;
  margin-left: -5.5px;
  top: -4px;
  background-color: #51a629;
  border-radius: 100%;
  -webkit-transition: 0.2s -webkit-box-shadow linear;
  transition: 0.2s -webkit-box-shadow linear;
  transition: 0.2s box-shadow linear;
  transition: 0.2s box-shadow linear, 0.2s -webkit-box-shadow linear;
  cursor: pointer; }

.ui-slider .ui-slider-range {
  position: absolute;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset;
  height: 100%; }

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px; }
  .pagination__list-item {
    display: inline-block;
    min-width: 28px;
    min-height: 35px;
    margin-right: 6px;
    font-size: 14px;
    border: 1px solid #dddddd;
    border-radius: 2px; }
    .pagination__list-item--active {
      color: #ffffff;
      background-color: #51a629;
      border-color: #51a629; }
    .pagination__list-item:last-of-type {
      margin-right: 0; }
  .pagination__list-link {
    display: inline-block;
    padding: 6px 10px; }

@media (min-width: 768px) {
  .pagination__list-item {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.2s all linear;
    transition: 0.2s all linear; }
    .pagination__list-item:hover {
      border: 1px solid #51a629;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .pagination__list-item--active {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.table {
  width: 100%;
  color: #282d3b; }
  .table__row, .table__cell {
    border: 1px solid #dddddd; }
  .table__cell {
    padding: 8px; }
    .table__cell--name {
      color: #a7a7a7; }

@media (min-width: 768px) {
  .table__cell {
    padding: 12px; } }

.user__title {
  color: #282d3b; }

.user-content {
  margin-bottom: 1.34em; }
  .user-content--no-margin {
    margin-bottom: 0; }
  .user-content a {
    text-decoration: underline; }
    .user-content a:hover {
      text-decoration: none; }
  .user-content h1 {
    font-size: 16px; }
  .user-content h2 {
    font-size: 14px; }
  .user-content h3 {
    font-size: 14px; }
  .user-content h1, .user-content h2, .user-content h3 {
    margin: 0.6em 0;
    color: #282d3b; }
  .user-content p, .user-content ul, .user-content ol, .user-content table {
    margin-bottom: 1.34em; }
    .user-content p:last-child, .user-content ul:last-child, .user-content ol:last-child, .user-content table:last-child {
      margin-bottom: 0; }
  .user-content caption {
    font-size: 1.25em;
    color: #282d3b; }
  .user-content tr,
  .user-content td {
    padding: 0.5em;
    border: 1px solid #dddddd; }
  .user-content img {
    display: block;
    width: auto !important;
    height: auto !important;
    margin: 0.5em 0;
    vertical-align: top; }
  .user-content ul {
    list-style: disc; }
  .user-content ol {
    list-style: decimal; }
  .user-content li {
    margin-bottom: 0.5em;
    margin-left: 1em; }
    .user-content li li {
      margin-top: 0.25em;
      margin-bottom: 0; }
    .user-content li:last-child {
      margin-bottom: 0; }
  .user-content div {
    margin-bottom: 0.5em; }
  .user-content iframe {
    max-width: 100%; }

.comments {
  opacity: 0.99; }
  .comments__trigger {
    position: sticky;
    display: block;
    top: 0;
    z-index: 1;
    margin-bottom: 16px; }
  .comments__list-item {
    margin-bottom: 16px;
    padding: 8px;
    background-color: #f4f4f4;
    border-radius: 2px; }
    .comments__list-item-author {
      font-size: 14px;
      font-weight: 500;
      color: #282d3b; }
    .comments__list-item-info {
      margin-bottom: 6px; }
      .comments__list-item-info-date {
        margin-right: 6px;
        font-size: 11px;
        color: #282d3b; }
      .comments__list-item-info-status {
        color: #13161d; }
    .comments__list-item-content {
      font-size: 14px;
      text-indent: 1.5em; }
    .comments__list-item-admin {
      margin-top: 6px;
      margin-bottom: 0;
      padding-left: 32px;
      background-color: #f4f4f4;
      border-top: 1px solid #dddddd; }
  .comments__form {
    display: none;
    width: 300px; }
  .comments__captcha {
    margin-bottom: 16px; }

@media (min-width: 768px) {
  .comments__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 224px; } }

@media (min-width: 980px) {
  .comments__form {
    display: none; } }

.subscribe__info {
  display: block;
  margin-bottom: 16px; }
  .subscribe__info-promotext {
    line-height: 1.3; }

.subscribe__group {
  position: relative;
  margin-bottom: 0; }
  .subscribe__group-input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    padding: 8px 45px 8px 15px;
    border-radius: 0; }
    .subscribe__group-input ~ label#subscribe_email-error {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%;
      border-top: 1px solid #ff3624; }
    .subscribe__group-input.error ~ .subscribe__group-btn {
      opacity: 0.5;
      cursor: not-allowed; }
  .subscribe__group-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 41px;
    padding: 0 11px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media (min-width: 576px) {
  .subscribe__group-input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.tabs__navigation {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .tabs__navigation-link {
    padding: 7px 10px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs__navigation-link:last-of-type {
      margin-bottom: -1px; }
    .tabs__navigation-link.selected {
      color: #51a629;
      border-color: #51a629;
      opacity: 1; }

.tabs__container-box {
  display: none;
  padding: 16px;
  background: #fbfbfb; }

@media (min-width: 768px) {
  .tabs__navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .tabs__navigation-link {
      margin-bottom: -1px;
      padding: 10px 16px;
      border: 1px solid rgba(177, 120, 120, 0.15);
      border-radius: 6px 6px 0px 0px; }
      .tabs__navigation-link.selected {
        color: #ffffff;
        border-color: #51a629;
        background: #51a629;
        opacity: 1; } }

@media (min-width: 980px) {
  .tabs__navigation-link:hover {
    border-color: #51a629;
    opacity: 1; } }

.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__nav-trigger--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  cursor: pointer; }

.header__nav-trigger--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 16px;
  margin-left: auto;
  cursor: pointer; }

.header__nav-switcher {
  display: none; }

.header__nav-wrapper {
  position: fixed;
  top: 0;
  left: -150vw;
  z-index: 3;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  -webkit-transition: left 0.3s ease-in-out, background-color 0.3s ease 0.3s;
  transition: left 0.3s ease-in-out, background-color 0.3s ease 0.3s; }
  .header__nav-wrapper-box {
    position: relative;
    z-index: 1000;
    width: 90vw;
    max-height: 100vh;
    padding: 20px;
    background-color: #1d1e20;
    -webkit-box-shadow: 0 0 20px rgba(103, 103, 103, 0.2);
            box-shadow: 0 0 20px rgba(103, 103, 103, 0.2);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .header__nav-wrapper.is-active.header__nav-wrapper {
    z-index: 1001;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7); }
  .header__nav-wrapper.is-active .header__nav-trigger--close {
    opacity: 1;
    visibility: visible; }

@media (min-width: 980px) {
  .header__nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 15px; }
  .header__nav-trigger--open, .header__nav-trigger--close {
    display: none; }
  .header__nav-wrapper {
    position: static;
    left: 0;
    height: 100%;
    z-index: 1000; }
    .header__nav-wrapper-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: static;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 0;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      overflow: visible; }
    .header__nav-wrapper-categories {
      display: block; }
  .header__nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 25px; } }

.categories {
  margin-bottom: 20px; }
  .categories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .categories__list--level-2, .categories__list--level-3 {
      display: none;
      padding-left: 20px; }
    .categories__list-item {
      position: relative; }
      .categories__list-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1); }
    .categories__list-link {
      display: block;
      padding: 5px 10px;
      font-size: 12px;
        color:#fff;
      font-weight: 300; }
      .categories__list-link--level-1 {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase; }
      .categories__list-link--level-2 {
        font-size: 14px; }
      .categories__list-link-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 2px;
        right: 0;
        padding: 5px;
        color: #a7a7a7;
        cursor: pointer; }
        .categories__list-link-icon .plus {
          font-size: 0; }
        .categories__list-link-icon .minus {
          display: none;
          font-size: 0; }
        .categories__list-link-icon.active .plus {
          display: none; }
        .categories__list-link-icon.active .minus {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .categories__list-link--active {
        background: #292b2d; }

.fixed .categories__list-link--level-1 {
  color: #ffffff;
  -webkit-transition: color .3s;
  transition: color .3s; }

.fixed .categories__list-item:hover .categories__list-link--level-1,
.fixed .categories__list-link--level-1.categories__list-link--active {
  color: white; }

.fixed .header__tools-title {
  bottom: -15px; }

.fixed .header__nav-promo {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.sublist-icon {
  display: none; }

@media (min-width: 768px) {
  .categories__list-link--level-2 {
    font-size: 12px; } }

@media (min-width: 980px) {
  .categories {
    margin-bottom: 0; }
    .categories__wrapper {
      margin-bottom: 0; }
    .categories__list {
      display: block;
      margin-bottom: 0;
      padding-right: 0;
      color: #a7a7a7; }
      .categories__list--level-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .categories__list--level-2 {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 100%;
        min-height: 250px;
        max-height: 50vh;
        padding: 25px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow: auto; }
        .categories__list--level-2.categories__list--position-right {
          left: auto;
          right: 0; }
          .categories__list--level-2.categories__list--position-right:before {
            left: auto;
            right: 75px; }
      .categories__list--level-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 0; }
      .categories__list-item {
        margin: 0;
        padding: 0;
        position: static; }
        .categories__list-item:not(:last-of-type) {
          border-bottom: none; }
        .categories__list-item--level-2 {
          float: left;
          width: 200px;
          padding: 0 10px; }
        .categories__list-item:hover .categories__list-link--level-1 {
          color: #d9d9d9; }
        .categories__list-item:hover .categories__list--level-2 {
          top: 100%;
          opacity: 1;
          visibility: visible;
          -webkit-box-shadow: -6px 0px 20px 5px rgba(0, 0, 0, 0.07);
                  box-shadow: -6px 0px 20px 5px rgba(0, 0, 0, 0.07); }
      .categories__list-link {
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        font-weight: 500; }
        .categories__list-link--level-1 {
          position: relative;
          padding: 10px 12px;
          padding-right: 15px;
          font-size: 16px;
          text-transform: none;
          color: #ffffff;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .categories__list-link--level-1.categories__list-link--active {
            color: white;
            background: transparent;
            text-decoration: underline; }
        .categories__list-link--level-2, .categories__list-link--level-3, .categories__list-link--level-4, .categories__list-link--level-5 {
          display: inline-block;
          padding: 5px 7px;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .categories__list-link--level-2.categories__list-link--active, .categories__list-link--level-3.categories__list-link--active, .categories__list-link--level-4.categories__list-link--active, .categories__list-link--level-5.categories__list-link--active {
            color: #51a629;
            text-decoration: underline;
            background: transparent; }
          .categories__list-link--level-2:hover, .categories__list-link--level-3:hover, .categories__list-link--level-4:hover, .categories__list-link--level-5:hover {
            color: #51a629; }
        .categories__list-link--level-2 {
          color: #282d3b;
          font-weight: 700; }
        .categories__list-link-icon {
          display: none; }
    .categories .sublist-icon {
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 10px;
      height: 10px;
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px); }
      .categories .sublist-icon svg {
        width: 100%;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }

.header-menu {
  margin-bottom: 20px; }
  .header-menu__list {
    display: block; }
    .header-menu__list-item {
      position: relative;
      display: block; }
      .header-menu__list-item:not(:last-of-type) {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1); }
      .header-menu__list-item--level-1 {
        margin-right: auto; }
    .header-menu__list--level-1 {
      padding-top: 29px;
      border-top: 1px solid rgba(0, 0, 0, 0.05); }
    .header-menu__list--level-2 {
      display: none;
      padding-left: 15px; }
    .header-menu__list-link {
      display: block;
      margin-bottom: 5px;
      padding: 5px 0;
      font-size: 10px;
      cursor: pointer; }
      .header-menu__list-link-icon {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.05);
        cursor: pointer; }
        .header-menu__list-link-icon svg {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .header-menu__list-link-icon.active svg {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .header-menu__list-link--level-1 {
        text-transform: uppercase; }
      .header-menu__list-link-icon {
        width: 28px;
        height: 28px;
        padding: 5px; }

@media (min-width: 768px) {
  .header-menu__list-link {
    font-size: 12px; } }

@media (min-width: 980px) {
  .header-menu {
    position: absolute;
    top: 2px;
    left: -15px;
    -webkit-transform: translateY(calc(-100% - 4px));
            transform: translateY(calc(-100% - 4px));
    margin-bottom: 0; }
    .header-menu__wrapper {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .header-menu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header-menu__list--level-1 {
        padding: 0;
        border: none; }
      .header-menu__list--level-2 {
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 1;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        padding: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
      .header-menu__list-item {
        padding: 0 16px;
        color: #ffffff; }
        .header-menu__list-item:not(:last-of-type) {
          border-bottom: none; }
        .header-menu__list-item--level-1.has_submenu:hover .header-menu__list--level-2 {
          display: block; }
        .header-menu__list-item--level-1.has_submenu:hover .header-menu__list-link-icon svg {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .header-menu__list-item--level-2 {
          padding: 0; }
        .header-menu__list-item:hover {
          color: #d9d9d9; }
      .header-menu__list-link {
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header-menu__list-link-icon {
          top: 3px;
          right: -5px;
          width: 20px;
          height: 20px;
          padding: 4px;
          border: none; }
        .header-menu__list-link--level-2 {
          width: 100%;
          padding: 10px 20px;
          font-size: 13px;
          color: #d9d9d9; }
          .header-menu__list-link--level-2:hover {
            color: #d9d9d9;
            background-color: #ececec; } }

.cart__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  cursor: pointer; }
  .cart__icon--disable {
    cursor: default; }

.cart__info {
  display: inline-block;
  position: relative; }
  .cart__info-counter {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background-color: #7cbd1e;
    border-radius: 50%; }

@media (min-width: 768px) {
  .cart__info-counter {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 18px; } }

@media (min-width: 980px) {
  .cart__icon {
    padding: 0; } }

.phones__box {
  max-width: 145px; }

.phones__link {
  display: block;
  margin-bottom: 5px;
  padding: 0 5px;
  font-size: 14px; }

.phones__callback {
  display: none; }

@media (min-width: 980px) {
  .phones__icon {
    display: none; }
  .phones__box {
    max-width: 185px; }
  .phones__link {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .phones__link:hover {
      color: #e6e6e6; }
  .phones__callback {
    display: block;
    margin-top: 0;
    margin-right: 15px;
    padding: 9px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .phones__callback:hover {
      color: #d9d9d9;
      border-color: #d9d9d9; } }

@media (min-width: 1272px) {
  .phones__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .phones__icon {
    display: block;
    cursor: default; }
  .phones__box {
    max-width: none; }
  .phones__callback {
    margin-right: 35px;
    padding: 9px 20px; } }

.preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden; }
  .preview-wrap {
    margin-bottom: 20px; }
  .preview__image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 175px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .preview__image-promo {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 80px;
      max-height: 80px; }
    .preview__image--opacity {
      opacity: 0.4; }
  .preview__details {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .preview__details-name {
      display: inline-block;
      margin-bottom: 10px;
      font-size: 12px;
        min-height:96px;
        max-height:96px;
      font-weight: bold;
      color: #282d3b;
      text-align: left;
      overflow: hidden; }
    .preview__details-wrap {
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 20px; }
    .preview__details-price {
      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-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 10px;
      font-weight: 600;
      color: #282d3b; }
      .preview__details-price-current {
        font-size: 20px; }
      .preview__details-price-old {
        line-height: 1.1;
        text-decoration: line-through;
        color: #a7a7a7; }
  .preview__wishlist {
    position: absolute;
    top: 0;
    right: 16px;
    background-color: transparent;
    border: none; }
    .preview__wishlist .wishlist__icon {
      padding: 4px; }
    .preview__wishlist .colored {
      display: none;
      max-width: 100%;
      max-height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .preview__wishlist .bordered {
      max-width: 100%;
      max-height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .preview__wishlist .selected {
      background-color: transparent; }
      .preview__wishlist .selected .colored {
        display: block;
        color: #51a629; }
      .preview__wishlist .selected .bordered {
        display: none; }
  .preview__form {
    position: relative;
    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;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .preview__form-cart-available {
      position: absolute;
      top: calc(100% + 2px);
      left: 50%;
      width: 100%;
      color: #51a629;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .preview__form-cart-available--out-of-stock {
        color: red; }
      .preview__form-cart-available span {
        display: block;
        line-height: 1.3;
        font-weight: 600;
        font-size: 12px;
        text-align: center; }
    .preview__form-cart-icon {
      padding: 5px; }
      .preview__form-cart-icon--active {
        color: #a2c145; }
      .preview__form-cart-icon--wishlist {
        bottom: calc(100% + 10px); }
    .preview__form-cart-btn {
      width: 100%; }
    .preview__form-cart--wishlist {
      bottom: calc(100% + 30px); }
  .preview__remove-icon {
    -ms-flex-item-align: end;
        align-self: flex-end;
    color: #a7a7a7; }

.orange {
  color: #ff3624; }

@media (min-width: 576px) {
  .preview__details-name {
    text-align: center; }
  .preview__details-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .preview__details-price {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 768px) {
  .preview__image {
    height: 350px; }
  .preview__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .preview__details-name {
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 14px;
      font-weight: 500; }
    .preview__details-price-old {
      font-size: 11px; }
    .preview__details-price-current {
      font-size: 16px; }
  .preview__wishlist {
    border-radius: 0;
    padding-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .preview__form-cart-icon {
    right: 0;
    bottom: 10%;
    padding-left: 5px;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .preview__form-cart-icon--active {
      color: #a2c145; }
  .preview__form-cart--wishlist {
    border-left: none; } }

@media (min-width: 980px) {
  .preview__image {
    height: 300px; }
  .preview__remove-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .preview__details-name {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .preview__details-name:hover {
      color: #51a629; }
  .preview__details-price-old {
    font-size: 13px; }
  .preview__details-price-current {
    font-size: 17px; }
  .preview__form-cart-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .preview__form-cart-icon:hover {
      color: #51a629; }
  .preview:hover .preview__remove-icon {
    color: #ff3624; } }

.main__banner {
  width: 100%;
  height: auto; }
  .main__banner-wrap {
    height: 100%; }
  .main__banner-img {
    width: 100%; }
  .main__banner-info {
    margin-top: 16px;
    margin-bottom: 20px; }
    .main__banner-info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 -16px 16px -16px;
      padding: 16px 16px 16px 0;
      padding-top: 16px;
      padding-right: 16px;
      padding-bottom: 16px;
      background-color: #f4f4f4; }
    .main__banner-info-icon {
      min-width: 40px;
      margin: 0 16px;
      color: #282d3b; }
    .main__banner-info-title {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      color: #282d3b; }
    .main__banner-info-descr {
      display: block;
      font-size: 12px; }
  .main__banner--no-padding {
    padding-left: 0;
    padding-right: 0; }

@media (min-width: 768px) {
  .main__banner-info {
    z-index: 1; }
    .main__banner-info--mosaic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
      padding: 0; }
    .main__banner-info-item {
      margin: 0 -20px 20px -20px; }
      .main__banner-info-item--mosaic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0; } }

@media (min-width: 980px) {
  .main__banner-info-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main__banner-info-item:hover {
      opacity: 0.8; }
  .main__banner-link {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .main__banner-link:hover {
      opacity: 1; }
  .main__banner--no-padding {
    padding-left: 20px;
    padding-right: 20px; } }

.filters {
  margin-top: 6px;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: 0.18s border-bottom-color ease-in-out;
  transition: 0.18s border-bottom-color ease-in-out; }
  .filters:last-child {
    border-bottom-color: transparent; }
  .filters__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #282d3b;
    letter-spacing: 0.45px;
    margin: 6px 0;
    cursor: pointer; }
    .filters__title-sub {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      color: #282d3b; }
      .filters__title-sub--tag {
        width: 100%;
        margin-top: 6px; }
      .filters__title-sub.active {
        border-bottom-color: transparent; }
        .filters__title-sub.active .filters__title-icon svg {
          -webkit-transform: rotate(270deg);
                  transform: rotate(270deg); }
    .filters__title-icon {
      min-width: 24px;
      margin-left: auto; }
      .filters__title-icon svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: 0.3s -webkit-transform ease-in-out;
        transition: 0.3s -webkit-transform ease-in-out;
        transition: 0.3s transform ease-in-out;
        transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out; }
    .filters__title--tag {
      margin-top: 0;
      margin-right: -8px;
      margin-left: -8px;
      border-bottom: 1px solid #dddddd; }
      .filters__title--tag span {
        padding-left: 16px; }
  .filters__selected {
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #f4f4f4;
    border-radius: 3px; }
  .filters__list {
    font-size: 14px;
    margin-bottom: 13px;
    padding: 0 5px;
    padding-bottom: 13px; }
    .filters__list:not(:last-of-type) {
      border-bottom: 1px solid #bdbdbd; }
    .filters__list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .filters__list-item--tag {
      display: inline-block;
      margin: 2px;
      padding: 0 5px;
      background-color: #ffc5bf;
      border-radius: 4px; }
    .filters__list-link {
      display: inline-block;
      width: 100%;
      padding: 2.5px; }
      .filters__list-link--tag {
        width: auto;
        padding-right: 0;
        padding-left: 0;
        color: #282d3b; }
        .filters__list-link--tag .remove__icon {
          color: #ff3624; }
      .filters__list-link--text-left {
        text-align: left; }
      .filters__list-link--text-right {
        text-align: right; }
      .filters__list-link--selected {
        font-weight: bold;
        background-color: #f4f4f4; }
      .filters__list-link.checkbox {
        padding-left: 30px; }
    .filters__list--padding-top {
      padding-top: 12px; }
    .filters__list--no-border {
      border-bottom: none; }
    .filters__list--categories {
      display: none; }
  .filters__box {
    padding: 16px 0 16px 20px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd; }
  .filters__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .filters__price-label {
      max-width: 80px;
      color: #282d3b;
      border: 1px solid #dddddd;
      border-radius: 2px; }
      .filters__price-label input {
        display: inline-block;
        max-width: 100%;
        padding: 8px 8px;
        text-align: center; }
  .filters.active {
    border-bottom-color: transparent; }
    .filters.active .filters__title-icon svg {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }

@media (min-width: 768px) {
  .filters--active {
    border-bottom-color: transparent; }
    .filters--active.active {
      border-bottom: 1px solid #dddddd; }
      .filters--active.active .filters__title--active {
        color: inherit; }
      .filters--active.active .filters__title-icon--active svg {
        color: inherit;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
  .filters__title-icon--active svg {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  .filters__box {
    display: block; } }

.authorization__title {
  font-size: 16px;
  font-weight: 300;
  color: #282d3b; }

.authorization__form {
  padding: 24px;
  background-color: #f4f4f4; }

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

.authorization__captcha {
  margin-bottom: 16px; }
  .authorization__captcha-input {
    padding: 5px; }

.authorization__button {
  max-width: 190px;
  min-width: 170px;
  margin: 0 auto;
  margin-top: 16px; }

@media (min-width: 576px) {
  .authorization__group--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px; }
  .authorization__button--row {
    margin: 0; } }

@media (min-width: 768px) {
  .authorization__title {
    font-size: 21px; }
  .authorization__group--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 16px; }
  .authorization__form {
    padding: 36px 48px; }
  .authorization__button--row {
    margin: 0; } }

@media (min-width: 980px) {
  .authorization__title {
    font-size: 20px; }
  .authorization__form {
    padding: 36px 96px; } }

.empty-box {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 0 20px; }
  .empty-box__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    color: #a7a7a7;
    border: 1px solid;
    border-radius: 50%; }
    .empty-box__icon span.icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2px;
      color: #a7a7a7; }
  .empty-box__message {
    margin-bottom: 16px;
    font-size: 20px;
    margin-bottom: 48px; }
  .empty-box__link {
    min-width: 264px; }

.purchases {
  margin-bottom: 16px; }
  .purchases__head {
    display: none; }
  .purchases__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 16px; }
    .purchases__card-image {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 25%;
      min-width: 75px;
      margin-right: 14px; }
      .purchases__card-image-pre-order {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: inline-block;
        width: 100%;
        padding: 6px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #a2c145;
        border-radius: 2px;
        pointer-events: none; }
    .purchases__card-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 75%; }
    .purchases__card-descr {
      width: 100%;
      margin-bottom: 16px;
      padding-right: 19px;
      font-weight: 400; }
      .purchases__card-descr-sku {
        font-size: 10px;
        color: #a7a7a7; }
      .purchases__card-descr-name {
        display: block;
        color: #282d3b;
        font-size: 14px; }
        .purchases__card-descr-name--variant {
          display: block;
          margin-top: 6px;
          font-size: 10px; }
    .purchases__card-quantity {
      color: #000000;
      font-size: 14px; }
      .purchases__card-quantity-input {
        width: 30px;
        height: 25px;
        border: none; }
      .purchases__card-quantity-tools {
        border: none; }
        .purchases__card-quantity-tools-icon {
          width: 25px;
          height: 25px; }
    .purchases__card-price {
      position: relative;
      margin-left: auto;
      text-align: right;
      font-weight: 400;
      font-size: 14px;
      color: #000000; }
      .purchases__card-price-variant {
        display: none; }
      .purchases__card-price-old {
        position: absolute;
        top: -16px;
        right: 0;
        text-decoration: line-through;
        font-size: 10px;
        color: #a7a7a7; }
      .purchases__card-price-descr {
        position: absolute;
        right: 0;
        top: 20px;
        display: block;
        white-space: nowrap;
        font-size: 10px;
        color: #a7a7a7; }
    .purchases__card-remove {
      position: absolute;
      top: -5px;
      right: -5px; }
      .purchases__card-remove-icon {
        display: block;
        padding: 5px; }
  .purchases__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 18px;
    background-color: #f4f4f4; }
    .purchases__footer-user-discounts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 6px; }
      .purchases__footer-user-discounts-descr {
        text-align: right; }
    .purchases__footer-coupon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 32px; }
      .purchases__footer-coupon-wrap {
        position: relative;
        width: 45%; }
      .purchases__footer-coupon-input {
        width: 100%;
        padding: 11px 15px 11px 15px;
        border: 1px solid #dddddd;
        border-radius: 2px;
        background-color: #ffffff;
        -webkit-transition: 0.3s all linear;
        transition: 0.3s all linear; }
      .purchases__footer-coupon-btn {
        display: inline-block; }
        .purchases__footer-coupon-btn:hover {
          background-color: #5bba2e; }
      .purchases__footer-coupon-error {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        color: #ff3624;
        white-space: nowrap; }
    .purchases__footer-total-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 14px;
      color: #282d3b; }

@media (min-width: 768px) {
  .purchases__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 24px; }
    .purchases__head-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 78%; }
    .purchases__head-title {
      padding: 0 7px; }
      .purchases__head-title--width-img {
        width: 22%; }
      .purchases__head-title--width-name {
        width: 58%;
        min-width: 310px; }
      .purchases__head-title--width-amount {
        width: 18%;
        min-width: 95px; }
      .purchases__head-title--width-total {
        width: 24%;
        min-width: 127px; }
  .purchases__card-image {
    width: 22%;
    margin: 0;
    padding: 0 7px; }
  .purchases__card-wrap {
    width: 78%; }
  .purchases__card-descr {
    position: relative;
    width: 58%;
    min-width: 310px;
    margin: 0;
    padding: 0 7px;
    padding-top: 16px; }
    .purchases__card-descr-sku {
      position: absolute;
      top: 0;
      left: 7px; }
  .purchases__card-quantity {
    width: 18%;
    min-width: 95px;
    margin: 0;
    padding: 0 7px;
    padding-top: 16px; }
  .purchases__card-price {
    position: relative;
    width: 24%;
    min-width: 127px;
    margin: 0;
    padding: 0 7px;
    padding-top: 16px; }
    .purchases__card-price-old {
      right: 7px;
      top: 2px;
      font-size: 11px; }
    .purchases__card-price-variant {
      display: block; }
    .purchases__card-price-descr {
      right: 7px;
      top: 36px;
      font-size: 11px; }
  .purchases__card-remove {
    top: -20px; }
  .purchases__footer-total-price {
    margin-left: auto;
    font-size: 16px; }
    .purchases__footer-total-price span:not(:last-of-type) {
      margin-right: 16px; } }

@media (min-width: 980px) {
  .purchases__head-wrap {
    width: 78%; }
  .purchases__head-title--width-img {
    width: 22%; }
  .purchases__head-title--width-name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 39%;
    min-width: 130px; }
  .purchases__head-title--width-amount {
    width: 28%;
    min-width: 93px; }
  .purchases__head-title--width-total {
    width: 33%;
    min-width: 110px; }
  .purchases__card-image {
    width: 22%; }
  .purchases__card-wrap {
    width: 78%; }
  .purchases__card-descr {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 39%;
    min-width: 130px; }
  .purchases__card-quantity {
    width: 28%;
    min-width: 93px;
    font-size: 16px; }
  .purchases__card-price {
    width: 33%;
    min-width: 110px;
    font-size: 16px; }
    .purchases__card-price-descr {
      top: 38px; }
  .purchases__card-remove {
    top: -20px; }
  .purchases__card:hover .purchases__card-remove-icon {
    color: #ff3624; } }

.options__title {
  color: #282d3b; }

.options__list-radio {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 14px;
  height: 14px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .options__list-radio span {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.options__list-name {
  display: block;
  margin-bottom: 4px;
    padding-top: 2px;
    cursor:pointer;
}

.options__list-item {
  position: relative;
  padding: 8px; }
  .options__list-item:last-of-type {
    margin-bottom: 0; }

.options__list-label {
  display: block;
  padding-left: 30px; }
  .options__list-label.active .options__list-name {
    color: #282d3b; }
  .options__list-label.active .options__list-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #51a629; }
    .options__list-label.active .options__list-radio span {
      width: 6px;
      height: 6px;
      background-color: #51a629; }
  .options__list-label.active ~ .options__list-description {
    max-height: 1000px;
    -webkit-transition: 0s;
    transition: 0s; }

.options__list-description {
  max-height: 0;
  padding-left: 20px;
  overflow: hidden;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: .7;
  font-size: 12px; }
  .options__list-description p {
    margin-bottom: 0; }

.account__title {
  color: #282d3b; }

.account__btn {
  margin-bottom: 16px;
  background-color: #51a629; }
  .account__btn:hover {
    background-color: #51a629; }

.account__change-pass span {
  cursor: pointer; }

.account__orders {
  padding: 1px 16px 16px 16px;
  background-color: #f4f4f4; }
  .account__orders-id {
    position: relative;
    display: inline-block;
    word-break: break-word; }
    .account__orders-id:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

@media (min-width: 768px) {
  .account__btn {
    min-width: 224px;
    margin-right: auto;
    margin-bottom: 16px; }
  .account__orders-table {
    font-size: 14px; } }

@media (min-width: 980px) {
  .account__orders {
    padding: 1px 24px 24px 24px;
    background-color: #f4f4f4; }
    .account__orders-table {
      color: #a7a7a7; }
      .account__orders-table-row {
        -webkit-transition: 0.2s color linear;
        transition: 0.2s color linear; }
        .account__orders-table-row:hover {
          color: #282d3b; }
    .account__orders-id:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .account__orders-id:hover:after {
      border-bottom-color: transparent; } }

.brands__title {
  color: #282d3b; }

.brands__list-item {
  margin-bottom: 20px; }

.brands__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }
  .brands__list-link-name {
    position: relative;
    font-size: 16px; }
    .brands__list-link-name::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 1px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

@media (min-width: 980px) {
  .brands__list-item:hover {
    opacity: 0.7; } }

.post__title {
  margin-bottom: 6px;
  color: #282d3b; }

.post__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.post__date {
  display: block;
  margin-bottom: 16px;
  font-size: 11px; }

.post__share {
  text-align: center; }

.post__pager {
  margin-bottom: 16px;
  padding-top: 16px;
  font-size: 14px; }
  .post__pager-link {
    display: block;
    padding: 7px 5px;
    background: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    .post__pager-link svg {
      width: 15px;
      height: 15px; }
    .post__pager-link--next svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

@media (min-width: 980px) {
  .post__pager {
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .post__pager-link {
      background: #fbfbfb;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .post__pager-link:hover {
        background: #eeeeee; } }

.blog__title {
  color: #282d3b; }

.blog__box {
  margin-bottom: 16px; }
  .blog__box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .blog__box-content-title {
    color: #282d3b;
    font-weight: 700; }
  .blog__box-content-annotation {
    margin-bottom: 8px; }
  .blog__box-content-date {
    color: #282d3b;
    font-size: 11px; }

@media (min-width: 768px) {
  .blog__box-image {
    height: 190px; } }

@media (min-width: 980px) {
  .blog__box-image {
    height: 140px; } }

.header {
  position: relative;
  background-color: #51a629;
  z-index: 2;
  top: 0;
  -webkit-transition: top 1s ease;
  transition: top 1s ease; }
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff; }
  .header__nav, .header__search, .header__wishlist {
    margin-right: 3px; }
  .header__auth, .header__languages {
    position: absolute;
    top: 20px;
    left: 20px; }
  .header__languages {
    left: 60px;
    z-index: 1; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__nav-wrap {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .header__nav-trigger--open {
      margin-right: 3px; }
    .header__nav-menu-phones--desctop {
      display: none; }
  .header__callback {
    position: fixed;
    right: 10px;
    bottom: 65px;
    padding: 10px;
    background: #51a629;
    border-radius: 50%; }
    .header__callback-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
  .header__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 110px;
    margin: 10px auto; }
    .header__logo-icon {
      display: inline-block; }
      .header__logo-icon img {
        width: 100%; }
  .header__wishlist {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .header__cart {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .header__tools-title {
    display: none; }
  .header.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%; }
    .header.fixed .header__logo {
      max-width: 80px;
      margin-top: 0; }

@media (min-width: 768px) {
  .header__nav-wrap {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
  .header__logo {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 10px 0;
    margin-right: auto; }
  .header__wishlist {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; }
  .header__cart {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset; } }

@media (min-width: 980px) {
  .header__wrapper {
    position: relative;
    margin-top: 34px;
    padding: 25px 0 15px;
    padding-bottom: 0;
    border-top: 1px solid rgba(189, 225, 245, 0.3); }
  .header__cart {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .header__wishlist {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: 25px; }
  .header__auth {
    top: 0;
    left: auto;
    right: 45px;
    -webkit-transform: translateY(calc(-100% - 2px));
            transform: translateY(calc(-100% - 2px));
    color: #ffffff; }
  .header__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .header__nav-menu-phones--mobile {
      display: none; }
    .header__nav-menu-phones--desctop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: auto; }
  .header__search {
    min-width: 300px;
    margin: 0;
    margin-right: auto; }
    .header__search .search__content {
      width: 100%; }
    .header__search-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
      padding-left: 15px; }
  .header__logo {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    margin: 0;
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .header__callback {
    display: none; }
  .header__languages {
    position: absolute;
    right: 5px;
    left: auto;
    top: -1px;
    -webkit-transform: translateY(calc(-100%));
            transform: translateY(calc(-100%)); }
  .header__tools-title {
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header__cart, .header__wishlist {
    position: relative;
    margin-bottom: 47px; }
    .header__cart:hover .header__tools-title, .header__wishlist:hover .header__tools-title {
      visibility: visible;
      opacity: 1; }
  .header.fixed {
    margin-bottom: 0; }
    .header.fixed .header__logo {
      max-width: 80px;
      -webkit-animation: slideDown 0.3s ease;
              animation: slideDown 0.3s ease; }
    .header.fixed .header__search {
      display: none; }
      .header.fixed .header__search-wrap {
        margin-bottom: 0; }
    .header.fixed .header__nav-menu-phones--desctop {
      display: none; }
    .header.fixed .header__nav-menu {
      display: none; }
    .header.fixed .header__wrapper {
      margin-top: 0;
      padding: 10px;
      border: none; }
    .header.fixed .header__wishlist,
    .header.fixed .header__cart {
      margin-bottom: 0;
      -webkit-animation: slideDown 0.3s ease;
              animation: slideDown 0.3s ease; }
    .header.fixed .header__nav-wrapper-categories {
      position: static;
      color: #ffffff;
      -webkit-animation: slideDown 0.3s ease;
              animation: slideDown 0.3s ease; }
    .header.fixed::after {
      display: none; } }

@media (min-width: 1272px) {
  .header__logo {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    margin-right: 20px; }
  .header__search {
    min-width: 420px;
    margin-right: 35px; } }

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.products {
  text-align: center;
  margin-bottom: 15px; }
  .products__title {
    margin: 20px 0;
    color: #282d3b;
    white-space: nowrap;
    text-transform: none; }
  .products__list {
    margin-bottom: 16px; }
  .products__button {
    display: inline-block; }

.main {
  margin-bottom: 15px; }
  .main .to_top {
    display: none !important; }

@media (min-width: 768px) {
  .main {
    margin-bottom: 20px; }
    .main .to_top {
      position: fixed;
      right: 15px;
      bottom: 15px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      background: #51a629;
      color: #ffffff;
      -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
      text-align: center;
      text-decoration: none;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      overflow: visible;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      z-index: 9999;
      border-radius: 6px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0.5; }
      .main .to_top span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        padding: 13px;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .main .to_top.is_active {
        display: block !important;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        cursor: pointer; }
        .main .to_top.is_active:hover {
          opacity: 1; }
          .main .to_top.is_active:hover span {
            color: #ffffff; } }

@media (min-width: 980px) {
  .main {
    margin-bottom: 60px; } }

.footer {
  padding-top: 20px;
  background: #272723;
  color: #a7a7a7; }
  .footer__wrap {
    margin-bottom: 21px; }
    .footer__wrap--padding {
      padding-right: 0;
      padding-left: 0; }
    .footer__wrap--logo {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .footer__wrap--cat {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer__wrap--menu {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer__wrap--contacts {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
  .footer__contacts-item {
    margin-bottom: 7px; }
    .footer__contacts-item-name {
      text-transform: uppercase;
      color: #ffffff;
      font-size: 12px; }
    .footer__contacts-item-icon {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 10px;
      margin-bottom: 4px;
      vertical-align: middle;
      color: #a7a7a7; }
    .footer__contacts-item-value--phone {
      color: #fff;
      font-size: 17px; }
    .footer__contacts-item-value--email {
      color: #fff; }
  .footer__title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff; }
  .footer__social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 28px;
    margin-right: 5px;
    color: #51a629; }
  .footer-menu__list--level-2 {
    display: none; }
  .footer-menu__list-item {
    position: relative; }
  .footer-menu__list-link {
    display: inline-block;
    line-height: 1.3; }
    .footer-menu__list-link--level-1 {
      font-size: 14px; }
    .footer-menu__list-link--level-2 {
      display: inline-block;
      padding: 3px 0;
      font-size: 12px; }
    .footer-menu__list-link-icon {
      position: absolute;
      right: 10px;
      top: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 6px;
      color: #a7a7a7; }
      .footer-menu__list-link-icon .minus {
        display: none; }
      .footer-menu__list-link-icon.active .plus {
        display: none; }
      .footer-menu__list-link-icon.active .minus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  .footer__copyright {
    padding: 22px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .footer {
    padding-top: 60px; }
    .footer__wrap {
      margin-bottom: 35px; }
      .footer__wrap--padding {
        padding-right: 20px;
        padding-left: 20px; }
      .footer__wrap--logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .footer__wrap--cat {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .footer__wrap--menu {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .footer__wrap--contacts {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
    .footer__title {
      margin-bottom: 5px; }
    .footer__contacts-item {
      margin-bottom: 7px; }
    .footer-menu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer-menu__list--level-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .footer-menu__list-link--level-1 {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .footer-menu__list-link-icon {
        display: none; } }

@media (min-width: 980px) {
  .footer__wrap--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__contacts-item-name {
    font-size: 14px; }
  .footer__contacts-item-value a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer__contacts-item-value a:hover {
      color: #51a629; }
  .footer__social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 8px; }
    .footer__social-icon {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer__social-icon--facebook:hover {
        color: #3b5998; }
      .footer__social-icon--youtube:hover {
        color: #c4302b; }
      .footer__social-icon--instagram:hover {
        color: #515BD4; }
  .footer-menu__list-link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer-menu__list-link:hover {
      color: #51a629; }
  .footer__copyright {
    font-size: 14px; } }

@media (min-width: 1272px) {
  .footer__title {
    font-size: 16px; }
  .footer-menu__list-link--level-1 {
    font-size: 16px; } }

.catalog__body-title {
  text-align: center;
  font-size: 20px;
  color: #282d3b; }

.catalog__body-sort {
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bdbdbd; }

.catalog__body-pagination {
  margin-bottom: 44px;
  text-align: center; }

.catalog__sidebar {
  position: fixed;
  z-index: 1;
  top: 0;
  left: calc(-75vw - 32px);
  width: calc(75vw + 32px);
  height: 100vh;
  display: block;
  background-color: #ffffff;
  -webkit-transition: left 0.3s ease-in-out, z-index 0s ease-in-out 0.3s;
  transition: left 0.3s ease-in-out, z-index 0s ease-in-out 0.3s; }
  .catalog__sidebar-box {
    width: calc(75vw + 32px);
    max-height: 100vh;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -16px;
    padding: 0 16px;
    padding-bottom: 70px; }
  .catalog__sidebar-wrap {
    background-color: #ffffff;
    position: absolute; }
  .catalog__sidebar-trigger {
    position: absolute;
    top: 125px;
    right: -56px;
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
    .catalog__sidebar-trigger span {
      position: absolute;
      top: 4px;
      left: 4px;
      display: inline-block;
      padding: 4px; }
      .catalog__sidebar-trigger span svg {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .catalog__sidebar-trigger .trigger-settings,
    .catalog__sidebar-trigger.is-active .trigger-remove {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .catalog__sidebar-trigger .trigger-remove,
    .catalog__sidebar-trigger.is-active .trigger-settings {
      opacity: 0; }
  .catalog__sidebar.is-active {
    z-index: 3;
    left: 0;
    -webkit-transition: left 0.3s ease-in-out, z-index 0s ease-in-out 0s;
    transition: left 0.3s ease-in-out, z-index 0s ease-in-out 0s; }

@media (min-width: 768px) {
  .catalog__body-title {
    font-size: 30px; }
  .catalog__body-sort {
    padding: 0; }
  .catalog__sidebar {
    left: calc(-40vw - 40px);
    width: calc(40vw + 40px); }
    .catalog__sidebar-box {
      width: calc(40vw + 40px);
      margin: 0 -20px;
      padding: 0 20px; }
    .catalog__sidebar-trigger {
      right: -50px; } }

@media (min-width: 980px) {
  .catalog__body-title {
    font-size: 35px; }
  .catalog__sidebar {
    position: static;
    z-index: 0;
    width: 100%;
    height: 100%; }
    .catalog__sidebar-box {
      max-width: 100%;
      max-height: 100%;
      overflow: hidden;
      margin: 0;
      padding: 0; }
    .catalog__sidebar-wrap {
      position: static; }
    .catalog__sidebar-trigger {
      display: none; } }

.product__title {
  color: #282d3b;
  font-size: 21px;
  line-height: 1.1; }
  .product__title--related {
    padding: 0 60px; }

.product__callback {
  bottom: 126px;
  right: 0;
  border-radius: 0;
  padding: 0px;
  width: 32px;
  height: 32px; }
  .product__callback-icon {
    padding: 7px; }

.product__button {
  margin-top: auto;
  margin-right: 6px;
  margin-bottom: 6px; }
  .product__button-out-stock {
    margin-bottom: auto;
    padding-top: 20px; }
  .product__button--orange {
    background: #ffa500; }

.product__image {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding-top: 20px; }
  .product__image-promo {
    position: absolute;
    top: 20px;
    left: 10%;
    max-width: 60px;
    z-index: 1; }
  .product__image-gallery {
    position: relative;
    max-width: 100%;
    margin-bottom: 7px; }
    .product__image-gallery-image {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 6px; }
      .product__image-gallery-image-trigger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #ffffff;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .product__image-mini {
    display: none;
    width: 100%; }
    .product__image-mini-item {
      padding: 0 7px;
      opacity: 0.55; }
      .product__image-mini-item.slick-current {
        opacity: 1; }
    .product__image-mini .slick-list {
      margin-right: -7px;
      margin-left: -7px; }

.product__details {
  margin-bottom: 16px;
  padding-top: 20px; }
  .product__details-top {
    margin-bottom: 16px;
    text-align: center; }
    .product__details-top-sku {
      font-style: 12px; }
      .product__details-top-sku-title {
        margin-right: 4px; }
  .product__details-text {
    margin-bottom: 24px;
    text-align: justify;
    color: #a7a7a7; }
  .product__details-tools {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
    .product__details-tools-available {
      -ms-flex-item-align: center;
          align-self: center;
      padding-top: 7px;
      color: #51a629; }
      .product__details-tools-available--out-of-stock {
        color: red; }
      .product__details-tools-available span {
        display: block;
        line-height: 1.3;
        font-weight: 600;
        font-size: 14px;
        text-align: center; }
    .product__details-tools-wishlist {
      position: absolute;
      top: -32px;
      right: 0;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.15); }
      .product__details-tools-wishlist--mobile {
        top: 20px;
        right: 16px;
        background-color: transparent;
        border: none; }
        .product__details-tools-wishlist--mobile .wishlist__icon {
          padding: 4px; }
        .product__details-tools-wishlist--mobile .colored {
          display: none;
          max-width: 100%;
          max-height: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .product__details-tools-wishlist--mobile .bordered {
          max-width: 100%;
          max-height: 100%;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .product__details-tools-wishlist--mobile .selected {
          background-color: transparent; }
          .product__details-tools-wishlist--mobile .selected .colored {
            display: block;
            color: #51a629; }
          .product__details-tools-wishlist--mobile .selected .bordered {
            display: none; }
      .product__details-tools-wishlist--desctop {
        display: none; }
    .product__details-tools-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px 16px 0;
      font-weight: 600;
      font-size: 20px;
      color: #282d3b; }
      .product__details-tools-price-old {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        color: #a7a7a7;
        font-size: 15px;
        text-decoration: line-through;
        -webkit-text-decoration-color: #b9b9b9;
                text-decoration-color: #b9b9b9; }
      .product__details-tools-price-current {
        margin-right: 16px; }
  .product__details-delpay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
    padding: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .product__details-delpay-row:not(:last-of-type) {
      margin-bottom: 16px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .product__details-delpay-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px;
      padding-left: 0;
      font-size: 16px;
      font-weight: bold; }
      .product__details-delpay-title-icon {
        display: block;
        width: 30px;
        margin-right: 5px; }
    .product__details-delpay-item {
      position: relative;
      padding: 5px;
      padding-left: 35px; }
      .product__details-delpay-item::before {
        position: absolute;
        top: 15px;
        left: 20px;
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background-color: #282d3b;
        border-radius: 50%; }
  .product__details-share {
    margin-bottom: 16px; }
    .product__details-share-title {
      margin-bottom: 8px;
      font-size: 16px; }

.product__tabs .tabs__navigation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: none;
  overflow: hidden;
  overflow-x: auto; }

.product__tabs .tabs__navigation-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  white-space: nowrap; }
  .product__tabs .tabs__navigation-link:last-of-type {
    margin-bottom: 0; }
  .product__tabs .tabs__navigation-link.selected {
    border-color: #51a629; }

.product__tabs-container .user-text {
  font-size: 14px; }

.product__tabs-container-box .comments__list-item {
  background-color: #fff; }

@media (min-width: 576px) {
  .product__details-delpay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .product__details-delpay-title {
      width: 100%; }
    .product__details-delpay-row {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product__details-delpay-row:not(:last-of-type) {
        margin-right: 20px;
        margin-bottom: 0;
        border-bottom: none; } }

@media (min-width: 768px) {
  .product__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 20px;
    margin: 0;
    text-align: left;
    line-height: 1.1; }
    .product__title--related {
      margin-bottom: 15px;
      text-align: center; }
  .product__image-gallery {
    max-width: 100%; }
    .product__image-gallery-image:hover .product__image-gallery-image-trigger {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      color: #51a629; }
  .product__details-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px; }
    .product__details-top-sku {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 50%;
      margin-bottom: 10px;
      text-align: left; }
      .product__details-top-sku--hide {
        font-size: 0; }
  .product__details-tools {
    position: static;
    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; }
    .product__details-tools-wishlist {
      position: static;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 6px; }
      .product__details-tools-wishlist .wishlist__icon {
        width: 39px;
        height: 39px;
        color: rgba(0, 0, 0, 0.35);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .product__details-tools-wishlist .wishlist__icon.selected {
          color: #fff; }
      .product__details-tools-wishlist--mobile {
        display: none; }
      .product__details-tools-wishlist--desctop {
        display: block; }
    .product__details-tools-available {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .product__details-tools-form {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 100%;
      min-width: 320px; }
      .product__details-tools-form .form__wrap {
        padding-left: 0; }
    .product__details-tools-price {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      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: 16px 0 8px; }
      .product__details-tools-price-old {
        margin-right: 16px; }
  .product__details-delpay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product__details-delpay-row {
      width: 100%; }
      .product__details-delpay-row:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .product__tabs .tabs__navigation-link:last-of-type {
    margin-bottom: -1px; }
  .product__pager {
    margin-bottom: 30px; } }

@media (min-width: 980px) {
  .product__title {
    font-size: 23px; }
  .product__image {
    margin-bottom: 32px; }
    .product__image-mini {
      display: block; }
  .product__details {
    margin-bottom: 32px; }
    .product__details-tools-wishlist {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .product__details-tools-wishlist:hover {
        border-color: #51a629; }
    .product__details-delpay {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .product__details-delpay-row {
        width: 50%; }
        .product__details-delpay-row:not(:last-of-type) {
          margin-right: 20px;
          margin-bottom: 0;
          border-bottom: none; }
  .product__tabs {
    margin-bottom: 32px; } }

.special-upsell-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.special-upsell-item .product__special-label {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc; }

.special-upsell-item .product__special-label .product__special-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
  cursor: pointer; }

.special-upsell-item .product__special-label .product__special-icon--check {
  display: none;
  color: #3cc54a; }

.special-upsell-item .product__special-label.is_checked {
  border-color: #3cc54a; }

.special-upsell-item .product__special-label.is_checked .product__special-icon--plus {
  display: none; }

.special-upsell-item .product__special-label.is_checked .product__special-icon--check {
  display: block; }

.special-upsell-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-right: 10px; }

.special-upsell-item-name-price {
  width: calc(100% - 111px);
  margin: 0 15px;
  text-align: left;
  font-size: 12px; }

.special-upsell-item-name {
  margin-bottom: 2px; }

.special-upsell-item-price {
  font-weight: 700; }

.special-upsell-item-old-price.compare_pricetiny {
  font-size: 12px;
  color: #757575;
  -webkit-text-decoration-color: #f00;
  text-decoration-color: #f00; }

@media (min-width: 980px) {
  .special-upsell-item .product__special-label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .special-upsell-item .product__special-label:hover {
    border-color: #3cc54a; }
  .special-upsell-item .product__special-label.is_checked {
    border-color: transparent; }
  .special-upsell-item .product__special-label.is_checked:hover {
    border-color: #3cc54a; } }

.cart__title {
  color: #282d3b;
  grid-area: header; }

.cart__wrap .select2-container {
  width: 100%;
  max-width: 100%;
  border-radius: 4px; }

.cart__wrap .purchases__footer-coupon-input,
.cart__wrap .captcha__input,
.cart__wrap .select2-container--default .select2-selection--single {
  border-radius: 5px; }

.cart__slider-title {
  white-space: initial;
  font-size: 20px;
  padding-right: 40px; }

.cart__slider .preview__image {
  height: 150px;
  padding-top: 30px; }

.cart__slider .preview__details-name {
  font-size: 12px;
  text-transform: inherit;
  height: 80px;
  overflow: hidden; }

.cart__slider .preview__form-cart-available {
  display: none; }

.cart__slider .preview__details-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.cart__slider .preview__form-cart-btn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
  .cart__slider .preview__form-cart-btn::before, .cart__slider .preview__form-cart-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    height: 3px;
    border-radius: 1.5px;
    background: #fff; }
  .cart__slider .preview__form-cart-btn::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.cart__comment-field {
  display: none; }
  .cart__comment-field-link {
    margin-bottom: 5px;
    border-bottom: 1px dashed #51a629;
    color: #51a629;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    line-height: 1.2; }

.cart__data-wrap {
  margin-bottom: 16px;
  padding: 16px;
  background-color: #f4f4f4; }
  .cart__data-wrap:last-of-type {
    margin-bottom: 0; }

.cart__data .options__list-radio {
  width: 20px;
  height: 20px;
  border: none; }
  .cart__data .options__list-radio::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #000; }
.options__list-item label.error{
    color: #ff3624;
}
.cart__data .options__list-label.active .options__list-radio,
.cart__data .options__list-label.active-btn .options__list-radio {
  width: 20px;
  height: 20px;
  border: none;
  -webkit-transition: none;
  transition: none; }
  .cart__data .options__list-label.active .options__list-radio::before,
  .cart__data .options__list-label.active-btn .options__list-radio::before {
    border-color: #51a629;
    -webkit-transition: none;
    transition: none; }
  .cart__data .options__list-label.active .options__list-radio span,
  .cart__data .options__list-label.active-btn .options__list-radio span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #51a629;
    -webkit-transition: none;
    transition: none; }

.cart__data .descr {
  display: none; }

.cart__form {
  display: contents; }
  .cart__form-title {
    margin: 10px 0;
    color: #282d3b; }
  .cart__form-group {
    margin-bottom: 15px; }
    .cart__form-group--not-call, .cart__form-group--auto_register {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .cart__form-group--not-call .form__group-label, .cart__form-group--auto_register .form__group-label {
        margin-left: 5px; }
    .cart__form-group-input {
      border-radius: 5px; }
  .cart__form-captcha {
    margin-bottom: 20px; }
  .cart__form-options {
    margin-bottom: 16px; }
  .cart__form-button {
    width: 100%; }

@media (min-width: 768px) {
  .cart__data-wrap--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cart__form-title {
    display: block;
    width: 100%;
    margin: 10px 0; }
  .cart__form-group {
    width: 100%; }
    .cart__form-group--md {
      width: 48%; }
  .cart__form-captcha {
    width: 100%;
    margin-bottom: 20px; }
  .cart__form-options {
    margin-bottom: 16px; }
  .cart__form-button {
    width: 100%; }
    .cart__form-button--md {
      width: auto;
      min-width: 200px;
      margin: 0 auto; } }

@media (min-width: 980px) {
  .cart__wrap {
    display: grid;
    grid-template-areas: "header header" 
 "data purchase"
 "data slyder";
    grid-template-rows: -webkit-min-content -webkit-max-content;
    grid-template-rows: min-content max-content;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: 40% calc(60% - 32px);
    grid-column-gap: 32px;
    margin: 0; }
  .cart__title {
    color: #282d3b;
    grid-area: header; }
  .cart__purchases {
    grid-area: purchase;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  .cart__data {
    grid-area: data; }
  .cart__slider {
    grid-area: slyder; }
    .cart__slider .products__title {
      margin-top: 0; }
  .cart__comment-field-link:hover {
    color: initial;
    border-color: initial; } }

.progress-delivery__wrap {
  height: 20px;
  background: #f4f4f4; }

.progress-delivery__line {
  height: 100%;
  background: #51a629; }

.progress-delivery__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0; }

.progress-delivery__sum {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.progress-delivery__text {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .progress-delivery__text .icon {
    margin-right: 15px;
    color: #51a629; }

.hidden {
  display: none; }

.cart-step--1 {
  position: relative; }
  .cart-step--1 .cart__form-title {
    padding-right: 48px; }
  .cart-step--1 .js_cart_edit_data {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer; }
    .cart-step--1 .js_cart_edit_data svg {
      width: 24px;
      height: 24px; }
  .cart-step--1 .cart-step-data {
    display: none; }
  .cart-step--1.active .js_cart_edit_data {
    display: none; }
  .cart-step--1.active .cart-step-data {
    display: contents; }



.cart-step--2 .cart__form-title {
    padding-right: 48px; }
.cart-step--2 .js_cart_edit_data {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer; }
.cart-step--2 .js_cart_edit_data svg {
    width: 24px;
    height: 24px; }
.cart-step--2 .cart-step-data {
    display: none; }
.cart-step--2.active .js_cart_edit_data {
    display: none; }
.cart-step--2.active .cart-step-data {
    display: contents; }


.cart-step--3:not(.active) {
    display: none; }

.order {
  padding-top: 32px; }
  .order__btn {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px; }
  .order__head {
    margin-bottom: 16px; }
    .order__head-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #282d3b;
      text-align: center; }
    .order__head-notice {
      font-size: 21px; }
      .order__head-notice svg {
        color: #3cc54a; }
    .order__head-content {
      margin-bottom: 16px;
      font-size: 14px;
      text-indent: 16px; }
    .order__head-id {
      color: #282d3b;
      font-size: 21px; }
  .order__purchase {
    margin-bottom: 16px;
    font-size: 14px; }
    .order__purchase-wrap {
      padding: 6px;
      background-color: #f4f4f4; }
    .order__purchase-head {
      display: none; }
    .order__purchase-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 16px;
      padding: 8px;
      background-color: #f4f4f4; }
      .order__purchase-card-image {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 75px;
        width: 22%;
        margin-right: 6px; }
        .order__purchase-card-image-preorder {
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: inline-block;
          width: 100%;
          padding: 6px;
          text-align: center;
          background-color: rgba(255, 255, 255, 0.6);
          border: 1px solid #a2c145;
          border-radius: 2px;
          pointer-events: none; }
      .order__purchase-card-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 78%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .order__purchase-card-descr {
        position: relative;
        width: 100%;
        margin-bottom: 14px;
        padding-top: 16px; }
        .order__purchase-card-descr-sku {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 12px;
          color: #a7a7a7; }
        .order__purchase-card-descr-name {
          display: inline-block;
          margin-bottom: 6px;
          color: #282d3b; }
          .order__purchase-card-descr-name--variant {
            display: block;
            margin-bottom: 0;
            font-size: 10px; }
      .order__purchase-card-sum {
        position: relative;
        color: #282d3b; }
        .order__purchase-card-sum-old, .order__purchase-card-sum-descr {
          position: absolute;
          right: 0;
          font-size: 10px;
          color: #a7a7a7; }
        .order__purchase-card-sum-old {
          top: -14px;
          text-decoration: line-through;
          -webkit-text-decoration-color: #b9b9b9;
                  text-decoration-color: #b9b9b9; }
        .order__purchase-card-sum-descr {
          top: 19px;
          text-decoration: line-through;
          -webkit-text-decoration-color: #b9b9b9;
                  text-decoration-color: #b9b9b9; }
    .order__purchase-discount {
      margin-bottom: 8px; }
    .order__purchase-discount, .order__purchase-total {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .order__purchase-total {
      padding-top: 6px;
      color: #282d3b;
      border-top: 1px solid #dddddd; }
      .order__purchase-total .numbers {
        font-weight: 700; }
    .order__purchase-delivery {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .order__purchase-delivery div {
        display: inline-block;
        min-width: 60px; }
  .order__details-wrap {
    margin-bottom: 16px;
    padding: 1px 16px 16px 16px;
    background-color: #f4f4f4; }
  .order__details-table {
    font-size: 14px; }
    .order__details-table table {
      width: 100%; }
    .order__details-table-cell {
      font-weight: 400; }
  .order__details-payments {
    padding: 1px 16px 16px 16px;
    background-color: #f4f4f4; }
    .order__details-payments-box {
      font-size: 14px; }

@media (min-width: 768px) {
  .order {
    padding-top: 0; }
    .order__btn {
      width: auto;
      min-width: 230px;
      margin-left: auto;
      margin-right: auto; }
    .order__purchase {
      font-size: 16px; }
      .order__purchase-wrap {
        padding: 12px; }
      .order__purchase-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        text-transform: uppercase;
        color: #282d3b;
        padding-bottom: 8px;
        margin-bottom: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 24px; }
        .order__purchase-head-image {
          width: 25%;
          min-width: 180px;
          padding: 0 7px; }
        .order__purchase-head-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 75%; }
        .order__purchase-head-name {
          width: 55%;
          min-width: 279px;
          padding: 0 7px; }
        .order__purchase-head-amount {
          width: 20%;
          min-width: 101px;
          padding: 0 7px; }
        .order__purchase-head-total {
          width: 25%;
          min-width: 126px;
          padding: 0 7px; }
      .order__purchase-card {
        padding: 12px 0; }
        .order__purchase-card-image {
          width: 25%;
          min-width: 180px;
          margin-right: 0;
          padding: 0 7px; }
        .order__purchase-card-box {
          width: 75%;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .order__purchase-card-descr {
          width: 55%;
          min-width: 279px;
          padding: 16px 7px 0 7px; }
          .order__purchase-card-descr-sku {
            left: 7px; }
          .order__purchase-card-descr-name {
            display: inline-block; }
            .order__purchase-card-descr-name--variant {
              display: block; }
        .order__purchase-card-quantity {
          width: 20%;
          min-width: 101px;
          padding: 16px 7px 0 7px;
          font-size: 14px; }
          .order__purchase-card-quantity-mobile {
            display: none; }
        .order__purchase-card-sum {
          width: 25%;
          min-width: 126px;
          padding: 16px 7px 0 7px; }
          .order__purchase-card-sum-descr {
            top: 36px;
            right: 7px; }
          .order__purchase-card-sum-old {
            top: 1px;
            right: 7px;
            font-size: 12px; }
    .order__details-table-cell {
      padding: 12px; } }

@media (min-width: 980px) {
  .order__purchase {
    font-size: 16px; }
    .order__purchase-head-image {
      width: 22%;
      min-width: 100px;
      padding: 0 7px; }
    .order__purchase-head-wrap {
      width: 78%; }
    .order__purchase-head-name {
      width: 50%;
      min-width: 165px;
      padding: 0 7px; }
    .order__purchase-head-amount {
      width: 20%;
      min-width: 66px;
      padding: 0 7px; }
    .order__purchase-head-total {
      width: 30%;
      min-width: 99px;
      padding: 0 7px; }
    .order__purchase-card {
      padding: 12px 0; }
      .order__purchase-card-image {
        width: 22%;
        min-width: 100px;
        margin-right: 0;
        padding: 0 7px; }
      .order__purchase-card-box {
        width: 78%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .order__purchase-card-descr {
        width: 50%;
        min-width: 165px;
        padding: 16px 7px 0 7px; }
        .order__purchase-card-descr-sku {
          left: 7px; }
        .order__purchase-card-descr-name {
          display: inline-block;
          font-size: 14px; }
          .order__purchase-card-descr-name--variant {
            display: block;
            font-size: 10px; }
      .order__purchase-card-quantity {
        width: 20%;
        min-width: 66px;
        padding: 16px 7px 0 7px;
        font-size: 14px; }
      .order__purchase-card-sum {
        width: 30%;
        min-width: 99px;
        padding: 16px 7px 0 7px; }
        .order__purchase-card-sum-descr {
          top: 36px;
          right: 7px; }
        .order__purchase-card-sum-old {
          top: 1px;
          right: 7px;
          font-size: 12px; }
  .order__details-table {
    padding: 0 24px; } }

.feedback {
  margin-bottom: 16px; }
  .feedback__title {
    color: #282d3b; }
  .feedback__captcha {
    margin-bottom: 16px; }
  .feedback__form {
    padding: 16px;
    background: #f4f4f4; }

/*# sourceMappingURL=style.css.map */
@media (max-width: 768px) {
    .preview__details-wrap .preview__details-price-current{
        font-size:16px;
    }
    .button{
        max-width:none;
    }
}
.new_container{
    max-width:800px;
    margin: 0 auto;
    width:100%;
}
.custom-blocks__contents{
    margin-bottom: 20px;
    padding: 16px;
    background-color: #F7F7FC;
    border-radius: 8px;
}
.custom-blocks__contents-title{
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
}
.custom-blocks__contents-list{
    margin-left: 20px;
    list-style: decimal;
    font-size: 16px;
    line-height: 177%;
    font-weight: 400;
}
.custom-blocks__contents-list li::marker {
    color: #A0A3BD;
}
.custom-block {
    counter-increment: custom-blocks;
    margin-bottom: 40px;
}
.custom-block__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.custom-block__product-image{
    width: 25%;
    margin: 0 2px 16px;
    max-width: unset;
    padding: 0;
    position: relative;
}
.product-preview__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.product-preview__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-preview__image-wrap::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.custom-block__product-info{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 55%;
}
.custom-block__product-name{
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
}
.product-preview__prices {
    margin: 16px 0 8px;
    height: 36px;
    text-align: left;
    white-space: nowrap;
}
.product-preview__prices .price{
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    margin-right: 15px;
    font-family: arial;
    font-weight: bold;
    line-height: 30px;
}
.product-preview__prices .old_price {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-decoration: line-through;
    color: #a7a7a7;
    line-height: 30px;
}
.custom-block__description {
    margin-bottom: 40px;
}
.custom-block__marks {
    padding: 24px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #D9DBE9;
    border-radius: 8px;
}
.custom-block__marks-benefits {
    padding: 0 23px;
    width: 50%;
}
.custom-block__marks-title{
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}
.custom-block__marks-title--benefits {
    color: #00b012;
}
.custom-block__marks-title--limitations {
    color: #FF4C4D;
}
.custom-block__marks ul li {
    position: relative;
    margin-left: 0;
    padding: 8px 0 8px 40px;
    list-style: none;
}
.custom-block__marks ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
.custom-block__marks-limitations{
    padding: 0 23px;
    width: 50%;
}
.custom-block__marks-benefits ul li::after {
    background-image: url(../images/plus.svg);
}
.custom-block__marks-limitations ul li::after {
    background-image: url(../images/minus.svg);
}
.custom-block__product-info_price{
    width: 20%;
    margin: 0 22px 16px;
    max-width: unset;
    padding: 0 16px;
    position: relative;
}
@media (max-width: 768px) {
    .custom-block__product{
        display:block;
    }
    .custom-block__product-image{
        width: 100%;
        margin: 0 0 10px 0;
        padding: 0 10px;
    }
    .custom-block__product-info{
        display: block;
        width: 100%;
        padding: 0;
    }
    .custom-block__product-name{
        font-size: 20px;
    }
    .custom-block__marks{
        display: block;
        padding: 24px 0;
    }
    .custom-block__marks-benefits,.custom-block__marks-limitations{
        width: 100%;
        padding: 0 10px;
    }
    .custom-block__product-info_price{
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.seo-tag-cloud .button--secondary {
    max-width: max-content;
    background: none;
    color: #00b012;
    margin: 0 10px 10px 0;
    text-decoration: none;
    border: 2px solid #00b012;
    border-radius: 6px;
}
.wrapp_item{
    border:1px solid #d7d7d7;
    padding:10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.wrapp_order_item{
    width: 100%;
    display: flex;
}
.orders_item_info_products .image{
    width:170px;
    text-align: center;
}
.orders_item_info_products .image img{
    max-width:100%;
}
.mini_photo.visible{
    opacity: 0;
}
.mini_photo{
    opacity: 1;
}
.mini_photo img{
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}
.wrapp_total_show{
    margin-left: auto;
    display: flex;
}
.wrapp_item .orders_item_id{
   width: 30%;
}
.orders_item_purchases{
    width: 68%;
    float: left;
    margin-left:2%;
}
.js_hide_products{
    overflow: hidden;
}
.wrapp_order_item .orders_item_total{
    text-align: center;
    margin-right: 30px;
}
.js_hide_products .orders_item_id{
    float: left;
    margin-top: 10px;
    border-top: 2px solid #d7d7d7;
    padding-top: 10px;
}
.order_purchase_inform{
    margin-top: 10px;
    border-bottom: 2px solid #d7d7d7;
}
.order_purchase_inform span{
    width:50%;
    display: inline-block;
}
.order_purchase_inform span+span{
    text-align: right;
    font-weight: bold;
}
.order_purchase_inform p{
    width:100%;
    display: block;
    font-weight: bold;
}
.wrapp_order_item .button{
    max-width: 100%;
    width: 100%;
}
.user_menu{
    width: 100%;
}
.user_menu li{
    background: #fbfbfb;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.user_menu li.selected{
    background: #51a629;
}
.user_menu li.selected a{
    color: #fff;
    text-decoration: none;
}
.user_menu li a{
    display: block;
    width: 100%;
    text-decoration: underline;
}
.user_menu li a:hover{
    text-decoration: none;
}
.orders_item_info_products{
    display: flex;
    border-radius: 8px;
    border: 1px solid grey;
    margin-bottom: 15px;
    padding: 20px;
}
.star {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-size: cover;
}
.js_star_r{
    fill:grey;
    cursor: pointer;
}
.js_star_r.star-filled{
    fill:#FFB82E;
}
.js_star_r.star-filled path{
    fill:#FFB82E;
}
.text_rating{
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 20px;
}
.rewards{
    font-size: 16px;
}
.wrapp_approved_revie{
    margin: 10px 0;
}

.user_menu{
    width: 100%;
}
.user_menu li{
    background: #fbfbfb;
    padding: 0 0 0 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.user_menu li.selected{
    background: #51a629;
}
.user_menu li.selected a{
    color: #fff;
    text-decoration: none;
}
.user_menu li a{
    display: block;
    width: 100%;
    padding:10px;
    text-decoration: underline;
}
.user_menu li img{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.user_menu li a:hover{
    text-decoration: none;
}
.js_form_show{
    display: block;
}
.js_form_hide{
    font-size: 0;
    border-bottom: 2px solid #d7d7d7;
    border-top: none;
    width: 260px;
    padding: 10px 0 15px;
}
.js_form_hide strong{
    font-weight: bold;
    width: auto;
    font-size: 16px;
    padding: 10px 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.js_form_hide p{
    font-weight: bold;
    padding: 0 10px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.js_form_hide p span{
    display: block;
    font-size: 13px;
    line-height: 1;
}
.js_toogle_form{
    margin-top: 20px;
}
.user_new .form__group-input{
    display: block;
    width: 100%;
}
.orders_item_info_products{
    display: flex;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
}
.star {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-size: cover;
}
.js_star_r{
    fill:grey;
    cursor: pointer;
}
.js_star_r.star-filled{
    fill:#FFB82E;
}
.text_rating{
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 20px;
}

.js-np-form-block.loader-active:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 0;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    opacity: 0.8;
}
.fix_bg_order .order__purchase-card{
    background: #fbfbfb;
}
@media (max-width: 768px) {
    .user_menu{
        margin-bottom:30px;
    }
    .fix_bg_order .wrapp_order_item{
        display: block;
        position: relative;
    }
    .fix_bg_order .wrapp_item .orders_item_id{
        width:100%;
    }
    .fix_bg_order .wrapp_item .mini_photo{
       margin:10px 0;
    }
    .fix_bg_order .wrapp_item .wrapp_total_show div+div{
        margin-left:auto
    }
    .fix_bg_order .orders_item_purchases{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .orders_item_info_products .image{
        min-width: 70px;
        margin-right: 10px;
    }
    .add_review .orders_item_info_products{
        display: flex;
    }
   /* .add_review .wrapp_approved_revie{
        display: block!important;
    }*/

    .add_review .orders_item_info_products .image{
        width: 100px;
        min-width: 100px;
    }
    .add_review .orders_item_info_products .product__title{
        font-size: 15px;
    }
    .add_new_review .orders_item_info_products{
        display: block;
    }
    .add_new_review .orders_item_info_products .image{
        float: left;
    }

    .add_coment_fix .orders_item_info_products .image{
        float: left;
    }

    .add_coment_fix .orders_item_info_products{
        display: block;
    }
}