@charset "UTF-8";
/*!
 * SASS_Base v2.0.0 (https://owexx.com/)
 * Author: Nerijus <nerijus@owexx.com>
 */
/* COLORS */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
:root {
  --blue: #3d6bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #008bd2;
  --secondary: #bababa;
  --success: #009e48;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #fc1a20;
  --light: #f8f9fa;
  --dark: #343a40;
  --default: #009e48;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #008bd2;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #005886;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.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) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .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) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dff2; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac3e8; }

.table-hover .table-primary:hover {
  background-color: #a2d5ee; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a2d5ee; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ececec; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #dbdbdb; }

.table-hover .table-secondary:hover {
  background-color: #dfdfdf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #dfdfdf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e4cc; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7acda0; }

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #febfc1; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fd888b; }

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-default,
.table-default > th,
.table-default > td {
  background-color: #b8e4cc; }

.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #7acda0; }

.table-hover .table-default:hover {
  background-color: #a6ddbf; }
  .table-hover .table-default:hover > td,
  .table-hover .table-default:hover > th {
    background-color: #a6ddbf; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #53c5ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .form-control::placeholder {
    color: #989898;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #009e48; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 158, 72, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #009e48;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009e48' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #009e48;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #009e48;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23009e48' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #009e48;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #009e48; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #009e48; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #009e48; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00d15f;
  background-color: #00d15f; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #009e48; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #009e48; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #009e48;
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fc1a20; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(252, 26, 32, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fc1a20;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fc1a20' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fc1a20' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #fc1a20;
    box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fc1a20;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fc1a20' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fc1a20' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #fc1a20;
    box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fc1a20; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fc1a20; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #fc1a20; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fd4c51;
  background-color: #fd4c51; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fc1a20; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fc1a20; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fc1a20;
  box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #008bd2;
  border-color: #008bd2; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0072ac;
    border-color: #00699f; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 156, 217, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00699f;
    border-color: #006192; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 156, 217, 0.5); }

.btn-secondary {
  color: #212529;
  background-color: #bababa;
  border-color: #bababa; }
  .btn-secondary:hover {
    color: #212529;
    background-color: #a7a7a7;
    border-color: #a1a1a1; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(163, 164, 164, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #bababa;
    border-color: #bababa; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #a1a1a1;
    border-color: #9a9a9a; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(163, 164, 164, 0.5); }

.btn-success {
  color: #fff;
  background-color: #009e48;
  border-color: #009e48; }
  .btn-success:hover {
    color: #fff;
    background-color: #007837;
    border-color: #006b31; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 173, 99, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #009e48;
    border-color: #009e48; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #006b31;
    border-color: #005e2b; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 173, 99, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #fc1a20;
  border-color: #fc1a20; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ed0309;
    border-color: #e00309; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 60, 65, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #fc1a20;
    border-color: #fc1a20; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e00309;
    border-color: #d30308; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(252, 60, 65, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-default {
  color: #fff;
  background-color: #009e48;
  border-color: #009e48; }
  .btn-default:hover {
    color: #fff;
    background-color: #007837;
    border-color: #006b31; }
  .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 173, 99, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #fff;
    background-color: #009e48;
    border-color: #009e48; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #006b31;
    border-color: #005e2b; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 173, 99, 0.5); }

.btn-outline-primary {
  color: #008bd2;
  border-color: #008bd2; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #008bd2;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }

.btn-outline-secondary {
  color: #bababa;
  border-color: #bababa; }
  .btn-outline-secondary:hover {
    color: #212529;
    background-color: #bababa;
    border-color: #bababa; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #bababa;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #bababa;
    border-color: #bababa; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5); }

.btn-outline-success {
  color: #009e48;
  border-color: #009e48; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #009e48;
    border-color: #009e48; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #009e48;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #009e48;
    border-color: #009e48; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #fc1a20;
  border-color: #fc1a20; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #fc1a20;
    border-color: #fc1a20; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #fc1a20;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc1a20;
    border-color: #fc1a20; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-default {
  color: #009e48;
  border-color: #009e48; }
  .btn-outline-default:hover {
    color: #fff;
    background-color: #009e48;
    border-color: #009e48; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.5); }
  .btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #009e48;
    background-color: transparent; }
  .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    color: #fff;
    background-color: #009e48;
    border-color: #009e48; }
    .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.5); }

.btn-link {
  font-weight: 400;
  color: #008bd2;
  text-decoration: none; }
  .btn-link:hover {
    color: #005886;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #008bd2; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #008bd2;
    background-color: #008bd2; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #53c5ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #86d6ff;
    border-color: #86d6ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #008bd2;
  background-color: #008bd2; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 139, 210, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 139, 210, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 139, 210, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 139, 210, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #53c5ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #53c5ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #008bd2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #86d6ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #008bd2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #86d6ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #008bd2;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #86d6ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008bd2; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008bd2;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #005886;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008bd2;
  border-color: #008bd2; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #008bd2; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #00699f; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 139, 210, 0.5); }

.badge-secondary {
  color: #212529;
  background-color: #bababa; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #a1a1a1; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(186, 186, 186, 0.5); }

.badge-success {
  color: #fff;
  background-color: #009e48; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #006b31; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #fc1a20; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #e00309; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(252, 26, 32, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-default {
  color: #fff;
  background-color: #009e48; }
  a.badge-default:hover, a.badge-default:focus {
    color: #fff;
    background-color: #006b31; }
  a.badge-default:focus, a.badge-default.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 72, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #00486d;
  background-color: #cce8f6;
  border-color: #b8dff2; }
  .alert-primary hr {
    border-top-color: #a2d5ee; }
  .alert-primary .alert-link {
    color: #00263a; }

.alert-secondary {
  color: #616161;
  background-color: #f1f1f1;
  border-color: #ececec; }
  .alert-secondary hr {
    border-top-color: #dfdfdf; }
  .alert-secondary .alert-link {
    color: #484848; }

.alert-success {
  color: #005225;
  background-color: #ccecda;
  border-color: #b8e4cc; }
  .alert-success hr {
    border-top-color: #a6ddbf; }
  .alert-success .alert-link {
    color: #001f0e; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #830e11;
  background-color: #fed1d2;
  border-color: #febfc1; }
  .alert-danger hr {
    border-top-color: #fea6a9; }
  .alert-danger .alert-link {
    color: #55090b; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-default {
  color: #005225;
  background-color: #ccecda;
  border-color: #b8e4cc; }
  .alert-default hr {
    border-top-color: #a6ddbf; }
  .alert-default .alert-link {
    color: #001f0e; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008bd2;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #008bd2;
    border-color: #008bd2; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:first-child {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #00486d;
  background-color: #b8dff2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00486d;
    background-color: #a2d5ee; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00486d;
    border-color: #00486d; }

.list-group-item-secondary {
  color: #616161;
  background-color: #ececec; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #616161;
    background-color: #dfdfdf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #616161;
    border-color: #616161; }

.list-group-item-success {
  color: #005225;
  background-color: #b8e4cc; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #005225;
    background-color: #a6ddbf; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #005225;
    border-color: #005225; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #830e11;
  background-color: #febfc1; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #830e11;
    background-color: #fea6a9; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #830e11;
    border-color: #830e11; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-default {
  color: #005225;
  background-color: #b8e4cc; }
  .list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
    color: #005225;
    background-color: #a6ddbf; }
  .list-group-item-default.list-group-item-action.active {
    color: #fff;
    background-color: #005225;
    border-color: #005225; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #008bd2 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00699f !important; }

.bg-secondary {
  background-color: #bababa !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a1a1a1 !important; }

.bg-success {
  background-color: #009e48 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #006b31 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #fc1a20 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e00309 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-default {
  background-color: #009e48 !important; }

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #006b31 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #008bd2 !important; }

.border-secondary {
  border-color: #bababa !important; }

.border-success {
  border-color: #009e48 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #fc1a20 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-default {
  border-color: #009e48 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

.d-flex {
  display: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #008bd2 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #005886 !important; }

.text-secondary {
  color: #bababa !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #949494 !important; }

.text-success {
  color: #009e48 !important; }

a.text-success:hover, a.text-success:focus {
  color: #005225 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #fc1a20 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c70308 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-default {
  color: #009e48 !important; }

a.text-default:hover, a.text-default:focus {
  color: #005225 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* MIXINS */
@font-face {
  font-family: 'Myriad Pro Bold Italic';
  src: url("../fonts/Myriad Pro Bold Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold';
  src: url("../fonts/Myriad Pro Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  src: url("../fonts/Myriad Pro Semibold Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Chaparral pro';
  src: url("../fonts/Chaparr0.eot");
  src: local("☺"), url("../fonts/Chaparr0.woff") format("woff"), url("../fonts/Chaparr0.ttf") format("truetype"), url("../fonts/Chaparr0.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ChaparralProRegular';
  src: url("../fonts/chaparralpro-regular.eot");
  src: url("../fonts/chaparralpro-regular.eot") format("embedded-opentype"), url("../fonts/chaparralpro-regular.woff2") format("woff2"), url("../fonts/chaparralpro-regular.woff") format("woff"), url("../fonts/chaparralpro-regular.ttf") format("truetype"), url("../fonts/chaparralpro-regular.svg#ChaparralProRegular") format("svg"); }

@font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Condensed.ttf") format("truetype"); }

@font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Condensed Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Myriad Pro Light';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Light.otf") format("opentype"); }

@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Semibold Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Black.otf") format("opentype"); }

@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Bold Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/myriad/Myriad Pro Condensed Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/myriad/Myriad Web Pro Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.text-normal {
  text-transform: none !important; }

.fw100 {
  font-weight: 100 !important; }

.fw200 {
  font-weight: 200 !important; }

.fw300 {
  font-weight: 300 !important; }

.fw400 {
  font-weight: 400 !important; }

.fw500 {
  font-weight: 500 !important; }

.fw600 {
  font-weight: 600 !important; }

.fw700 {
  font-weight: 700 !important; }

/* ELEMENTS */
.header {
  position: relative;
  height: 205px;
  z-index: 10;
  border-bottom: 1px solid #4cbb7f;
  /*@include min992 {
		@include box-shadow(0 1px 5px 0 rgba(0, 0, 0, 0.2));
	}*/ }
  .header.noborder,
  .body--header-noborder .header {
    border-color: transparent; }
  @media (max-width: 991px) {
    .header {
      
      
      display: 
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-bottom: none; } }
  @media (max-width: 991px) {
    .header-links {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      padding: 60px 0 40px;
      transition: opacity 0.3s ease, visibility 0s ease 0.3s; } }
  @media (max-width: 991px) and (prefers-reduced-motion: reduce) {
    .header-links {
      transition: none; } }
  @media (max-width: 991px) {
      .body--mob-nav-opened .header-links {
        background-color: #ffffff;
        z-index: 1;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
        padding-bottom: 0; } }
    @media (max-width: 991px) and (prefers-reduced-motion: reduce) {
      .body--mob-nav-opened .header-links {
        transition: none; } }
  .header-links-top {
    height: 38px;
    background-color: #ffffff;
    display: block; }
    @media (max-width: 991px) {
      .header-links-top {
        order: 3;
        width: 100%;
        display: none; } }
    .header-links-top .header-top-menu {
      padding: 0;
      list-style: none;
      display: inline-block;
      margin: 0;
      height: 38px; }
      .header-links-top .header-top-menu.right {
        float: right; }
      .header-links-top .header-top-menu li {
        padding: 0;
        margin: 0;
        display: inline-block;
        line-height: 30px;
        font: 0/0 a; }
        .header-links-top .header-top-menu li a {
          padding: 10px 18px 11px;
          font-family: 'Roboto',Arial,sans-serif;
          font-size: 15px;
          line-height: 18px;
          font-weight: 400;
          text-decoration: none;
          color: #909090;
          display: block; }
          .header-links-top .header-top-menu li a:hover {
            color: #009e48;
            background-color: #ffffff; }
          .header-links-top .header-top-menu li a.header-top-menu--facebook {
            padding: 3px 18px; }
          .header-links-top .header-top-menu li a:after {
            background: url("../img/arrow-down.svg") no-repeat center center;
            width: 7px;
            height: 4px; }
        .header-links-top .header-top-menu li.active a {
          color: #009e48;
          background-color: #ffffff; }
        .header-links-top .header-top-menu li .dropdown.show > a {
          color: #009e48;
          background-color: #ffffff; }
  @media (max-width: 991px) {
    .header-mid {
      order: 1;
      width: 100%;
      z-index: 10;
      height: 60px; } }
  @media (max-width: 991px) {
    .header-mid .wrapper {
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33); } }
  .header-mid-blocks {
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .header-mid-blocks {
        background-color: #ffffff; } }
  .header-mid-logo {
    flex-shrink: 0;
    height: 80px;
    width: 115px;
    line-height: 80px;
    margin: -5px 30px 0 0;
    overflow: hidden; }
    @media (max-width: 991px) {
      .header-mid-logo {
        height: 50px;
        line-height: 50px;
        width: auto;
        margin: 0; } }
    .header-mid-logo img {
      max-height: 72px; }
      @media (max-width: 991px) {
        .header-mid-logo img {
          max-height: 100%; } }
  .header-mid-search {
    max-width: 590px;
    margin: 0 auto;
    padding: 34px 0 27px 0;
    width: 100%; }
    @media (max-width: 991px) {
      .header-mid-search {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px;
        transition: opacity 0.3s ease, visibility 0s ease 0.3s; } }
  @media (max-width: 991px) and (prefers-reduced-motion: reduce) {
    .header-mid-search {
      transition: none; } }
    @media (max-width: 991px) {
        .body--mob-search-opened .header-mid-search {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 58px;
          background-color: #ffffff;
          max-width: 100%;
          z-index: 1;
          visibility: visible;
          opacity: 1;
          transition: opacity 0.3s ease; } }
    @media (max-width: 991px) and (prefers-reduced-motion: reduce) {
      .body--mob-search-opened .header-mid-search {
        transition: none; } }
    @media (max-width: 991px) {
          .body--mob-search-opened .header-mid-search:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 5px;
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.33); }
          .body--mob-search-opened .header-mid-search .header-search-form {
            width: calc(100% - 50px); } }
    .header-mid-search .input-group > .form-control:not(:last-child) {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      padding-right: 50px; }
    .header-mid-search .search-btn {
      border: 0;
      background: none;
      padding: 2px 0px;
      margin-top: 0px;
      margin-bottom: 0;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      color: #9a9a9a;
      height: auto; }
      .header-mid-search .search-btn svg {
        fill: #9a9a9a; }
      .header-mid-search .search-btn:hover svg {
        fill: #009e48; }
      .header-mid-search .search-btn:active {
        background-color: transparent !important;
        border: none;
        box-shadow: none !important; }
        .header-mid-search .search-btn:active svg {
          fill: #009e48; }
    .header-mid-search .input-group-btn {
      position: absolute;
      right: 8px;
      top: 6px;
      z-index: 10; }
    .header-mid-search .form-control {
      height: 40px !important; }
  .header-mid-icons {
    padding: 27px 0;
    line-height: 24px;
    margin: 12px 0 0 20px;
    min-width: 400px;
    flex-shrink: 0; }
    @media (max-width: 991px) {
      .header-mid-icons {
        padding: 14px 0;
        margin: 0;
        min-width: 0; } }
    .header-mid-icons-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .header-mid-icons-list > li {
        float: left;
        margin: 0 0 0 30px; }
        @media (max-width: 991px) {
          .header-mid-icons-list > li {
            margin: 0 0 0 14px; } }
        @media (max-width: 463px) {
          .header-mid-icons-list > li {
            margin: 0 0 0 5px; } }
        .header-mid-icons-list > li:first-child {
          margin-left: 0; }
        .header-mid-icons-list > li .header-mid-item {
          height: 30px;
          
          
          
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          font-family: "Myriad Pro Semibold", sans-serif;
          font-weight: 500;
          font-size: 15px;
          line-height: 15px;
          text-align: left;
          color: #3f474b;
          text-decoration: none; }
          .header-mid-icons-list > li .header-mid-item small {
            font-family: "MyriadPro", sans-serif;
            font-weight: 400;
            font-size: 13px;
            line-height: 15px; }
          @media (max-width: 991px) {
            .header-mid-icons-list > li .header-mid-item {
              min-width: 32px;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              box-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center; }
              .header-mid-icons-list > li .header-mid-item:not(.dropdown-toggle-header),
              .header-mid-icons-list > li .header-mid-item:not(.dropdown-toggle-header) small {
                font: 0/0 a; } }
          .header-mid-icons-list > li .header-mid-item svg {
            fill: #3f474b; }
          .header-mid-icons-list > li .header-mid-item:hover {
            color: #009e48; }
            .header-mid-icons-list > li .header-mid-item:hover svg {
              fill: #009e48; }
          .header-mid-icons-list > li .header-mid-item span {
            padding-left: 8px; }
            @media (max-width: 991px) {
              .header-mid-icons-list > li .header-mid-item span {
                padding-left: 0; } }
          .header-mid-icons-list > li .header-mid-item:not(.dropdown-toggle-header):after {
            display: none; }
  .header-links-bottom {
    border-top: 1px solid #4cbb7f;
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .header-links-bottom {
        order: 2;
        position: relative;
        padding-bottom: 0; } }
    @media (max-width: 991px) {
      .header-links-bottom .wrapper {
        padding: 0; } }
    .header-links-bottom .navbar {
      height: 64px;
      width: 100%;
      padding: 0;
      margin-left: -8px;
      margin-right: -8px; }
      @media (max-width: 991px) {
        .header-links-bottom .navbar {
          height: auto;
          display: block;
          margin: 0; }
          .body--mob-nav-opened .header-links-bottom .navbar {
            -webkit-box-align: start;
            -moz-box-align: start;
            box-align: start;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            -o-align-items: flex-start;
            align-items: flex-start;
            -ms-flex-align: start;
            height: calc(100vh - 60px);
            background-color: #e3e3e3; } }
    .header-links-bottom .nav {
      width: 100%;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding: 18px 0 16px 0; }
      @media (max-width: 1263px) {
        .header-links-bottom .nav {
          padding-top: 8px;
          display: flex;
          justify-content: space-between; } }
      @media (max-width: 991px) {
        .header-links-bottom .nav {
          background-color: #ffffff; }
          .header-links-bottom .nav + .nav {
            margin-top: 10px; }
          .header-links-bottom .nav:last-child {
            margin-bottom: 40px; } }
      .header-links-bottom .nav > li {
        display: inline-block; }
        @media (max-width: 991px) {
          .header-links-bottom .nav > li {
            display: block;
            width: 100%; } }
        .header-links-bottom .nav > li > a,
        .header-links-bottom .nav > li .nav--sub-back {
          padding: 6px 12px;
          display: block;
          font-family: "Myriad Pro Semibold", sans-serif;
          font-weight: 400;
          font-size: 15px;
          line-height: 18px;
          color: #000000;
          text-decoration: none;
          text-align: left;
          
          
          
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          transition: all 0.3s ease-in;
          margin-right: 4px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          text-align: center; }
          @media (prefers-reduced-motion: reduce) {
            .header-links-bottom .nav > li > a,
            .header-links-bottom .nav > li .nav--sub-back {
              transition: none; } }
          @media (max-width: 1263px) {
            .header-links-bottom .nav > li > a,
            .header-links-bottom .nav > li .nav--sub-back {
              margin-right: 0;
              max-width: 100px;
              padding: 6px 8px; } }
          @media (max-width: 991px) {
            .header-links-bottom .nav > li > a,
            .header-links-bottom .nav > li .nav--sub-back {
              max-width: 100%;
              padding: 14px 24px 16px 20px;
              border-left: none;
              border-bottom: 1px solid #e3e3e3; } }
          .header-links-bottom .nav > li > a svg,
          .header-links-bottom .nav > li .nav--sub-back svg {
            fill: #696969; }
            @media (max-width: 1263px) {
              .header-links-bottom .nav > li > a svg,
              .header-links-bottom .nav > li .nav--sub-back svg {
                display: none; } }
          .header-links-bottom .nav > li > a.mob-svg,
          .header-links-bottom .nav > li .nav--sub-back.mob-svg {
            padding: 12px 24px 10px 20px !important;
            height: 46px; }
            .header-links-bottom .nav > li > a.mob-svg svg,
            .header-links-bottom .nav > li .nav--sub-back.mob-svg svg {
              display: inline-block;
              margin-right: 10px; }
          .header-links-bottom .nav > li > a:hover, .header-links-bottom .nav > li > a.hover,
          .header-links-bottom .nav > li .nav--sub-back:hover,
          .header-links-bottom .nav > li .nav--sub-back.hover {
            color: #009e48; }
            .header-links-bottom .nav > li > a:hover svg, .header-links-bottom .nav > li > a.hover svg,
            .header-links-bottom .nav > li .nav--sub-back:hover svg,
            .header-links-bottom .nav > li .nav--sub-back.hover svg {
              fill: #009e48; }
          .header-links-bottom .nav > li > a.active,
          .header-links-bottom .nav > li .nav--sub-back.active {
            background-color: #009e48;
            color: #ffffff; }
            .header-links-bottom .nav > li > a.active svg,
            .header-links-bottom .nav > li .nav--sub-back.active svg {
              fill: #ffffff; }
        .header-links-bottom .nav > li:last-child a {
          margin-right: 0; }
        .header-links-bottom .nav > li .nav--sub-back {
          padding-left: 46px !important;
          background: url(../img/arrow-left-lg.png) left center no-repeat;
          background-position-x: 20px;
          display: none; }
        .header-links-bottom .nav > li.hassub > a {
          position: relative; }
          @media (max-width: 991px) {
            .header-links-bottom .nav > li.hassub > a {
              z-index: 0 !important;
              box-shadow: none !important;
              background-image: url("data:image/svg+xml,%3Csvg version='1.1' fill='%239a9a9a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10px' height='19px' viewBox='0 0 363 695' xml:space='preserve'%3E%3Cpath d='M1,649c3-14.3,13.5-23.4,22.7-33.4c46.4-50.3,93-100.5,139.4-150.8c34.7-37.6,69.3-75.2,104-112.8c2.5-2.7,2.5-4.3,0-7 c-37.3-40.2-74.4-80.5-111.6-120.7C108,172.8,60.5,121.2,12.9,69.7C7.1,63.4,3.3,56.1,1,48c0-4.7,0-9.3,0-14 c2.2-8.3,5.6-15.9,12-22c6.3-6,13.9-8.8,22-11c3.3,0,6.7,0,10,0c12.8,1.8,21.9,9.4,30.3,18.7c29.6,32.5,59.5,64.8,89.4,97.1 c26.4,28.6,53,57.2,79.4,85.9c35.1,37.9,70,75.9,105.2,113.8c7.2,7.7,13.1,15.9,14.7,26.6c0,4.3,0,8.7,0,13 c-2.2,8.2-6.2,15.4-12,21.6c-17.4,18.8-34.9,37.7-52.3,56.5c-21.6,23.4-43.2,46.7-64.8,70.1c-31.4,34-62.8,68.1-94.3,102.1 c-21.8,23.6-43.7,47.2-65.3,71C67,686.7,57.7,694,45,696c-3.3,0-6.7,0-10,0c-18.1-4.1-29.8-14.7-34-33C1,658.3,1,653.7,1,649z'/%3E%3C/svg%3E");
              background-position: right 10px center;
              background-repeat: no-repeat; } }
        .header-links-bottom .nav > li.hassub.open .nav--sub.open {
          display: block; }
        .header-links-bottom .nav > li.hassub.open > a {
          -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
          -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
          z-index: 999;
          background-color: #ffffff;
          color: #009e48; }
          .header-links-bottom .nav > li.hassub.open > a svg {
            fill: #009e48; }
        @media (max-width: 991px) {
          .header-links-bottom .nav > li.hassub.open .nav--sub-back {
            display: block; } }
      .header-links-bottom .nav--sub {
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 15px;
        z-index: -1;
        display: none;
        width: 100%;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.33);
        background-color: #ffffff; }
        @media (max-width: 991px) {
          .header-links-bottom .nav--sub {
            margin: 0;
            z-index: 1;
            position: absolute;
            top: 0;
            box-shadow: none; } }
        .header-links-bottom .nav--sub .blocks {
          
          
          
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          padding: 10px; }
          .header-links-bottom .nav--sub .blocks .block-left {
            padding: 25px 24px;
            width: 44%; }
            @media (max-width: 767px) {
              .header-links-bottom .nav--sub .blocks .block-left {
                width: 100%; } }
            .header-links-bottom .nav--sub .blocks .block-left--background {
              background-color: #f7f7f7; }
              .header-links-bottom .nav--sub .blocks .block-left--background hr {
                border-color: #ffffff; }
          .header-links-bottom .nav--sub .blocks .block-right {
            padding: 25px 15px 25px 15px;
            width: calc(56% - 15px); }
            @media (max-width: 767px) {
              .header-links-bottom .nav--sub .blocks .block-right {
                width: 100%; } }
            .header-links-bottom .nav--sub .blocks .block-right--background {
              background-color: #f7f7f7; }
              .header-links-bottom .nav--sub .blocks .block-right--background hr {
                border-color: #ffffff; }
        .header-links-bottom .nav--sub hr {
          border-width: 2px;
          border-color: #f7f7f7; }
        .header-links-bottom .nav--sub .text {
          color: #929292;
          display: block;
          font-family: 'Roboto',Arial,sans-serif;
          font-size: 13px;
          line-height: 24px;
          font-weight: 400; }
  .header .header-nav-trigger {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
    font: 0/0 a;
    color: transparent;
    text-shadow: none; }
    .header .header-nav-trigger:hover b {
      background: #009e48; }
    .header .header-nav-trigger b {
      display: block;
      position: absolute;
      left: 1px;
      height: 1px;
      width: 24px;
      background: #696969;
      transition: all 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .header .header-nav-trigger b {
          transition: none; } }
      .header .header-nav-trigger b.b1 {
        top: 7px; }
        .body--mob-nav-opened .header .header-nav-trigger b.b1,
        .body--dropdown-old--user .header .header-nav-trigger b.b1,
        .body--dropdown-old--cart .header .header-nav-trigger b.b1 {
          -webkit-transform: translateY(7px) rotate(135deg);
          -moz-transform: translateY(7px) rotate(135deg);
          -ms-transform: translateY(7px) rotate(135deg);
          -o-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg); }
      .header .header-nav-trigger b.b2 {
        top: 14px;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease; }
        @media (prefers-reduced-motion: reduce) {
          .header .header-nav-trigger b.b2 {
            transition: none; } }
        .body--mob-nav-opened .header .header-nav-trigger b.b2,
        .body--dropdown-old--user .header .header-nav-trigger b.b2,
        .body--dropdown-old--cart .header .header-nav-trigger b.b2 {
          visibility: hidden;
          opacity: 0;
          transition: opacity 0.3s ease, visibility 0s ease 0.3s; }
          @media (prefers-reduced-motion: reduce) {
            .body--mob-nav-opened .header .header-nav-trigger b.b2,
            .body--dropdown-old--user .header .header-nav-trigger b.b2,
            .body--dropdown-old--cart .header .header-nav-trigger b.b2 {
              transition: none; } }
      .header .header-nav-trigger b.b3 {
        top: 21px; }
        .body--mob-nav-opened .header .header-nav-trigger b.b3,
        .body--dropdown-old--user .header .header-nav-trigger b.b3,
        .body--dropdown-old--cart .header .header-nav-trigger b.b3 {
          -webkit-transform: translateY(-7px) rotate(45deg);
          -moz-transform: translateY(-7px) rotate(45deg);
          -ms-transform: translateY(-7px) rotate(45deg);
          -o-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg); }
  .header .header-close {
    width: 30px;
    height: 30px; }
    .header .header-close--search {
      position: absolute;
      top: 14px;
      right: 10px; }
      .header .header-close--search b {
        display: block;
        position: absolute;
        left: 1px;
        height: 1px;
        width: 24px;
        background: #696969;
        transition: all 0.3s ease; }
        @media (prefers-reduced-motion: reduce) {
          .header .header-close--search b {
            transition: none; } }
        .header .header-close--search b.b1 {
          top: 7px;
          -webkit-transform: translateY(7px) rotate(135deg);
          -moz-transform: translateY(7px) rotate(135deg);
          -ms-transform: translateY(7px) rotate(135deg);
          -o-transform: translateY(7px) rotate(135deg);
          transform: translateY(7px) rotate(135deg); }
        .header .header-close--search b.b2 {
          top: 21px;
          -webkit-transform: translateY(-7px) rotate(45deg);
          -moz-transform: translateY(-7px) rotate(45deg);
          -ms-transform: translateY(-7px) rotate(45deg);
          -o-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg); }
  .header .header-mob {
    width: 100%; }

@media (max-width: 991px) {
  .body--mob-nav-opened {
    overflow: hidden; }
    .body--mob-nav-opened .header {
      overflow: auto;
      height: 100%; }
    .body--mob-nav-opened .page {
      overflow: hidden; } }

@media (max-width: 991px) {
  .body--mob-search-opened {
    overflow: hidden; }
    .body--mob-search-opened .page {
      overflow: hidden; } }

@media (max-width: 991px) {
  .body--nav-opened {
    overflow: hidden; }
    .body--nav-opened .navbar {
      overflow: hidden; }
    .body--nav-opened .nav--sub {
      top: 60px;
      position: fixed;
      height: 100%; } }

@media (max-width: 991px) {
  .dropdown-old.dropdown-old--user {
    position: static; } }

@media (max-width: 991px) {
  .dropdown-old.dropdown-old--user > .dropdown-toggle:after {
    display: none; } }

.dropdown-old.dropdown-old--user .dropdown-old-menu {
  top: -20px;
  right: 0;
  left: auto;
  width: 300px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: none; }
  @media (max-width: 991px) {
    .header .dropdown-old.dropdown-old--user .dropdown-old-menu {
      left: 0;
      top: 0;
      right: auto;
      width: 100%;
      height: 100vh;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding-top: 60px;
      margin: 0;
      z-index: -1; } }

@media (max-width: 991px) {
  .dropdown-old.dropdown-old--user .dropdown-toggle-header:after {
    display: none; } }

.dropdown-old.dropdown-old--user .dropdown-header a:hover .text {
  color: #009e48; }
  .dropdown-old.dropdown-old--user .dropdown-header a:hover .text small {
    color: #009e48; }

.dropdown-old.dropdown-old--user .dropdown-header a:hover svg {
  fill: #009e48; }

.dropdown-old.dropdown-old--user.open .dropdown-toggle:not(.dropdown-toggle-header) svg {
  fill: #009e48; }

.dropdown-old.dropdown-old--user .dropdown-footer {
  padding: 18px 20px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }
  .dropdown-old.dropdown-old--user .dropdown-footer .list--user-menu-points {
    font-weight: 500;
    text-align: center;
    display: block;
    height: auto;
    color: #6e7275; }
    .dropdown-old.dropdown-old--user .dropdown-footer .list--user-menu-points b {
      font-size: 18px;
      line-height: 20px;
      font-weight: 700;
      color: #000000; }
    .dropdown-old.dropdown-old--user .dropdown-footer .list--user-menu-points:hover {
      color: #fc1a20; }
      .dropdown-old.dropdown-old--user .dropdown-footer .list--user-menu-points:hover b {
        color: #fc1a20; }
      .dropdown-old.dropdown-old--user .dropdown-footer .list--user-menu-points:hover svg {
        fill: #fc1a20; }
    .dropdown-old.dropdown-old--user .dropdown-footer .list--user-menu-points span[data-toggle=tooltip] {
      padding: 0;
      margin-top: 5px;
      position: relative;
      top: -7px;
      left: 2px; }

.dropdown-old.dropdown-old--user .flatimg {
  height: auto; }
  .dropdown-old.dropdown-old--user .flatimg .image {
    max-width: 50px;
    max-height: 50px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

.dropdown-old.dropdown-old--user .item {
  border-bottom: 1px solid #e5e5e5;
  min-height: 45px; }
  .dropdown-old.dropdown-old--user .item .text {
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500; }
  .dropdown-old.dropdown-old--user .item svg {
    fill: #696969; }
  .dropdown-old.dropdown-old--user .item:hover .text, .dropdown-old.dropdown-old--user .item.active .text {
    color: #009e48; }
  .dropdown-old.dropdown-old--user .item:hover svg, .dropdown-old.dropdown-old--user .item.active svg {
    fill: #009e48; }

.dropdown-old.dropdown-old--user .links li:last-child .item {
  border-bottom: none; }

.dropdown-old.dropdown-old--user .links li.active .item .text {
  color: #009e48; }

.dropdown-old.dropdown-old--user .links li.active .item svg {
  fill: #009e48; }

.dropdown-old.dropdown-old--user .links li.active2 .item .text {
  color: #fc1a20; }

.dropdown-old.dropdown-old--user .links li.active2 .item svg {
  fill: #fc1a20; }

.dropup-old,
.dropdown-old {
  position: relative; }
  .dropup-old .dropdown-old-menu,
  .dropdown-old .dropdown-old-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    overflow: hidden; }
    .dropup-old .dropdown-old-menu.pull-right,
    .dropdown-old .dropdown-old-menu.pull-right {
      right: 0;
      left: auto; }
    .dropup-old .dropdown-old-menu .divider,
    .dropdown-old .dropdown-old-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5; }
    .dropup-old .dropdown-old-menu > li > a,
    .dropdown-old .dropdown-old-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #333333;
      white-space: nowrap; }
      .dropup-old .dropdown-old-menu > li > a:hover, .dropup-old .dropdown-old-menu > li > a:focus,
      .dropdown-old .dropdown-old-menu > li > a:hover,
      .dropdown-old .dropdown-old-menu > li > a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5; }
    .dropup-old .dropdown-old-menu > li.active > a,
    .dropup-old .dropdown-old-menu > li.active > a:hover,
    .dropup-old .dropdown-old-menu > li.active > a:focus,
    .dropdown-old .dropdown-old-menu > li.active > a,
    .dropdown-old .dropdown-old-menu > li.active > a:hover,
    .dropdown-old .dropdown-old-menu > li.active > a:focus {
      color: #fff;
      text-decoration: none;
      background-color: #337ab7;
      outline: 0; }
    .dropup-old .dropdown-old-menu > li.disabled > a,
    .dropup-old .dropdown-old-menu > li.disabled > a:hover,
    .dropup-old .dropdown-old-menu > li.disabled > a:focus,
    .dropdown-old .dropdown-old-menu > li.disabled > a,
    .dropdown-old .dropdown-old-menu > li.disabled > a:hover,
    .dropdown-old .dropdown-old-menu > li.disabled > a:focus {
      color: #777777; }
    .dropup-old .dropdown-old-menu > li.disabled > a:hover,
    .dropup-old .dropdown-old-menu > li.disabled > a:focus,
    .dropdown-old .dropdown-old-menu > li.disabled > a:hover,
    .dropdown-old .dropdown-old-menu > li.disabled > a:focus {
      text-decoration: none;
      cursor: not-allowed;
      background-color: transparent;
      background-image: none;
      filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
    .dropup-old .dropdown-old-menu .dropdown-block .dropdown-header,
    .dropdown-old .dropdown-old-menu .dropdown-block .dropdown-header {
      border-bottom: 2px solid #4cbb7f;
      padding: 14px 0;
      margin: 0 24px; }
      .dropup-old .dropdown-old-menu .dropdown-block .dropdown-header .text,
      .dropdown-old .dropdown-old-menu .dropdown-block .dropdown-header .text {
        color: #000000;
        font-weight: 500; }
        .dropup-old .dropdown-old-menu .dropdown-block .dropdown-header .text small,
        .dropdown-old .dropdown-old-menu .dropdown-block .dropdown-header .text small {
          color: #696969; }
      .dropup-old .dropdown-old-menu .dropdown-block .dropdown-header .dropdown-toggle:after,
      .dropdown-old .dropdown-old-menu .dropdown-block .dropdown-header .dropdown-toggle:after {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, 0) rotate(180deg);
        -moz-transform: translate(-50%, 0) rotate(180deg);
        -ms-transform: translate(-50%, 0) rotate(180deg);
        -o-transform: translate(-50%, 0) rotate(180deg);
        transform: translate(-50%, 0) rotate(180deg); }
    .dropup-old .dropdown-old-menu .dropdown-block .dropdown-content,
    .dropdown-old .dropdown-old-menu .dropdown-block .dropdown-content {
      padding: 0 24px; }
    .dropup-old .dropdown-old-menu .dropdown-block .dropdown-footer,
    .dropdown-old .dropdown-old-menu .dropdown-block .dropdown-footer {
      background-color: #f8f8f9;
      padding: 18px 24px; }

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

.open > a {
  outline: 0; }

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

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

@media (max-width: 991px) {
  body[class^="body--dropdown-old"],
  body[class*="body--dropdown-old"] {
    overflow: hidden; }
    body[class^="body--dropdown-old"] .page,
    body[class*="body--dropdown-old"] .page {
      padding-bottom: 0; }
    body[class^="body--dropdown-old"] .dropdown-old .dropdown-old-menu,
    body[class*="body--dropdown-old"] .dropdown-old .dropdown-old-menu {
      overflow: auto; } }

@media (max-width: 991px) {
  .dropdown-old.dropdown-old--cart {
    position: static; } }

.dropdown-old.dropdown-old--cart .dropdown-old-menu {
  top: -20px;
  right: -20px;
  left: auto;
  width: 300px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  border: none; }
  @media (max-width: 991px) {
    .header .dropdown-old.dropdown-old--cart .dropdown-old-menu {
      left: 0;
      top: 0;
      right: auto;
      width: 100%;
      height: 100vh;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding-top: 60px;
      margin: 0;
      z-index: -1; } }

.dropdown-old.dropdown-old--cart .dropdown-header .flatimg .image {
  width: 35px; }

.dropdown-old.dropdown-old--cart .dropdown-header .flatimg .text {
  width: calc(100% - 35px); }

@media (max-width: 991px) {
  .dropdown-old.dropdown-old--cart .dropdown-toggle-header:after {
    display: none; } }

.dropdown-old.dropdown-old--cart.open .dropdown-toggle:not(.dropdown-toggle-header) svg {
  fill: #009e48; }

.dropdown-old.dropdown-old--cart .dropdown-footer {
  padding: 18px 24px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400; }
  .dropdown-old.dropdown-old--cart .dropdown-footer .list--user-menu-points {
    font-weight: 500;
    text-align: center;
    display: block;
    height: auto;
    color: #6e7275; }
    .dropdown-old.dropdown-old--cart .dropdown-footer .list--user-menu-points b {
      font-size: 18px 20px;
      line-height: 18px;
      font-weight: 700;
      color: #000000; }
    .dropdown-old.dropdown-old--cart .dropdown-footer .list--user-menu-points:hover {
      color: #fc1a20; }
      .dropdown-old.dropdown-old--cart .dropdown-footer .list--user-menu-points:hover b {
        color: #fc1a20; }
      .dropdown-old.dropdown-old--cart .dropdown-footer .list--user-menu-points:hover svg {
        fill: #fc1a20; }
    .dropdown-old.dropdown-old--cart .dropdown-footer .list--user-menu-points span[data-toggle=tooltip] {
      padding: 0;
      margin-top: 5px;
      position: relative;
      top: -7px;
      left: 2px; }

.dropdown-old.dropdown-old--cart .item {
  border-bottom: 1px solid #e5e5e5;
  min-height: 75px; }
  .dropdown-old.dropdown-old--cart .item .text {
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400; }
    .dropdown-old.dropdown-old--cart .item .text a {
      text-decoration: none;
      color: #000000;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 400; }
      .dropdown-old.dropdown-old--cart .item .text a:hover {
        color: #fc1a20; }
  .dropdown-old.dropdown-old--cart .item .image a {
    height: auto; }
  .dropdown-old.dropdown-old--cart .item svg {
    fill: #696969; }

.dropdown-old.dropdown-old--cart li {
  display: block; }

.dropdown-old.dropdown-old--cart .links li:last-child .item {
  border-bottom: none; }

.dropdown-old.dropdown-old--cart .links li.active .item .text {
  color: #fc1a20; }

.dropdown-old.dropdown-old--cart .links li.active .item svg {
  fill: #fc1a20; }

.cart-items {
  list-style: none;
  margin: 0;
  padding: 0; }
  .cart-items .flatimg {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: auto; }
    .cart-items .flatimg .image {
      max-width: 45px;
      max-height: 55px;
      width: 45px;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .cart-items .flatimg .text {
      width: calc(100% - 60px);
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 400;
      padding-right: 30px; }
  .cart-items .item {
    padding: 8px 0;
    position: relative; }
  .cart-items li:last-child .item {
    border: none; }
  .cart-items .cart-item-action {
    margin-top: 3px; }
    .cart-items .cart-item-action .ui-spinner {
      height: 21px !important;
      max-width: 55px;
      padding: 0;
      margin: 0;
      background-color: #f5f5f5;
      border-color: #f5f5f5; }
      .cart-items .cart-item-action .ui-spinner .ui-spinner-button:before {
        width: 7px;
        height: 7px;
        background: url(../img/s-spinner--xs.png) center top no-repeat;
        margin: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .cart-items .cart-item-action .ui-spinner .ui-spinner-input {
        height: 20px;
        padding: 4px 15px;
        font-size: 12px !important;
        line-height: 14px !important; }
      .cart-items .cart-item-action .ui-spinner .ui-spinner-down {
        height: auto;
        display: block;
        text-align: center;
        width: 14px;
        margin-left: 3px; }
        .cart-items .cart-item-action .ui-spinner .ui-spinner-down:before {
          background-position: 0 -7px; }
        .cart-items .cart-item-action .ui-spinner .ui-spinner-down:hover:before {
          background-position: -7px -7px; }
      .cart-items .cart-item-action .ui-spinner .ui-spinner-up {
        height: auto;
        display: block;
        text-align: center;
        width: 14px;
        margin-right: 3px; }
        .cart-items .cart-item-action .ui-spinner .ui-spinner-up:before {
          background-position: 0 0; }
        .cart-items .cart-item-action .ui-spinner .ui-spinner-up:hover:before {
          background-position: -7px 0; }
    .cart-items .cart-item-action .price {
      display: inline-block;
      margin-top: 3px;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500;
      color: #009e48;
      padding-left: 6px; }
      .cart-items .cart-item-action .price--oldprice {
        color: #a5a5a5;
        display: inline-block;
        text-decoration: line-through; }
      .cart-items .cart-item-action .price--discount {
        color: #fc1a20; }
  .cart-items .cart-item-remove {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .cart-items .cart-item-remove:hover svg {
      fill: #fc1a20; }

.dropdown--lang.show .dropdown-menu {
  transform: none !important;
  top: -3px !important;
  width: 180px;
  left: auto !important;
  right: 0;
  padding: 0 0 17px !important;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown--lang.show .dropdown-menu .dropdown-item {
    text-align: right;
    padding: 7px 50px 7px 22px;
    color: #000000 !important; }
    .dropdown--lang.show .dropdown-menu .dropdown-item:hover:not(.dropdown-toggle) {
      background-color: #f6f6f7; }
    .dropdown--lang.show .dropdown-menu .dropdown-item.dropdown-toggle {
      padding: 10px 22px 14px;
      position: relative;
      margin-bottom: 9px; }
      .dropdown--lang.show .dropdown-menu .dropdown-item.dropdown-toggle:after {
        margin: -2px 0 0 10px; }
      .dropdown--lang.show .dropdown-menu .dropdown-item.dropdown-toggle:before {
        content: "";
        height: 1px;
        width: calc(100% - 44px);
        position: absolute;
        bottom: 0;
        left: 22px;
        background-color: #4cbb7f; }

.dropdown--order .dropdown-toggle {
  color: #000000;
  cursor: pointer;
  font-weight: 500; }

.dropdown--order.show .dropdown-menu {
  transform: none !important;
  top: -22px !important;
  min-width: 180px;
  left: auto !important;
  right: -8px;
  padding: 0 0 17px !important;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: hidden; }
  .dropdown--order.show .dropdown-menu .dropdown-item {
    text-align: left;
    padding: 7px 50px 7px 22px;
    color: #000000 !important;
    font-weight: 400; }
    .dropdown--order.show .dropdown-menu .dropdown-item:hover:not(.dropdown-toggle) {
      background-color: #f6f6f7; }
    .dropdown--order.show .dropdown-menu .dropdown-item.dropdown-toggle {
      padding: 10px 22px 14px;
      position: relative;
      margin-bottom: 9px;
      margin-top: 9px; }
      .dropdown--order.show .dropdown-menu .dropdown-item.dropdown-toggle:after {
        margin: -2px 0 0 10px; }
      .dropdown--order.show .dropdown-menu .dropdown-item.dropdown-toggle:before {
        content: "";
        height: 1px;
        width: calc(100% - 44px);
        position: absolute;
        bottom: 0;
        left: 22px;
        background-color: #4cbb7f; }
      .dropdown--order.show .dropdown-menu .dropdown-item.dropdown-toggle:hover {
        background: transparent; }

.dropdown--limit .dropdown-toggle {
  color: #000000;
  cursor: pointer;
  font-weight: 500; }

.dropdown--limit.show .dropdown-menu {
  transform: none !important;
  top: -22px !important;
  min-width: 70px;
  left: auto !important;
  right: -24px;
  padding: 0 0 17px !important;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: hidden; }
  .dropdown--limit.show .dropdown-menu .dropdown-item {
    text-align: left;
    padding: 7px 25px 7px 30px;
    color: #000000 !important;
    font-weight: 400; }
    .dropdown--limit.show .dropdown-menu .dropdown-item:hover:not(.dropdown-toggle) {
      background-color: #f6f6f7; }
    .dropdown--limit.show .dropdown-menu .dropdown-item.dropdown-toggle {
      padding: 10px 22px 14px 30px;
      position: relative;
      margin-bottom: 9px;
      margin-top: 9px; }
      .dropdown--limit.show .dropdown-menu .dropdown-item.dropdown-toggle:after {
        margin: -2px 0 0 10px; }
      .dropdown--limit.show .dropdown-menu .dropdown-item.dropdown-toggle:before {
        content: "";
        height: 1px;
        width: calc(100% - 44px);
        position: absolute;
        bottom: 0;
        left: 22px;
        background-color: #4cbb7f; }
      .dropdown--limit.show .dropdown-menu .dropdown-item.dropdown-toggle:hover {
        background: transparent; }

.dropdown,
.dropup {
  display: inline-block;
  position: relative;
  vertical-align: baseline; }

.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .btn.dropdown-toggle {
    min-width: 0; }
    .btn.dropdown-toggle:after {
      display: none; }
  .dropdown-toggle:after {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0 0 3px;
    opacity: 0.8;
    width: 14px;
    height: 8px;
    background: url("../img/arrow-down14x8.svg") no-repeat center center;
    border: none; }
  .dropdown-toggle:hover:after {
    opacity: 1; }
  .open .dropdown-toggle:after,
  .show .dropdown-toggle:after {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .dropdown-toggle img {
    margin-top: -3px;
    margin-left: 2px; }

.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  min-width: 120px;
  border-radius: 0; }

.user-block .user-header {
  padding: 0px 14px 18px 14px;
  border-bottom: 2px solid #009e48;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #3d6bff;
  text-decoration: none;
  width: 100%; }
  .user-block .user-header img {
    margin-top: -2px; }
  .user-block .user-header span {
    padding-left: 10px; }

.user-block .links {
  margin: 0;
  padding: 0;
  list-style: none; }
  .user-block .links li {
    position: relative; }
    .user-block .links li a {
      border-bottom: 1px solid #e5e5e5;
      color: #000000; }
      .user-block .links li a.flatimg .image {
        text-align: center; }
        .user-block .links li a.flatimg .image svg {
          fill: #696969; }
      .user-block .links li a.flatimg .text {
        color: #000000;
        font-weight: 400;
        
        
        
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
      .user-block .links li a:hover {
        color: #009e48; }
        .user-block .links li a:hover .text {
          color: #009e48; }
        .user-block .links li a:hover .image svg {
          fill: #009e48; }
    .user-block .links li.mod--noborder a {
      border: none; }
    .user-block .links li.mod--active a {
      background-color: #f8f8f9;
      position: relative; }
    .user-block .links li.active a {
      color: #009e48;
      border-color: #009e48; }
      .user-block .links li.active a .text {
        color: #009e48; }
      .user-block .links li.active a .image svg {
        fill: #009e48; }
    .user-block .links li.active2 a {
      color: #fc1a20; }
      .user-block .links li.active2 a .text {
        color: #fc1a20; }
      .user-block .links li.active2 a .image svg {
        fill: #fc1a20; }

.dropdown--ucp .dropdown-menu {
  top: -76px !important; }

@media (max-width: 767px) {
  .user-avatar > br {
    display: none; } }

.user-avatar img.form-field-user-image {
  max-height: 105px;
  max-width: 105px;
  width: 100%;
  height: 100%; }

.user-avatar .user-avatar-block {
  float: left;
  width: 105px;
  height: 105px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  position: relative; }
  @media (max-width: 767px) {
    .user-avatar .user-avatar-block {
      float: none;
      margin: 0 auto; } }

@media (max-width: 767px) {
  .user-avatar {
    text-align: center;
    margin: 30px auto 0 auto; } }

.user-points {
  width: 180px;
  height: 180px;
  border: 1px solid #009e48;
  color: #009e48;
  display: block;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 40px 20px;
  margin: -30px auto 0 auto;
  text-decoration: none;
  transition: background-color 0.2s ease-in, color 0.2s ease-in; }
  @media (prefers-reduced-motion: reduce) {
    .user-points {
      transition: none; } }
  @media (max-width: 767px) {
    .user-points {
      margin: 30px auto 0 auto; } }
  .user-points strong {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700; }
  .user-points:hover {
    background-color: #009e48;
    color: #ffffff;
    text-decoration: none; }

.table--flex .table-row {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media (max-width: 991px) {
    .table--flex .table-row {
      flex-wrap: wrap;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400;
      border-bottom: 1px solid #e5e5e5;
      padding: 20px 0 10px 0; }
      .table--flex .table-row:last-child {
        border-bottom: none; } }
  @media (min-width: 992px) {
    .table--flex .table-row:last-child .table-col {
      border-bottom: 1px solid #e5e5e5; } }

.table--flex .table-col {
  padding: 15px 7px 15px 12px;
  vertical-align: middle;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 991px) {
    .table--flex .table-col {
      width: 100%;
      border: none;
      padding: 0px 7px 0px 8px;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      margin-bottom: 12px;
      /*
            &:before {
                content: attr(data-label);
                min-width: 98px;
                @include roboto(15px, 18px, 500);
                color: $color-lgrey5;
                display: block;
                text-align: left;
                margin-top: 8px;
            }*/ } }

@media (max-width: 991px) {
  .table--flex .table-row-heading {
    display: none; } }

.table--flex .table-row-heading .table-col {
  padding: 6px 15px 15px 15px;
  border-top: none;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  border-width: 1px;
  text-align: center;
  border: none; }
  .table--flex .table-row-heading .table-col:before {
    display: none; }

.table--products {
  /*
        &:last-child {
            td {
                border-bottom: 1px solid $color-lgrey3;
            }
        }*/ }
  .table--products thead tr td,
  .table--products thead tr th {
    padding: 6px 15px 15px 15px;
    border-top: none;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    border-width: 1px; }
  .table--products td {
    padding: 15px 7px 15px 12px;
    vertical-align: middle;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    border-color: #e5e5e5; }
  .table--products .product-name {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .table--products .product-name a:hover {
      color: #009e48; }
  .table--products .product-price {
    max-width: 190px;
    flex: 0 0 190px;
    text-align: right;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
    .table--products .product-price .price {
      color: #000000;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500; }
      .table--products .product-price .price--discount {
        color: #fc1a20;
        display: block; }
      .table--products .product-price .price--oldprice {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        color: #000000;
        display: block;
        text-decoration: line-through; }
  .table--products .product-quantity {
    max-width: 165px;
    flex: 0 0 165px;
    padding: 0px 30px; }
    .table--products .product-quantity .ui-spinner {
      margin-bottom: 0; }
    .table--products .product-quantity.no-input {
      width: 0px !important;
      flex: 0 0 0px !important;
      padding: 0; }
      .table--products .product-quantity.no-input + .product-buy {
        padding-left: 140px;
        width: 275px;
        flex: 0 0 275px; }
  .table--products .product-price-total {
    max-width: 125px;
    flex: 0 0 125px;
    padding: 0px 30px 0 20px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px; }
  .table--products .product-buy {
    width: 150px;
    flex: 0 0 150px; }
  .table--products .action {
    width: 30px;
    flex: 0 0 30px; }
  .table--products a:not(.btn) {
    color: #000000; }
    .table--products a:not(.btn):hover, .table--products a:not(.btn).active {
      color: #009e48; }
  .table--products.table--flex .product-price {
    padding-right: 45px; }
  .table--products.table--flex .table-row-heading .product-price {
    padding-right: 50px; }
  @media (max-width: 991px) {
    .table--products.table--flex .table-row {
      position: relative;
      flex-wrap: wrap;
      padding-left: 80px;
      padding-right: 25px;
      padding-bottom: 20px; }
    .table--products.table--flex .product-name {
      width: 100%;
      flex: 0 0 100%;
      margin-bottom: 0;
      padding: 0; }
    .table--products.table--flex .product-box {
      justify-items: flex-start; }
    .table--products.table--flex .product-image {
      position: absolute;
      left: 0;
      top: 22px;
      width: 60px;
      text-align: left;
      margin: 0; }
    .table--products.table--flex .product-price-block {
      position: relative;
      width: 100%;
      flex: 0 0 100%;
      text-align: left;
      justify-content: flex-start;
      margin-top: 8px; }
      .table--products.table--flex .product-price-block .product-price-price .price {
        font-size: 20px;
        line-height: 23px; }
        .table--products.table--flex .product-price-block .product-price-price .price.price--oldprice {
          font-size: 15px;
          line-height: 18px;
          padding-left: 0; }
      .table--products.table--flex .product-price-block .product-price-icons {
        order: 2;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 0; }
        .table--products.table--flex .product-price-block .product-price-icons .product-icon {
          margin-bottom: 0; }
    .table--products.table--flex .product-price {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0;
      margin-bottom: 12px;
      align-items: flex-start; }
    .table--products.table--flex .product-quantity,
    .table--products.table--flex .product-buy {
      width: 135px;
      flex: 0 0 135px;
      padding: 0; }
    .table--products.table--flex .product-quantity {
      width: 125px;
      flex: 0 0 125px;
      margin: 0; }
      .table--products.table--flex .product-quantity + .product-buy {
        margin-left: 10px; }
      .table--products.table--flex .product-quantity.no-input + .product-buy {
        padding-left: 0;
        margin-left: 0px;
        width: 135px;
        flex: 0 0 135px; }
    .table--products.table--flex .product-price-total {
      display: none; }
    .table--products.table--flex .action {
      width: 40px;
      position: absolute;
      right: -8px;
      top: 28px;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 999; }
      .table--products.table--flex .action a {
        padding: 10px 13px; }
    .table--products.table--flex .flatimg {
      display: block; }
      .table--products.table--flex .flatimg .text {
        padding-left: 0;
        width: 100%;
        padding-right: 30px; }
      .table--products.table--flex .flatimg .image {
        position: absolute;
        left: 0;
        top: 22px;
        width: 60px;
        text-align: left; } }
  @media (max-width: 463px) {
    .table--products.table--flex .product-quantity {
      margin-left: 0; }
    .table--products.table--flex .product-price-icons {
      display: none; } }

table.table-article tr td {
  vertical-align: middle;
  padding: 13px 10px 12px 20px;
  border: 1px solid #dddddd; }
  table.table-article tr td p {
    margin: 0; }

table.table-article tbody tr:nth-child(2n - 1) td {
  background-color: #fafafa; }

table.table-article thead td {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold; }

.table--kmi {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
  min-width: 600px; }
  .table--kmi tr td {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    width: 16.666667%;
    padding: 15px 0; }
    .table--kmi tr td.kmi-limit-1 {
      width: 25%; }
    .table--kmi tr td.kmi-limit-2 {
      width: 15%; }
    .table--kmi tr td.kmi-limit-3 {
      width: 15%; }
    .table--kmi tr td.kmi-red {
      color: #d44444; }
    .table--kmi tr td.kmi-bg-red {
      background-color: #d44444; }
    .table--kmi tr td.kmi-green {
      color: #68b259; }
    .table--kmi tr td.kmi-bg-green {
      background-color: #68b259;
      color: #ffffff; }
    .table--kmi tr td.kmi-red2 {
      color: #f44141; }
    .table--kmi tr td.kmi-bg-red2 {
      background-color: #f44141; }
  .table--kmi tr:first-child td {
    padding-bottom: 10px; }
  .table--kmi tr:last-child td {
    padding-top: 10px; }

.table--cart-items {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000; }
  .table--cart-items td {
    vertical-align: middle; }
  .table--cart-items .cart-items--name {
    width: auto; }
  .table--cart-items .cart-items--price {
    width: 230px;
    text-align: right;
    padding-right: 40px; }
  .table--cart-items .cart-items--quantity {
    width: 165px; }
  .table--cart-items .cart-items--price-total {
    width: 125px; }
  .table--cart-items .cart-items--action {
    width: 30px;
    padding-top: 0;
    padding-bottom: 0; }
  .table--cart-items thead td {
    padding: 6px 15px 15px 15px;
    border-top: none;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    border-width: 1px;
    text-align: center;
    border: none; }
    .table--cart-items thead td.cart-items--name {
      text-align: left; }
  .table--cart-items tbody .cart-items--name {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000; }
  .table--cart-items tbody .cart-items--price {
    text-align: right;
    font-family: "MyriadPro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px; }
    .table--cart-items tbody .cart-items--price .price {
      color: #000000;
      font-family: "MyriadPro", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px; }
      .table--cart-items tbody .cart-items--price .price--discount {
        color: #fc1a20;
        display: block; }
      .table--cart-items tbody .cart-items--price .price--oldprice {
        font-family: "MyriadPro", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        display: block;
        text-decoration: line-through; }
  .table--cart-items tbody .cart-items--quantity {
    padding: 0px 30px;
    text-align: center; }
    .table--cart-items tbody .cart-items--quantity .ui-spinner {
      margin-bottom: 0; }
  .table--cart-items tbody .cart-items--price-total {
    padding: 0px 30px 0 20px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center; }
  .table--cart-items tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5; }
  .table--cart-items tbody tr td {
    border-color: #e5e5e5;
    padding: 13px 7px 9px 12px; }
  .table--cart-items a:not(.btn) {
    color: #000000; }
    .table--cart-items a:not(.btn):hover {
      color: #009e48; }
  @media (max-width: 1263px) {
    .table--cart-items .cart-items--price {
      width: 190px;
      text-align: right;
      padding-right: 0px; } }
  @media (max-width: 991px) {
    .table--cart-items thead {
      display: none; }
    .table--cart-items tbody tr {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      position: relative;
      flex-wrap: wrap;
      padding: 20px 35px 10px 80px;
      border-bottom: 1px solid #e5e5e5; }
      .table--cart-items tbody tr td {
        border: none !important; }
      .table--cart-items tbody tr .cart-items--name {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        padding: 0; }
      .table--cart-items tbody tr .cart-items--price {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 12px;
        align-items: flex-start;
        text-align: left; }
      .table--cart-items tbody tr .cart-items--quantity {
        width: 125px;
        flex: 0 0 125px;
        margin: 0;
        padding: 0; }
      .table--cart-items tbody tr .cart-items--price-total {
        display: none; }
      .table--cart-items tbody tr .cart-items--action {
        width: 40px;
        position: absolute;
        right: -8px;
        top: 50%;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 999; }
        .table--cart-items tbody tr .cart-items--action a {
          padding: 10px 13px;
          display: block; }
    .table--cart-items .product-box {
      justify-items: flex-start; }
    .table--cart-items .product-image {
      position: absolute;
      left: 0;
      top: 22px;
      width: 60px;
      text-align: left;
      margin: 0; }
    .table--cart-items .product-price-block {
      position: relative;
      width: 100%;
      flex: 0 0 100%;
      text-align: left;
      justify-content: flex-start;
      margin-top: 8px; }
      .table--cart-items .product-price-block .product-price-price .price {
        font-size: 20px;
        line-height: 23px; }
        .table--cart-items .product-price-block .product-price-price .price.price--oldprice {
          font-size: 15px;
          line-height: 18px;
          padding-left: 0; }
      .table--cart-items .product-price-block .product-price-icons {
        order: 2;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 0; }
        .table--cart-items .product-price-block .product-price-icons .product-icon {
          margin-bottom: 0; } }
  @media (max-width: 463px) {
    .table--cart-items tbody .product-price-icons {
      display: none; } }

.table--cart-shipping {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000; }
  .table--cart-shipping td {
    vertical-align: middle; }
  .table--cart-shipping .cart-items--name {
    width: auto; }
  .table--cart-shipping .cart-items--price {
    width: 230px;
    text-align: right;
    padding-right: 40px; }
  .table--cart-shipping .cart-items--select {
    width: 105px; }
  .table--cart-shipping thead td {
    padding: 6px 15px 15px 15px;
    border-top: none;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    border-width: 1px;
    text-align: center;
    border: none; }
    .table--cart-shipping thead td.cart-items--name {
      text-align: left; }
  .table--cart-shipping tbody .cart-items--name {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000; }
  .table--cart-shipping tbody .cart-items--price {
    text-align: right;
    vertical-align: middle;
    font-family: "MyriadPro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px; }
    .table--cart-shipping tbody .cart-items--price .price {
      color: #000000;
      font-family: "MyriadPro", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px; }
      .table--cart-shipping tbody .cart-items--price .price--discount {
        color: #fc1a20;
        display: block; }
      .table--cart-shipping tbody .cart-items--price .price--oldprice {
        font-family: "MyriadPro", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        display: block;
        text-decoration: line-through; }
  .table--cart-shipping tbody .cart-items--select {
    text-align: center;
    vertical-align: middle; }
    .table--cart-shipping tbody .cart-items--select .iradio,
    .table--cart-shipping tbody .cart-items--select .icheckbox {
      margin: 0; }
  .table--cart-shipping tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5; }
  .table--cart-shipping tbody tr td {
    border-color: #e5e5e5;
    padding: 24px 7px 22px 12px; }
    .table--cart-shipping tbody tr td:last-child:not(.isCollapse):after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      min-height: 41px; }
  .table--cart-shipping a:not(.btn) {
    color: #000000; }
    .table--cart-shipping a:not(.btn):hover {
      color: #009e48; }
  .table--cart-shipping .collapse-show form,
  .table--cart-shipping .collapse-show .form {
    padding-left: 10px; }
  @media (max-width: 1263px) {
    .table--cart-shipping .cart-items--price {
      width: 190px;
      text-align: right;
      padding-right: 0px; } }
  @media (max-width: 991px) {
    .table--cart-shipping thead {
      display: none; }
    .table--cart-shipping tbody tr {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      position: relative;
      flex-wrap: wrap;
      padding: 20px 35px 10px 80px;
      border-top: 1px solid #e5e5e5; }
      .table--cart-shipping tbody tr:last-child {
        border-bottom: 1px solid #e5e5e5; }
      .table--cart-shipping tbody tr td {
        border: none !important; }
        .table--cart-shipping tbody tr td:last-child:after {
          display: none !important; }
      .table--cart-shipping tbody tr .cart-items--name {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        padding: 0; }
      .table--cart-shipping tbody tr .cart-items--price {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 12px;
        align-items: flex-start;
        text-align: left; }
      .table--cart-shipping tbody tr .cart-items--select {
        width: 40px;
        position: absolute;
        right: -8px;
        top: 50%;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 999; }
      .table--cart-shipping tbody tr.isCollapse {
        border: none;
        padding: 0; }
    .table--cart-shipping .product-box {
      justify-items: flex-start; }
    .table--cart-shipping .product-image2 {
      position: absolute;
      left: 0;
      top: 22px;
      width: 60px;
      text-align: left;
      margin: 0; }
    .table--cart-shipping .product-price-block {
      position: relative;
      width: 100%;
      flex: 0 0 100%;
      text-align: left;
      justify-content: flex-start;
      margin-top: 8px; }
      .table--cart-shipping .product-price-block .product-price-price .price {
        font-size: 20px;
        line-height: 23px;
        padding-left: 0; }
        .table--cart-shipping .product-price-block .product-price-price .price.price--oldprice {
          font-size: 15px;
          line-height: 18px;
          padding-left: 0; }
      .table--cart-shipping .product-price-block .product-price-icons {
        order: 2;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 0; }
        .table--cart-shipping .product-price-block .product-price-icons .product-icon {
          margin-bottom: 0; }
    .table--cart-shipping .price {
      padding-left: 0; } }
  @media (max-width: 463px) {
    .table--cart-shipping tbody .product-price-icons {
      display: none; } }

.table--favorites {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000; }
  .table--favorites td {
    vertical-align: middle; }
  .table--favorites .favorites--name {
    width: auto; }
  .table--favorites .favorites--price {
    width: 230px;
    text-align: right;
    padding-right: 40px; }
  .table--favorites .favorites--quantity {
    width: 125px; }
  .table--favorites .favorites--buy {
    width: 140px; }
  .table--favorites .favorites--action {
    width: 30px;
    padding-top: 0;
    padding-bottom: 0; }
  .table--favorites thead td {
    padding: 6px 15px 15px 15px;
    border-top: none;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    border-width: 1px;
    text-align: center;
    border: none; }
    .table--favorites thead td.favorites--name {
      text-align: left; }
  .table--favorites tbody .favorites--name {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #000000; }
  .table--favorites tbody .favorites--price {
    text-align: right;
    font-family: "MyriadPro", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px; }
    .table--favorites tbody .favorites--price .price {
      color: #000000;
      font-family: "MyriadPro", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px; }
      .table--favorites tbody .favorites--price .price--discount {
        color: #fc1a20;
        display: block; }
      .table--favorites tbody .favorites--price .price--oldprice {
        font-family: "MyriadPro", sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #000000;
        display: block;
        text-decoration: line-through; }
  .table--favorites tbody .favorites--quantity {
    text-align: center; }
    .table--favorites tbody .favorites--quantity .ui-spinner {
      margin-bottom: 0; }
  .table--favorites tbody .favorites--buy {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center; }
    .table--favorites tbody .favorites--buy .btn {
      padding-left: 12px;
      padding-right: 12px;
      width: 100%; }
  .table--favorites tbody tr td {
    border-color: #e5e5e5;
    padding: 13px 7px 9px 12px; }
  .table--favorites a:not(.btn) {
    color: #000000; }
    .table--favorites a:not(.btn):hover {
      color: #009e48; }
  @media (max-width: 1263px) {
    .table--favorites .favorites--price {
      width: 190px;
      text-align: right;
      padding-right: 0px; } }
  @media (max-width: 991px) {
    .table--favorites thead {
      display: none; }
    .table--favorites tbody tr {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      position: relative;
      flex-wrap: wrap;
      padding: 20px 35px 10px 80px;
      border-bottom: 1px solid #e5e5e5; }
      .table--favorites tbody tr td {
        border: none !important; }
      .table--favorites tbody tr .favorites--name {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        padding: 0; }
      .table--favorites tbody tr .favorites--price {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 12px;
        align-items: flex-start;
        text-align: left; }
      .table--favorites tbody tr .favorites--quantity {
        width: 140px;
        flex: 0 0 140px;
        margin: 0;
        padding: 0;
        margin-right: 10px;
        margin-bottom: 10px; }
      .table--favorites tbody tr .favorites--buy {
        padding: 0; }
      .table--favorites tbody tr .favorites--action {
        width: 40px;
        position: absolute;
        right: -8px;
        top: 50%;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 999; }
        .table--favorites tbody tr .favorites--action a {
          padding: 10px 13px;
          display: block; }
    .table--favorites .product-box {
      justify-items: flex-start; }
    .table--favorites .product-image {
      position: absolute;
      left: 0;
      top: 22px;
      width: 60px;
      text-align: left;
      margin: 0; }
    .table--favorites .product-price-block {
      position: relative;
      width: 100%;
      flex: 0 0 100%;
      text-align: left;
      justify-content: flex-start;
      margin-top: 8px; }
      .table--favorites .product-price-block .product-price-price .price {
        font-size: 20px;
        line-height: 23px; }
        .table--favorites .product-price-block .product-price-price .price.price--oldprice {
          font-size: 15px;
          line-height: 18px;
          padding-left: 0; }
      .table--favorites .product-price-block .product-price-icons {
        order: 2;
        padding-left: 20px;
        padding-right: 0;
        padding-top: 0; }
        .table--favorites .product-price-block .product-price-icons .product-icon {
          margin-bottom: 0; } }
  @media (max-width: 463px) {
    .table--favorites tbody .product-price-icons {
      display: none; } }

.table--orders {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000; }
  .table--orders td {
    vertical-align: middle; }
  .table--orders .orders--order {
    width: auto; }
  .table--orders .orders--date {
    width: 110px; }
  .table--orders .orders--status {
    width: 220px; }
  .table--orders .orders--button {
    width: 130px; }
  .table--orders .orders--pdf {
    width: 50px;
    text-align: center; }
    .table--orders .orders--pdf a svg {
      fill: #696969; }
    .table--orders .orders--pdf a:hover svg {
      fill: #009e48; }
  .table--orders .orders--remove {
    width: 30px;
    padding-top: 0;
    padding-bottom: 0; }
    .table--orders .orders--remove a svg {
      fill: #696969; }
    .table--orders .orders--remove a:hover svg {
      fill: #009e48; }
  .table--orders thead td,
  .table--orders thead th {
    padding: 6px 15px 15px 15px;
    border-top: none;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border-width: 1px;
    border: none; }
  .table--orders tbody .orders--order {
    color: #000000; }
  .table--orders tbody tr td {
    border-color: #e5e5e5;
    padding: 25px 15px 24px 15px; }
  .table--orders b, .table--orders strong {
    font-family: "Myriad Pro Semibold", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; }
  .table--orders a:not(.btn) {
    color: #000000; }
    .table--orders a:not(.btn) svg {
      color: #000000; }
    .table--orders a:not(.btn):hover {
      color: #009e48; }
  @media (max-width: 1263px) {
    .table--orders .orders--status {
      width: 140px; } }
  @media (max-width: 991px) {
    .table--orders thead {
      display: none; }
    .table--orders tbody tr {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      position: relative;
      flex-wrap: wrap;
      padding: 20px 35px 10px 0px;
      border-bottom: 1px solid #e5e5e5; }
      .table--orders tbody tr td {
        border: none !important; }
      .table--orders tbody tr .orders--date {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        padding: 0; }
      .table--orders tbody tr .orders--order {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        padding: 0; }
      .table--orders tbody tr .orders--status {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
        padding: 0;
        margin-bottom: 10px; }
      .table--orders tbody tr .orders--button {
        width: auto;
        flex: 0 0 auto;
        padding: 0;
        align-items: flex-start;
        text-align: left; }
      .table--orders tbody tr .orders--pdf {
        margin: 0;
        text-align: left;
        padding: 0; }
      .table--orders tbody tr .orders--remove {
        width: 40px;
        position: absolute;
        right: -8px;
        top: 50%;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 999; }
        .table--orders tbody tr .orders--remove a {
          padding: 10px 13px;
          display: block; } }

.table {
  margin-bottom: 6px; }

.links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
  color: #000000; }
  .links--two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    @media (max-width: 583px) {
      .links--two {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .links--three {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; }
    @media (max-width: 991px) {
      .links--three {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 583px) {
      .links--three {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .links--four {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; }
    @media (max-width: 991px) {
      .links--four {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 583px) {
      .links--four {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  .links--five {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5; }
    @media (max-width: 991px) {
      .links--five {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media (max-width: 583px) {
      .links--five {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }
  @media (max-width: 1583px) {
    .links--1600-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 1263px) {
    .links--1280-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 991px) {
    .links--992-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 823px) {
    .links--840-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 767px) {
    .links--768-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 583px) {
    .links--600-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 463px) {
    .links--480-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 343px) {
    .links--360-five {
      -webkit-column-count: 5;
      -moz-column-count: 5;
      column-count: 5; } }
  @media (max-width: 1583px) {
    .links--1600-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 1263px) {
    .links--1280-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 991px) {
    .links--992-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 823px) {
    .links--840-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 767px) {
    .links--768-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 583px) {
    .links--600-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 463px) {
    .links--480-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 343px) {
    .links--360-four {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }
  @media (max-width: 1583px) {
    .links--1600-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 1263px) {
    .links--1280-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 991px) {
    .links--992-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 823px) {
    .links--840-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 767px) {
    .links--768-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 583px) {
    .links--600-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 463px) {
    .links--480-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 343px) {
    .links--360-three {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (max-width: 1583px) {
    .links--1600-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 1263px) {
    .links--1280-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 991px) {
    .links--992-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 823px) {
    .links--840-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 767px) {
    .links--768-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 583px) {
    .links--600-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 463px) {
    .links--480-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 343px) {
    .links--360-two {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (max-width: 1583px) {
    .links--1600-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 1263px) {
    .links--1280-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 991px) {
    .links--992-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 823px) {
    .links--840-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 767px) {
    .links--768-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 583px) {
    .links--600-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 463px) {
    .links--480-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media (max-width: 343px) {
    .links--360-one {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  .links--inline li {
    display: inline-block;
    margin-bottom: 6px; }
  .links--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .links--flex li {
      display: block;
      margin-bottom: 6px;
      margin-right: 12px; }
  .links--border li {
    height: 35px;
    border-right: 1px solid #dbdbdb;
    padding: 0px 16px; }
    .links--border li:first-child {
      padding-left: 22px; }
    .links--border li:last-child {
      border-right: none; }
  .links li {
    display: block; }
    .links li a {
      text-decoration: none;
      color: #000000;
      text-align: left;
      font-size: 13px;
      line-height: 16px;
      padding: 4px 0; }
      .links li a:hover {
        color: #009e48; }
      .links li a:not(.flatimg) {
        display: inline-block; }
    .links li.color-danger a {
      color: #fc1a20; }
  .links--style2 li a {
    padding: 8px 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    line-height: 16px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    display: inline-block;
    margin: -1px 0; }
    .links--style2 li a:hover {
      background-color: #ffffff;
      color: #009e48; }
  .links--style2 li.active a {
    background-color: #ffffff;
    color: #009e48; }
  .links--style3 li a {
    padding: 8px 12px 6px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 16px;
    display: inline-block;
    margin: 0;
    font-family: "Myriad Pro Semibold", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px; }
    .links--style3 li a:hover {
      color: #009e48; }
  .links--style3 li.hover a {
    color: #009e48; }
  .links--style3 li.active a {
    background-color: #009e48;
    color: #ffffff; }
  .links--style3-fs18 li a {
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500; }
  @media (max-width: 991px) {
    .links--style4 {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 991px) {
    .links--style4 li {
      width: calc(33% - 14px); } }
  @media (max-width: 767px) {
    .links--style4 li {
      width: calc(50% - 14px); } }
  @media (max-width: 583px) {
    .links--style4 li {
      width: 100%; } }
  .links--style4 li a {
    padding: 16px 15px 15px 15px;
    -webkit-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    line-height: 16px;
    display: inline-block;
    margin: 1px 0;
    min-height: 64px; }
    .links--style4 li a:hover {
      background-color: #4cbb7f;
      color: #ffffff;
      -webkit-box-shadow: 11px 11px 25px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 11px 11px 25px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 11px 11px 25px 0px rgba(0, 0, 0, 0.2); }
      .mod--nobg.links--style4 li a:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .links--style4 li a:hover .text {
        color: #ffffff; }
      .links--style4 li a:hover svg {
        fill: #ffffff; }
    @media (max-width: 991px) {
      .links--style4 li a {
        min-height: 64px;
        height: auto;
        display: block;
        width: 100%; } }
  .links--style4 li.active a {
    background-color: #4cbb7f;
    color: #ffffff;
    -webkit-box-shadow: 11px 11px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 11px 11px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 11px 11px 25px 0px rgba(0, 0, 0, 0.2); }
    .links--style4 li.active a .text {
      color: #ffffff; }
    .links--style4 li.active a svg {
      fill: #ffffff; }
    .mod--nobg.links--style4 li.active a {
      background-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .links--style5 li a {
    padding: 12px 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    line-height: 16px;
    display: inline-block;
    margin: 1px 0; }
    .links--style5 li a:hover {
      background-color: #4cbb7f;
      color: #ffffff; }
  .links--style5 li.active a {
    background-color: #4cbb7f;
    color: #ffffff; }
  .links--style5-fs18 li a {
    -webkit-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500; }
  .links--inline li {
    display: inline-block; }
  .links--left-img li a,
  .links--left-img li .item {
    padding: 12px 0;
    color: #000000; }
    .links--left-img li a:hover,
    .links--left-img li .item:hover {
      color: #009e48; }
  .links--left-img li.active a,
  .links--left-img li.active .item {
    color: #009e48; }
  .links--payments-methods {
    margin: 0 0 0 14px !important;
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (max-width: 767px) {
      .links--payments-methods {
        margin: 0 !important; } }
    .links--payments-methods li {
      display: inline-block;
      margin: 0 0 0 14px; }
      .links--payments-methods li:first-child {
        margin: 0; }

.pagination {
  margin-left: -6px;
  margin-right: -6px;
  flex-wrap: wrap; }
  .pagination.mod--nomargin {
    margin-left: 0;
    margin-right: 0; }
  .mod--fullwidth .pagination {
    margin-left: 0;
    margin-right: 0; }
  .pagination .page-item {
    border-radius: 0;
    text-decoration: none; }
    .pagination .page-item .page-link {
      color: #413b5f;
      background-color: transparent;
      border: none;
      text-decoration: none;
      border-radius: 0;
      padding: 4px 6px;
      height: 24px;
      min-width: 24px;
      text-align: center;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 15px;
      font-weight: 400;
      margin-bottom: 5px;
      border: 1px solid transparent; }
      .pagination--rounded.pagination .page-item .page-link {
        border-radius: 50%; }
      .pagination .page-item .page-link:hover {
        color: #009e48;
        background-color: transparent; }
      .pagination .page-item .page-link:focus {
        box-shadow: none; }
    .pagination .page-item.hover .page-link {
      color: #009e48;
      background-color: transparent; }
    .pagination .page-item.active .page-link {
      color: #009e48;
      background-color: transparent;
      border-color: #009e48; }
  .pagination--lg .page-item {
    margin-right: 6px; }
    .pagination--lg .page-item .page-link {
      padding: 10px 12px;
      height: 40px;
      min-width: 40px;
      font-size: 17px;
      line-height: 17px;
      font-weight: 400; }
  .pagination--dots {
    height: 18px; }
    .pagination--dots .page-item {
      margin-right: 6px;
      height: 18px;
      width: 18px;
      text-align: center; }
      .pagination--dots .page-item .page-link {
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #009e48;
        opacity: 1;
        transition: all 0.2s ease;
        height: 10px;
        width: 10px;
        padding: 0;
        margin: 0 auto;
        position: relative;
        min-width: 0; }
        @media (prefers-reduced-motion: reduce) {
          .pagination--dots .page-item .page-link {
            transition: none; } }
        .pagination--dots .page-item .page-link:before {
          content: "";
          position: absolute;
          top: -4px;
          left: -4px;
          width: 18px;
          height: 18px;
          border: 2px solid transparent;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          z-index: -1; }
        .pagination--dots .page-item .page-link:hover {
          background-color: #ffffff; }
          .pagination--dots .page-item .page-link:hover:before {
            border-color: #009e48; }
      .pagination--dots .page-item.active .page-link {
        background-color: #ffffff !important; }
        .pagination--dots .page-item.active .page-link:before {
          border-color: #009e48; }
      .pagination--dots .page-item.active:hover .page-link {
        background-color: #009e48 !important; }

.breadcrumb-nav {
  background-color: #f8f8f9; }

.breadcrumb {
  background-color: transparent;
  border: none;
  padding: 10px 0 9px 0;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0; }
  .breadcrumb .breadcrumb-item {
    color: #909090; }
    .breadcrumb .breadcrumb-item:before {
      padding-right: 5px;
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+); }
    .breadcrumb .breadcrumb-item:first-child:before {
      display: none; }
    .breadcrumb .breadcrumb-item a {
      color: #909090;
      text-decoration: none; }
    .breadcrumb .breadcrumb-item img {
      margin-right: 5px; }
    .breadcrumb .breadcrumb-item.active {
      color: #009e48; }
      .breadcrumb .breadcrumb-item.active:before {
        content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIGZpbGw9IiM0Y2ExNDYiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgLz48L3N2Zz4=); }
      .breadcrumb .breadcrumb-item.active a {
        color: #009e48; }

.modal--avatar {
  padding: 0 !important; }
  .modal--avatar .modal-header {
    padding: 45px 70px; }
    @media (max-width: 583px) {
      .modal--avatar .modal-header {
        padding: 25px 30px; } }
  .modal--avatar .modal-body {
    padding: 45px 70px; }
    @media (max-width: 583px) {
      .modal--avatar .modal-body {
        padding: 25px 30px; } }
  .modal--avatar .slider {
    width: 210px;
    margin: 0 auto; }
  .modal--avatar .slick-slider {
    width: 210px;
    height: 210px;
    margin: 0 auto 34px;
    text-align: center; }
    @media (max-width: 583px) {
      .modal--avatar .slick-slider {
        
        
        
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto; } }
  .modal--avatar .slick-arrow {
    background: url("../img/arrow-40-green-left.svg") no-repeat center;
    font-size: 0;
    height: 40px;
    width: 21px;
    position: absolute;
    top: 50%;
    margin-top: -13px; }
    .modal--avatar .slick-arrow:before, .modal--avatar .slick-arrow:after {
      display: none; }
    @media (max-width: 583px) {
      .modal--avatar .slick-arrow {
        position: relative;
        top: auto; } }
  .modal--avatar .slick-prev.slick-arrow {
    right: auto;
    left: -55px; }
    .modal--avatar .slick-prev.slick-arrow:hover {
      margin-left: -3px; }
    @media (max-width: 583px) {
      .modal--avatar .slick-prev.slick-arrow {
        position: absolute;
        order: 2;
        left: -10px;
        bottom: -15px;
        z-index: 999; } }
  .modal--avatar .slick-next.slick-arrow {
    background: url("../img/arrow-40-green-right.svg") no-repeat center;
    left: auto;
    right: -55px; }
    .modal--avatar .slick-next.slick-arrow:hover {
      margin-right: -3px; }
    @media (max-width: 583px) {
      .modal--avatar .slick-next.slick-arrow {
        position: absolute;
        order: 3;
        right: -10px;
        bottom: -15px;
        z-index: 999; } }
  .modal--avatar .slick-slider {
    margin-bottom: 20px; }
  .modal--avatar .slick-list {
    overflow: hidden;
    width: 210px; }
    @media (max-width: 583px) {
      .modal--avatar .slick-list {
        width: 100%;
        order: 1; } }
  .modal--avatar .slick-slide {
    border: 1px solid #61b904;
    max-width: 100%;
    max-height: 100%; }

.modal.modal--question {
  padding: 0 !important; }
  .modal.modal--question .modal-dialog {
    max-width: 530px; }
    .modal.modal--question .modal-dialog form {
      margin: 0 auto; }
    .modal.modal--question .modal-dialog .modal-body {
      padding: 30px 70px 60px; }
      @media (max-width: 583px) {
        .modal.modal--question .modal-dialog .modal-body {
          padding: 20px 35px 30px; } }

.modal.modal--newsletter {
  padding: 0 !important; }
  .modal.modal--newsletter .modal-dialog {
    max-width: 670px; }
    .modal.modal--newsletter .modal-dialog form {
      margin: 0 auto; }
    .modal.modal--newsletter .modal-dialog .modal-body {
      padding: 40px 50px 65px; }
      @media (max-width: 583px) {
        .modal.modal--newsletter .modal-dialog .modal-body {
          padding: 20px 25px 30px; } }
    .modal.modal--newsletter .modal-dialog form {
      width: 400px;
      margin: 0 auto; }
      @media (max-width: 463px) {
        .modal.modal--newsletter .modal-dialog form {
          width: 100%; } }

.smart-popups {
  z-index: 31;
  visibility: hidden;
  position: fixed;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 1263px) {
    .smart-popups {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      top: 30px;
      position: absolute; } }
  @media (max-width: 463px) {
    .smart-popups {
      left: 0;
      right: auto;
      width: 100%;
      padding: 0px 20px; } }
  .smart-popups .smart-popup {
    position: relative;
    width: 570px;
    min-height: 360px;
    -webkit-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.33);
    padding: 50px;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 40px; }
    .smart-popups .smart-popup:last-child {
      margin-bottom: 0; }
    @media (max-width: 1263px) {
      .smart-popups .smart-popup {
        width: 330px; }
        .smart-popups .smart-popup .img-1 {
          display: none; } }
    @media (max-width: 463px) {
      .smart-popups .smart-popup {
        width: 100%;
        min-height: auto;
        padding: 20px; } }
    .smart-popups .smart-popup img {
      margin-bottom: 14px;
      max-width: 100%; }
    .smart-popups .smart-popup img.img-1 {
      position: absolute;
      bottom: 0;
      right: 40px;
      z-index: 0;
      margin: 0; }
    .smart-popups .smart-popup .subtitle {
      font-size: 18px;
      line-height: 21px;
      font-weight: bold;
      color: #ffffff;
      z-index: 1;
      position: relative; }
    .smart-popups .smart-popup .title {
      font-size: 22px;
      line-height: 26px;
      font-weight: bold;
      text-align: left;
      color: #ffffff;
      z-index: 1;
      position: relative; }
    .smart-popups .smart-popup .btn {
      margin-top: 14px;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500; }
    .smart-popups .smart-popup .smart-popup--close {
      position: absolute;
      top: 25px;
      right: 25px; }
      .smart-popups .smart-popup .smart-popup--close svg {
        fill: #ffffff; }
      .smart-popups .smart-popup .smart-popup--close:hover svg {
        fill: #000000; }
    .smart-popups .smart-popup.smart-popup--dark .subtitle {
      color: #000000; }
    .smart-popups .smart-popup.smart-popup--dark .title {
      color: #000000; }
    .smart-popups .smart-popup.smart-popup--dark .smart-popup--close svg {
      fill: #9a9a9a; }
    .smart-popups .smart-popup.smart-popup--dark .smart-popup--close:hover svg {
      fill: #009e48; }

.modal.bootbox {
  padding: 0 !important; }
  .modal.bootbox .modal-dialog {
    max-width: 530px; }
    .modal.bootbox .modal-dialog form {
      margin: 0 auto; }
    .modal.bootbox .modal-dialog .modal-header .modal-title {
      font-size: 32px;
      line-height: 35px;
      font-weight: bold;
      text-align: center;
      text-transform: none;
      color: #009e48;
      width: 100%; }
    .modal.bootbox .modal-dialog .modal-body {
      padding: 40px 50px 10px; }
      @media (max-width: 583px) {
        .modal.bootbox .modal-dialog .modal-body {
          padding: 20px 25px 10px; } }
    .modal.bootbox .modal-dialog .bootbox-body {
      text-align: center;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 17px;
      line-height: 20px;
      font-weight: bold; }
    .modal.bootbox .modal-dialog form {
      width: 400px;
      margin: 0 auto; }
      @media (max-width: 463px) {
        .modal.bootbox .modal-dialog form {
          width: 100%; } }
    .modal.bootbox .modal-dialog .modal-footer {
      border-top: none;
      padding: 30px 50px 60px; }
      @media (max-width: 583px) {
        .modal.bootbox .modal-dialog .modal-footer {
          -webkit-box-lines: multiple;
          -moz-box-lines: multiple;
          box-lines: multiple;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 30px 25px 30px; } }
      .modal.bootbox .modal-dialog .modal-footer .btn {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%; }
        .modal.bootbox .modal-dialog .modal-footer .btn:not(:first-child) {
          margin-left: 1rem; }
        .modal.bootbox .modal-dialog .modal-footer .btn:not(:last-child) {
          margin-right: 1rem; }
        @media (max-width: 583px) {
          .modal.bootbox .modal-dialog .modal-footer .btn {
            width: 100%;
            margin: 0 0 7px 0; } }
    .modal.bootbox .modal-dialog .bootbox-close-button {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='25px' viewBox='0 0 518 518' xml:space='preserve'%3E%3Cpath d='M26,519c-0.7,0-1.3,0-2,0c-12.8-1.9-20.7-9-23-22c0-1.7,0-3.3,0-5c1.6-7.1,5.7-12.5,10.8-17.6 C81.6,404.7,151.3,334.9,221,265.2c5.2-5.2,5.2-5.2,0-10.4C150.9,184.7,80.9,114.6,10.8,44.5C5.7,39.5,2.1,34,1,27 c0-1.7,0-3.3,0-5C3.7,10.7,10.6,3.6,22,1c2,0,4,0,6,0c7.3,1.7,12.7,6,17.9,11.2C115.5,81.8,185.2,151.4,254.8,221 c5.2,5.2,5.2,5.2,10.4,0C335,151.3,404.8,81.6,474.4,11.8C479.5,6.7,484.9,2.6,492,1c2,0,4,0,6,0c11.8,2.7,18.7,10.1,21,22 c0,1.3,0,2.7,0,4c-1.2,7.2-5,12.8-10.1,17.9C439,114.7,369.2,184.6,299.3,254.4c-5.6,5.6-5.6,5.6,0,11.1 c69.5,69.5,138.9,139,208.5,208.5c5.4,5.4,9.9,11.2,11.2,19c0,1.3,0,2.7,0,4c-2.4,12.9-10.2,20.1-23,22c-0.7,0-1.3,0-2,0 c-8.3-0.8-14.3-5.5-20-11.2C404.4,438.2,334.8,368.6,265.2,299c-5.2-5.2-5.2-5.2-10.4,0c-69.7,69.7-139.5,139.4-209.2,209.1 C40.1,513.7,34.1,518.1,26,519z'%3E%3C/path%3E%3C/svg%3E");
      font: 0/0 a;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 25px;
      right: 25px;
      margin: 0; }

.modal.modal--postpoint {
  padding: 0 !important; }
  .modal.modal--postpoint .modal-dialog {
    max-width: 1070px; }
    @media (max-width: 1263px) {
      .modal.modal--postpoint .modal-dialog {
        max-width: 100%;
        padding: 0px 20px; } }
    @media (max-width: 767px) {
      .modal.modal--postpoint .modal-dialog {
        padding: 0; } }
    .modal.modal--postpoint .modal-dialog .modal-header .modal-title {
      text-transform: none; }
    .modal.modal--postpoint .modal-dialog .modal-body {
      padding: 34px 49px 0 45px;
      -webkit-border-bottom-left-radius: 3px;
      -ms-border-bottom-left-radius: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      border-bottom-right-radius: 3px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .modal.modal--postpoint .modal-dialog .modal-body {
          padding: 24px 19px 0 15px; } }
    .modal.modal--postpoint .modal-dialog .fj-gmap-container {
      height: 420px;
      margin-left: -45px;
      margin-right: -49px; }

.modal .modal-header {
  background-color: #f8f8f9;
  padding: 55px 50px 45px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: none;
  position: relative; }
  .modal .modal-header h2.modal-title {
    width: 100%;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    color: #009e48; }
  .modal .modal-header .close {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23000000' width='25px' height='25px' viewBox='0 0 518 518' xml:space='preserve'%3E%3Cpath d='M26,519c-0.7,0-1.3,0-2,0c-12.8-1.9-20.7-9-23-22c0-1.7,0-3.3,0-5c1.6-7.1,5.7-12.5,10.8-17.6 C81.6,404.7,151.3,334.9,221,265.2c5.2-5.2,5.2-5.2,0-10.4C150.9,184.7,80.9,114.6,10.8,44.5C5.7,39.5,2.1,34,1,27 c0-1.7,0-3.3,0-5C3.7,10.7,10.6,3.6,22,1c2,0,4,0,6,0c7.3,1.7,12.7,6,17.9,11.2C115.5,81.8,185.2,151.4,254.8,221 c5.2,5.2,5.2,5.2,10.4,0C335,151.3,404.8,81.6,474.4,11.8C479.5,6.7,484.9,2.6,492,1c2,0,4,0,6,0c11.8,2.7,18.7,10.1,21,22 c0,1.3,0,2.7,0,4c-1.2,7.2-5,12.8-10.1,17.9C439,114.7,369.2,184.6,299.3,254.4c-5.6,5.6-5.6,5.6,0,11.1 c69.5,69.5,138.9,139,208.5,208.5c5.4,5.4,9.9,11.2,11.2,19c0,1.3,0,2.7,0,4c-2.4,12.9-10.2,20.1-23,22c-0.7,0-1.3,0-2,0 c-8.3-0.8-14.3-5.5-20-11.2C404.4,438.2,334.8,368.6,265.2,299c-5.2-5.2-5.2-5.2-10.4,0c-69.7,69.7-139.5,139.4-209.2,209.1 C40.1,513.7,34.1,518.1,26,519z'%3E%3C/path%3E%3C/svg%3E");
    font: 0/0 a;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
    width: 60px;
    height: 60px;
    opacity: 1; }
    .modal .modal-header .close:hover {
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill='%23009e48' width='25px' height='25px' viewBox='0 0 518 518' xml:space='preserve'%3E%3Cpath d='M26,519c-0.7,0-1.3,0-2,0c-12.8-1.9-20.7-9-23-22c0-1.7,0-3.3,0-5c1.6-7.1,5.7-12.5,10.8-17.6 C81.6,404.7,151.3,334.9,221,265.2c5.2-5.2,5.2-5.2,0-10.4C150.9,184.7,80.9,114.6,10.8,44.5C5.7,39.5,2.1,34,1,27 c0-1.7,0-3.3,0-5C3.7,10.7,10.6,3.6,22,1c2,0,4,0,6,0c7.3,1.7,12.7,6,17.9,11.2C115.5,81.8,185.2,151.4,254.8,221 c5.2,5.2,5.2,5.2,10.4,0C335,151.3,404.8,81.6,474.4,11.8C479.5,6.7,484.9,2.6,492,1c2,0,4,0,6,0c11.8,2.7,18.7,10.1,21,22 c0,1.3,0,2.7,0,4c-1.2,7.2-5,12.8-10.1,17.9C439,114.7,369.2,184.6,299.3,254.4c-5.6,5.6-5.6,5.6,0,11.1 c69.5,69.5,138.9,139,208.5,208.5c5.4,5.4,9.9,11.2,11.2,19c0,1.3,0,2.7,0,4c-2.4,12.9-10.2,20.1-23,22c-0.7,0-1.3,0-2,0 c-8.3-0.8-14.3-5.5-20-11.2C404.4,438.2,334.8,368.6,265.2,299c-5.2-5.2-5.2-5.2-10.4,0c-69.7,69.7-139.5,139.4-209.2,209.1 C40.1,513.7,34.1,518.1,26,519z'%3E%3C/path%3E%3C/svg%3E"); }
      .modal .modal-header .close:hover svg {
        fill: #009e48; }

.modal .modal-dialog {
  max-width: 600px; }

.modal .modal-content {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: none; }

.modal .modal-footer {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }

.modal form {
  margin: 0 auto; }

.modal .modal-body {
  padding: 40px 50px 65px; }
  @media (max-width: 583px) {
    .modal .modal-body {
      padding: 20px 25px 30px; } }

.modal form {
  width: 400px;
  margin: 0 auto; }
  @media (max-width: 463px) {
    .modal form {
      width: 100%; } }

/* INPUTS */
.form-group {
  position: relative;
  margin-top: 10px;
  margin-bottom: 14px;
  overflow: visible;
  z-index: 1; }
  .form-group label.control-label {
    position: absolute;
    top: 13px;
    left: 20px;
    color: #989898;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    z-index: 2;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 35px);
    overflow: hidden; }
    @media (prefers-reduced-motion: reduce) {
      .form-group label.control-label {
        transition: none; } }
    .form-group label.control-label:before {
      content: "";
      height: 1px;
      width: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 8px;
      z-index: -1;
      left: 0; }
  .form-group.has-focus label.control-label, .form-group.has-value label.control-label {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }
  .form-group.has-focus label.control-label, .form-group.has-value label.control-label, .form-group.form-group-select label.control-label {
    color: #009e48;
    font-size: 11px;
    line-height: 8px;
    font-weight: 500;
    padding: 6px 9px;
    position: absolute;
    top: -12px;
    left: 18px; }
  .form-group.has-error label.control-label {
    color: #fc1a20;
    border-color: #fc1a20; }
    .form-group.has-error label.control-label:before {
      display: none; }
  .form-group.has-error .form-control {
    border-color: #fc1a20;
    background-color: #ffffff;
    color: #fc1a20; }
  .form-group.has-error.has-focus label.control-label {
    background-color: #ffffff;
    color: #fc1a20; }
    .form-group.has-error.has-focus label.control-label:before {
      display: none; }
  .form-group.mod--nomarbot {
    margin-bottom: 0; }
  .form-group.mod--nomartop {
    margin-top: 0; }
  .form-group .label-text {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding: 8px 15px; }
    .form-group .label-text b {
      font-weight: 700; }
  .form-group .form-control::-webkit-input-placeholder, .form-group .form-control:-moz-placeholder, .form-group .form-control::-moz-placeholder, .form-group .form-control:-ms-input-placeholder, .form-group .form-control::-ms-input-placeholder, .form-group .form-control::placeholder {
    opacity: 1;
    color: #989898 !important; }
  .form-group .form-control:disabled, .form-group .form-control[readonly] {
    background-color: #ffffff; }

.help-block,
.errors {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400; }

.form-action--or {
  height: 1px;
  background-color: #e5e5e5;
  text-align: center;
  margin: 17px 0 35px;
  color: #989898; }
  .form-action--or b,
  .form-action--or span {
    color: #989898;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    padding: 0 18px;
    margin: -8px 0 0; }
    .body--action-clear .form-action--or b, .body--action-clear
    .form-action--or span {
      background-color: #ffffff; }
  .btn-link + .form-action--or {
    margin-top: 18px; }

.form-group.has-error .help-block {
  color: #fc1a20;
  padding: 8px 21px 8px 20px; }

.mod--nolabel label {
  display: none; }

.form-group + .row {
  margin-top: -10px; }

.form-group .help-block,
.form-group .errors {
  display: none; }

.form-group.is-invalid .form-control, .form-group.has-success .form-control {
  border-color: #fc1a20; }

.form-group.is-invalid .errors, .form-group.has-success .errors {
  list-style: none;
  padding: 0;
  margin: 0; }

.form-group.is-invalid .help-block,
.form-group.is-invalid .errors, .form-group.has-success .help-block,
.form-group.has-success .errors {
  display: block; }

.form-group.is-invalid .help-block,
.form-group.is-invalid .errors li, .form-group.has-success .help-block,
.form-group.has-success .errors li {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  padding-left: 20px;
  color: #fc1a20; }

.form-group.is-invalid label.control-label, .form-group.has-success label.control-label {
  color: #fc1a20; }

.form-group.is-valid .form-control, .form-group.has-success .form-control {
  border-color: #4cbb7f; }

.form-group.is-valid .errors, .form-group.has-success .errors {
  list-style: none;
  padding: 0;
  margin: 0; }

.form-group.is-valid .help-block,
.form-group.is-valid .errors, .form-group.has-success .help-block,
.form-group.has-success .errors {
  display: block; }

.form-group.is-valid .help-block,
.form-group.is-valid .errors li, .form-group.has-success .help-block,
.form-group.has-success .errors li {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  padding-left: 20px;
  color: #4cbb7f; }

.form-group.is-valid label.control-label, .form-group.has-success label.control-label {
  color: #4cbb7f; }

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #e5e5e5; }

.form-control {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400; }
  .form-control[type=text], .form-control[type=email], .form-control[type=number], .form-control[type=tel], .form-control[type=password], .form-control[readonly] {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    color: #000000;
    padding: 12px 20px;
    height: 46px;
    position: relative; }
    .form-control[type=text]:focus, .form-control[type=email]:focus, .form-control[type=number]:focus, .form-control[type=tel]:focus, .form-control[type=password]:focus, .form-control[readonly]:focus {
      box-shadow: none;
      border-color: #e5e5e5;
      color: #000000;
      outline: none; }

textarea.form-control {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  color: #000000;
  padding: 12px 21px;
  min-height: 113px;
  position: relative; }
  textarea.form-control:focus {
    box-shadow: none;
    border-color: #e5e5e5;
    color: #000000;
    outline: none; }

.checkbox .icheckbox {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  background: url(../img/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  background-position: 0 0; }
  .checkbox .icheckbox.hover {
    background-position: -28px 0; }
  .checkbox .icheckbox.checked {
    background-position: -56px 0; }
  .checkbox .icheckbox.disabled {
    background-position: -84px 0;
    cursor: default; }
  .checkbox .icheckbox.checked.disabled {
    background-position: -112px 0; }

.checkbox--danger .icheckbox {
  background: url(../img/icheck-danger.png) no-repeat; }

.form-group div.checkbox label {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #000000;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent;
  margin: 0;
  /*&:hover,
			&.hover,*/ }
  .form-group div.checkbox label:before {
    display: none; }
  .form-group div.checkbox label.checked {
    color: #009e48; }
  .form-group div.checkbox label .icheckbox {
    margin-right: 10px;
    flex-shrink: 0; }
  .form-group div.checkbox label a {
    text-decoration: underline;
    color: #000000; }
    .form-group div.checkbox label a:hover, .form-group div.checkbox label a.hover {
      color: #009e48; }

.iradio {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  background: url(../img/icheck.png) no-repeat;
  border: none;
  cursor: pointer;
  margin-right: 5px;
  background-position: -140px 0; }
  .iradio.hover {
    background-position: -168px 0; }
  .iradio.checked {
    background-position: -196px 0; }
  .iradio.disabled {
    background-position: -222px 0;
    cursor: default; }
  .iradio.checked.disabled {
    background-position: -248px 0; }
  .iradio--38 {
    width: 38px;
    height: 38px;
    background: url(../img/iradio-38.png) no-repeat;
    background-position: 0 0; }
    .iradio--38.hover {
      background-position: -40px 0; }
    .iradio--38.checked {
      background-position: -80px 0; }
    .iradio--38.disabled {
      background-position: -120px 0;
      cursor: default; }
    .iradio--38.checked.disabled {
      background-position: -160px 0; }

.form-group div.radio {
  padding-left: 20px; }
  .form-group div.radio label {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    background-color: transparent;
    /*&:hover,
			&.hover,*/ }
    .form-group div.radio label:before {
      display: none; }
    .form-group div.radio label.checked {
      color: #009e48; }
    .form-group div.radio label .iradio {
      margin-left: -30px;
      margin-top: -2px; }
    .form-group div.radio label a {
      text-decoration: underline;
      color: #000000; }
      .form-group div.radio label a:hover, .form-group div.radio label a.hover {
        color: #009e48; }

.select2-container--krajee,
.select2-container {
  color: #000000;
  height: 46px;
  position: relative;
  max-width: 100%; }
  .select2-container--krajee.select2,
  .select2-container.select2 {
    width: 100% !important; }
  .select2-container--krajee:focus,
  .select2-container:focus {
    box-shadow: none; }
  .select2-container--krajee .select2-selection,
  .select2-container .select2-selection {
    height: 46px;
    background: #ffffff;
    background: #ffffff;
    padding: 12px 35px 9px 18px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    box-shadow: none; }
    .select2-container--krajee .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-selection--single .select2-selection__rendered {
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 19px;
      color: #000000;
      text-align: left;
      padding-left: 0; }
    .select2-container--krajee .select2-selection--single .select2-selection__placeholder,
    .select2-container .select2-selection--single .select2-selection__placeholder {
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 19px;
      color: #989898; }
    .select2-container--krajee .select2-selection--single .select2-selection__arrow,
    .select2-container .select2-selection--single .select2-selection__arrow {
      border: none;
      height: 46px;
      right: 0;
      width: 40px;
      text-align: left; }
      .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
      .select2-container .select2-selection--single .select2-selection__arrow b {
        border: none !important;
        background: url(../img/arrow-down14x8.svg) no-repeat center center;
        background: url(../img/arrow-down14x8.svg) no-repeat center center;
        width: 14px;
        height: 8px;
        left: auto;
        right: 15px;
        top: calc(50% - 1px);
        margin-left: -4px;
        margin-top: -4px;
        position: absolute;
        transition: transform 0.2s ease-in-out; }
        @media (prefers-reduced-motion: reduce) {
          .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
          .select2-container .select2-selection--single .select2-selection__arrow b {
            transition: none; } }
    .select2-container--krajee .select2-selection--single .select2-selection__clear,
    .select2-container .select2-selection--single .select2-selection__clear {
      top: 16px;
      right: 40px;
      position: absolute;
      font: 0/0 a;
      opacity: 0.4;
      filter: alpha(opacity=40);
      color: #000000;
      width: 12px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='12px' viewBox='0 0 518 518' xml:space='preserve'%3E%3Cpath d='M26,519c-0.7,0-1.3,0-2,0c-12.8-1.9-20.7-9-23-22c0-1.7,0-3.3,0-5c1.6-7.1,5.7-12.5,10.8-17.6C81.6,404.7,151.3,334.9,221,265.2c5.2-5.2,5.2-5.2,0-10.4C150.9,184.7,80.9,114.6,10.8,44.5C5.7,39.5,2.1,34,1,27c0-1.7,0-3.3,0-5C3.7,10.7,10.6,3.6,22,1c2,0,4,0,6,0c7.3,1.7,12.7,6,17.9,11.2C115.5,81.8,185.2,151.4,254.8,221c5.2,5.2,5.2,5.2,10.4,0C335,151.3,404.8,81.6,474.4,11.8C479.5,6.7,484.9,2.6,492,1c2,0,4,0,6,0c11.8,2.7,18.7,10.1,21,22c0,1.3,0,2.7,0,4c-1.2,7.2-5,12.8-10.1,17.9C439,114.7,369.2,184.6,299.3,254.4c-5.6,5.6-5.6,5.6,0,11.1c69.5,69.5,138.9,139,208.5,208.5c5.4,5.4,9.9,11.2,11.2,19c0,1.3,0,2.7,0,4c-2.4,12.9-10.2,20.1-23,22c-0.7,0-1.3,0-2,0c-8.3-0.8-14.3-5.5-20-11.2C404.4,438.2,334.8,368.6,265.2,299c-5.2-5.2-5.2-5.2-10.4,0c-69.7,69.7-139.5,139.4-209.2,209.1C40.1,513.7,34.1,518.1,26,519z'/%3E%3C/svg%3E"); }
      .select2-container--krajee .select2-selection--single .select2-selection__clear:hover,
      .select2-container .select2-selection--single .select2-selection__clear:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
    .select2-container--krajee .select2-selection--single[aria-expanded=true] .select2-selection__arrow b,
    .select2-container .select2-selection--single[aria-expanded=true] .select2-selection__arrow b {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .select2-container--krajee.select2-container--open .select2-selection,
  .select2-container.select2-container--open .select2-selection {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--krajee.select2-container--open .select2-selection,
  .select2-container--krajee .select2-selection:focus,
  .select2-container.select2-container--open .select2-selection,
  .select2-container .select2-selection:focus {
    box-shadow: none;
    border-color: #e5e5e5;
    outline: none; }
  .select2-container--krajee .select2-dropdown,
  .select2-container .select2-dropdown {
    border-color: #e5e5e5;
    padding: 8px 0 8px 0; }
  .select2-container--krajee .select2-results__option,
  .select2-container .select2-results__option {
    padding: 6px 18px 7px; }
    .select2-container--krajee .select2-results__option[aria-selected="true"],
    .select2-container .select2-results__option[aria-selected="true"] {
      color: #000000;
      background-color: #f6f6f7; }
    .select2-container--krajee .select2-results__option--highlighted[aria-selected],
    .select2-container .select2-results__option--highlighted[aria-selected] {
      color: #000000;
      background-color: #f6f6f7; }
  .select2-container--krajee .select2-results > .select2-results__options,
  .select2-container .select2-results > .select2-results__options {
    max-height: 217px;
    overflow-y: auto; }
    .select2-container--krajee .select2-results > .select2-results__options li,
    .select2-container .select2-results > .select2-results__options li {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400;
      color: #000000; }
  .select2-container--krajee .select2-search,
  .select2-container .select2-search {
    padding: 0 18px;
    margin-bottom: 7px; }
  .select2-container--krajee .select2-search__field,
  .select2-container .select2-search__field {
    border: none;
    border-bottom: 1px solid #4cbb7f;
    padding: 0 0 13px 0;
    border-radius: 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400; }
    .select2-container--krajee .select2-search__field:focus,
    .select2-container .select2-search__field:focus {
      box-shadow: none;
      outline: none; }

.ui-spinner {
  float: left;
  width: 100%;
  margin: 0 0 18px;
  height: 40px;
  max-height: 40px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
  .ui-spinner-input {
    margin: 0;
    background: transparent !important;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    width: 100%;
    text-align: center;
    border-color: #e5e5e5;
    font-family: "Roboto", sans-serif !important;
    font-size: 15px !important;
    line-height: 18px !important; }
  .ui-spinner-button {
    border: 0 none;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35px;
    height: auto;
    background: transparent !important; }
    .ui-spinner-button:before {
      content: ' ';
      width: 12px;
      height: 12px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -6px 0 0 -6px;
      background: url(../img/s-spinner.png) left top no-repeat; }
  .ui-spinner-up:before {
    background-position: 0 0; }
  .ui-spinner-up:hover:before {
    background-position: -12px 0; }
  .ui-spinner-down {
    right: auto;
    left: 0; }
    .ui-spinner-down:before {
      background-position: 0 -12px; }
    .ui-spinner-down:hover:before {
      background-position: -12px -12px; }

.intl-tel-input {
  width: 100%; }
  .intl-tel-input .selected-flag {
    padding: 0 0 0 20px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .intl-tel-input .selected-flag .iti-flag {
      top: 2px; }
    .intl-tel-input .selected-flag .iti-arrow {
      border: none;
      width: 14px;
      height: 8px;
      background-image: url(../img/arrow-down14x8.svg);
      background-position: center center;
      background-repeat: no-repeat;
      right: -10px;
      top: 21px;
      transition: all 0.2s ease-in; }
      @media (prefers-reduced-motion: reduce) {
        .intl-tel-input .selected-flag .iti-arrow {
          transition: none; } }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border: none;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type="text"],
  .intl-tel-input.allow-dropdown input[type="tel"],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type="text"],
  .intl-tel-input.separate-dial-code input[type="tel"] {
    padding-left: 70px; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 50px; }
  .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent; }
  .intl-tel-input.has-opened .form-control {
    -webkit-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }

.form-group--tel label.control-label {
  left: 70px;
  width: calc(100% - 72px); }

.form-group--tel.has-focus label.control-label, .form-group--tel.has-value label.control-label {
  left: 18px;
  width: auto; }

.inf__drop-area * {
  box-sizing: border-box; }

.inf__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 23px;
  padding: 0 20px;
  transition: 0.2s; }

input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer; }

input[type="file"]:focus {
  outline: none; }

.inf__btn {
  display: inline-block;
  order: 2;
  border-radius: 23px;
  padding: 12px 24px;
  margin-right: -20px;
  text-transform: uppercase;
  height: 46px; }

.inf__hint {
  order: 1;
  flex: 1;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #989898;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.inputs-results-block {
  position: relative; }
  .inputs-results-block.has-result {
    -webkit-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
    @media (min-width: 992px) {
      .inputs-results-block.has-result {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33); }
        .inputs-results-block.has-result .form-control {
          border-bottom-left-radius: 0 !important;
          border-bottom-right-radius: 0 !important; } }
    .inputs-results-block.has-result .input-results {
      display: flex; }
  .inputs-results-block .input-results {
    display: none;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    height: auto;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
    background-color: #ffffff;
    max-height: 460px;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    @media (max-width: 991px) {
      .inputs-results-block .input-results {
        width: calc(100% + 70px);
        left: -10px;
        top: 48px;
        max-height: calc(100vh - 58px);
        height: calc(100vh - 58px);
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px; } }
    .inputs-results-block .input-results .input-results--text {
      width: 50%;
      padding: 20px 22px; }
      @media (max-width: 1263px) {
        .inputs-results-block .input-results .input-results--text {
          width: 100%; } }
      @media (max-width: 991px) {
        .inputs-results-block .input-results .input-results--text {
          padding: 14px 22px; } }
      .inputs-results-block .input-results .input-results--text ul {
        padding: 0;
        list-style: none;
        margin: 0; }
        .inputs-results-block .input-results .input-results--text ul li {
          font-family: 'Roboto',Arial,sans-serif;
          font-size: 15px;
          line-height: 32px;
          font-weight: 400; }
          .inputs-results-block .input-results .input-results--text ul li span {
            color: #000000; }
          .inputs-results-block .input-results .input-results--text ul li a {
            color: #b5b5b5;
            white-space: nowrap;
            display: block;
            text-overflow: ellipsis;
            overflow: hidden;
            width: auto;
            white-space: nowrap; }
            .inputs-results-block .input-results .input-results--text ul li a:hover {
              color: #009e48; }
              .inputs-results-block .input-results .input-results--text ul li a:hover span {
                color: #009e48; }
    .inputs-results-block .input-results .input-results--products {
      width: 50%;
      padding: 0 0 56px 0;
      border-left: 1px solid #e5e5e5;
      position: relative; }
      @media (max-width: 1263px) {
        .inputs-results-block .input-results .input-results--products {
          display: none; } }
      .inputs-results-block .input-results .input-results--products ul {
        padding: 0;
        list-style: none;
        padding-right: 20px;
        padding-left: 10px; }
        .inputs-results-block .input-results .input-results--products ul li {
          margin: 20px 0 0; }
          .inputs-results-block .input-results .input-results--products ul li:first-child {
            margin: 30px 0 0; }
          .inputs-results-block .input-results .input-results--products ul li .item .flatimg {
            font-size: 13px;
            line-height: 16px; }
          .inputs-results-block .input-results .input-results--products ul li .item .image {
            width: 60px; }
          .inputs-results-block .input-results .input-results--products ul li .item .text {
            width: calc(100% - 60px);
            color: #000000;
            font-weight: 400; }
          .inputs-results-block .input-results .input-results--products ul li .item .item-price {
            color: #43ab41; }
            .inputs-results-block .input-results .input-results--products ul li .item .item-price .price:first-child {
              padding-left: 0; }
          .inputs-results-block .input-results .input-results--products ul li .item:hover .text {
            color: #009e48; }
      .inputs-results-block .input-results .input-results--products .more {
        padding: 20px 30px;
        color: #696969;
        background-color: #f8f8f9;
        text-align: left;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 13px;
        line-height: 16px;
        font-weight: 500;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
        .inputs-results-block .input-results .input-results--products .more:hover {
          color: #009e48; }
    .inputs-results-block .input-results .input-results--empty {
      padding: 10px 20px 12px 22px;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500; }

.selectBox {
  min-width: 100%;
  display: block;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  color: #000000;
  padding: 10px 0; }
  .selectBox:hover {
    color: #000000; }
  .selectBox .selectBox-options li a {
    padding-left: 17px; }

.input-group.date .input-group-append .input-group-text {
  color: #909090; }
  .input-group.date .input-group-append .input-group-text:hover {
    color: #009e48; }
  .input-group.date .input-group-append .input-group-text.kv-date-remove {
    background: transparent;
    border: none;
    position: absolute;
    right: 40px;
    top: 10px; }
  .input-group.date .input-group-append .input-group-text.kv-date-picker {
    background: transparent;
    border: none;
    position: absolute;
    right: 5px;
    top: 10px; }

.input-group.date .krajee-datepicker {
  z-index: -1; }

.datepicker.datepicker-dropdown {
  margin-left: -48px; }

/* LAYOUTS */
.body--action-auth {
  background-color: #f8f7ff; }
  .body--action-auth .body .wrapper {
    max-width: 400px;
    height: 100%; }
    .body--action-auth2.body--action-auth .body .wrapper {
      max-width: 800px; }
  .body--action-auth .body {
    padding-bottom: 80px;
    height: 100%;
    width: 100%;
    min-height: calc(100vh - 113px); }
  .body--action-auth .block-auth {
    padding-top: 50%; }
    @media (max-width: 991px) {
      .body--action-auth .block-auth {
        padding-top: 30%; } }
    .body--action-auth .block-auth--logo {
      text-align: center;
      margin-bottom: 30px; }
      .body--action-auth .block-auth--logo img {
        max-width: 100%; }
  @media (max-width: 991px) {
    .body--action-auth .page {
      padding: 0; } }
  .body--action-auth .header {
    height: 115px;
    padding: 26px 0 0; }
    .body--action-auth .header-logo {
      left: 100px;
      height: 35px; }
      .body--action-auth .header-logo:after {
        width: 185px;
        left: -115px;
        bottom: -20px; }
      .body--action-auth .header-logo img {
        height: 35px; }
  .body--action-auth .footer {
    padding: 35px 10px 30px 10px;
    background-color: #f0f0f0;
    position: relative;
    bottom: 0;
    left: 0;
    color: #848484;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .body--action-auth .footer a {
      color: #848484; }
    @media (max-width: 991px) {
      .body--action-auth .footer {
        position: static; } }
  .body--action-auth .title {
    font-size: 34px;
    line-height: 37px; }

.body--action-clear {
  background-color: #ffffff; }
  .body--action-clear .header-clear {
    height: 205px;
    padding: 62px 84px 0; }
  .body--action-clear .page {
    padding-bottom: 100px; }
    @media (max-width: 583px) {
      .body--action-clear .page {
        padding-bottom: 120px; } }
  .body--action-clear .footer {
    color: #50585b;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400; }
    .body--action-clear .footer a {
      color: #50585b; }
      .body--action-clear .footer a svg,
      .body--action-clear .footer a svg g {
        fill: #50585b; }
    .body--action-clear .footer p {
      margin: 0; }
  .body--action-clear .owexx path {
    fill: rgba(80, 88, 91, 0.8); }

.body--action-cart {
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .body--action-cart .header {
      padding-top: 15px;
      height: 158px; }
      .body--action-cart .header .header-mid {
        margin-top: 2px; } }

@media (min-width: 992px) {
  .body--action-demo .wrapper {
    max-width: 1140px; } }

.body--action-demo .block-slider--1 .article {
  width: 800px; }
  .body--action-demo .block-slider--1 .article h1,
  .body--action-demo .block-slider--1 .article .h1 {
    font-size: 56px;
    line-height: 74px; }
    .body--action-demo .block-slider--1 .article h1 span,
    .body--action-demo .block-slider--1 .article .h1 span {
      font-size: 48px;
      line-height: 48px;
      display: block; }
    @media (max-width: 991px) {
      .body--action-demo .block-slider--1 .article h1,
      .body--action-demo .block-slider--1 .article .h1 {
        font-size: 48px;
        line-height: 66px; }
        .body--action-demo .block-slider--1 .article h1 span,
        .body--action-demo .block-slider--1 .article .h1 span {
          font-size: 40px;
          line-height: 40px; } }
    @media (max-width: 583px) {
      .body--action-demo .block-slider--1 .article h1,
      .body--action-demo .block-slider--1 .article .h1 {
        font-size: 40px;
        line-height: 44px; }
        .body--action-demo .block-slider--1 .article h1 span,
        .body--action-demo .block-slider--1 .article .h1 span {
          font-size: 32px;
          line-height: 32px; } }

.body--action-demo .article p {
  color: #009e48;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px; }

.body--action-demo .article h3 + p {
  margin-top: 8px; }

.body--action-demo .footer {
  color: #ffffff; }
  .body--action-demo .footer .footer-bottom {
    background-color: #007f52;
    padding-top: 69px;
    padding-bottom: 50px; }
  .body--action-demo .footer .footer-bottom-text {
    border: none; }
    .body--action-demo .footer .footer-bottom-text .text {
      padding: 0;
      max-width: 100%;
      width: 100%;
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 18px;
      line-height: 22px; }
      .body--action-demo .footer .footer-bottom-text .text a {
        color: #ffffff; }
        .body--action-demo .footer .footer-bottom-text .text a svg {
          fill: #ffffff; }
      @media (max-width: 991px) {
        .body--action-demo .footer .footer-bottom-text .text .row > div {
          margin-bottom: 12px; } }

/* BLOCKS */
.list-payments {
  list-style: none;
  padding: 0;
  margin: 0 -14px 30px;
  font: 0/0 a;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  @media (max-width: 463px) {
    .list-payments {
      margin: -14px; } }
  .list-payments + .list-payments {
    margin-top: 5px; }
  .list-payments:first-child {
    margin-top: 32px; }
  .list-payments li {
    display: inline-block;
    vertical-align: top;
    padding: 14px;
    width: 180px;
    height: 157px; }
    .list-payments--3.list-payments li {
      width: 33.333%; }
    @media (max-width: 991px) {
      .list-payments li {
        width: 25%; }
        .list-payments--3.list-payments li {
          width: 50%;
          height: 185px; } }
    @media (max-width: 767px) {
      .list-payments li {
        width: 33.333%; }
        .list-payments--3.list-payments li {
          width: 50%; } }
    @media (max-width: 463px) {
      .list-payments li {
        width: 50%;
        padding: 5px; }
        .list-payments--3.list-payments li {
          width: 100%; } }
    @media (max-width: 343px) {
      .list-payments li {
        width: 100%; } }
    .list-payments li > div {
      height: 0;
      padding-top: 85%;
      position: relative; }
    .list-payments li a,
    .list-payments li label {
      display: block;
      background: #ffffff;
      background: #ffffff;
      border: 1px solid #e1e1e1;
      overflow: hidden;
      position: relative;
      top: 0;
      left: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      padding: 17px;
      text-align: center;
      line-height: 100%;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .list-payments li a.checked img,
      .list-payments li a.checked svg, .list-payments li a:hover img,
      .list-payments li a:hover svg,
      .list-payments li label.checked img,
      .list-payments li label.checked svg,
      .list-payments li label:hover img,
      .list-payments li label:hover svg {
        -webkit-filter: none;
        filter: none;
        opacity: 1; }
      .list-payments li a.checked, .list-payments li a.active, .list-payments li a:hover,
      .list-payments li label.checked,
      .list-payments li label.active,
      .list-payments li label:hover {
        border-color: #4cbb7f;
        border-width: 1px; }
  .list-payments img,
  .list-payments svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
    height: auto;
    opacity: .8; }
  .list-payments .iradio {
    display: none !important; }

.rinup-payment-provider .form-group label {
  height: 1px;
  background: #e1e1e1;
  text-align: center;
  margin: 10px 0 26px 10px;
  color: #e1e1e1;
  width: calc(100% - 20px);
  position: relative;
  top: 0;
  left: 0; }
  .rinup-payment-provider .form-group label:before {
    display: none; }
  .rinup-payment-provider .form-group label span {
    color: #e1e1e1;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    background: #f5f5f5;
    padding: 0 30px;
    margin: -11px 0 0; }
    @media (max-width: 463px) {
      .rinup-payment-provider .form-group label span {
        padding: 0 15px; } }
    .body--action-clear .rinup-payment-provider .form-group label span {
      background: #ffffff;
      background: #ffffff;
      color: #3d6bff; }

.cart-steps .step-nav-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .cart-steps .step-nav-list .step {
    display: block;
    padding: 0px 30px; }
    @media (max-width: 767px) {
      .cart-steps .step-nav-list .step {
        border: none;
        padding: 0px;
        width: 87px; } }
    .cart-steps .step-nav-list .step span {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px;
      color: #bababa;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 15px;
      font-weight: bold;
      text-align: left; }
      @media (max-width: 767px) {
        .cart-steps .step-nav-list .step span {
          padding-left: 0;
          margin-top: 6px;
          display: block;
          text-align: center; } }
    .cart-steps .step-nav-list .step div {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .cart-steps .step-nav-list .step div {
          display: block; } }
      .cart-steps .step-nav-list .step div > span {
        padding: 12px 0;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: transparent;
        color: #bababa;
        border: 1px solid #bababa;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 30px;
        line-height: 30px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .cart-steps .step-nav-list .step div > span {
            margin: 0 auto; } }
    .cart-steps .step-nav-list .step:hover:not(.active):not(div) span {
      color: #009e48; }
    .cart-steps .step-nav-list .step:hover:not(.active):not(div) div > span {
      color: #009e48;
      border-color: #009e48; }
    .cart-steps .step-nav-list .step.active span {
      color: #009e48; }
    .cart-steps .step-nav-list .step.active div > span {
      color: #009e48;
      border-color: #009e48; }
    .cart-steps .step-nav-list .step.allowed span {
      color: #009e48; }
    .cart-steps .step-nav-list .step.allowed div > span {
      font: 0/0 a;
      position: relative;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 26 26' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='20px'%3E%3Cpath d='m.3,14c-0.2-0.2-0.3-0.5-0.3-0.7s0.1-0.5 0.3-0.7l1.4-1.4c0.4-0.4 1-0.4 1.4,0l.1,.1 5.5,5.9c0.2,0.2 0.5,0.2 0.7,0l13.4-13.9h0.1v-8.88178e-16c0.4-0.4 1-0.4 1.4,0l1.4,1.4c0.4,0.4 0.4,1 0,1.4l0,0-16,16.6c-0.2,0.2-0.4,0.3-0.7,0.3-0.3,0-0.5-0.1-0.7-0.3l-7.8-8.4-.2-.3z'/%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      color: #bababa;
      border: 1px solid #4cbb7f;
      background-color: #4cbb7f; }
    .cart-steps .step-nav-list .step.allowed.active div > span {
      background-image: none;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 36px;
      line-height: 36px;
      font-weight: 300;
      color: #ffffff; }
  .cart-steps .step-nav-list li {
    display: inline-block;
    vertical-align: top;
    /*@include max768 {
                display: block;
                margin-bottom: 14px;
            }*/ }
    .cart-steps .step-nav-list li:first-child .step {
      border-left: none;
      padding-left: 0; }
    .cart-steps .step-nav-list li:last-child .step {
      padding-right: 0; }

.cart-discounts {
  display: block;
  width: 100%; }

.cart-products .cart-products-list .item .item-title, .cart-products .cart-products-list .item .item-title .text {
  width: 60%;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000000;
  padding-left: 16px; }
  @media (max-width: 1263px) {
    .cart-products .cart-products-list .item .item-title, .cart-products .cart-products-list .item .item-title .text {
      width: 50%; } }
  @media (max-width: 991px) {
    .cart-products .cart-products-list .item .item-title, .cart-products .cart-products-list .item .item-title .text {
      width: calc(100% - 30px);
      order: 1;
      margin-bottom: 8px; } }
  @media (max-width: 463px) {
    .cart-products .cart-products-list .item .item-title, .cart-products .cart-products-list .item .item-title .text {
      padding-left: 0; } }
  .cart-products .cart-products-list .item .item-title .flatimg {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    @media (max-width: 463px) {
      .cart-products .cart-products-list .item .item-title .flatimg {
        display: block; } }
  .cart-products .cart-products-list .item .item-title .text {
    width: calc(100% - 70px);
    padding-left: 20px; }
    @media (max-width: 463px) {
      .cart-products .cart-products-list .item .item-title .text {
        padding-left: 0;
        width: 100%;
        margin-top: 8px; } }
  .cart-products .cart-products-list .item .item-title a:hover {
    color: #009e48; }
    .cart-products .cart-products-list .item .item-title a:hover .text {
      color: #009e48; }

.cart-products .cart-products-list .item .item-price {
  width: 130px;
  text-align: right;
  flex-shrink: 0;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .cart-products .cart-products-list .item .item-price {
      order: 4;
      width: 100%;
      justify-content: flex-start !important; } }
  @media (max-width: 583px) {
    .cart-products .cart-products-list .item .item-price {
      width: 100%;
      text-align: left; } }
  .cart-products .cart-products-list .item .item-price .d-flex {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (max-width: 583px) {
      .cart-products .cart-products-list .item .item-price .d-flex {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
  .cart-products .cart-products-list .item .item-price .price {
    width: 100%;
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500; }
    .cart-products .cart-products-list .item .item-price .price--discount {
      color: #fc1a20;
      display: block; }
    .cart-products .cart-products-list .item .item-price .price--oldprice {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      color: #000000;
      display: block;
      text-decoration: line-through; }

.cart-products .cart-products-list .item .item-quantity {
  width: 110px;
  flex-shrink: 0; }
  .cart-products .cart-products-list .item .item-quantity .ui-spinner {
    margin: 0; }
  @media (max-width: 991px) {
    .cart-products .cart-products-list .item .item-quantity {
      order: 3;
      width: 30%; } }
  @media (max-width: 583px) {
    .cart-products .cart-products-list .item .item-quantity {
      width: 100%; } }

.cart-products .cart-products-list .item .item-total {
  width: 80px;
  flex-shrink: 0;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #000000;
  text-align: center; }
  @media (max-width: 991px) {
    .cart-products .cart-products-list .item .item-total {
      order: 5;
      width: 100%; } }
  @media (max-width: 583px) {
    .cart-products .cart-products-list .item .item-total {
      width: 100%;
      text-align: left; } }

.cart-products .cart-products-list .item .item-remove {
  width: 20px;
  flex-shrink: 0; }
  @media (max-width: 991px) {
    .cart-products .cart-products-list .item .item-remove {
      order: 2; } }

.cart-products .cart-products-list .item.heading {
  border-top: none; }
  @media (max-width: 991px) {
    .cart-products .cart-products-list .item.heading {
      display: none; } }
  .cart-products .cart-products-list .item.heading > * {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500; }
  .cart-products .cart-products-list .item.heading .item-price {
    padding-left: 50px; }

.cart-products .cart-free-shipping {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  vertical-align: middle;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .cart-products .cart-free-shipping {
      padding: 15px 15px;
      display: block;
      font-size: 15px;
      line-height: 18px; } }
  .cart-products .cart-free-shipping strong {
    font-size: 24px;
    line-height: 27px; }
  .cart-products .cart-free-shipping .value {
    margin-left: 5px; }
  .cart-products .cart-free-shipping img {
    margin-right: 1rem; }
    @media (max-width: 583px) {
      .cart-products .cart-free-shipping img {
        margin: 0 auto;
        display: block; } }

.cart-products .cart-products-total {
  max-width: 300px;
  width: 100%;
  float: right;
  position: relative;
  margin: 27px 0 26px;
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .cart-products .cart-products-total {
      float: right; } }
  @media (max-width: 767px) {
    .cart-products .cart-products-total {
      display: flex;
      justify-content: flex-end;
      max-width: 100%; } }
  .cart-products .cart-products-total:after {
    display: block;
    clear: both;
    content: ""; }
  .cart-products .cart-products-total .cart-products-total-text {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    padding: 10px 10px 10px 0; }
  .cart-products .cart-products-total .price {
    width: 100%;
    color: #000000;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    text-align: center; }
    .cart-products .cart-products-total .price--discount {
      color: #fc1a20;
      display: block;
      font-size: 36px;
      line-height: 40px;
      font-weight: bold; }
      .cart-products .cart-products-total .price--discount sup {
        top: -7px; }
    .cart-products .cart-products-total .price--oldprice {
      font-size: 20px;
      line-height: 32px;
      font-weight: bold;
      color: #a5a5a5;
      display: block;
      text-decoration: line-through; }
      .cart-products .cart-products-total .price--oldprice sup {
        top: -13px; }

.cart-products .cart-discount-form {
  flex: 1 0 auto;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500; }
  @media (max-width: 991px) {
    .cart-products .cart-discount-form {
      order: 1;
      width: 100%; } }
  .cart-products .cart-discount-form .form-group {
    max-width: 420px;
    width: 100%;
    margin: 0 0 0 14px;
    padding: 0px 10px; }
    @media (max-width: 991px) {
      .cart-products .cart-discount-form .form-group {
        max-width: calc(100% - 100px); } }
    @media (max-width: 583px) {
      .cart-products .cart-discount-form .form-group {
        max-width: 100%;
        margin: 12px 0 0 0; } }
  .cart-products .cart-discount-form .d-flex {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media (max-width: 583px) {
      .cart-products .cart-discount-form .d-flex {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.cart-products .cart-products-action.cart-products-action-btn {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .cart-products .cart-products-action.cart-products-action-btn {
      display: block; } }

@media (max-width: 991px) {
  .cart-products .cart-products-action .cart-products-action-back {
    order: 2; } }

@media (max-width: 767px) {
  .cart-products .cart-products-action .cart-products-action-back {
    order: 3; } }

@media (max-width: 1263px) {
  .cart-products .cart-products-action .cart-products-total {
    max-width: 240px; } }

@media (max-width: 991px) {
  .cart-products .cart-products-action .cart-products-total {
    order: 3;
    margin-top: 14px !important; } }

@media (max-width: 767px) {
  .cart-products .cart-products-action .cart-products-total {
    order: 2; } }

.cart-products .cart-products-action .cart-products-action-text {
  margin-top: 5px;
  vertical-align: middle;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  color: #4cbb7f;
  text-align: right; }
  @media (max-width: 767px) {
    .cart-products .cart-products-action .cart-products-action-text {
      text-align: left; } }
  .cart-products .cart-products-action .cart-products-action-text span {
    font-size: 24px;
    line-height: 27px;
    vertical-align: sub; }

.cart-products .cart-products-action .btn {
  width: 300px; }
  @media (max-width: 767px) {
    .cart-products .cart-products-action .btn {
      width: 100%;
      margin-bottom: 14px; } }

.cart-products .cart-products-action .btn-link {
  width: auto; }
  @media (max-width: 767px) {
    .cart-products .cart-products-action .btn-link {
      width: 100%; } }

.cart-products .cart-products-shipping-list .item {
  position: relative; }
  .cart-products .cart-products-shipping-list .item .item-title, .cart-products .cart-products-shipping-list .cart-products-list .item .item-title .text, .cart-products .cart-products-list .cart-products-shipping-list .item .item-title .text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #000000;
    padding-left: 16px;
    order: 1; }
    @media (max-width: 991px) {
      .cart-products .cart-products-shipping-list .item .item-title, .cart-products .cart-products-shipping-list .cart-products-list .item .item-title .text, .cart-products .cart-products-list .cart-products-shipping-list .item .item-title .text {
        padding-right: 30px;
        order: 1;
        margin-bottom: 8px; } }
    @media (max-width: 463px) {
      .cart-products .cart-products-shipping-list .item .item-title, .cart-products .cart-products-shipping-list .cart-products-list .item .item-title .text, .cart-products .cart-products-list .cart-products-shipping-list .item .item-title .text {
        padding-left: 0; } }
    .cart-products .cart-products-shipping-list .item .item-title .flatimg {
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      @media (max-width: 463px) {
        .cart-products .cart-products-shipping-list .item .item-title .flatimg {
          display: block; } }
    .cart-products .cart-products-shipping-list .item .item-title .text {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 500;
      color: #000000;
      padding-left: 16px;
      width: calc(100% - 70px); }
      @media (max-width: 463px) {
        .cart-products .cart-products-shipping-list .item .item-title .text {
          width: 100%;
          padding-left: 0;
          margin-top: 8px; } }
    .cart-products .cart-products-shipping-list .item .item-title a, .cart-products .cart-products-shipping-list .cart-products-list .item .item-title .text a, .cart-products .cart-products-list .cart-products-shipping-list .item .item-title .text a {
      color: #000000; }
      .cart-products .cart-products-shipping-list .item .item-title a:hover {
        color: #009e48; }
        .cart-products .cart-products-shipping-list .item .item-title a:hover .text {
          color: #009e48; }
  .cart-products .cart-products-shipping-list .item .item-input {
    max-width: 400px;
    margin-right: 30px;
    width: 100%;
    flex: 0 0 100%;
    order: 2; }
    @media (max-width: 991px) {
      .cart-products .cart-products-shipping-list .item .item-input {
        order: 3;
        margin-right: 0;
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 14px; }
        .cart-products .cart-products-shipping-list .item .item-input .form-group {
          max-width: 400px; } }
    .cart-products .cart-products-shipping-list .item .item-input .form-group {
      margin: 0 auto;
      width: 100%;
      margin-left: 10px; }
      @media (max-width: 991px) {
        .cart-products .cart-products-shipping-list .item .item-input .form-group {
          display: block;
          margin-top: 12px;
          margin-left: 0; } }
  .cart-products .cart-products-shipping-list .item .item-price {
    width: 105px;
    width: 105px;
    flex: 0 0 105px;
    text-align: center;
    flex-shrink: 0;
    order: 3;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 991px) {
      .cart-products .cart-products-shipping-list .item .item-price {
        order: 4;
        width: 100%;
        flex: 0 0 100%;
        text-align: left; } }
    @media (max-width: 583px) {
      .cart-products .cart-products-shipping-list .item .item-price {
        width: calc(100% - 40px);
        margin-left: 0px; } }
    .cart-products .cart-products-shipping-list .item .item-price .d-flex {
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      @media (max-width: 583px) {
        .cart-products .cart-products-shipping-list .item .item-price .d-flex {
          -webkit-box-pack: start;
          -moz-box-pack: start;
          box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start; } }
    .cart-products .cart-products-shipping-list .item .item-price .price {
      color: #000000;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      padding-left: 0;
      width: 100%; }
      .cart-products .cart-products-shipping-list .item .item-price .price--discount {
        color: #fc1a20;
        display: block; }
      .cart-products .cart-products-shipping-list .item .item-price .price--oldprice {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500;
        color: #000000;
        display: block;
        text-decoration: line-through; }
  .cart-products .cart-products-shipping-list .item .item-select {
    width: 90px;
    flex-shrink: 0;
    text-align: center;
    order: 4;
    flex: 0 0 90px; }
    @media (max-width: 991px) {
      .cart-products .cart-products-shipping-list .item .item-select {
        max-width: 30px;
        position: absolute;
        right: 0;
        top: 25px; } }
  .cart-products .cart-products-shipping-list .item.heading {
    border-top: none; }
    @media (max-width: 991px) {
      .cart-products .cart-products-shipping-list .item.heading {
        display: none; } }
    .cart-products .cart-products-shipping-list .item.heading > * {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500; }
    .cart-products .cart-products-shipping-list .item.heading .item-price {
      text-align: center; }
    .cart-products .cart-products-shipping-list .item.heading .item-title, .cart-products .cart-products-shipping-list .cart-products-list .item.heading .item-title .text, .cart-products .cart-products-list .cart-products-shipping-list .item.heading .item-title .text {
      justify-content: flex-start; }

.cart-products .flex-table .item {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  flex-direction: row;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  flex-direction: row; }
  @media (max-width: 991px) {
    .cart-products .flex-table .item {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .cart-products .flex-table .item:nth-child(2) {
        border-top: none; } }
  .cart-products .flex-table .item > [class*=item-] {
    display: flex;
    justify-content: center; }
  .cart-products .flex-table .item > .item-remove {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .cart-products .flex-table .item .heading.item-price,
  .cart-products .flex-table .item .item-select,
  .cart-products .flex-table .item .item-total,
  .cart-products .flex-table .item .item-quantity {
    align-items: center; }
    @media (max-width: 991px) {
      .cart-products .flex-table .item .heading.item-price,
      .cart-products .flex-table .item .item-select,
      .cart-products .flex-table .item .item-total,
      .cart-products .flex-table .item .item-quantity {
        align-items: flex-start;
        justify-content: flex-start; } }

.cart-products .flex-table .collapse-show {
  width: 80%;
  margin-top: 35px;
  order: 5; }
  @media (max-width: 991px) {
    .cart-products .flex-table .collapse-show {
      width: 100%;
      margin-top: 15px; } }

.cart-products .checkbox {
  padding-left: 0 !important; }
  .cart-products .checkbox label {
    padding: 0 !important;
    max-width: 100%;
    text-overflow: normal;
    white-space: normal; }
  .cart-products .checkbox .icheckbox {
    margin-left: 0 !important; }
  .cart-products .checkbox a {
    color: #4cbb7f !important;
    text-decoration: none !important; }
    .cart-products .checkbox a:hover {
      color: #009e48 !important; }

.cart-order-info {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 12px;
  margin: 0; }
  .cart-order-info > div {
    border: 1px solid #cfcfcf;
    padding: 30px 15px 30px 35px;
    width: calc(50% - 10px);
    flex-basis: unset;
    flex-grow: 0;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px; }
    @media (max-width: 767px) {
      .cart-order-info > div .col {
        flex-basis: unset;
        flex-grow: 0;
        width: 100%; } }
    @media (max-width: 583px) {
      .cart-order-info > div {
        width: 100%;
        margin-bottom: 14px; } }

.form-price {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  font-weight: 700;
  margin-bottom: 20px;
  color: #4e486b; }

.form-cart-item {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  background-color: #f0f0f0;
  margin-bottom: 20px; }
  @media (max-width: 463px) {
    .form-cart-item {
      display: block; } }
  .form-cart-item--title {
    width: 55%;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3d6bff;
    font-weight: 700; }
    @media (max-width: 463px) {
      .form-cart-item--title {
        width: 100%; } }
  .form-cart-item--price {
    width: 45%;
    font-family: "Chaparral pro", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #3d6bff;
    text-align: right; }
    @media (max-width: 463px) {
      .form-cart-item--price {
        width: 100%;
        text-align: left; } }

.cart-block {
  background-color: #ffffff;
  padding: 35px 40px 25px; }
  @media (max-width: 991px) {
    .cart-block {
      padding: 17px 20px; } }
  .cart-block .title {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-transform: none;
    margin-bottom: 24px; }

.cart-lists {
  display: none; }
  @media (max-width: 1263px) {
    .cart-lists {
      display: block; } }

@media (max-width: 1263px) {
  .header-cart-lists {
    display: none; } }

.cart-payment-method {
  background-color: #f8f8f9;
  padding: 68px 180px 52px; }
  @media (max-width: 1263px) {
    .cart-payment-method {
      padding: 68px 30px 52px; } }
  @media (max-width: 991px) {
    .cart-payment-method {
      padding: 68px 30px 40px; } }
  .cart-payment-method .title {
    font-family: "MyriadPro", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 28px; }

.cart-payment-method-list {
  margin: 0 auto; }

.payment-method-select {
  max-width: 400px;
  margin: 0 auto; }

.price-total .label {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 34px;
  line-height: 37px;
  font-weight: 700;
  color: #fc1a20; }

.price-total .price {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 50px;
  line-height: 53px;
  font-weight: 700;
  color: #fc1a20;
  padding: 0; }

.block-slider {
  padding: 0;
  background: transparent;
  background: transparent;
  overflow: visible; }
  .block-slider .dvslider,
  .block-slider .swiper-container {
    background: transparent;
    background: transparent;
    position: relative; }
  .block-slider .dvslider-wrapper,
  .block-slider .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative; }
  .block-slider .dvslider-content,
  .block-slider .swiper-content {
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    overflow: hidden;
    background: center center no-repeat;
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .block-slider .dvslider-slide,
  .block-slider .swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
    float: left; }
  .block-slider .article {
    padding: 62px 45px 37px;
    width: 700px;
    float: right;
    margin-left: 35%;
    background: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 991px) {
      .block-slider .article {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .block-slider .article {
        width: 100%; } }
    @media (max-width: 583px) {
      .block-slider .article {
        width: 100%; } }
    .block-slider .article a:not(.btn) {
      color: #009e48;
      text-decoration: none; }
  .mod--fullheight .block-slider .article {
    padding-top: 57px;
    margin-top: 100px;
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .mod--fullheight .block-slider .article {
        margin-top: 60px;
        padding-top: 30px;
        margin-bottom: 0px; } }
  .mod--fullheight .block-slider .dvslider-wrapper,
  .mod--fullheight .block-slider .swiper-wrapper {
    height: 830px; }
    @media (max-width: 991px) {
      .mod--fullheight .block-slider .dvslider-wrapper,
      .mod--fullheight .block-slider .swiper-wrapper {
        height: 600px; } }
  .mod--fullheight .block-slider .dvslider-pager {
    position: absolute;
    bottom: 40px; }
  @media (max-width: 991px) {
    .mod--fullheight:first-child .block-slider .dvslider-wrapper,
    .mod--fullheight:first-child .block-slider .swiper-wrapper {
      height: 600px; } }
  .block-slider .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    height: 18px;
    text-align: center; }
    .block-slider .swiper-pagination .swiper-pagination-bullet {
      display: inline-block;
      width: 10px;
      height: 10px;
      font: 0/0 a;
      margin: 3px 6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: fadeout(#009e48, 50);
      vertical-align: top; }
      .block-slider .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #009e48; }
      .block-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #009e48;
        margin: 0 6px;
        width: 18px;
        height: 18px; }
      .mod--fullheight .block-slider .swiper-pagination .swiper-pagination-bullet {
        background-color: #009e48; }
        .mod--fullheight .block-slider .swiper-pagination .swiper-pagination-bullet:hover {
          background-color: #009e48; }
        .mod--fullheight .block-slider .swiper-pagination .swiper-pagination-bullet.active {
          background-color: #009e48; }
    .block-slider .swiper-pagination .swiper-slider {
      display: inline-block;
      white-space: nowrap;
      position: relative; }
  .block-slider .swiper-button-prev,
  .block-slider .swiper-button-next {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 40px;
    height: 40px;
    font: 0/0 a;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5);
    background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5); }
    @media (prefers-reduced-motion: reduce) {
      .block-slider .swiper-button-prev,
      .block-slider .swiper-button-next {
        transition: none; } }
    .block-slider .swiper-button-prev:hover,
    .block-slider .swiper-button-next:hover {
      background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5);
      background: url("../img/arrow-left-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5); }
  .block-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    left: auto;
    right: 0;
    width: 60px;
    background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5);
    background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(255, 255, 255, 0.5); }
    .block-slider .swiper-button-next:hover {
      background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5);
      background: url("../img/arrow-right-lg-w.png") center center no-repeat rgba(25, 170, 10, 0.5); }
    .block-slider .swiper-button-next .swiper-total {
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      color: #ffffff;
      padding: 11px 13px;
      display: block; }
  .block-slider .mod--align-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .block-slider .mod--align-right .article {
      float: right;
      margin-left: 16px;
      margin-right: 12%; }
  .block-slider .mod--align-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    .block-slider .mod--align-left .article {
      float: left;
      margin-left: 10%;
      margin-right: 16px; }
  .block-slider .mod--align-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .block-slider .mod--align-center .article {
      float: none;
      margin-left: auto;
      margin-right: auto; }
  .block-slider .mod--align-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
  .block-slider .mod--align-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .block-slider .mod--align-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
    .block-slider .mod--align-bottom .article {
      margin-bottom: 2%; }
  .block-slider .mod--bg-dark .article {
    background: #000000;
    background: fadeout(#000000, 40%); }
  .block-slider .mod--bg-none .article {
    background: transparent;
    box-shadow: none; }
  .block-slider .mod--text-light .article {
    color: #ffffff; }
    .block-slider .mod--text-light .article h1,
    .block-slider .mod--text-light .article .h1 {
      color: #ffffff; }
    .block-slider .mod--text-light .article p {
      color: #ffffff; }
  .block-slider .mod--text-none .article {
    background: transparent;
    box-shadow: none; }
    .block-slider .mod--text-none .article > * {
      display: none; }

.block-slider--1 .dvslider-wrapper,
.block-slider--1 .swiper-wrapper {
  height: 520px; }

.block-slider--1 .slider-wrapper {
  max-width: 1280px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 50%;
  z-index: 1; }
  @media (max-width: 991px) {
    .block-slider--1 .slider-wrapper {
      max-width: none;
      padding-left: 9px;
      padding-right: 9px; } }

.block-slider--1 .swiper-pagination {
  height: 18px;
  padding-top: 5px;
  padding-bottom: 20px; }
  .block-slider--1 .swiper-pagination .swiper-pagination-bullet {
    background-color: #009e48;
    border: 2px solid transparent;
    opacity: 1;
    transition: all 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .block-slider--1 .swiper-pagination .swiper-pagination-bullet {
        transition: none; } }
    .block-slider--1 .swiper-pagination .swiper-pagination-bullet:hover {
      background-color: #009e48; }
    .block-slider--1 .swiper-pagination .swiper-pagination-bullet-active {
      background-color: transparent;
      border-color: #009e48;
      margin: 0 7px; }
    .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet {
      background-color: #009e48; }
      .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: #009e48;
        border-color: #009e48;
        margin: 0 7px;
        width: 18px;
        height: 18px; }
      .mod--fullheight .block-slider--1 .swiper-pagination .swiper-pagination-bullet-active {
        background-color: transparent;
        border-color: #009e48; }
  .block-slider--1 .swiper-pagination .swiper-slider {
    display: inline-block;
    white-space: nowrap;
    position: relative; }

.block-slider--1 .swiper-button-prev,
.block-slider--1 .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='40px' viewBox='0 0 363 695' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M364,48c-3,14.3-13.5,23.4-22.7,33.4c-46.4,50.3-93,100.5-139.4,150.8c-34.7,37.6-69.3,75.2-104,112.8 c-2.5,2.7-2.5,4.3,0,7c37.3,40.2,74.4,80.5,111.6,120.7c47.6,51.5,95.1,103.1,142.7,154.6c5.8,6.3,9.6,13.6,11.9,21.7 c0,4.7,0,9.3,0,14c-2.2,8.3-5.6,15.9-12,22c-6.3,6-13.9,8.8-22,11c-3.3,0-6.7,0-10,0c-12.8-1.8-21.9-9.4-30.3-18.7 c-29.6-32.5-59.5-64.8-89.4-97.1c-26.4-28.6-53-57.2-79.4-85.9c-35.1-37.9-70-75.9-105.2-113.8C8.5,372.9,2.6,364.7,1,354 c0-4.3,0-8.7,0-13c2.2-8.2,6.2-15.4,12-21.6c17.4-18.8,34.9-37.7,52.3-56.5c21.6-23.4,43.2-46.7,64.8-70.1 c31.4-34,62.8-68.1,94.3-102.1c21.8-23.6,43.7-47.2,65.3-71C298,10.3,307.3,3,320,1c3.3,0,6.7,0,10,0c18.1,4.1,29.8,14.7,34,33 C364,38.7,364,43.3,364,48z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: 0px;
  transition: all 0.3s ease;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px; }
  @media (prefers-reduced-motion: reduce) {
    .block-slider--1 .swiper-button-prev,
    .block-slider--1 .swiper-button-next {
      transition: none; } }
  .block-slider--1 .swiper-button-prev:hover,
  .block-slider--1 .swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='40px' viewBox='0 0 363 695' xml:space='preserve' fill='%23000000'%3E%3Cpath d='M364,48c-3,14.3-13.5,23.4-22.7,33.4c-46.4,50.3-93,100.5-139.4,150.8c-34.7,37.6-69.3,75.2-104,112.8 c-2.5,2.7-2.5,4.3,0,7c37.3,40.2,74.4,80.5,111.6,120.7c47.6,51.5,95.1,103.1,142.7,154.6c5.8,6.3,9.6,13.6,11.9,21.7 c0,4.7,0,9.3,0,14c-2.2,8.3-5.6,15.9-12,22c-6.3,6-13.9,8.8-22,11c-3.3,0-6.7,0-10,0c-12.8-1.8-21.9-9.4-30.3-18.7 c-29.6-32.5-59.5-64.8-89.4-97.1c-26.4-28.6-53-57.2-79.4-85.9c-35.1-37.9-70-75.9-105.2-113.8C8.5,372.9,2.6,364.7,1,354 c0-4.3,0-8.7,0-13c2.2-8.2,6.2-15.4,12-21.6c17.4-18.8,34.9-37.7,52.3-56.5c21.6-23.4,43.2-46.7,64.8-70.1 c31.4-34,62.8-68.1,94.3-102.1c21.8-23.6,43.7-47.2,65.3-71C298,10.3,307.3,3,320,1c3.3,0,6.7,0,10,0c18.1,4.1,29.8,14.7,34,33 C364,38.7,364,43.3,364,48z'/%3E%3C/svg%3E");
    background-color: #ffffff; }
  @media (max-width: 991px) {
    .block-slider--1 .swiper-button-prev,
    .block-slider--1 .swiper-button-next {
      display: none; } }

.block-slider--1 .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='40px' viewBox='0 0 363 695' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M1,649c3-14.3,13.5-23.4,22.7-33.4c46.4-50.3,93-100.5,139.4-150.8c34.7-37.6,69.3-75.2,104-112.8c2.5-2.7,2.5-4.3,0-7 c-37.3-40.2-74.4-80.5-111.6-120.7C108,172.8,60.5,121.2,12.9,69.7C7.1,63.4,3.3,56.1,1,48c0-4.7,0-9.3,0-14 c2.2-8.3,5.6-15.9,12-22c6.3-6,13.9-8.8,22-11c3.3,0,6.7,0,10,0c12.8,1.8,21.9,9.4,30.3,18.7c29.6,32.5,59.5,64.8,89.4,97.1 c26.4,28.6,53,57.2,79.4,85.9c35.1,37.9,70,75.9,105.2,113.8c7.2,7.7,13.1,15.9,14.7,26.6c0,4.3,0,8.7,0,13 c-2.2,8.2-6.2,15.4-12,21.6c-17.4,18.8-34.9,37.7-52.3,56.5c-21.6,23.4-43.2,46.7-64.8,70.1c-31.4,34-62.8,68.1-94.3,102.1 c-21.8,23.6-43.7,47.2-65.3,71C67,686.7,57.7,694,45,696c-3.3,0-6.7,0-10,0c-18.1-4.1-29.8-14.7-34-33C1,658.3,1,653.7,1,649z'/%3E%3C/svg%3E"); }
  .block-slider--1 .swiper-button-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21px' height='40px' viewBox='0 0 363 695' xml:space='preserve' fill='%23000000'%3E%3Cpath d='M1,649c3-14.3,13.5-23.4,22.7-33.4c46.4-50.3,93-100.5,139.4-150.8c34.7-37.6,69.3-75.2,104-112.8c2.5-2.7,2.5-4.3,0-7 c-37.3-40.2-74.4-80.5-111.6-120.7C108,172.8,60.5,121.2,12.9,69.7C7.1,63.4,3.3,56.1,1,48c0-4.7,0-9.3,0-14 c2.2-8.3,5.6-15.9,12-22c6.3-6,13.9-8.8,22-11c3.3,0,6.7,0,10,0c12.8,1.8,21.9,9.4,30.3,18.7c29.6,32.5,59.5,64.8,89.4,97.1 c26.4,28.6,53,57.2,79.4,85.9c35.1,37.9,70,75.9,105.2,113.8c7.2,7.7,13.1,15.9,14.7,26.6c0,4.3,0,8.7,0,13 c-2.2,8.2-6.2,15.4-12,21.6c-17.4,18.8-34.9,37.7-52.3,56.5c-21.6,23.4-43.2,46.7-64.8,70.1c-31.4,34-62.8,68.1-94.3,102.1 c-21.8,23.6-43.7,47.2-65.3,71C67,686.7,57.7,694,45,696c-3.3,0-6.7,0-10,0c-18.1-4.1-29.8-14.7-34-33C1,658.3,1,653.7,1,649z'/%3E%3C/svg%3E"); }

@media (max-width: 583px) {
  .block-slider--1 .article {
    padding-left: 10px;
    padding-right: 10px; } }

.block-slider--1 .article h1,
.block-slider--1 .article .h1 {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  color: #009e48;
  text-transform: uppercase; }
  @media (max-width: 583px) {
    .block-slider--1 .article h1,
    .block-slider--1 .article .h1 {
      font-size: 32px;
      line-height: 34px; } }
  .block-slider--1 .article h1 span,
  .block-slider--1 .article .h1 span {
    font-size: 34px;
    line-height: 37px; }
    @media (max-width: 583px) {
      .block-slider--1 .article h1 span,
      .block-slider--1 .article .h1 span {
        font-size: 24px;
        line-height: 26px; } }

.block-slider--1 .article p {
  margin-top: 0px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #717171;
  text-transform: uppercase; }
  .block-slider--1 .article p a:not(.btn) {
    color: #717171; }

.services--block {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap; }
  @media (max-width: 823px) {
    .services--block {
      padding: 0 10px; } }
  .services--block > .item {
    width: calc(33.333% - 10px);
    padding: 20px 35px;
    position: relative;
    margin: 0 5px 45px;
    transition-property: background,opacity,transform;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 991px) {
      .services--block > .item {
        width: calc(50% - 10px);
        padding: 15px 25px;
        margin: 0 5px 25px; } }
    @media (max-width: 767px) {
      .services--block > .item {
        width: 100%;
        margin: 15px 0;
        padding: 10px 15px; } }
    .services--block > .item > .item-icon {
      margin-bottom: 16px;
      display: block;
      transition: all 0.2s ease-in; }
      @media (prefers-reduced-motion: reduce) {
        .services--block > .item > .item-icon {
          transition: none; } }
      .services--block > .item > .item-icon svg {
        fill: #696969;
        transition: all 0.2s ease-in; }
        @media (prefers-reduced-motion: reduce) {
          .services--block > .item > .item-icon svg {
            transition: none; } }
    .services--block > .item > .item-title, .cart-products .cart-products-list .item .item-title .services--block > .item > .text {
      font-family: "MyriadPro", sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px;
      text-transform: uppercase;
      color: #000000;
      text-align: center;
      margin-bottom: 12px;
      transition: all 0.2s ease-in; }
      @media (prefers-reduced-motion: reduce) {
        .services--block > .item > .item-title, .cart-products .cart-products-list .item .item-title .services--block > .item > .text {
          transition: none; } }
    .services--block > .item > .item-desc {
      color: #000000;
      transition: all 0.2s ease-in; }
      @media (prefers-reduced-motion: reduce) {
        .services--block > .item > .item-desc {
          transition: none; } }
    .services--block > .item p {
      color: #000000;
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 24px;
      transition: all 0.2s ease-in;
      margin-bottom: 14px; }
      @media (prefers-reduced-motion: reduce) {
        .services--block > .item p {
          transition: none; } }
    .services--block > .item .btn {
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s ease-in;
      height: 40px;
      padding: 10px 36px; }
      @media (prefers-reduced-motion: reduce) {
        .services--block > .item .btn {
          transition: none; } }
      @media (max-width: 991px) {
        .services--block > .item .btn {
          opacity: 1;
          visibility: visible; } }
    .services--block > .item.active > .item-title, .cart-products .cart-products-list .item .item-title .services--block > .item.active > .text, .services--block > .item:hover > .item-title, .cart-products .cart-products-list .item .item-title .services--block > .item:hover > .text {
      color: #009e48; }
    .services--block > .item.active > p, .services--block > .item:hover > p {
      color: #009e48; }
    .services--block > .item.active > .item-icon svg, .services--block > .item:hover > .item-icon svg {
      fill: #009e48; }
    .services--block > .item.active > .item-desc, .services--block > .item:hover > .item-desc {
      color: #009e48; }
    .services--block > .item.active .btn, .services--block > .item:hover .btn {
      visibility: visible;
      opacity: 1; }

.block--form {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px; }
  .mod--color-invert .block--form {
    color: #ffffff; }
  @media (max-width: 767px) {
    .block--form {
      display: block; } }
  .block--form-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .block--form.mod--padbot40 {
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .block--form.mod--padbot40 {
        padding-bottom: 100px; } }
  .block--form .form-block {
    width: 450px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .block--form .form-block {
        margin-top: 0; } }
    .block--form .form-block .title + .form {
      margin-top: 30px; }
    .block--form .form-block .form {
      margin-bottom: 100px;
      width: calc(100% - 50px); }
      .block--form .form-block .form.mod--lesspadbot {
        margin-bottom: 60px; }
      @media (max-width: 767px) {
        .block--form .form-block .form {
          width: 100%;
          margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .block--form .form-block {
        width: 100%; } }
  .block--form .image {
    width: calc(100% - 450px);
    text-align: right;
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .block--form .image {
        width: 100%;
        padding: 0;
        text-align: left;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
    .block--form .image img {
      max-width: 100%; }
  .block--form .title {
    font-family: "Chaparral pro", sans-serif;
    font-size: 75px;
    line-height: 80px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3d6bff;
    text-align: left; }
    .mod--color-invert .block--form .title {
      color: #ffffff; }
    @media (max-width: 463px) {
      .block--form .title {
        font-family: "Chaparral pro", sans-serif;
        font-size: 65px;
        line-height: 70px;
        font-weight: 700; } }
    .block--form .title span {
      font-size: 80px;
      line-height: 80px;
      color: #009e48; }
      @media (max-width: 463px) {
        .block--form .title span {
          font-family: "Chaparral pro", sans-serif;
          font-size: 55px;
          line-height: 60px;
          font-weight: 700; } }
  .block--form .title2 {
    font-family: "Chaparral pro", sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3d6bff;
    margin-bottom: 40px; }
    .mod--color-invert .block--form .title2 {
      color: #ffffff; }

.block--feedback .title {
  font-family: "Chaparral pro", sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3d6bff;
  text-align: center;
  margin-bottom: 50px; }
  .mod--color-invert .block--feedback .title {
    color: #ffffff; }

.block--feedback .swiper-container {
  margin: 0 auto;
  width: 960px;
  padding: 0px 80px; }
  @media (max-width: 991px) {
    .block--feedback .swiper-container {
      width: 100%;
      padding: 0px 80px; } }
  @media (max-width: 583px) {
    .block--feedback .swiper-container {
      width: 100%;
      padding: 0px 20px; } }

.block--feedback .swiper-slide > .text {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: center; }
  .mod--color-invert .block--feedback .swiper-slide > .text {
    color: #ffffff; }

.block--feedback .swiper-slide > .client {
  width: 400px;
  margin: 50px auto 0 auto;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (max-width: 463px) {
    .block--feedback .swiper-slide > .client {
      width: 100%;
      display: block; } }
  .block--feedback .swiper-slide > .client > .image img {
    border-radius: 64px;
    max-width: 123px;
    max-height: 123px; }
  @media (max-width: 463px) {
    .block--feedback .swiper-slide > .client > .image {
      text-align: center; } }
  .block--feedback .swiper-slide > .client > .text {
    padding-left: 20px;
    font-family: "Myriad Pro Semibold", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #3d6bff; }
    .mod--color-invert .block--feedback .swiper-slide > .client > .text {
      color: #ffffff; }
    .block--feedback .swiper-slide > .client > .text p {
      font-family: "Myriad Pro Semibold", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 14px;
      color: #989898; }
      .mod--color-invert .block--feedback .swiper-slide > .client > .text p {
        color: #ffffff; }
    @media (max-width: 463px) {
      .block--feedback .swiper-slide > .client > .text {
        text-align: center;
        padding: 0;
        margin-top: 10px; } }

.block--feedback .swiper-button-prev {
  top: 30px;
  background: url("../img/feedback-left.svg") no-repeat center center;
  left: 0; }
  @media (max-width: 583px) {
    .block--feedback .swiper-button-prev {
      top: calc(100% - 150px); } }
  .block--feedback .swiper-button-prev:hover {
    background: url("../img/feedback-left-h.svg") no-repeat center center; }

.block--feedback .swiper-button-next {
  top: 30px;
  background: url("../img/feedback-right.svg") no-repeat center center;
  right: 0; }
  @media (max-width: 583px) {
    .block--feedback .swiper-button-next {
      top: calc(100% - 150px); } }
  .block--feedback .swiper-button-next:hover {
    background: url("../img/feedback-right-h.svg") no-repeat center center; }

.block--services-count .services-list {
  padding: 0px;
  background: transparent;
  list-style: none;
  width: 100%;
  margin: 0;
  display: inline-block; }
  .block--services-count .services-list li {
    display: inline-block;
    width: 265px;
    vertical-align: top;
    float: left; }
    .block--services-count .services-list li + li:before {
      padding: 0; }
    @media (max-width: 1263px) {
      .block--services-count .services-list li {
        width: calc(25% - 20px); } }
    @media (max-width: 991px) {
      .block--services-count .services-list li {
        width: 50%; } }
    @media (max-width: 583px) {
      .block--services-count .services-list li {
        width: 100%; } }
    .block--services-count .services-list li a {
      height: 230px;
      color: #ffffff;
      text-decoration: none;
      padding: 60px 0px 60px 90px;
      position: relative;
      display: inline-block;
      width: 100%;
      background-color: transparent;
      text-align: center;
      text-transform: capitalize;
      font-family: "Myriad Pro Semibold", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px; }
      @media (max-width: 991px) {
        .block--services-count .services-list li a {
          height: auto;
          padding: 60px 20px; } }
      .block--services-count .services-list li a > div {
        width: 200px;
        margin-left: 10px;
        z-index: 1;
        position: relative; }
        @media (max-width: 991px) {
          .block--services-count .services-list li a > div {
            width: 100%;
            margin: 0 auto; } }
      .block--services-count .services-list li a:hover {
        text-decoration: none; }
      .block--services-count .services-list li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 115px solid transparent;
        border-bottom: 115px solid transparent;
        border-left: 100px solid #8d88a1;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: -1px;
        left: 100%;
        z-index: 1; }
        @media (max-width: 991px) {
          .block--services-count .services-list li a:before {
            display: none; } }
      .block--services-count .services-list li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 115px solid transparent;
        border-bottom: 115px solid transparent;
        border-left: 100px solid #746f8b;
        position: absolute;
        top: 0;
        margin-top: 0px;
        left: 100%; }
        @media (max-width: 991px) {
          .block--services-count .services-list li a:after {
            display: none; } }
      .block--services-count .services-list li a .number,
      .block--services-count .services-list li a .icon {
        font-family: 'ChaparralProRegular', sans-serif;
        font-size: 64px;
        line-height: 67px;
        font-weight: 400;
        height: 70px;
        display: flex;
        align-items: flex-start;
        justify-content: center; }
    .block--services-count .services-list li:first-child a {
      padding-left: 15px;
      z-index: 999; }
      .block--services-count .services-list li:first-child a > div {
        width: 150px;
        margin-left: 110px; }
        @media (max-width: 991px) {
          .block--services-count .services-list li:first-child a > div {
            width: 100%;
            margin: 0 auto; } }
    .block--services-count .services-list li:last-child a > div {
      width: 150px;
      margin-left: 20px; }
      @media (max-width: 991px) {
        .block--services-count .services-list li:last-child a > div {
          width: 100%;
          margin: 0 auto; } }
    .block--services-count .services-list li:last-of-type a {
      width: calc( 100% - 38px); }
      @media (max-width: 991px) {
        .block--services-count .services-list li:last-of-type a {
          width: 100%; } }
    .block--services-count .services-list li.active a, .block--services-count .services-list li:hover a {
      background-color: #746f8b; }
      .block--services-count .services-list li.active a:before, .block--services-count .services-list li:hover a:before {
        border-left-color: #746f8b; }
    .block--services-count .services-list li.active:first-child a:before, .block--services-count .services-list li:hover:first-child a:before {
      border-left-color: #8d88a1;
      left: 0; }

.block--about {
  width: 550px;
  margin-top: 90px;
  position: relative; }
  @media (max-width: 991px) {
    .block--about {
      width: 100%;
      padding: 0px 20px; } }
  .block--about p {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3d6bff; }
  .block--about .img-1 {
    position: absolute;
    right: -510px;
    bottom: -110px; }
    @media (max-width: 1263px) {
      .block--about .img-1 {
        right: -380px; } }
    @media (max-width: 991px) {
      .block--about .img-1 {
        display: none; } }
    .block--about .img-1 img {
      max-width: 100%; }

.block--faq-list {
  width: 720px;
  margin: 50px auto 0; }
  @media (max-width: 767px) {
    .block--faq-list {
      width: 100%; } }
  .block--faq-list .faq-item {
    padding: 0 0 0 80px; }
    .block--faq-list .faq-item-title {
      font-family: "MyriadPro", sans-serif;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 0 -21px;
      position: relative;
      padding: 9px 0 8px 19px;
      border-left: 2px solid #009e48;
      cursor: pointer;
      color: #009e48; }
      .block--faq-list .faq-item-title:before {
        content: ' ';
        width: 57px;
        height: 100%;
        left: -59px;
        top: 0;
        background: url(../img/arrow-up-r.svg) center center no-repeat;
        position: absolute; }
      .block--faq-list .faq-item-title.collapsed {
        color: #3d6bff;
        border-color: #3d6bff; }
        .block--faq-list .faq-item-title.collapsed:before {
          background-image: url(../img/arrow-down.svg); }
    .block--faq-list .faq-item-content .article {
      padding: 12px 0 21px;
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #3d6bff; }
    .block--faq-list .faq-item + .faq-item {
      margin-top: 19px; }
    .block--faq-list .faq-item .faq-block {
      padding-left: 57px; }

.contacts-form {
  width: 400px;
  margin: 0 auto; }
  @media (max-width: 463px) {
    .contacts-form {
      width: 100%; } }
  .contacts-form .title {
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 30px; }
  .contacts-form .form-group {
    margin-bottom: 17px; }

.contacts-block {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px; }
  @media (max-width: 991px) {
    .contacts-block {
      margin: 0 auto; } }
  .contacts-block h2 {
    font-family: "MyriadPro", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    text-transform: none;
    color: #009e48; }
    .contacts-block h2 + p {
      margin-top: 24px; }
  .contacts-block h3 {
    font-family: "MyriadPro", sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    text-transform: none;
    margin-bottom: 20px;
    color: #009e48; }
  .contacts-block a {
    color: #009e48; }
    .contacts-block a:hover {
      color: #006b31; }
  .contacts-block > div {
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    border-right: 1px solid #009e48;
    padding: 50px 50px 50px 130px; }
    @media (min-width: 1264px) {
      .contacts-block > div:first-child {
        padding-left: 130px; } }
    .contacts-block > div:last-child, .contacts-block > div:last-of-type {
      border-right: none; }
    .contacts-block > div a {
      text-decoration: underline; }
    @media (max-width: 1263px) {
      .contacts-block > div {
        padding: 40px 50px 40px 60px; }
        .contacts-block > div:last-child {
          padding-right: 0; } }
    @media (max-width: 991px) {
      .contacts-block > div {
        padding: 20px 20px 20px 20px; } }
    @media (max-width: 583px) {
      .contacts-block > div {
        border: none; } }

.block--blocks .blocks-item {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 14px; }
  .block--blocks .blocks-item .item {
    width: 100%; }
  .block--blocks .blocks-item--two > .item,
  .block--blocks .blocks-item--two > .blocks-item {
    width: calc(50% - 7px); }
  .block--blocks .blocks-item--two.more--pad > .item,
  .block--blocks .blocks-item--two > .blocks-item {
    width: calc(50% - 12px); }
  @media (max-width: 991px) {
    .block--blocks .blocks-item--992-one > .item,
    .block--blocks .blocks-item--992-one > .blocks-item {
      width: 100%; } }
  @media (max-width: 991px) {
    .block--blocks .blocks-item--992-one.more--pad > .item,
    .block--blocks .blocks-item--992-one > .blocks-item {
      width: 100%; } }
  @media (max-width: 991px) {
    .block--blocks .blocks-item--992--two > .item,
    .block--blocks .blocks-item--992--two > .blocks-item {
      width: calc(50% - 7px); } }
  @media (max-width: 991px) {
    .block--blocks .blocks-item--992--two.more--pad > .item,
    .block--blocks .blocks-item--992--two > .blocks-item {
      width: calc(50% - 12px); } }
  @media (max-width: 583px) {
    .block--blocks .blocks-item--600-one > .item,
    .block--blocks .blocks-item--600-one > .blocks-item {
      width: 100%; } }
  @media (max-width: 583px) {
    .block--blocks .blocks-item--600-one.more--pad > .item,
    .block--blocks .blocks-item--600-one > .blocks-item {
      width: 100%; } }
  @media (max-width: 583px) {
    .block--blocks .blocks-item--600--two > .item,
    .block--blocks .blocks-item--600--two > .blocks-item {
      width: calc(50% - 7px); } }
  @media (max-width: 583px) {
    .block--blocks .blocks-item--600--two.more--pad > .item,
    .block--blocks .blocks-item--600--two > .blocks-item {
      width: calc(50% - 12px); } }

.block--blocks .item {
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  .block--blocks .item--search {
    text-align: center;
    padding: 38px 40px;
    position: relative; }
    @media (max-width: 583px) {
      .block--blocks .item--search {
        margin-bottom: 14px; } }
    .block--blocks .item--search svg {
      fill: #68b259; }
    .block--blocks .item--search .text {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 20px;
      font-weight: 600;
      margin-top: 20px;
      color: #68b259; }
    .block--blocks .item--search .big1 {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
    .block--blocks .item--search .big2 {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 26px;
      line-height: 30px;
      font-weight: 600; }
    .block--blocks .item--search a {
      color: #68b259;
      text-decoration: none; }
      .block--blocks .item--search a:hover {
        color: #fc1a20; }
    .block--blocks .item--search .form-block {
      margin-top: 5px; }
    .block--blocks .item--search .img {
      position: absolute;
      right: 10px;
      bottom: -30px; }
  .block--blocks .item--links {
    padding: 40px 20px 35px 22px; }
    .block--blocks .item--links-list {
      padding: 0;
      margin: 0;
      list-style: none; }
      .block--blocks .item--links-list li {
        margin: 0 0 45px 0; }
        .block--blocks .item--links-list li a {
          text-decoration: none; }
        .block--blocks .item--links-list li:last-child {
          margin-bottom: 0; }
        .block--blocks .item--links-list li .text {
          padding-left: 10px; }
        .block--blocks .item--links-list li:hover .text-danger,
        .block--blocks .item--links-list li:hover .text-black {
          color: #009e48 !important; }
  .block--blocks .item--products-bg {
    min-height: 420px;
    padding: 40px 50px 35px 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .block--blocks .item--products-bg .products-list {
      padding: 0;
      margin: 0;
      list-style: none;
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(100% - 100px);
      text-align: center; }
      @media (max-width: 767px) {
        .block--blocks .item--products-bg .products-list {
          width: calc(100% - 60px); } }
      @media (max-width: 463px) {
        .block--blocks .item--products-bg .products-list {
          width: calc(100% - 45px); } }
      .block--blocks .item--products-bg .products-list li {
        display: inline-block;
        margin: 0 15px 0 0;
        max-width: 85px; }
        @media (max-width: 767px) {
          .block--blocks .item--products-bg .products-list li {
            max-width: 60px; } }
        @media (max-width: 463px) {
          .block--blocks .item--products-bg .products-list li {
            max-width: 45px; } }
        .block--blocks .item--products-bg .products-list li:last-child {
          margin-right: 0; }
        .block--blocks .item--products-bg .products-list li img {
          max-width: 100%;
          transition: transform 0.2s ease-in; }
          @media (prefers-reduced-motion: reduce) {
            .block--blocks .item--products-bg .products-list li img {
              transition: none; } }
        .block--blocks .item--products-bg .products-list li a:hover img {
          transform: scale(1.05); }
  .block--blocks .item--articles-bg {
    min-height: 420px;
    padding: 40px 50px 35px 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative; }
    .block--blocks .item--articles-bg .articles-count {
      background-color: rgba(76, 187, 127, 0.8);
      min-width: 305px;
      position: absolute;
      right: 0;
      bottom: 25px;
      color: #ffffff;
      padding: 18px 22px 18px 28px;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .block--blocks .item--articles-bg .articles-count .text {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 19px;
        line-height: 25px;
        font-weight: 700; }
        .block--blocks .item--articles-bg .articles-count .text .size1 {
          font-size: 20px;
          line-height: 22px; }
        .block--blocks .item--articles-bg .articles-count .text .size2 {
          font-size: 23px;
          line-height: 20px; }
      .block--blocks .item--articles-bg .articles-count .count {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 36px;
        line-height: 36px;
        font-weight: 900;
        color: #ffffff; }

.block--map {
  position: relative; }
  .block--map:before, .block--map:after {
    position: absolute;
    display: block;
    -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.33);
    content: '';
    z-index: 5; }
  .block--map:before {
    top: -6px;
    left: 0;
    right: 0;
    height: 5px; }
  .block--map:after {
    bottom: -6px;
    left: 0;
    right: 0;
    height: 5px;
    -webkit-box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0px -5px 5px 0 rgba(0, 0, 0, 0.33); }
  .block--map .rinup-gmap-container,
  .block--map .fj-gmap-container {
    height: 830px; }
    @media (max-width: 767px) {
      .block--map .rinup-gmap-container,
      .block--map .fj-gmap-container {
        height: 100vh; } }

.cluster {
  background: #009e48;
  color: #ffffff;
  text-align: center;
  border-radius: 50%; }
  .cluster:before {
    content: " ";
    position: absolute;
    border: 2px solid #009e48;
    width: 100%;
    height: 100%;
    padding: 19px;
    top: -21px;
    left: -21px;
    border-radius: 50%; }
  .cluster-3 {
    width: 52px;
    height: 52px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    margin: -26px 0 0 -26px; }
  .cluster-2 {
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    margin: -22px 0 0 -22px; }
  .cluster-1 {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    margin: -18px 0 0 -18px; }

.block--heading {
  padding: 40px 0 50px 0;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3d6bff; }
  @media (max-width: 991px) {
    .block--heading {
      padding: 40px 10px 50px 10px; } }
  .block--heading .title {
    margin-bottom: 30px; }
    .block--heading .title img {
      padding-bottom: 20px; }

.block--aside {
  margin-top: 50px;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .block--aside {
      display: block; } }
  .block--aside.mod--nomartop {
    margin-top: 0; }
  .block--aside .block-left {
    width: 250px;
    position: relative; }
    @media (max-width: 991px) {
      .block--aside .block-left {
        width: 100%; } }
    .block--aside .block-left.mod--align-center {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .block--aside .block-left-title {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      color: #68b259; }
      .block--aside .block-left-title .big {
        font-size: 24px;
        line-height: 27px; }
      .block--aside .block-left-title .big2 {
        font-size: 30px;
        line-height: 33px; }
      .block--aside .block-left-title svg {
        margin-bottom: 14px;
        fill: #68b259; }
      .block--aside .block-left-title:hover {
        color: #009e48; }
        .block--aside .block-left-title:hover svg {
          fill: #009e48; }
      @media (max-width: 991px) {
        .block--aside .block-left-title {
          margin-bottom: 30px; } }
    .block--aside .block-left-title2 {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 20px;
      font-weight: 700;
      color: #8d8e8e; }
      .block--aside .block-left-title2 .big {
        font-size: 40px;
        line-height: 40px; }
      .block--aside .block-left-title2 svg {
        margin-bottom: 14px;
        fill: #8d8e8e; }
  .block--aside .block-right {
    position: relative;
    width: calc(100% - 250px);
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    padding-left: 50px;
    padding-top: 40px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px; }
    .block--aside .block-right p {
      margin-bottom: 25px; }
    .block--aside .block-right .title {
      font-family: "Myriad Pro Bold", sans-serif;
      font-weight: 500;
      font-size: 30px;
      line-height: 33px;
      color: #009e48;
      text-align: left;
      text-transform: none; }
      .block--aside .block-right .title + p {
        margin-top: 25px; }
    .block--aside .block-right.mod--nopadtop {
      padding-top: 0; }
    @media (max-width: 991px) {
      .block--aside .block-right {
        width: 100%;
        padding-left: 0; }
        .block--aside .block-right.mod--nopadtop {
          padding-top: 30px; } }
    .block--aside .block-right .img {
      position: absolute;
      right: 0;
      bottom: -180px; }

.block--newsletter {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block--newsletter .title {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 6px;
    width: 220px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    color: #ffffff;
    margin: 0;
    flex-shrink: 0; }
    .block--newsletter .title svg {
      fill: #ffffff; }
    .block--newsletter .title .flat-icon {
      max-width: 57px; }
    .block--newsletter .title .flat-text {
      padding-left: 20px;
      color: #ffffff; }
    @media (max-width: 767px) {
      .block--newsletter .title {
        padding-left: 15px; } }
  .block--newsletter .flatimg:hover svg {
    fill: #ffffff; }
  .block--newsletter .form-inline {
    width: 100%;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    flex-flow: nowrap; }
    @media (max-width: 767px) {
      .block--newsletter .form-inline {
        display: block; } }
    .block--newsletter .form-inline .btn {
      color: #ffffff;
      border-color: #ffffff;
      margin-left: 10px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .block--newsletter .form-inline .btn {
          margin-left: 0;
          margin-top: 10px;
          display: block;
          width: 100%; } }
      .block--newsletter .form-inline .btn:hover {
        color: #4cbb7f;
        background-color: #ffffff;
        border-color: #ffffff; }
    .block--newsletter .form-inline .form-group {
      flex: unset; }
  .block--newsletter .form-group {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    @media (max-width: 463px) {
      .block--newsletter .form-group {
        max-width: 100%; } }
    .mod--fullwidth.block--newsletter .form-group {
      max-width: 100%; }
    .block--newsletter .form-group .form-control {
      width: 100%;
      border-color: #ffffff; }
    .block--newsletter .form-group .label-text {
      color: #ffffff; }

.auth-container {
  width: 100%; }
  .auth-container .form-group div.checkbox label {
    color: #989898; }
    .auth-container .form-group div.checkbox label a {
      color: #989898; }
      .auth-container .form-group div.checkbox label a:hover {
        color: #009e48; }

.points-block {
  padding: 35px 40px;
  display: block; }
  @media (max-width: 583px) {
    .points-block {
      padding: 20px 25px; } }
  .points-block + .points-block {
    margin-top: 10px; }
  .points-block--bg {
    background-color: #f7f7f7;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px; }
  .points-block .user-points-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .points-block .user-points-list li {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      @media (max-width: 463px) {
        .points-block .user-points-list li {
          -webkit-box-pack: start;
          -moz-box-pack: start;
          box-pack: start;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start; } }
      .points-block .user-points-list li .key {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 24px;
        line-height: 27px;
        font-weight: 500;
        color: #4cbb7f;
        padding: 0px 30px;
        width: 50%;
        text-align: right; }
        .points-block--bg.points-block .user-points-list li .key {
          color: #68b259; }
        @media (max-width: 583px) {
          .points-block .user-points-list li .key {
            padding-left: 0;
            width: calc(100% - 115px); } }
        @media (max-width: 463px) {
          .points-block .user-points-list li .key {
            width: 100%;
            text-align: left;
            padding: 0; } }
      .points-block .user-points-list li .value {
        width: calc(50% - 50px);
        padding: 0px 25px;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 32px;
        line-height: 35px;
        font-weight: 700;
        color: #4cbb7f;
        text-align: left; }
        .points-block--bg.points-block .user-points-list li .value {
          color: #68b259; }
        @media (max-width: 583px) {
          .points-block .user-points-list li .value {
            width: 115px;
            padding: 0px;
            font-size: 32px;
            line-height: 35px;
            font-weight: 900; } }
        @media (max-width: 463px) {
          .points-block .user-points-list li .value {
            width: 100%; } }
        .points-block .user-points-list li .value--lg {
          font-size: 80px;
          line-height: 83px;
          font-weight: 900; }
          @media (max-width: 583px) {
            .points-block .user-points-list li .value--lg {
              font-size: 32px;
              line-height: 35px;
              font-weight: 900; } }
        .points-block .user-points-list li .value--mid {
          font-size: 50px;
          line-height: 53px;
          font-weight: 700; }
          @media (max-width: 583px) {
            .points-block .user-points-list li .value--mid {
              font-size: 32px;
              line-height: 35px;
              font-weight: 900; } }
      .points-block .user-points-list li .icon,
      .points-block .user-points-list li .line {
        width: 50px;
        display: block;
        position: relative;
        min-height: 50px;
        text-align: center; }
        @media (max-width: 583px) {
          .points-block .user-points-list li .icon,
          .points-block .user-points-list li .line {
            display: none; } }
      .points-block .user-points-list li .line:before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #4cbb7f;
        position: absolute;
        top: 0;
        left: 24px; }
      .points-block .user-points-list li .line--90 {
        height: 90px; }
  .points-block-text {
    border: 1px solid #e5e5e5;
    padding: 5px 5px 0 20px;
    position: relative;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 20px;
    overflow: hidden; }
    .points-block-text .article {
      max-height: 460px;
      overflow: auto; }
      @media (max-width: 991px) {
        .points-block-text .article {
          max-height: 100%; } }
    .points-block-text .title {
      font-size: 18px;
      line-height: 21px;
      text-align: left;
      color: #000000; }

.points-page {
  width: 830px; }
  @media (max-width: 1263px) {
    .points-page {
      width: 100%; } }

.modal-points-modal .modal-dialog {
  max-width: 670px; }

.modal-points {
  position: relative;
  padding: 18px 40px 28px;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .modal-points {
      padding: 18px 20px 28px; } }
  .modal-points .modal-points-available,
  .modal-points .modal-points-price {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    width: 150px;
    text-align: center;
    left: 0; }
    .modal-points .modal-points-available b,
    .modal-points .modal-points-price b {
      font-size: 36px;
      line-height: 40px;
      font-weight: 700;
      display: block; }
    .modal-points .modal-points-available u,
    .modal-points .modal-points-price u {
      font-size: 24px;
      line-height: 28px;
      font-weight: 700;
      display: block;
      text-decoration: line-through; }
  .modal-points .modal-points-price {
    order: 1;
    color: #fc1a20; }
    @media (max-width: 583px) {
      .modal-points .modal-points-price {
        order: 2;
        width: 50%;
        float: left; } }
    @media (max-width: 463px) {
      .modal-points .modal-points-price {
        width: 100%; } }
  .modal-points .modal-points-used {
    order: 2;
    margin-top: 60px; }
    @media (max-width: 583px) {
      .modal-points .modal-points-used {
        order: 1;
        margin: 0 auto;
        display: block; } }
  .modal-points .modal-points-available {
    order: 3;
    color: #4cbb7f; }
    @media (max-width: 583px) {
      .modal-points .modal-points-available {
        order: 3;
        width: 50%;
        float: left; } }
    @media (max-width: 463px) {
      .modal-points .modal-points-available {
        width: 100%; } }
  .modal-points .modal-points-available {
    right: 0;
    left: auto; }
  .modal-points .modal-points-used {
    font: 15px/18px Arial;
    color: #009e48;
    text-align: center;
    width: 206px;
    height: 206px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #009e48;
    padding: 55px 0 0; }
    .modal-points .modal-points-used b {
      display: block;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 60px;
      line-height: 64px;
      font-weight: bold;
      margin: 0 0 2px; }
      @media (max-width: 463px) {
        .modal-points .modal-points-used b {
          font-size: 50px;
          line-height: 54px; } }
    @media (max-width: 463px) {
      .modal-points .modal-points-used {
        width: 156px;
        height: 156px;
        padding: 35px 0 0; } }
  .modal-points .modal-points-slider {
    height: 3px;
    position: relative;
    margin: 35px auto 57px;
    width: 100%;
    padding: 9px 5px;
    order: 4;
    border: none; }
    .modal-points .modal-points-slider .modal-points-slider-widget {
      background-color: #4cbb7f;
      -webkit-border-radius: none;
      -moz-border-radius: none;
      border-radius: none;
      border: 0 none;
      height: 3px;
      position: relative; }
      .modal-points .modal-points-slider .modal-points-slider-widget:before, .modal-points .modal-points-slider .modal-points-slider-widget:after {
        content: "";
        width: 4px;
        height: 28px;
        background-color: #4cbb7f;
        border-radius: 2px;
        position: absolute;
        top: -12px;
        left: -10px; }
      .modal-points .modal-points-slider .modal-points-slider-widget:after {
        left: auto;
        right: -10px; }
    .modal-points .modal-points-slider .ui-slider-handle {
      border: 0 none;
      width: 28px;
      height: 28px;
      background-color: #ffffff;
      margin: 0px 0 0 -10px;
      border: 5px solid #009e48;
      border-radius: 50%; }
    .modal-points .modal-points-slider .ui-slider-range {
      background: #009e48;
      height: 3px;
      top: 9px;
      left: 5px; }
      .modal-points .modal-points-slider .ui-slider-range:before {
        content: "";
        width: 4px;
        height: 28px;
        background-color: #009e48;
        border-radius: 2px;
        position: absolute;
        top: -12px;
        left: -11px; }
    .modal-points .modal-points-slider .modal-points-slider-to,
    .modal-points .modal-points-slider .modal-points-slider-current,
    .modal-points .modal-points-slider .modal-points-slider-from {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 500;
      color: #009e48;
      position: absolute;
      left: -23px;
      top: 28px;
      text-align: center;
      width: 40px; }
    .modal-points .modal-points-slider .modal-points-slider-to {
      left: auto;
      right: -22px; }
    .modal-points .modal-points-slider .modal-points-slider-current {
      top: -24px;
      width: 32px;
      left: -7px; }
  .modal-points .btn {
    order: 6;
    width: 478px; }

.cart-loyality-used {
  text-align: center;
  max-width: 480px;
  margin: 0 auto; }
  .cart-loyality-used .item {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #009e48;
    text-align: center;
    width: 206px;
    height: 206px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #009e48;
    padding: 55px 0 0;
    display: inline-block;
    margin: 12px; }
    @media (max-width: 463px) {
      .cart-loyality-used .item {
        width: 156px;
        height: 156px;
        padding: 35px 0 0; } }
    .cart-loyality-used .item b {
      font-size: 36px;
      line-height: 40px;
      font-weight: 700;
      display: block; }
      @media (max-width: 463px) {
        .cart-loyality-used .item b {
          font-size: 30px;
          line-height: 36px; } }
    .cart-loyality-used .item u {
      font-size: 24px;
      line-height: 28px;
      font-weight: 700;
      display: block;
      text-decoration: line-through; }
    .cart-loyality-used .item.item--discount {
      color: #fc1a20;
      border-color: #fc1a20; }
    .cart-loyality-used .item.item--used b {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 60px;
      line-height: 64px;
      font-weight: bold; }
      @media (max-width: 463px) {
        .cart-loyality-used .item.item--used b {
          font-size: 50px;
          line-height: 54px; } }
  .cart-loyality-used .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-transform: none; }

.product {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product .product-left {
    width: 600px;
    position: relative;
    padding-right: 120px; }
    @media (max-width: 1263px) {
      .product .product-left {
        width: 40%;
        padding-right: 30px; } }
    @media (max-width: 991px) {
      .product .product-left {
        width: 100%;
        padding-right: 0; } }
  .product .product-right {
    width: calc(100% - 600px); }
    @media (max-width: 1263px) {
      .product .product-right {
        width: 60%; } }
    @media (max-width: 991px) {
      .product .product-right {
        width: 100%; } }
  @media (max-width: 991px) {
    .product .product-item-icons {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .product .product-item-icons .product-icon {
        width: 49px;
        height: 49px;
        padding: 14px 5px; }
        .product .product-item-icons .product-icon:before {
          top: -3px;
          left: -3px;
          width: 55px;
          height: 55px; } }
  .product .product-images {
    position: relative;
    margin-top: 25px; }
    @media (max-width: 991px) {
      .product .product-images {
        margin-top: 10px; } }
    .product .product-images .swiper-container {
      width: 100%;
      max-height: 500px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 991px) {
        .product .product-images .swiper-container {
          max-height: 300px; } }
    .product .product-images .product-images-main {
      height: calc(100% - 120px);
      width: 100%; }
      .product .product-images .product-images-main .swiper-slide {
        max-height: 510px;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center; }
        .product .product-images .product-images-main .swiper-slide img {
          max-width: 100%;
          max-height: 100%; }
      @media (max-width: 991px) {
        .product .product-images .product-images-main {
          height: auto; }
          .product .product-images .product-images-main .swiper-slide {
            max-height: 310px;
            height: auto; } }
    .product .product-images .product-images-list {
      margin-top: 30px;
      height: 120px; }
      .product .product-images .product-images-list .swiper-slide {
        display: inline-block;
        list-style: none;
        width: 116px !important;
        height: 116px !important;
        border-bottom: 1px solid transparent;
        margin: 0 4px 7px 0;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer; }
        .product .product-images .product-images-list .swiper-slide:hover {
          border-color: #e5e5e5; }
      .product .product-images .product-images-list .swiper-slide-thumb-active {
        border-color: #009e48; }
  .product .product-other-list {
    margin-top: 80px; }
    @media (max-width: 991px) {
      .product .product-other-list {
        margin-top: 40px; } }
    .product .product-other-list .product-other-list-title {
      color: #696969;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 18px;
      font-weight: 500;
      text-transform: none;
      margin-bottom: 40px; }
      .product .product-other-list .product-other-list-title small {
        font-size: 15px;
        line-height: 18px; }
    .product .product-other-list ul {
      list-style: none;
      padding: 0px 20px;
      margin: 0 0 30px 0;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .product .product-other-list ul {
          margin-bottom: 14px; } }
      .product .product-other-list ul li {
        width: 25%;
        text-align: center;
        margin-bottom: 24px;
        border-bottom: 1px solid transparent; }
        @media (max-width: 583px) {
          .product .product-other-list ul li {
            width: 50%; } }
        .product .product-other-list ul li:hover {
          border-color: #009e48; }
        .product .product-other-list ul li a {
          text-align: center; }
        .product .product-other-list ul li img {
          max-width: 100%;
          max-height: 100px; }
  .product .product-select {
    margin-top: 23px; }
  .product .product-title {
    margin-top: 12px;
    vertical-align: middle;
    padding-right: 50px; }
    @media (max-width: 991px) {
      .product .product-title {
        padding-right: 0; } }
    .product .product-title-category {
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 20px;
      color: #009e48;
      display: block;
      margin-top: 3px; }
      @media (max-width: 991px) {
        .product .product-title-category {
          font-size: 13px;
          line-height: 16px; } }
    .product .product-title-product {
      font-family: "Myriad Pro Bold", sans-serif;
      font-weight: 400;
      font-size: 32px;
      line-height: 36px;
      color: #009e48;
      display: inline; }
      @media (max-width: 991px) {
        .product .product-title-product {
          font-size: 24px;
          line-height: 28px;
          display: block;
          margin-bottom: 0; } }
  .product .product-attributes {
    margin-top: 32px;
    display: block; }
    @media (max-width: 991px) {
      .product .product-attributes {
        margin-bottom: 4px; } }
    .product .product-attributes div {
      padding: 19px 0 16px 0;
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 24px;
      border-bottom: 1px solid #e6e6e6;
      color: #000000; }
      .product .product-attributes div span {
        color: #009e48; }
  .product .product-price-block {
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    font-family: "Myriad Pro Bold", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 3px;
    margin-bottom: 15px; }
    .product .product-price-block .product-price-title {
      color: #009e48;
      font-size: 11px;
      line-height: 14px;
      padding-right: 9px;
      height: 44px;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
    .product .product-price-block .product-price {
      font-size: 40px;
      line-height: 30px;
      color: #000000;
      padding-right: 14px;
      height: 40px;
      display: flex;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end;
      position: relative; }
      .product .product-price-block .product-price sup {
        font-size: 18px;
        line-height: 21px;
        top: -12px;
        padding-left: 2px;
        text-decoration: none; }
    .product .product-price-block .product-price-old {
      font-size: 22px;
      line-height: 25px;
      color: #a5a5a5;
      text-decoration: line-through;
      padding-right: 20px;
      height: 44px;
      display: flex;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end;
      position: relative; }
      .product .product-price-block .product-price-old sup {
        font-size: 11px;
        line-height: 14px;
        top: -10px;
        padding-left: 2px;
        text-decoration: none; }
    .product .product-price-block.product-price-block--discount .product-price-title,
    .product .product-price-block.product-price-block--discount .product-price,
    .product .product-price-block.product-price-block--discount .product-price-save {
      color: #fc1a20; }
    @media (max-width: 991px) {
      .product .product-price-block {
        margin-bottom: 10px; }
        .product .product-price-block .product-price-title,
        .product .product-price-block .product-price,
        .product .product-price-block .product-price-old,
        .product .product-price-block .product-price-save {
          height: 35px; }
        .product .product-price-block .product-price-report .image {
          text-align: left; } }
  .product .product-actions {
    margin: 0 0 18px; }
    .product .product-actions.row {
      margin-left: -5px;
      margin-right: -5px; }
      .product .product-actions.row div[class^="col-"] {
        padding-left: 5px;
        padding-right: 5px; }
        @media (max-width: 991px) {
          .product .product-actions.row div[class^="col-"] {
            margin: 0 0 10px; } }
    .product .product-actions .ui-spinner {
      margin: 0; }
    .product .product-actions .btn {
      padding: 11px 9px 10px; }
    @media (max-width: 991px) {
      .product .product-actions {
        margin: 0; } }
  .product .product-related {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-bottom: 1px solid #ededed; }
    @media (max-width: 1263px) {
      .product .product-related {
        width: 90%; } }
    @media (max-width: 991px) {
      .product .product-related {
        width: 100%; } }
    .product .product-related .product-related-prev,
    .product .product-related .product-related-next {
      position: absolute;
      top: 25px;
      right: 0;
      width: 42px;
      height: 42px;
      border: 1px solid #e5e5e5;
      background-color: #ffffff;
      -webkit-border-radius: 22px;
      -ms-border-radius: 22px;
      border-radius: 22px;
      padding: 12px 14px;
      text-align: center; }
      @media (max-width: 991px) {
        .product .product-related .product-related-prev,
        .product .product-related .product-related-next {
          right: 0; } }
      .product .product-related .product-related-prev:before,
      .product .product-related .product-related-next:before {
        content: "";
        position: absolute;
        top: -22px;
        left: -22px;
        width: 84px;
        height: 84px;
        -webkit-border-radius: 42px;
        -ms-border-radius: 42px;
        border-radius: 42px;
        border: 21px solid #ffffff; }
      .product .product-related .product-related-prev svg,
      .product .product-related .product-related-next svg {
        vertical-align: top;
        fill: #696969; }
      .product .product-related .product-related-prev:hover,
      .product .product-related .product-related-next:hover {
        background-color: #4cbb7f;
        border-color: #4cbb7f;
        color: #ffffff; }
        .product .product-related .product-related-prev:hover svg,
        .product .product-related .product-related-next:hover svg {
          fill: #ffffff; }
    .product .product-related .product-related-prev {
      right: auto;
      left: 0; }
    .product .product-related .jcarousel {
      width: 1000em;
      position: relative;
      overflow: hidden;
      margin-bottom: 24px; }
    .product .product-related .jcarousel-slide {
      width: 100px;
      display: inline-block; }
  .product .product-additional {
    margin-top: 26px;
    margin-bottom: 30px;
    background-color: #f8f8f9;
    padding: 28px 0 24px; }
    .product .product-additional .list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .product .product-additional .list li {
        padding: 8px 30px 8px 30px;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        .product .product-additional .list li .image {
          width: 35px;
          text-align: center; }
          .product .product-additional .list li .image svg {
            fill: #50585b; }
        .product .product-additional .list li .text {
          padding-left: 15px;
          font-family: "MyriadPro", sans-serif;
          font-weight: 400;
          font-size: 17px;
          line-height: 20px;
          color: #000000; }
        .product .product-additional .list li a {
          margin-bottom: 1px;
          min-height: 35px; }
          .product .product-additional .list li a[href]:hover {
            color: #009e48; }
            .product .product-additional .list li a[href]:hover .text {
              color: #009e48; }
            .product .product-additional .list li a[href]:hover .image svg {
              fill: #009e48; }
        @media (max-width: 991px) {
          .product .product-additional .list li {
            padding-left: 0; } }
  @media (max-width: 583px) {
    .product .product-tabs .nav-tabs {
      border-bottom: none; } }
  @media (max-width: 583px) {
    .product .product-tabs .nav-tabs .nav-item {
      display: block;
      width: 100%; }
      .product .product-tabs .nav-tabs .nav-item:first-child {
        padding-left: 16px; } }
  .product .product-tabs .product-tabs-block {
    background-color: rgba(255, 255, 255, 0.94);
    position: sticky;
    top: 0;
    z-index: 999; }
    @media (max-width: 583px) {
      .product .product-tabs .product-tabs-block {
        position: relative; } }
  .product .product-tabs .product-tabs-btn {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #000000;
    padding: 13px 10px 12px 5px;
    border-top: 1px solid #dedede;
    position: relative;
    background: none; }
    .product .product-tabs .product-tabs-btn:after {
      content: "";
      top: 18px;
      right: 0px;
      position: absolute;
      font: 0/0 a;
      opacity: 0.4;
      filter: alpha(opacity=40);
      width: 14px;
      height: 8px;
      background: url(../img/arrow-down.svg) no-repeat center center;
      background: url(../img/arrow-down.svg) no-repeat center center;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      transition: transform 0.2s ease-in; }
      @media (prefers-reduced-motion: reduce) {
        .product .product-tabs .product-tabs-btn:after {
          transition: none; } }
    .product .product-tabs .product-tabs-btn:hover {
      color: #009e48; }
    .product .product-tabs .product-tabs-btn[aria-expanded=true] {
      color: #009e48;
      padding-bottom: 20px; }
      .product .product-tabs .product-tabs-btn[aria-expanded=true]:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .product .product-tabs .product-tabs-text {
    margin-top: 50px;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400; }
    .product .product-tabs .product-tabs-text h2 {
      color: #000000;
      text-transform: none;
      font-family: "Myriad Pro Bold", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      text-align: left;
      margin-bottom: 21px; }
    .product .product-tabs .product-tabs-text > div {
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .product .product-tabs .product-tabs-text > div {
          margin-bottom: 30px; } }
      .product .product-tabs .product-tabs-text > div:last-child {
        margin-bottom: 0; }
      .product .product-tabs .product-tabs-text > div#video h2 {
        margin-bottom: 6px; }
    @media (min-width: 992px) {
      .product .product-tabs .product-tabs-text .collapse {
        display: block; } }

.product-share {
  display: block;
  width: 100%; }
  .product-share .btn {
    height: 34px;
    min-width: 43px;
    padding: 5px 10px; }
    .product-share .btn:first-child {
      padding-left: 14px; }
    .product-share .btn:last-child {
      padding-right: 14px; }
    .product-share .btn svg {
      margin: 0; }

.block--advices {
  display: grid;
  grid-template-columns: calc(33.333% - 14px) calc(33.333% - 14px) calc(33.333% - 14px);
  grid-gap: 21px;
  /*
    .advice-item {
        width: 33%;
        @include max840 {
            width: calc(50% - 5px);
        }
        @include max600 {
            width: 100%;
        }
    }*/ }
  .block--advices.block--advices-2 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 20px; }
    @media (max-width: 583px) {
      .block--advices.block--advices-2 {
        grid-template-columns: 100%;
        grid-gap: 0px; } }
  .block--advices .advice-item--2 {
    grid-column: 1 / span 2; }
  .block--advices .advice-item--3 {
    grid-column: 1 / span 3; }
  @media (max-width: 991px) {
    .block--advices {
      grid-template-columns: calc(50% - 10px) calc(50% - 10px);
      grid-gap: 20px; }
      .block--advices .advice-item--3 {
        grid-column: 1 / span 2; } }
  @media (max-width: 583px) {
    .block--advices {
      grid-template-columns: 100%;
      grid-gap: 0px; }
      .block--advices .advice-item--2 {
        grid-column: 1; }
      .block--advices .advice-item--3 {
        grid-column: 1; } }

.advice-item {
  position: relative;
  display: block;
  height: auto;
  height: 370px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden; }
  .advice-item .advice-image {
    width: 100%;
    z-index: -1;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
  .advice-item .advice-text {
    padding: 20px 15px 0px 20px;
    position: relative;
    width: 100%;
    height: 170px;
    background-color: #f6f6f7;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    border-bottom: 20px solid #f6f6f7; }
    @media (max-width: 583px) {
      .advice-item .advice-text {
        min-height: 100px; } }
    .advice-item .advice-text h2.advice-title {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      color: #000000;
      margin-bottom: 14px; }
    .advice-item .advice-text.mod--greybg {
      background-color: #f6f6f7; }
    .advice-item .advice-text p {
      margin: 0;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400; }
    .advice-item .advice-text h1, .advice-item .advice-text h2, .advice-item .advice-text h3, .advice-item .advice-text h4, .advice-item .advice-text h5 {
      color: #000000;
      text-transform: none; }
    .advice-item .advice-text:hover .advice-title {
      color: #009e48; }
  .advice-item.advice-item--bg .advice-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: auto;
    padding-bottom: 20px;
    border-bottom: none; }
  .advice-item.advice-item--bg .advice-image {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%; }
  .advice-item.advice-item--banner {
    height: auto; }
    .advice-item.advice-item--banner img {
      margin: 0;
      max-width: 100%; }

.product-tooltip-block {
  position: relative;
  text-align: center;
  display: block; }
  .product-tooltip-block > img {
    max-width: 100%;
    max-height: 100%; }

.product-tooltip {
  width: 200px;
  position: absolute;
  bottom: 80px;
  height: auto;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  padding: 30px 14px 10px 14px;
  display: none; }
  @media (prefers-reduced-motion: reduce) {
    .product-tooltip {
      transition: none; } }
  .product-tooltip:after {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 90px; }
  .product-tooltip .product-item {
    position: relative;
    text-decoration: none; }
    .product-tooltip .product-item .product-icon {
      z-index: 1; }
    .product-tooltip .product-item .product-item-icons {
      position: absolute;
      top: 0;
      left: 0; }
    .product-tooltip .product-item .product-item-image {
      text-align: center; }
      .product-tooltip .product-item .product-item-image img {
        max-width: 100%; }
    .product-tooltip .product-item .product-item-title {
      text-align: left;
      color: #000000;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: 500; }
    .product-tooltip .product-item .product-item-category {
      text-align: left;
      color: #a5a5a5;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 11px;
      line-height: 13px;
      font-weight: 400;
      margin-top: 5px; }
    .product-tooltip .product-item .product-item-price {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: 500;
      text-align: left;
      color: #000000;
      margin-top: 8px; }
      .product-tooltip .product-item .product-item-price .price {
        display: inline-block;
        margin-right: 10px; }
        .product-tooltip .product-item .product-item-price .price:last-child {
          margin-right: 0; }
        .product-tooltip .product-item .product-item-price .price--discount {
          color: #fc1a20;
          font-size: 15px;
          line-height: 18px;
          font-weight: bold; }
        .product-tooltip .product-item .product-item-price .price--oldprice {
          color: #a5a5a5;
          text-decoration: line-through;
          font-weight: bold; }
    .product-tooltip .product-item:hover .product-item-title {
      color: #009e48; }

.nav-tabs {
  border-bottom: 2px solid #ededed; }
  .nav-tabs .nav-link {
    padding: 16px 16px;
    border: none;
    border-bottom: 2px solid #ededed;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #595959; }
    .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
      color: #68b259;
      border-color: #4cbb7f;
      background-color: transparent; }
    .nav-tabs .nav-link:hover {
      border-color: transparent; }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
    .nav-tabs .nav-item:first-child .nav-link {
      padding-left: 0; }

.product-reviews {
  margin-top: 30px; }
  .product-reviews .reviews-item {
    margin-bottom: 30px; }
    .product-reviews .reviews-item:last-child {
      margin: 0; }
    .product-reviews .reviews-item .reviews-title {
      color: #68b259;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400; }
      .product-reviews .reviews-item .reviews-title .reviews-rating {
        font-weight: bold; }
      .product-reviews .reviews-item .reviews-title .reviews-date {
        color: #696969; }
  .product-reviews .pagination {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.block--reviews {
  width: 900px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .block--reviews {
      width: 100%; } }
  .block--reviews .item {
    border: 1px solid #e3e3e3;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 32px 90px 20px 24px;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: -1px; }
    @media (max-width: 991px) {
      .block--reviews .item {
        padding-right: 24px; } }
    .block--reviews .item:first-child {
      -webkit-border-top-left-radius: 10px;
      -ms-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -ms-border-top-right-radius: 10px;
      border-top-right-radius: 10px; }
    .block--reviews .item:last-child {
      -webkit-border-bottom-left-radius: 10px;
      -ms-border-bottom-left-radius: 10px;
      border-bottom-left-radius: 10px;
      -webkit-border-bottom-right-radius: 10px;
      -ms-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .block--reviews .item .image img {
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      max-width: 100%; }
    .block--reviews .item .text {
      padding-left: 15px;
      color: #000000; }
    .block--reviews .item:hover .text {
      color: #000000; }
    .block--reviews .item .item-title, .block--reviews .cart-products .cart-products-list .item .item-title .text, .cart-products .cart-products-list .block--reviews .item .item-title .text {
      color: #000000;
      font-weight: 500; }
    .block--reviews .item .item-rating {
      margin-top: 2px;
      margin-bottom: 5px;
      display: block;
      font-size: 13px;
      line-height: 15px; }
      .block--reviews .item .item-rating span {
        margin-left: 5px; }
    .block--reviews .item .btn {
      min-width: 100px; }

.discount-blocks {
  width: auto;
  display: inline-block;
  vertical-align: top;
  float: none;
  white-space: nowrap;
  overflow: auto;
  font: 0/0 a;
  margin-right: 40px;
  margin-bottom: 30px; }
  .discount-blocks:last-child {
    margin-right: 0; }
  .discount-blocks .item {
    width: 128px;
    min-height: 165px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 0 10px 8px;
    width: 129px;
    border: 1px solid #e8e8e8;
    position: relative;
    text-align: center;
    padding: 24px 30px;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    background-color: #ffffff; }
    .discount-blocks .item img {
      max-width: 100%;
      max-height: 100%; }
    .discount-blocks .item span {
      margin-top: 20px;
      display: block;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500; }
    .discount-blocks .item:after {
      content: ' ';
      position: absolute;
      left: -33px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 57px;
      height: 65px;
      background: url(../img/discount-blocks-plus.png) left top no-repeat;
      z-index: 2; }
    .discount-blocks .item:first-child {
      margin: 0 0 10px; }
      .discount-blocks .item:first-child:after {
        display: none; }
  .discount-blocks .total {
    display: block; }
    .discount-blocks .total .price {
      color: #000000;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      text-align: center; }
      .discount-blocks .total .price--discount {
        color: #fc1a20;
        display: block;
        font-size: 34px;
        line-height: 37px;
        font-weight: bold; }
      .discount-blocks .total .price--oldprice {
        font-size: 22px;
        line-height: 25px;
        font-weight: 400;
        color: #a5a5a5;
        display: block;
        text-decoration: line-through; }
    .discount-blocks .total .btn {
      margin-top: 8px; }
      .discount-blocks .total .btn.btn-sm, .discount-blocks .total .btn-group-sm > .btn {
        padding: 10px 18px; }

.filter-block {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 7px 7px;
  background-color: #ebebeb; }
  .filter-block .select-block {
    width: 20%;
    padding: 7px 7px; }
    @media (max-width: 991px) {
      .filter-block .select-block {
        width: 25%; } }
    @media (max-width: 767px) {
      .filter-block .select-block {
        width: 33.333%; } }
    @media (max-width: 583px) {
      .filter-block .select-block {
        width: 50%; } }
    @media (max-width: 463px) {
      .filter-block .select-block {
        width: 100%; } }
  .filter-block .select2-container--krajee .select2-selection--single .select2-selection__rendered,
  .filter-block .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
    line-height: 21px; }

.items--products-filter {
  border: 1px solid #ebebeb;
  margin-top: 6px; }

.filter-block2 {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 14px 20px 11px;
  background-color: #ffffff;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /*.show {
        max-width: 150px;
        flex-shrink: 0;
        margin-left: 20px;
        @include max600 {
            max-width: 100%;
            width: 100%;
            margin: 0;
        }
    }*/ }
  .filter-block2 .select2-container--krajee,
  .filter-block2 .select2-container {
    height: auto;
    width: auto !important; }
    .filter-block2 .select2-container--krajee .select2-selection,
    .filter-block2 .select2-container .select2-selection {
      padding: 0;
      border: none;
      background-color: transparent;
      height: auto; }
      .filter-block2 .select2-container--krajee .select2-selection--single,
      .filter-block2 .select2-container .select2-selection--single {
        display: flex; }
        .filter-block2 .select2-container--krajee .select2-selection--single .select2-selection__arrow,
        .filter-block2 .select2-container .select2-selection--single .select2-selection__arrow {
          width: 21px;
          height: auto; }
          .filter-block2 .select2-container--krajee .select2-selection--single .select2-selection__arrow b,
          .filter-block2 .select2-container .select2-selection--single .select2-selection__arrow b {
            position: relative;
            top: 0;
            margin: 5px;
            display: block;
            left: 0;
            right: 0;
            background: url(../img/arrow-down-black.svg) no-repeat center center; }
        .filter-block2 .select2-container--krajee .select2-selection--single .select2-selection__rendered,
        .filter-block2 .select2-container .select2-selection--single .select2-selection__rendered {
          padding: 0;
          font-size: 15px;
          line-height: 18px; }
  .filter-block2 .order {
    max-width: 265px;
    flex-shrink: 0;
    margin-right: 20px; }
    @media (max-width: 583px) {
      .filter-block2 .order {
        max-width: 100%;
        width: 100%;
        margin: 0; } }
  .filter-block2 .type {
    max-width: 150px;
    flex-shrink: 0;
    margin-left: 20px; }
    @media (max-width: 991px) {
      .filter-block2 .type {
        margin-left: auto; } }
    @media (max-width: 583px) {
      .filter-block2 .type {
        margin-left: 0; } }
  .filter-block2 .total {
    flex: 1 0 auto; }
    @media (max-width: 991px) {
      .filter-block2 .total {
        width: 100%; } }

.products-filter-block {
  border-left: 1px solid #009e48; }
  .products-filter-block .products-filter-list {
    list-style: none;
    margin: 0;
    padding: 14px 0 25px 30px; }
    .products-filter-block .products-filter-list li {
      margin-bottom: 12px;
      line-height: 14px; }
      .products-filter-block .products-filter-list li a {
        color: #000000;
        text-decoration: none;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 13px;
        line-height: 14px;
        font-weight: 400; }
        .products-filter-block .products-filter-list li a svg {
          fill: #000000; }
        .products-filter-block .products-filter-list li a:hover {
          color: #009e48; }
          .products-filter-block .products-filter-list li a:hover svg {
            fill: #009e48; }
          .products-filter-block .products-filter-list li a:hover .color-muted,
          .products-filter-block .products-filter-list li a:hover .text-muted {
            color: #009e48 !important; }
      .products-filter-block .products-filter-list li.active > a {
        color: #009e48; }
        .products-filter-block .products-filter-list li.active > a svg {
          fill: #009e48; }
        .products-filter-block .products-filter-list li.active > a .color-muted,
        .products-filter-block .products-filter-list li.active > a .text-muted {
          color: #009e48 !important; }
      .products-filter-block .products-filter-list li.active--red > a {
        color: #fc1a20; }
        .products-filter-block .products-filter-list li.active--red > a svg {
          fill: #fc1a20; }
        .products-filter-block .products-filter-list li.active--red > a .color-muted,
        .products-filter-block .products-filter-list li.active--red > a .text-muted {
          color: #fc1a20 !important; }
      .products-filter-block .products-filter-list li.more {
        margin-top: 16px; }
        .products-filter-block .products-filter-list li.more a {
          color: #989898; }
          .products-filter-block .products-filter-list li.more a svg {
            fill: #989898; }
          .products-filter-block .products-filter-list li.more a:hover {
            color: #009e48; }
            .products-filter-block .products-filter-list li.more a:hover svg {
              color: #009e48; }
      .products-filter-block .products-filter-list li.has-more > .plus {
        position: relative;
        cursor: pointer; }
        .products-filter-block .products-filter-list li.has-more > .plus:before {
          content: "";
          position: absolute;
          left: -18px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          width: 11px;
          height: 11px;
          background-position: center;
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='11px' y='11px' viewBox='0 0 42 42' xml:space='preserve'%3E%3Cpolygon points='42,20 22,20 22,0 20,0 20,20 0,20 0,22 20,22 20,42 22,42 22,22 42,22 '/%3E%3C/svg%3E"); }
        .products-filter-block .products-filter-list li.has-more > .plus:hover:before {
          background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23009e48' xmlns:xlink='http://www.w3.org/1999/xlink' x='11px' y='11px' viewBox='0 0 42 42' xml:space='preserve'%3E%3Cpolygon points='42,20 22,20 22,0 20,0 20,20 0,20 0,22 20,22 20,42 22,42 22,22 42,22 '/%3E%3C/svg%3E"); }
      .products-filter-block .products-filter-list li.has-more > ul {
        list-style: none;
        padding-left: 14px;
        padding-top: 10px; }
      .products-filter-block .products-filter-list li.has-more.opened > .plus:before {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' fill='%23009e48' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11' height='11' viewBox='0 0 42 42'%3E%3Crect y='20' x='0' width='42' height='2'/%3E%3C/svg%3E"); }
    .products-filter-block .products-filter-list.fw500 li a {
      font-weight: 500; }
  .products-filter-block .filter-title {
    margin-bottom: 6px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 24px;
    line-height: 22px;
    font-weight: 500;
    color: #009e48; }
    .products-filter-block .filter-title .flat-icon {
      max-width: 45px;
      flex-shrink: 0; }
    .products-filter-block .filter-title .flat-text {
      width: 100%;
      padding-left: 8px;
      line-height: 20px; }
    .products-filter-block .filter-title svg {
      fill: #009e48;
      flex-basis: auto;
      /* default value */
      flex-grow: 1; }
    .products-filter-block .filter-title span.small {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 18px;
      line-height: 20px;
      font-weight: 500; }
    .products-filter-block .filter-title span.small2 {
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 14px;
      line-height: 10px;
      font-weight: 500; }
    .products-filter-block .filter-title:hover {
      color: #68b259; }
      .products-filter-block .filter-title:hover svg {
        fill: #68b259; }
  .products-filter-block--red {
    border-color: #fc1a20; }
    .products-filter-block--red .filter-title {
      color: #fc1a20; }
      .products-filter-block--red .filter-title svg {
        fill: #fc1a20; }
      .products-filter-block--red .filter-title:hover {
        color: #cd0f14; }
        .products-filter-block--red .filter-title:hover svg {
          fill: #cd0f14; }
    .products-filter-block--red .products-filter-list li a.active {
      color: #fc1a20; }
      .products-filter-block--red .products-filter-list li a.active svg {
        fill: #fc1a20; }
    .products-filter-block--red .products-filter-list li a:hover {
      color: #fc1a20; }
      .products-filter-block--red .products-filter-list li a:hover svg {
        fill: #fc1a20; }
    .products-filter-block--red .products-filter-list li.active a {
      color: #fc1a20; }
      .products-filter-block--red .products-filter-list li.active a svg {
        fill: #fc1a20; }
      .products-filter-block--red .products-filter-list li.active a:hover {
        color: #cd0f14; }
        .products-filter-block--red .products-filter-list li.active a:hover svg {
          fill: #cd0f14; }
    .products-filter-block--red .products-filter-list li.filter-title a {
      color: #fc1a20; }
      .products-filter-block--red .products-filter-list li.filter-title a svg {
        fill: #fc1a20; }
      .products-filter-block--red .products-filter-list li.filter-title a:hover {
        color: #cd0f14; }
        .products-filter-block--red .products-filter-list li.filter-title a:hover svg {
          fill: #cd0f14; }

.filter-full {
  /*
    .filter-full-block {
        display: none;
        &.opened {
            display: block;
        }
    }*/ }
  .filter-full .row {
    margin-left: -9px;
    margin-right: -9px; }
  .filter-full .filter-mob-block {
    width: 100%;
    background-color: #f8f8f9;
    position: absolute;
    top: 0;
    left: 0; }
  .filter-full .filter-mob-block--left {
    padding: 0 16px 8px 16px; }
    .filter-full .filter-mob-block--left a {
      background: url(../img/arrow-left-lg.png) left center no-repeat;
      height: 22px;
      width: 15px;
      font: 0/0 a;
      display: block; }
  .filter-full .filter-mob-block--center {
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 15px;
    line-height: 18px; }
    .filter-full .filter-mob-block--center b {
      font-weight: 500; }
  .filter-full .filter-mob-block--right {
    text-align: right;
    padding: 0 16px 8px 0;
    flex: 0 0 100px;
    max-width: 100px; }
    .filter-full .filter-mob-block--right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .filter-full .filter-mob-block--right ul li {
        display: inline-block; }
    .filter-full .filter-mob-block--right .link-cols,
    .filter-full .filter-mob-block--right .link-rows {
      display: none;
      color: #9c9c9c;
      width: 32px;
      height: 32px;
      -webkit-border-radius: 16px;
      -ms-border-radius: 16px;
      border-radius: 16px;
      padding: 4px 5px;
      text-align: center; }
      .filter-full .filter-mob-block--right .link-cols svg,
      .filter-full .filter-mob-block--right .link-rows svg {
        fill: #9c9c9c; }
      .filter-full .filter-mob-block--right .link-cols.active,
      .filter-full .filter-mob-block--right .link-rows.active {
        display: block;
        color: #313131;
        background-color: #e5e5e5; }
        .filter-full .filter-mob-block--right .link-cols.active svg,
        .filter-full .filter-mob-block--right .link-rows.active svg {
          fill: #313131; }
    .filter-full .filter-mob-block--right .filter-trigger {
      margin-left: 8px; }
      .filter-full .filter-mob-block--right .filter-trigger svg {
        fill: #9c9c9c; }
      .filter-full .filter-mob-block--right .filter-trigger:hover svg, .filter-full .filter-mob-block--right .filter-trigger.active svg {
        fill: #009e48; }

@media (max-width: 991px) {
  .filter-full-block {
    overflow: hidden;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #ffffff;
    margin: 0;
    padding: 15px 10px;
    visibility: hidden;
    -moz-transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, visibility 0s ease 0.3s;
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease, visibility 0s ease 0.3s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .body--products-block-filter-opened .filter-full-block,
  .filter-full-block.opened {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -ms-transform 0.3s ease; } }

.article-flex {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1263px) {
    .article-flex {
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .article-flex .article {
    width: 100%;
    padding-right: 60px;
    /*
        @include max992 {
            padding-right: 0;
        }*/ }
    @media (max-width: 1263px) {
      .article-flex .article {
        padding-right: 0; } }
  .article-flex .article-right {
    width: 300px;
    flex-shrink: 0; }
    @media (max-width: 1263px) {
      .article-flex .article-right {
        width: 100%; } }
  .article-flex img {
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    max-width: 100%;
    margin: 20px 0; }
  .article-flex h2 {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    color: #000000; }
  .article-flex h1, .article-flex h2, .article-flex h3, .article-flex h4, .article-flex h5, .article-flex h6 {
    text-transform: none;
    margin: 0; }
  .article-flex h1 {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0; }
  .article-flex p {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000; }
  .article-flex h1 + p,
  .article-flex h2 + p,
  .article-flex h3 + p,
  .article-flex h4 + p,
  .article-flex h5 + p,
  .article-flex h6 + p {
    margin-top: 0 !important;
    margin-bottom: 20px; }
  .article-flex p + img {
    margin-top: 0; }

.shops-list-block,
.infobox {
  display: flex; }
  @media (max-width: 823px) {
    .shops-list-block,
    .infobox {
      flex-wrap: wrap;
      justify-content: center; } }
  .shops-list-block .shops-list-header,
  .infobox .shops-list-header {
    flex-shrink: 0;
    width: 180px;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 17px;
    line-height: 36px;
    font-weight: bold;
    color: #6e7275;
    text-align: center;
    margin-right: 40px; }
    @media (max-width: 823px) {
      .shops-list-block .shops-list-header,
      .infobox .shops-list-header {
        margin: 0; } }
    .shops-list-block .shops-list-header .shops-list-header-title,
    .infobox .shops-list-header .shops-list-header-title {
      border-bottom: 1px solid #e5e5e5;
      font-size: 32px;
      line-height: 35px;
      padding: 20px 10px; }
    .shops-list-block .shops-list-header b,
    .shops-list-block .shops-list-header strong,
    .infobox .shops-list-header b,
    .infobox .shops-list-header strong {
      font-size: 48px;
      line-height: 51px;
      display: block;
      margin-top: 12px; }
  .shops-list-block .shops-content,
  .infobox .shops-content {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap; }
  .shops-list-block .shops-item,
  .infobox .shops-item {
    width: 33%;
    padding: 10px 20px;
    margin-bottom: 80px; }
    @media (max-width: 1263px) {
      .shops-list-block .shops-item,
      .infobox .shops-item {
        width: 50%;
        margin-bottom: 60px; } }
    @media (max-width: 583px) {
      .shops-list-block .shops-item,
      .infobox .shops-item {
        width: 100%;
        margin-bottom: 40px; } }
    .shops-list-block .shops-item .shops-item-img,
    .infobox .shops-item .shops-item-img {
      max-height: 52px;
      text-align: center;
      display: block;
      margin-bottom: 12px; }
    .shops-list-block .shops-item .shops-item-title,
    .infobox .shops-item .shops-item-title {
      text-align: center;
      background-color: #4cbb7f;
      height: 65px;
      -webkit-border-radius: 33px;
      -ms-border-radius: 33px;
      border-radius: 33px;
      color: #ffffff;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 17px;
      line-height: 20px;
      font-weight: 500;
      text-transform: none;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 20px; }
    .shops-list-block .shops-item ul,
    .infobox .shops-item ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .shops-list-block .shops-item ul li,
      .infobox .shops-item ul li {
        display: block;
        color: #000000;
        border-bottom: 1px solid #e5e5e5;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 15px;
        line-height: 18px;
        font-weight: 400;
        text-align: center;
        padding: 12px 0; }
        .shops-list-block .shops-item ul li a,
        .infobox .shops-item ul li a {
          color: #000000;
          text-decoration: none; }
          .shops-list-block .shops-item ul li a:hover,
          .infobox .shops-item ul li a:hover {
            color: #009e48; }
    .shops-list-block .shops-item table,
    .infobox .shops-item table {
      border-spacing: 0 9px;
      border-collapse: separate;
      margin: 10px auto 0;
      min-width: 160px; }
      .shops-list-block .shops-item table td:first-child,
      .infobox .shops-item table td:first-child {
        width: 40%;
        text-align: right;
        border-right: 1px solid #e5e5e5;
        padding-right: 12px; }
      .shops-list-block .shops-item table td:last-child,
      .infobox .shops-item table td:last-child {
        width: 60%;
        text-align: left;
        padding-left: 12px; }

.infobox .shops-item {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  position: relative;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33); }
  .infobox .shops-item .shops-item-title {
    margin: -10px -20px;
    border-radius: 0;
    margin-bottom: 6px; }
  .infobox .shops-item p {
    color: #000000;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 12px 0;
    margin: 0; }
  .infobox .shops-item table {
    margin-top: 10px; }
  .infobox .shops-item:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    line-height: 0px; }

.sitemap {
  line-height: 0;
  position: relative;
  -webkit-column-gap: 0px;
  -ms-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  column-count: 4; }
  @media (max-width: 991px) {
    .sitemap {
      -webkit-column-count: 3;
      -ms-column-count: 3;
      column-count: 3; } }
  @media (max-width: 767px) {
    .sitemap {
      -webkit-column-count: 2;
      -ms-column-count: 2;
      column-count: 2; } }
  @media (max-width: 463px) {
    .sitemap {
      -webkit-column-count: 1;
      -ms-column-count: 1;
      column-count: 1; } }
  .sitemap .sitemap-block {
    display: block;
    border-left: 1px solid #e3e3e3;
    padding: 20px 34px;
    margin-bottom: 46px;
    /*-webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;*/
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table; }
    @media (max-width: 583px) {
      .sitemap .sitemap-block {
        padding: 15px 15px; } }
    @media (max-width: 463px) {
      .sitemap .sitemap-block {
        display: block;
        padding: 0px;
        border-left: none; } }
  .sitemap .sitemap-list {
    margin: 0;
    list-style: none;
    padding: 0; }
    .sitemap .sitemap-list li {
      padding: 0;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: 400; }
      .sitemap .sitemap-list li a {
        display: block;
        padding: 7px 0 6px;
        color: #000000; }
        .sitemap .sitemap-list li a:hover {
          color: #009e48; }
  .sitemap--noborder .sitemap-block {
    padding: 0;
    border: none; }
  .sitemap .products-filter-block {
    padding-top: 25px; }
    .sitemap .products-filter-block li {
      padding-right: 30px; }
  .sitemap-img {
    position: absolute;
    right: -65px;
    bottom: -165px; }
    @media (max-width: 1263px) {
      .sitemap-img {
        display: none; } }
    .sitemap-img img {
      max-width: 100%; }

.block--categories-list {
  margin: 27px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 10px));
  grid-gap: 10px; }
  @media (max-width: 991px) {
    .block--categories-list {
      grid-template-columns: repeat(auto-fill, calc(50% - 10px)); } }
  @media (max-width: 463px) {
    .block--categories-list {
      grid-template-columns: repeat(auto-fill, 100%);
      grid-gap: 0px; } }
  .block--categories-list .item {
    position: relative;
    padding: 70px 0px 0px 194px;
    margin-bottom: 40px; }
    .block--categories-list .item .item-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px; }
      .block--categories-list .item .item-image img {
        max-width: 100%; }
    .block--categories-list .item .links li a {
      font-family: "Myriad Pro Semibold", sans-serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      padding: 6px 12px 6px 12px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      .block--categories-list .item .links li a:hover {
        color: #009e48; }
    .block--categories-list .item .links li.active a {
      background-color: #009e48;
      color: #ffffff; }
    .block--categories-list .item .links .links-title a {
      font-size: 24px;
      line-height: 27px;
      margin-bottom: 2px; }
    @media (max-width: 1263px) {
      .block--categories-list .item {
        padding-left: 154px; }
      .block--categories-list .item .item-image {
        width: 150px; } }
    @media (max-width: 767px) {
      .block--categories-list .item {
        padding: 0; }
        .block--categories-list .item .item-image {
          width: 100%;
          position: relative;
          margin-bottom: 8px; } }
  .block--categories-list-full {
    display: grid;
    grid-template-columns: 405px 405px 405px;
    grid-gap: 32px; }
    @media (max-width: 1423px) {
      .block--categories-list-full {
        grid-template-columns: repeat(auto-fill, calc(33% - 18px)); } }
    @media (max-width: 1263px) {
      .block--categories-list-full {
        grid-template-columns: repeat(auto-fill, calc(33% - 10px));
        grid-gap: 16px; } }
    @media (max-width: 991px) {
      .block--categories-list-full {
        grid-template-columns: repeat(auto-fill, calc(50% - 10px)); } }
    @media (max-width: 583px) {
      .block--categories-list-full {
        grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 16px 0; } }
    .block--categories-list-full .item {
      width: 100%;
      height: 211px;
      position: relative;
      background-repeat: no-repeat;
      background-position: bottom left;
      border: 1px solid transparent; }
      @media (max-width: 767px) {
        .block--categories-list-full .item {
          padding: 20px 24px; } }
      .block--categories-list-full .item .item-title, .block--categories-list-full .cart-products .cart-products-list .item .item-title .text, .cart-products .cart-products-list .block--categories-list-full .item .item-title .text {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 35px;
        line-height: 36px;
        font-weight: bold;
        position: absolute;
        top: 29px;
        left: 37px;
        text-align: left;
        color: #717171; }
        @media (max-width: 767px) {
          .block--categories-list-full .item .item-title, .block--categories-list-full .cart-products .cart-products-list .item .item-title .text, .cart-products .cart-products-list .block--categories-list-full .item .item-title .text {
            top: 0;
            position: relative;
            left: 0;
            font-size: 28px;
            line-height: 29px; } }
      .block--categories-list-full .item .item-total {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 11px;
        line-height: 11px;
        font-weight: 400;
        text-align: center;
        position: absolute;
        right: 43px;
        top: 37px;
        min-width: 85px;
        color: #717171; }
        .block--categories-list-full .item .item-total span {
          display: block;
          font-family: 'Roboto',Arial,sans-serif;
          font-size: 36px;
          line-height: 36px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .block--categories-list-full .item .item-total span {
              font-size: 28px;
              line-height: 29px; } }
        @media (max-width: 767px) {
          .block--categories-list-full .item .item-total {
            top: 19px;
            right: 10px; } }
      .block--categories-list-full .item.more {
        border-top: none;
        border-left: none;
        border-right: none; }
        .block--categories-list-full .item.more .item-total {
          position: relative;
          left: auto;
          right: auto;
          text-align: center;
          color: #009e48;
          font-size: 30px;
          line-height: 31px;
          font-weight: bold;
          top: 50%;
          transform: translate(0, -50%); }
          .block--categories-list-full .item.more .item-total span {
            font-size: 72px;
            line-height: 73px; }
        .block--categories-list-full .item.more:hover .item-total {
          color: #00853c; }

.items--categories-blocks .item {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center; }
  @media (max-width: 767px) {
    .items--categories-blocks .item {
      display: block; } }
  @media (min-width: 768px) {
    .items--categories-blocks .item.item--image-right .item-image {
      order: 2; }
    .items--categories-blocks .item.item--image-right .item-content {
      order: 1; } }
  .items--categories-blocks .item .item-image {
    width: 45%;
    text-align: right; }
    @media (max-width: 767px) {
      .items--categories-blocks .item .item-image {
        width: 100%;
        text-align: left; } }
    .items--categories-blocks .item .item-image img {
      max-width: 100%; }
  .items--categories-blocks .item .item-content {
    width: 55%;
    padding: 0 5px 42px 0;
    color: #009e48; }
    @media (max-width: 767px) {
      .items--categories-blocks .item .item-content {
        width: 100%;
        padding-bottom: 22px; } }
    .items--categories-blocks .item .item-content p {
      font-family: "MyriadPro", sans-serif;
      font-weight: 400;
      font-size: 20px;
      line-height: 25px;
      color: #009e48; }
    .items--categories-blocks .item .item-content a {
      color: #009e48;
      text-decoration: underline; }

.items--categories-blocks-2 .item {
  padding: 55px 64px 64px 64px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #009e48; }
  @media (max-width: 767px) {
    .items--categories-blocks-2 .item {
      padding: 35px 44px 44px 44px; } }
  @media (max-width: 463px) {
    .items--categories-blocks-2 .item {
      padding: 20px 29px 29px 29px; } }
  .mod--color-invert.items--categories-blocks-2 .item {
    color: #ffffff; }
  .mod--color-invert .items--categories-blocks-2 .item {
    color: #ffffff; }
  .items--categories-blocks-2 .item h2 + p {
    margin-top: 17px; }
  .items--categories-blocks-2 .item p {
    margin-bottom: 20px; }
    .items--categories-blocks-2 .item p:last-child, .items--categories-blocks-2 .item p:last-of-type {
      margin-bottom: 27px; }

.items--categories-blocks-3 .item {
  display: flex;
  position: relative;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #717171; }
  .mod--color-invert.items--categories-blocks-3 .item {
    color: #ffffff; }
  .mod--color-invert .items--categories-blocks-3 .item {
    color: #ffffff; }
  .items--categories-blocks-3 .item .title {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
    color: #717171;
    text-align: left; }
  .items--categories-blocks-3 .item h2 + p {
    margin-top: 24px; }
  .items--categories-blocks-3 .item p {
    margin-bottom: 21px; }
    .items--categories-blocks-3 .item p:last-child, .items--categories-blocks-3 .item p:last-of-type {
      margin-bottom: 27px; }
  .items--categories-blocks-3 .item .item-image {
    max-width: 100%;
    max-height: 100%;
    z-index: -1; }
  .items--categories-blocks-3 .item.mod--align-right {
    justify-content: flex-end; }
    @media (max-width: 991px) {
      .items--categories-blocks-3 .item.mod--align-right {
        flex-wrap: wrap;
        justify-content: flex-start; } }
    @media (max-width: 991px) {
      .items--categories-blocks-3 .item.mod--align-right .item-content {
        order: 1;
        width: 100%; } }
    .items--categories-blocks-3 .item.mod--align-right .item-image {
      position: absolute;
      left: -55px;
      bottom: 0; }
      @media (max-width: 1263px) {
        .items--categories-blocks-3 .item.mod--align-right .item-image {
          max-width: 360px; } }
      @media (max-width: 991px) {
        .items--categories-blocks-3 .item.mod--align-right .item-image {
          position: relative;
          left: 0;
          bottom: 0;
          order: 2;
          max-width: 100%;
          margin-top: 40px; } }
  .items--categories-blocks-3 .item.item-860 {
    height: 860px; }
    @media (max-width: 991px) {
      .items--categories-blocks-3 .item.item-860 {
        height: auto; } }

/*
.items--categories-blocks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    .item {
        width: 100%;
        flex-basis: 100%;
        position: relative;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
        padding-left: 50%;
        padding-right: 0;
        .item-image {
            font: 0/0 a;
            left: 0;
            top: 0;
            width: 50%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            background: center center no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-flex-grow: 0;
            -webkit-flex-shrink: 0;
            flex-grow: 0;
            flex-shrink: 0;
            div,
            a {
                width: 100%;
                height: 100%;
                display: block;
                background: center center no-repeat;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
        }
        .item-content {
            width: 100%;
            overflow: hidden;
            padding: 50px 10%;
            -webkit-flex-grow: 0;
            -webkit-flex-shrink: 0;
            flex-grow: 0;
            flex-shrink: 0;
            @include max1440 {
                padding-left: 50px;
                padding-right: 50px;
            }
            .title {
                text-align: left;
                margin-bottom: 40px;
            }
        }
        .item-title {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit;
            margin-top: 20px;
            margin-bottom: 10px;
            font-family: 'Roboto', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 36px;
            line-height: 38px;
            margin: 0 0 22px;
            font-weight: 400;
            img {
                margin-bottom: 12px;
            }
        }
        &.item--noimage-left,
        &.item--noimage-right {
            flex-basis: 50%;
            width: 50%;
            padding: 0;
            @include max768 {
                flex-basis: 100%;
                width: 100%;
            }
            .item-image {
                display: none;
            }
        }
        &.item--noimage-left {
            float: left;
        }
        &.item--noimage-right {
            float: right;
        }
        &.item--image-right {
            padding-left: 0;
            padding-right: 50%;
            .item-image {
                left: auto;
                right: 0;
            }
            @include max768 {
                padding-left: 0;
                padding-right: 0;
            }
        }
        &.item--image-left {
            padding-left: 50%;
            padding-right: 0;
            .item-image {
                left: 0;
                right: auto;
            }
            @include max768 {
                padding-left: 0;
                padding-right: 0;
            }
        }
        &.item--align-top {
            -webkit-align-items: flex-start;
            align-items: flex-start;
            justify-content: flex-start;
        }
        &.item--align-bottom {
            -webkit-align-items: flex-end;
            align-items: flex-end;
            justify-content: flex-end;
        }
        @include max992 {
            .item-content {
                padding-left: 5%;
                padding-right: 5%;
            }
        }
        @include max768 {
            display: block;
            min-height: 0;
            margin: 0;
            padding-left: 0;
            padding-right: 0;
            .item-image {
                position: relative;
                left: auto;
                top: auto;
                width: auto;
            }
            .item-content {
                width: auto;
                margin: 0 !important;
                padding: 24px 0;
            }
            @at-root .mod--fullwidth {
                .item-content {
                    padding-left: 18px;
                    padding-right: 18px;
                }
            }
        }
        @include max480 {
            .btn {
                display: block;
                margin-bottom: 20px;
                margin-left: 0;
            }
        }
    }
}*/
.article {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }
  .mod--color-invert .article {
    color: #ffffff; }
  .article .h1,
  .article .h2,
  .article .h3,
  .article .h4,
  .article .h5,
  .article .h6 {
    color: #68b259; }
  .article h1 + p,
  .article h2 + p,
  .article h3 + p,
  .article h4 + p,
  .article h5 + p,
  .article h6 + p {
    margin-top: 20px; }
  .article img {
    max-width: 100%; }
    .article img.mod--fullwidth {
      width: 100%;
      height: auto; }
    .article img + p {
      margin-top: 30px; }

.items--products {
  margin: 27px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 10px));
  grid-gap: 10px; }
  @media (max-width: 823px) {
    .items--products {
      grid-template-columns: repeat(auto-fill, calc(50% - 10px));
      grid-gap: 10px; } }
  @media (max-width: 583px) {
    .items--products {
      grid-template-columns: repeat(auto-fill, 100%);
      grid-gap: 10px; } }
  .items--products--category {
    grid-template-columns: repeat(auto-fill, calc(33% - 20px));
    grid-gap: 30px; }
    @media (max-width: 823px) {
      .items--products--category {
        grid-template-columns: repeat(auto-fill, calc(50% - 20px)); } }
    @media (max-width: 583px) {
      .items--products--category {
        grid-template-columns: repeat(auto-fill, 100%);
        grid-gap: 0px; } }
    .items--products--category .item {
      margin-bottom: 37px !important; }
  .items--products--slide {
    display: block;
    max-width: 2170px;
    margin: 29px auto 0; }
    @media (max-width: 583px) {
      .items--products--slide {
        padding: 0px 10px; } }
    .items--products--slide .slick-next,
    .items--products--slide .slick-prev {
      display: none; }
    .items--products--slide .slick-dots {
      margin: 0;
      left: 0;
      z-index: 0; }
    .items--products--slide .item {
      width: 405px;
      margin: 1px 16px 0 16px; }
      .items--products--slide .item:first-child {
        margin-left: 0; }
      .items--products--slide .item:last-child {
        margin-right: 0; }
      @media (max-width: 1263px) {
        .items--products--slide .item {
          width: 305px; } }
      @media (max-width: 991px) {
        .items--products--slide .item {
          width: 250px; } }
      @media (max-width: 583px) {
        .items--products--slide .item {
          width: 100%;
          margin-right: 0;
          margin-left: 0; } }
  .items--products .item {
    margin-bottom: 5px;
    position: relative; }
    @media (max-width: 991px) {
      .items--products .item {
        padding: 0 0 5px; } }
    .items--products .item .item-icons {
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 3; }
    .items--products .item .item-images {
      padding-top: 415px;
      position: relative;
      border-bottom: 1px solid #009e48;
      margin: 0;
      z-index: 1; }
      @media (max-width: 1263px) {
        .items--products .item .item-images {
          padding-top: 315px; } }
      .items--products .item .item-images img {
        max-width: 100%;
        height: 100%; }
        .objectfit .items--products .item .item-images img {
          width: 100%;
          height: 100%;
          object-fit: scale-down; }
    .items--products .item .item-images-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      border-top: 1px solid transparent;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      transition: border-color 0.3s ease 0.2s; }
      @media (prefers-reduced-motion: reduce) {
        .items--products .item .item-images-wrapper {
          transition: none; } }
    .items--products .item .item-brand {
      position: absolute;
      left: 15px;
      bottom: 18px; }
    .items--products .item .item-title, .items--products .cart-products .cart-products-list .item .item-title .text, .cart-products .cart-products-list .items--products .item .item-title .text {
      color: #000000;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 30px;
      line-height: 35px;
      font-weight: 500;
      text-transform: none;
      display: block;
      margin: 0;
      text-align: center; }
      .items--products .item .item-title a, .items--products .cart-products .cart-products-list .item .item-title .text a, .cart-products .cart-products-list .items--products .item .item-title .text a {
        color: #009e48; }
        .items--products .item .item-title a:hover, .items--products .cart-products .cart-products-list .item .item-title .text a:hover, .cart-products .cart-products-list .items--products .item .item-title .text a:hover {
          color: #00853c; }
    .items--products .item .item-category, .items--products .item .item-category a {
      text-align: center;
      color: #009e48;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 15px;
      line-height: 18px;
      font-weight: 400;
      margin-top: 4px; }
      .items--products .item .item-category:hover, .items--products .item .item-category a:hover {
        color: #00853c; }
    .items--products .item .item-price {
      margin-top: 10px;
      color: #000000;
      vertical-align: middle;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .items--products .item .item-price .price {
        color: #717171;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 30px;
        line-height: 33px;
        font-weight: 500; }
        .items--products .item .item-price .price--discount {
          color: #fc1a20; }
        .items--products .item .item-price .price--oldprice {
          font-family: 'Roboto',Arial,sans-serif;
          font-size: 18px;
          line-height: 20px;
          font-weight: 400;
          color: #a5a5a5;
          text-decoration: line-through; }
        .items--products .item .item-price .price sup {
          font-size: 15px;
          line-height: 15px;
          top: -10px;
          padding-left: 2px; }
      .items--products .item .item-price .price--label {
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 11px;
        line-height: 14px;
        font-weight: 400;
        vertical-align: middle;
        visibility: hidden;
        opacity: 0;
        width: 0;
        display: inline-block;
        transition: opacity 0.3s ease, visibility 0s ease 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .items--products .item .item-price .price--label {
            transition: none; } }
        @media (max-width: 991px) {
          .items--products .item .item-price .price--label {
            width: auto;
            opacity: 1;
            visibility: visible; } }
    .items--products .item .item-hidden {
      display: none;
      padding: 10px 0 0px; }
      @media (max-width: 991px) {
        .items--products .item .item-hidden {
          display: block; } }
    .items--products .item .list-params {
      margin: 0; }
    .items--products .item .item-links {
      margin-top: 4px;
      *zoom: 1;
      line-height: 20px; }
      .items--products .item .item-links:after {
        content: " ";
        display: table;
        clear: both; }
      .items--products .item .item-links > .left {
        margin-right: 10px; }
      .items--products .item .item-links > .right {
        margin-left: 10px; }
      @media (max-width: 1583px) {
        .items--products .item .item-links > .left,
        .items--products .item .item-links > .right {
          float: none;
          display: block;
          margin: 12px 0 0; } }
    .items--products .item .item-icons {
      position: absolute;
      top: 25px;
      left: 28px;
      z-index: 1; }
    .items--products .item .item-links2 {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease, visibility 0s ease 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        .items--products .item .item-links2 {
          transition: none; } }
      @media (max-width: 991px) {
        .items--products .item .item-links2 {
          visibility: visible;
          opacity: 1; } }
    .items--products .item .item-actions {
      margin-top: 4px;
      text-align: center; }
      .items--products .item .item-actions .btn {
        padding: 10px 22px;
        height: 40px; }
        .items--products .item .item-actions .btn:last-child {
          margin-bottom: 0; }
        .items--products .item .item-actions .btn img {
          margin: 0; }
      .items--products .item .item-actions .row {
        margin-left: -5px;
        margin-right: -5px; }
        .items--products .item .item-actions .row div[class^="col-"] {
          padding-left: 5px;
          padding-right: 5px; }
      .items--products .item .item-actions .ui-spinner {
        margin: 0;
        max-height: 40px; }
    .items--products .item .list-params2 {
      margin: 0; }
    .items--products .item .item-content {
      border-bottom: 1px solid transparent;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      transition: border-color 0.3s ease 0.2s;
      padding: 18px 15px 24px; }
      @media (prefers-reduced-motion: reduce) {
        .items--products .item .item-content {
          transition: none; } }
    .items--products .item .item-wrapper {
      position: relative;
      padding: 0px 0px 0;
      background: #fff;
      left: 0;
      right: 0;
      top: -1px;
      transition: border-color 0.3s ease 0.2s;
      overflow: hidden; }
      @media (prefers-reduced-motion: reduce) {
        .items--products .item .item-wrapper {
          transition: none; } }
      @media (max-width: 991px) {
        .items--products .item .item-wrapper {
          height: 100%; } }
    .items--products .item:hover {
      z-index: 10; }
      .items--products .item:hover .price--label {
        visibility: visible;
        opacity: 1;
        width: auto;
        transition: opacity 0.3s ease; }
        @media (prefers-reduced-motion: reduce) {
          .items--products .item:hover .price--label {
            transition: none; } }
      .no-js .items--products .item:hover {
        z-index: 10; }
        .no-js .items--products .item:hover .item-hidden {
          display: block; }
    .no-js .items--products .item:hover .item-links2, .items--products .item.hover .item-links2 {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.3s ease; }
      @media (prefers-reduced-motion: reduce) {
        .no-js .items--products .item:hover .item-links2, .items--products .item.hover .item-links2 {
          transition: none; } }
    .no-js .items--products .item:hover .item-wrapper, .items--products .item.hover .item-wrapper {
      position: absolute;
      border-color: #009e48; }
      @media (max-width: 991px) {
        .no-js .items--products .item:hover .item-wrapper, .items--products .item.hover .item-wrapper {
          position: relative; } }
    .no-js .items--products .item:hover .item-images-wrapper, .items--products .item.hover .item-images-wrapper {
      border-color: #717171; }
    .no-js .items--products .item:hover .item-content, .items--products .item.hover .item-content {
      border-color: #009e48; }
    .items--products--fullsize.items--products .item {
      padding: 0; }
      .items--products--fullsize.items--products .item .item-wrapper {
        position: relative; }
      .items--products--fullsize.items--products .item .item-links2 {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease; }
        @media (prefers-reduced-motion: reduce) {
          .items--products--fullsize.items--products .item .item-links2 {
            transition: none; } }
      .items--products--fullsize.items--products .item .item-hidden {
        display: block; }
      .items--products--fullsize.items--products .item .price--label {
        visibility: visible;
        opacity: 1;
        width: auto; }
      .items--products--fullsize.items--products .item.hover .item-wrapper, .items--products--fullsize.items--products .item:hover .item-wrapper {
        -webkit-box-shadow: 5px 0px 20px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 0px 20px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 5px 0px 20px 5px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease 0s; }
        @media (prefers-reduced-motion: reduce) {
          .items--products--fullsize.items--products .item.hover .item-wrapper, .items--products--fullsize.items--products .item:hover .item-wrapper {
            transition: none; } }

.items--products-row {
  grid-template-columns: repeat(auto-fill, calc(50% - 10px));
  grid-gap: 20px; }
  @media (max-width: 767px) {
    .items--products-row {
      grid-template-columns: repeat(auto-fill, 100%);
      grid-gap: 0; } }
  .items--products-row .item {
    padding: 0; }
    .items--products-row .item .item-wrapper {
      padding: 12px 10px 12px 150px; }
      @media (max-width: 463px) {
        .items--products-row .item .item-wrapper {
          padding: 12px 10px 12px 10px; } }
    .items--products-row .item .item-price .price--label {
      visibility: visible;
      opacity: 1;
      width: auto; }
    .items--products-row .item .item-actions-like {
      position: relative;
      top: auto;
      right: auto;
      margin-left: 14px; }
    .items--products-row .item .item-images {
      float: left;
      width: 140px;
      padding: 0 14px;
      margin-left: -140px; }
      @media (max-width: 463px) {
        .items--products-row .item .item-images {
          margin: 0 auto;
          width: auto;
          float: unset; } }
    .items--products-row .item .item-images-wrapper {
      position: relative; }
    .no-js .items--products-row .item:hover .item-wrapper, .items--products-row .item.hover .item-wrapper {
      position: relative;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .items--products-row .item .item-icons {
      left: 10px; }
    @media (max-width: 463px) {
      .items--products-row .item .product-item-icons {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        text-align: center; }
        .items--products-row .item .product-item-icons .product-icon {
          display: inline-block;
          margin: 0 9px 9px 0; } }
    .items--products-row .item .btn img {
      margin: 0; }

.products-list {
  margin: 0 -15px 20px;
  font: 0/0 a; }
  @media (max-width: 991px) {
    .products-list {
      margin: 0 0 20px; } }
  .products-list .product-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0 40px; }

.products-container {
  display: block; }

.product-item-icons .product-icon {
  width: 49px;
  height: 49px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #009e48;
  padding: 14px 5px;
  text-align: center;
  margin-bottom: 10px;
  z-index: 1;
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .product-item-icons .product-icon:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 55px;
    height: 55px;
    border: 1px solid #4cbb7f;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1; }
  .product-item-icons .product-icon--red {
    color: #fc1a20; }
    .product-item-icons .product-icon--red:before {
      border-color: #fc1a20; }
  .product-item-icons .product-icon--blue {
    color: #3d6bff; }
    .product-item-icons .product-icon--blue:before {
      border-color: #3d6bff; }
  .product-item-icons .product-icon--sm {
    width: 33px;
    height: 33px;
    padding: 9px 2px;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700; }
    .product-item-icons .product-icon--sm:before {
      width: 39px;
      height: 39px; }
  .product-item-icons .product-icon--lg {
    width: 72px;
    height: 72px;
    padding: 24px 2px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px; }
    .product-item-icons .product-icon--lg:before {
      width: 78px;
      height: 78px; }
  .product-item-icons .product-icon--lg2 {
    width: 72px;
    height: 72px;
    padding: 20px 6px;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px; }
    .product-item-icons .product-icon--lg2:before {
      width: 78px;
      height: 78px; }

.price {
  display: inline-block;
  color: #009e48;
  padding-left: 6px; }
  .price:first-child {
    padding-left: 0; }
  .price sup {
    font-size: 18px;
    line-height: 21px;
    top: -10px;
    padding-left: 2px;
    text-decoration: none; }
  .price--oldprice {
    color: #a5a5a5;
    display: inline-block;
    text-decoration: line-through; }
    .price--oldprice sup {
      font-size: 11px;
      line-height: 14px; }
  .price--discount {
    color: #fc1a20; }

.product-price-block {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .product-price-block .product-price-icons {
    padding-right: 16px;
    padding-top: 8px; }

.product-widget .items--products {
  margin: 0; }
  .article-flex .article-right .product-widget .items--products {
    /*@include min992 {
                grid-auto-rows: max-content; 
                grid-template-columns: 200px; 
                grid-gap: 10px;
            }*/ }
    @media (min-width: 1264px) {
      .article-flex .article-right .product-widget .items--products {
        grid-auto-rows: max-content;
        grid-template-columns: 300px;
        grid-gap: 10px; } }
  .product-widget .items--products .item .item-images {
    padding-top: 160px; }

.widgets-block {
  display: block;
  margin: 20px 0 10px 0; }

/* ETC */
.hide {
  display: none !important; }

.links-inline {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }
  .links-inline li {
    display: inline-block;
    padding: 0px 5px; }

.pull-right {
  float: right; }

.show-map {
  background: url("../img/show-map.png") no-repeat center left;
  height: 70px;
  display: inline-block;
  padding-left: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #3d6bff;
  text-decoration: none; }
  .show-map:hover {
    color: #009e48; }

.relative,
.rel {
  position: relative; }

.rel-wrap .wrapper {
  position: relative; }

.mod--nomargin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.row {
  /*
    .mod--lessitem {
        padding-right: 10px;
        padding-left: 10px;
    }
    .mod--lessitem2 {
        padding-right: 5px;
        padding-left: 5px;
    }
    .mod--lesspadleft {
        padding-left: 10px;
    }
    .mod--lesspadleft2 {
        padding-left: 5px;
    }
    .mod--lesspadright {
        padding-right: 10px;
    }
    .mod--lesspadright2 {
        padding-right: 5px;
    }*/ }
  .row.mod--lesspad {
    margin-right: -10px;
    margin-left: -10px; }
    .row.mod--lesspad .col-1, .row.mod--lesspad .col-2, .row.mod--lesspad .col-3, .row.mod--lesspad .col-4, .row.mod--lesspad .col-5, .row.mod--lesspad .col-6, .row.mod--lesspad .col-7, .row.mod--lesspad .col-8, .row.mod--lesspad .col-9, .row.mod--lesspad .col-10, .row.mod--lesspad .col-11, .row.mod--lesspad .col-12, .row.mod--lesspad .col, .row.mod--lesspad .col-auto, .row.mod--lesspad .col-sm-1, .row.mod--lesspad .col-sm-2, .row.mod--lesspad .col-sm-3, .row.mod--lesspad .col-sm-4, .row.mod--lesspad .col-sm-5, .row.mod--lesspad .col-sm-6, .row.mod--lesspad .col-sm-7, .row.mod--lesspad .col-sm-8, .row.mod--lesspad .col-sm-9, .row.mod--lesspad .col-sm-10, .row.mod--lesspad .col-sm-11, .row.mod--lesspad .col-sm-12, .row.mod--lesspad .col-sm, .row.mod--lesspad .col-sm-auto, .row.mod--lesspad .col-md-1, .row.mod--lesspad .col-md-2, .row.mod--lesspad .col-md-3, .row.mod--lesspad .col-md-4, .row.mod--lesspad .col-md-5, .row.mod--lesspad .col-md-6, .row.mod--lesspad .col-md-7, .row.mod--lesspad .col-md-8, .row.mod--lesspad .col-md-9, .row.mod--lesspad .col-md-10, .row.mod--lesspad .col-md-11, .row.mod--lesspad .col-md-12, .row.mod--lesspad .col-md, .row.mod--lesspad .col-md-auto, .row.mod--lesspad .col-lg-1, .row.mod--lesspad .col-lg-2, .row.mod--lesspad .col-lg-3, .row.mod--lesspad .col-lg-4, .row.mod--lesspad .col-lg-5, .row.mod--lesspad .col-lg-6, .row.mod--lesspad .col-lg-7, .row.mod--lesspad .col-lg-8, .row.mod--lesspad .col-lg-9, .row.mod--lesspad .col-lg-10, .row.mod--lesspad .col-lg-11, .row.mod--lesspad .col-lg-12, .row.mod--lesspad .col-lg, .row.mod--lesspad .col-lg-auto, .row.mod--lesspad .col-xl-1, .row.mod--lesspad .col-xl-2, .row.mod--lesspad .col-xl-3, .row.mod--lesspad .col-xl-4, .row.mod--lesspad .col-xl-5, .row.mod--lesspad .col-xl-6, .row.mod--lesspad .col-xl-7, .row.mod--lesspad .col-xl-8, .row.mod--lesspad .col-xl-9, .row.mod--lesspad .col-xl-10, .row.mod--lesspad .col-xl-11, .row.mod--lesspad .col-xl-12, .row.mod--lesspad .col-xl, .row.mod--lesspad .col-xl-auto {
      padding-right: 10px;
      padding-left: 10px; }
  .row.mod--lesspad2 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.mod--lesspad2 .col-1, .row.mod--lesspad2 .col-2, .row.mod--lesspad2 .col-3, .row.mod--lesspad2 .col-4, .row.mod--lesspad2 .col-5, .row.mod--lesspad2 .col-6, .row.mod--lesspad2 .col-7, .row.mod--lesspad2 .col-8, .row.mod--lesspad2 .col-9, .row.mod--lesspad2 .col-10, .row.mod--lesspad2 .col-11, .row.mod--lesspad2 .col-12, .row.mod--lesspad2 .col, .row.mod--lesspad2 .col-auto, .row.mod--lesspad2 .col-sm-1, .row.mod--lesspad2 .col-sm-2, .row.mod--lesspad2 .col-sm-3, .row.mod--lesspad2 .col-sm-4, .row.mod--lesspad2 .col-sm-5, .row.mod--lesspad2 .col-sm-6, .row.mod--lesspad2 .col-sm-7, .row.mod--lesspad2 .col-sm-8, .row.mod--lesspad2 .col-sm-9, .row.mod--lesspad2 .col-sm-10, .row.mod--lesspad2 .col-sm-11, .row.mod--lesspad2 .col-sm-12, .row.mod--lesspad2 .col-sm, .row.mod--lesspad2 .col-sm-auto, .row.mod--lesspad2 .col-md-1, .row.mod--lesspad2 .col-md-2, .row.mod--lesspad2 .col-md-3, .row.mod--lesspad2 .col-md-4, .row.mod--lesspad2 .col-md-5, .row.mod--lesspad2 .col-md-6, .row.mod--lesspad2 .col-md-7, .row.mod--lesspad2 .col-md-8, .row.mod--lesspad2 .col-md-9, .row.mod--lesspad2 .col-md-10, .row.mod--lesspad2 .col-md-11, .row.mod--lesspad2 .col-md-12, .row.mod--lesspad2 .col-md, .row.mod--lesspad2 .col-md-auto, .row.mod--lesspad2 .col-lg-1, .row.mod--lesspad2 .col-lg-2, .row.mod--lesspad2 .col-lg-3, .row.mod--lesspad2 .col-lg-4, .row.mod--lesspad2 .col-lg-5, .row.mod--lesspad2 .col-lg-6, .row.mod--lesspad2 .col-lg-7, .row.mod--lesspad2 .col-lg-8, .row.mod--lesspad2 .col-lg-9, .row.mod--lesspad2 .col-lg-10, .row.mod--lesspad2 .col-lg-11, .row.mod--lesspad2 .col-lg-12, .row.mod--lesspad2 .col-lg, .row.mod--lesspad2 .col-lg-auto, .row.mod--lesspad2 .col-xl-1, .row.mod--lesspad2 .col-xl-2, .row.mod--lesspad2 .col-xl-3, .row.mod--lesspad2 .col-xl-4, .row.mod--lesspad2 .col-xl-5, .row.mod--lesspad2 .col-xl-6, .row.mod--lesspad2 .col-xl-7, .row.mod--lesspad2 .col-xl-8, .row.mod--lesspad2 .col-xl-9, .row.mod--lesspad2 .col-xl-10, .row.mod--lesspad2 .col-xl-11, .row.mod--lesspad2 .col-xl-12, .row.mod--lesspad2 .col-xl, .row.mod--lesspad2 .col-xl-auto {
      padding-right: 5px;
      padding-left: 5px; }
  .row.mod--lesspad3 {
    margin-right: -5px;
    margin-left: -5px; }
    .row.mod--lesspad3 .col-1, .row.mod--lesspad3 .col-2, .row.mod--lesspad3 .col-3, .row.mod--lesspad3 .col-4, .row.mod--lesspad3 .col-5, .row.mod--lesspad3 .col-6, .row.mod--lesspad3 .col-7, .row.mod--lesspad3 .col-8, .row.mod--lesspad3 .col-9, .row.mod--lesspad3 .col-10, .row.mod--lesspad3 .col-11, .row.mod--lesspad3 .col-12, .row.mod--lesspad3 .col, .row.mod--lesspad3 .col-auto, .row.mod--lesspad3 .col-sm-1, .row.mod--lesspad3 .col-sm-2, .row.mod--lesspad3 .col-sm-3, .row.mod--lesspad3 .col-sm-4, .row.mod--lesspad3 .col-sm-5, .row.mod--lesspad3 .col-sm-6, .row.mod--lesspad3 .col-sm-7, .row.mod--lesspad3 .col-sm-8, .row.mod--lesspad3 .col-sm-9, .row.mod--lesspad3 .col-sm-10, .row.mod--lesspad3 .col-sm-11, .row.mod--lesspad3 .col-sm-12, .row.mod--lesspad3 .col-sm, .row.mod--lesspad3 .col-sm-auto, .row.mod--lesspad3 .col-md-1, .row.mod--lesspad3 .col-md-2, .row.mod--lesspad3 .col-md-3, .row.mod--lesspad3 .col-md-4, .row.mod--lesspad3 .col-md-5, .row.mod--lesspad3 .col-md-6, .row.mod--lesspad3 .col-md-7, .row.mod--lesspad3 .col-md-8, .row.mod--lesspad3 .col-md-9, .row.mod--lesspad3 .col-md-10, .row.mod--lesspad3 .col-md-11, .row.mod--lesspad3 .col-md-12, .row.mod--lesspad3 .col-md, .row.mod--lesspad3 .col-md-auto, .row.mod--lesspad3 .col-lg-1, .row.mod--lesspad3 .col-lg-2, .row.mod--lesspad3 .col-lg-3, .row.mod--lesspad3 .col-lg-4, .row.mod--lesspad3 .col-lg-5, .row.mod--lesspad3 .col-lg-6, .row.mod--lesspad3 .col-lg-7, .row.mod--lesspad3 .col-lg-8, .row.mod--lesspad3 .col-lg-9, .row.mod--lesspad3 .col-lg-10, .row.mod--lesspad3 .col-lg-11, .row.mod--lesspad3 .col-lg-12, .row.mod--lesspad3 .col-lg, .row.mod--lesspad3 .col-lg-auto, .row.mod--lesspad3 .col-xl-1, .row.mod--lesspad3 .col-xl-2, .row.mod--lesspad3 .col-xl-3, .row.mod--lesspad3 .col-xl-4, .row.mod--lesspad3 .col-xl-5, .row.mod--lesspad3 .col-xl-6, .row.mod--lesspad3 .col-xl-7, .row.mod--lesspad3 .col-xl-8, .row.mod--lesspad3 .col-xl-9, .row.mod--lesspad3 .col-xl-10, .row.mod--lesspad3 .col-xl-11, .row.mod--lesspad3 .col-xl-12, .row.mod--lesspad3 .col-xl, .row.mod--lesspad3 .col-xl-auto {
      padding-right: 5px;
      padding-left: 5px; }

.isCompany {
  background-color: #f0f0f0;
  color: #000000;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 20px;
  margin: 20px 0 0px; }
  .isCompany label {
    margin: 0;
    color: #000000;
    border: none; }
    .isCompany label:hover,
    .isCompany label .hover,
    .isCompany label .checked {
      color: #000000; }

#company-info,
.company-info {
  padding-bottom: 10px; }

.svg-hover:hover, .svg-hover.active {
  fill: #009e48; }

.svg-hover2 {
  fill: #4cbb7f; }
  .svg-hover2:hover, .svg-hover2.active {
    fill: #fc1a20; }

.svg-close {
  fill: #949494; }
  .svg-close svg {
    fill: #949494; }
  .svg-close:hover {
    fill: #fc1a20; }
    .svg-close:hover svg {
      fill: #fc1a20; }

.fill-green {
  fill: #68b259; }

.fill-lgreen {
  fill: #4cbb7f; }

.svg-hover-danger:hover, .svg-hover-danger.active {
  fill: #fc1a20; }

.color-active {
  color: #009e48 !important; }
  .color-active svg,
  .color-active svg g {
    fill: #009e48 !important; }

.color-yellow {
  color: #fffc00 !important; }
  .color-yellow svg {
    fill: #fffc00 !important; }

.color-muted,
.text-muted {
  color: #a3a3a3 !important; }

.color-muted2,
.text-muted2 {
  color: #929292 !important; }

.color-black,
.text-black {
  color: #000000 !important; }

.flex-wrap {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.flatimg {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  width: 100%;
  text-decoration: none; }
  .flatimg .image {
    width: 50px;
    text-align: center; }
    .flatimg .image img {
      max-width: 100%; }
  .flatimg svg {
    fill: #696969; }
  .flatimg .text {
    color: #696969;
    width: calc(100% - 50px); }
  .flatimg:hover, .flatimg.active {
    text-decoration: none; }
    .flatimg:hover .text, .flatimg.active .text {
      color: #009e48; }
    .flatimg:hover svg, .flatimg.active svg {
      fill: #009e48; }

.mod--nobefore:before {
  display: none !important; }

.mod--noafter:after {
  display: none !important; }

.mod--bullet {
  position: relative; }
  .mod--bullet:before {
    content: "•";
    display: inline-block;
    color: inherit;
    margin-right: 5px; }

.well {
  padding: 30px;
  background-color: #f7f7f7;
  display: block; }
  .well--2 {
    background-color: #f7f7f7; }

a {
  color: #68b259;
  text-decoration: none;
  overflow-wrap: break-word; }
  a svg {
    fill: #68b259; }
  a:hover {
    color: #009e48;
    text-decoration: none; }
    a:hover svg {
      fill: #009e48; }

.sticky-block {
  position: sticky;
  top: 10px; }

body:after {
  font: 13px/18px Arial;
  text-align: center;
  content: 'desktop';
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px 20px;
  min-width: 100px;
  z-index: 9999;
  background: rgba(0, 120, 0, 0.5);
  color: #fff;
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    body:after {
      content: 'tablet w600';
      background: rgba(0, 0, 255, 0.5); } }
  @media (max-width: 767px) {
    body:after {
      content: 'mobile';
      background: rgba(255, 0, 0, 0.5); } }
  @media (min-width: 344px) {
    body:after {
      content: 'mobile w360'; } }
  @media (min-width: 464px) {
    body:after {
      content: 'mobile w480'; } }
  @media (min-width: 584px) {
    body:after {
      content: 'mobile w600'; } }
  @media (min-width: 768px) {
    body:after {
      content: 'tablet w768'; } }
  @media (min-width: 824px) {
    body:after {
      content: 'tablet w840'; } }
  @media (min-width: 944px) {
    body:after {
      content: 'tablet w960'; } }
  @media (min-width: 992px) {
    body:after {
      content: 'desktop w992'; } }
  @media (min-width: 1264px) {
    body:after {
      content: 'desktop w1280'; } }
  @media (min-width: 1424px) {
    body:after {
      content: 'desktop w1440'; } }
  @media (min-width: 1584px) {
    body:after {
      content: 'desktop w1600'; } }

body:before {
  display: none; }

.nomarp p {
  margin: 0; }

.rinup-loading:not(.modal),
.fj-loading:not(.modal) {
  min-height: 39px;
  position: relative; }
  .rinup-loading:not(.modal):before,
  .fj-loading:not(.modal):before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: url(../img/img-loader.gif) center center no-repeat rgba(255, 255, 255, 0.9); }

.modal.rinup-loading .modal-body,
.modal.fj-loading .modal-body {
  min-height: 39px;
  position: relative; }
  .modal.rinup-loading .modal-body:before,
  .modal.fj-loading .modal-body:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: url(../img/img-loader.gif) center center no-repeat rgba(255, 255, 255, 0.9); }

.banner {
  background-color: #f8f8f9;
  padding-top: 70px;
  padding-bottom: 35px;
  text-align: center;
  padding-left: 18px;
  padding-right: 18px; }
  @media (max-width: 991px) {
    .banner {
      padding-left: 9px;
      padding-right: 9px; } }
  .banner .title {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: bold;
    color: #009e48;
    text-align: center;
    text-transform: none; }
  .banner .content {
    max-width: 800px;
    margin: 0 auto; }
    @media (max-width: 823px) {
      .banner .content {
        max-width: 100%; } }

.g-recaptcha {
  position: relative;
  display: block;
  height: 74px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9; }
  .g-recaptcha > div {
    margin: -1px -3px; }
  .g-recaptcha:after {
    content: ' ';
    position: absolute;
    margin: -1px -4px;
    left: 300px;
    right: 0;
    top: 0;
    height: 78px;
    background: url(../img/recaptchafix.png) right top no-repeat; }

.background-repeat-y {
  background-repeat: repeat-y !important; }

.background-repeat-x {
  background-repeat: repeat-x !important; }

.fs34 {
  font-size: 34px;
  line-height: 37px; }

.border-bottom {
  border-color: #009e48 !important; }

.slick-slider .slick-dots li button {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #4cbb7f;
  opacity: 1;
  transition: all 0.2s ease;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 4px auto 0;
  position: relative;
  min-width: 0; }
  @media (prefers-reduced-motion: reduce) {
    .slick-slider .slick-dots li button {
      transition: none; } }
  .slick-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1; }
  .slick-slider .slick-dots li button:hover {
    background-color: #ffffff; }
    .slick-slider .slick-dots li button:hover:before {
      border-color: #4cbb7f; }

.slick-slider .slick-dots li.slick-active button {
  background-color: #ffffff !important; }
  .slick-slider .slick-dots li.slick-active button:before {
    border-color: #4cbb7f; }

.slick-slider .slick-dots li.slick-active:hover button {
  background-color: #4cbb7f !important; }

.product-box {
  
  
  
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%; }
  .product-box .product-image {
    max-width: 60px;
    margin-right: 30px; }
  .product-box .product-image2 {
    width: 60px;
    margin-right: 15px;
    text-align: center; }
    .product-box .product-image2 img {
      max-width: 100%; }
  .product-box .product-text {
    width: 100%; }

.m0-auto {
  margin: 0 auto; }

html, body {
  min-height: 100vh;
  position: relative;
  padding: 0;
  margin: 0; }

body {
  min-height: 640px;
  background-color: #ffffff;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

.body {
  padding: 0;
  position: relative;
  background-color: transparent; }
  @media (max-width: 991px) {
    .body {
      padding: 0; } }
  .mod--layout-article .body {
    padding-top: 136px; }
    @media (max-width: 991px) {
      .mod--layout-article .body {
        padding-top: 64px; } }

.page {
  position: relative;
  min-height: 100vh; }

.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ffffff; }
  .footer .footer-top {
    background-color: #f5f5f5;
    color: #50585b;
    padding: 56px 0 0; }
    .footer .footer-top-links {
      display: flex;
      border-bottom: 1px solid #cfd1d1;
      margin: 0px -16px;
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        .footer .footer-top-links {
          margin: 0; } }
      .footer .footer-top-links li {
        margin: 0 14px 0 0; }
        .footer .footer-top-links li:last-child {
          margin-right: 0; }
          @media (max-width: 991px) {
            .footer .footer-top-links li:last-child {
              margin: 0 14px; } }
    .footer .footer-top .phone {
      width: 100%;
      flex-shrink: 0;
      font-family: 'Roboto',Arial,sans-serif;
      font-size: 11px;
      line-height: 14px;
      font-weight: 400;
      color: #50585b; }
      .footer .footer-top .phone .number {
        color: #50585b;
        font-size: 26px;
        line-height: 30px;
        font-weight: 900;
        text-decoration: none; }
        @media (max-width: 343px) {
          .footer .footer-top .phone .number {
            font-size: 22px;
            line-height: 26px; } }
    .footer .footer-top .sitemap-btn {
      width: 28px;
      height: 28px; }
      .footer .footer-top .sitemap-btn svg {
        fill: rgba(255, 255, 255, 0.67); }
      .footer .footer-top .sitemap-btn:hover svg {
        fill: #ffffff; }
  .footer .footer-bottom {
    background-color: #f5f5f5;
    color: #50585b;
    padding-top: 30px;
    padding-bottom: 35px; }
    .footer .footer-bottom-text {
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-bottom-text .text {
        padding: 0 10px;
        font-family: 'Roboto',Arial,sans-serif;
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        color: #50585b;
        text-align: center;
        width: 100%; }
        .footer .footer-bottom-text .text p {
          margin: 0; }
        .footer .footer-bottom-text .text a {
          color: #50585b; }
          .footer .footer-bottom-text .text a svg {
            color: #50585b; }
  .footer a {
    color: #50585b; }
    .footer a svg {
      fill: #50585b; }
  .footer .flatimg {
    justify-content: flex-start;
    flex-wrap: nowrap;
    font-family: "MyriadPro", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px; }
    .footer .flatimg .text {
      color: #50585b;
      width: auto;
      margin-left: 12px; }
    .footer .flatimg .image {
      max-width: 50px;
      width: auto;
      
      
      
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      @media (max-width: 583px) {
        .footer .flatimg .image {
          width: 100%;
          max-width: 40px; } }
      .footer .flatimg .image svg {
        fill: #50585b; }
  .footer .links li {
    vertical-align: top; }
    .footer .links li a:hover svg {
      fill: #50585b; }
    .footer .links li a:hover .text {
      color: #50585b; }
    .footer .links li.active a svg {
      fill: #50585b; }
    .footer .links li.active a .text {
      color: #50585b; }

.owexx {
  white-space: nowrap;
  text-decoration: none; }
  .owexx svg {
    vertical-align: middle;
    margin-top: 0px; }
  .owexx path {
    fill: #50585b;
    transition: all 0.2s ease; }
    @media (prefers-reduced-motion: reduce) {
      .owexx path {
        transition: none; } }
  .owexx:hover-x {
    fill: #ff0000; }
  .owexx a {
    text-decoration: none; }
    .owexx a:hover {
      color: #50585b;
      text-decoration: none; }
      .owexx a:hover path {
        fill: #50585b; }
      .owexx a:hover .owexx-x {
        fill: #ff0000; }

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1316px) {
    .wrapper {
      max-width: none;
      padding-left: 18px;
      padding-right: 18px; } }
  @media (max-width: 991px) {
    .wrapper {
      max-width: none;
      padding-left: 9px;
      padding-right: 9px; } }
  .mod--fullwidth .wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .mod--fullheight .wrapper {
    position: relative;
    width: 100%; }
  .mod--center .wrapper {
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }
  .mod--980 .wrapper {
    max-width: 980px;
    padding-left: 6px;
    padding-right: 6px; }
  .mod--760 .wrapper {
    max-width: 760px;
    padding-left: 6px;
    padding-right: 6px; }
  .mod--640 .wrapper {
    max-width: 640px;
    padding-left: 6px;
    padding-right: 6px; }
  .mod--480 .wrapper {
    max-width: 480px;
    padding-left: 6px;
    padding-right: 6px; }
  .mod--400 .wrapper {
    max-width: 400px;
    padding-left: 6px;
    padding-right: 6px; }
  .mod--nopad .wrapper {
    padding: 0; }

.btn {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 36px 12px;
  box-shadow: none;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-decoration: none;
  height: 46px; }
  .btn svg {
    margin-right: 3px; }
  .btn-40 {
    height: 40px;
    padding: 11px 18px 10px;
    font-size: 17px;
    line-height: 19px; }
  .btn-64 {
    height: 64px;
    padding: 18px 36px;
    font-size: 22px;
    line-height: 24px; }
  .btn-link {
    color: #000000;
    background-color: transparent;
    border: none;
    text-transform: inherit;
    text-decoration: none; }
    .btn-link:hover {
      color: #009e48;
      text-decoration: none; }
    .btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link.active {
      background-color: transparent;
      border: none;
      color: #989898; }
  .btn-link3 {
    color: #989898;
    background-color: transparent;
    border: none;
    text-transform: inherit;
    text-decoration: none; }
    .btn-link3:hover {
      color: #009e48;
      text-decoration: none; }
    .btn-link3:focus, .btn-link3.focus, .btn-link3:active, .btn-link3.active {
      background-color: transparent;
      border: none;
      color: #009e48; }
  .btn-link2 {
    color: #009e48;
    background-color: transparent;
    border: none;
    text-transform: inherit;
    text-decoration: none; }
    .btn-link2:hover {
      color: #fc1a20;
      text-decoration: none; }
    .btn-link2:focus, .btn-link2.focus, .btn-link2:active, .btn-link2.active {
      background-color: transparent;
      border: none;
      color: #fc1a20; }
  .btn-success svg {
    fill: #ffffff; }
  .btn-success:hover svg {
    fill: #ffffff; }
  .btn-primary {
    color: #ffffff; }
    .btn-primary svg {
      fill: #ffffff; }
    .btn-primary:hover {
      color: #ffffff; }
  .btn-success {
    color: #ffffff; }
    .btn-success svg {
      fill: #ffffff; }
    .btn-success:hover {
      color: #ffffff; }
  .btn-secondary {
    color: #ffffff; }
    .btn-secondary svg {
      fill: #ffffff; }
    .btn-secondary:hover {
      color: #ffffff; }
  .btn-border.btn-danger {
    background-color: transparent;
    color: #009e48; }
    .btn-border.btn-danger:hover {
      color: #ffffff;
      background-color: #009e48; }
  .btn-sm, .btn-group-sm > .btn {
    padding: 12px 14px;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    height: 40px; }
  .btn-wg {
    background-color: #ffffff;
    color: #000000;
    border-color: #e5e5e5; }
    .btn-wg svg {
      fill: #000000; }
    .btn-wg:hover {
      background-color: #009e48;
      color: #ffffff;
      border-color: #009e48; }
      .btn-wg:hover svg {
        fill: #ffffff; }
  .btn-wg2 {
    background-color: #ffffff;
    color: #696969;
    border-color: #e5e5e5; }
    .btn-wg2 svg {
      fill: #696969; }
    .btn-wg2:hover {
      background-color: #4cbb7f;
      color: #ffffff;
      border-color: #4cbb7f; }
      .btn-wg2:hover svg {
        fill: #ffffff; }
  .btn-gw {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff; }
    .btn-gw svg {
      fill: #ffffff; }
    .btn-gw:hover {
      background-color: #ffffff;
      color: #4cbb7f;
      border-color: #ffffff; }
      .btn-gw:hover svg {
        fill: #4cbb7f; }
  .btn:focus, .btn.focus, .btn:active, .btn.active {
    box-shadow: none; }
  .btn.mod--nopadleft {
    padding-left: 0; }
  .btn.mod--nopadtop {
    padding-top: 0; }
  .btn.mod--nopadright {
    padding-right: 0; }
  .btn.mod--nopadbottom, .btn.mod--nopadbot {
    padding-bottom: 0; }
  .btn.mod--nopad {
    padding: 0;
    height: auto; }
  .btn.btn-300 {
    width: 300px; }
    @media (max-width: 463px) {
      .btn.btn-300 {
        width: 100%; } }
  .btn.btn-pad {
    padding: 14px 36px 13px; }
  .btn-90 {
    min-height: 90px;
    height: auto;
    font-family: "Myriad Pro Bold", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    padding: 23px 36px; }
  .btn.btn-flex {
    
    
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .btn.btn-flex img {
      margin-bottom: 5px;
      margin-left: 10px;
      margin-right: 10px; }

.container {
  position: relative;
  padding-top: 105px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 0;
  padding-right: 0;
  background-size: cover; }
  @media (max-width: 991px) {
    .container {
      padding-top: 65px;
      background-position: top center; } }
  .container.zindex1 {
    z-index: -1; }
  .container.zindex0 {
    z-index: 0; }
  .container.mod--fullheight {
    display: block;
    height: 100%; }
  .container.mod--ontop16 {
    margin-top: -16px; }
  .container.mod--770 {
    min-height: 770px; }

.mod--nopadtop {
  padding-top: 0 !important; }

.mod--padbot120 {
  padding-bottom: 120px !important; }

.mod--padbot200 {
  padding-bottom: 200px !important; }

.mod--padbot240 {
  padding-bottom: 240px !important; }

.mod--padbot130 {
  padding-bottom: 130px !important; }

.mod--padbot125 {
  padding-bottom: 125px !important; }

.mod--padbot115 {
  padding-bottom: 115px !important; }

.mod--padbot165 {
  padding-bottom: 165px !important; }

.mod--padbot175 {
  padding-bottom: 175px !important; }

.mod--nopadbot {
  padding-bottom: 0 !important; }

.mod--nopadleft {
  padding-left: 0 !important; }

.mod--nopadright {
  padding-right: 0 !important; }

.mod--nomartop {
  margin-top: 0 !important; }

.mod--nomarbot {
  margin-bottom: 0 !important; }

.mod--padtop-16,
.mod--padtop16 {
  padding-top: 16px !important; }

.mod--padtop10 {
  padding-top: 10px !important; }

.mod--padtop130 {
  padding-top: 130px !important; }

.mod--marbot130 {
  margin-bottom: 130px !important; }

.mod--martop10 {
  margin-top: 10px !important; }

.mod--martop12 {
  margin-top: 12px !important; }

.mod--marbot12 {
  margin-bottom: 12px !important; }

.mod--padtop20 {
  padding-top: 20px !important; }

.mod--padbot20 {
  padding-bottom: 20px !important; }

.mod--martop20 {
  margin-top: 20px !important; }

.mod--marbot20 {
  margin-bottom: 20px !important; }

.mod--padtop21 {
  padding-top: 21px !important; }

.mod--padbot21 {
  padding-bottom: 21px !important; }

.mod--martop21 {
  margin-top: 21px !important; }

.mod--marbot21 {
  margin-bottom: 21px !important; }

.mod--padtop22 {
  padding-top: 22px !important; }

.mod--padbot22 {
  padding-bottom: 22px !important; }

.mod--martop22 {
  margin-top: 22px !important; }

.mod--marbot22 {
  margin-bottom: 22px !important; }

.mod--padtop23 {
  padding-top: 23px !important; }

.mod--padbot23 {
  padding-bottom: 23px !important; }

.mod--martop23 {
  margin-top: 23px !important; }

.mod--marbot23 {
  margin-bottom: 23px !important; }

.mod--padtop24 {
  padding-top: 24px !important; }

.mod--padbot24 {
  padding-bottom: 24px !important; }

.mod--martop24 {
  margin-top: 24px !important; }

.mod--marbot24 {
  margin-bottom: 24px !important; }

.mod--padtop25 {
  padding-top: 25px !important; }

.mod--padbot25 {
  padding-bottom: 25px !important; }

.mod--martop25 {
  margin-top: 25px !important; }

.mod--marbot25 {
  margin-bottom: 25px !important; }

.mod--padtop26 {
  padding-top: 26px !important; }

.mod--padbot26 {
  padding-bottom: 26px !important; }

.mod--martop26 {
  margin-top: 26px !important; }

.mod--marbot26 {
  margin-bottom: 26px !important; }

.mod--padtop27 {
  padding-top: 27px !important; }

.mod--padbot27 {
  padding-bottom: 27px !important; }

.mod--martop27 {
  margin-top: 27px !important; }

.mod--marbot27 {
  margin-bottom: 27px !important; }

.mod--padtop28 {
  padding-top: 28px !important; }

.mod--padbot28 {
  padding-bottom: 28px !important; }

.mod--martop28 {
  margin-top: 28px !important; }

.mod--marbot28 {
  margin-bottom: 28px !important; }

.mod--padtop29 {
  padding-top: 29px !important; }

.mod--padbot29 {
  padding-bottom: 29px !important; }

.mod--martop29 {
  margin-top: 29px !important; }

.mod--marbot29 {
  margin-bottom: 29px !important; }

.mod--padtop30 {
  padding-top: 30px !important; }

.mod--padbot30 {
  padding-bottom: 30px !important; }

.mod--martop30 {
  margin-top: 30px !important; }

.mod--marbot30 {
  margin-bottom: 30px !important; }

.mod--padtop31 {
  padding-top: 31px !important; }

.mod--padbot31 {
  padding-bottom: 31px !important; }

.mod--martop31 {
  margin-top: 31px !important; }

.mod--marbot31 {
  margin-bottom: 31px !important; }

.mod--padtop32 {
  padding-top: 32px !important; }

.mod--padbot32 {
  padding-bottom: 32px !important; }

.mod--martop32 {
  margin-top: 32px !important; }

.mod--marbot32 {
  margin-bottom: 32px !important; }

.mod--padtop33 {
  padding-top: 33px !important; }

.mod--padbot33 {
  padding-bottom: 33px !important; }

.mod--martop33 {
  margin-top: 33px !important; }

.mod--marbot33 {
  margin-bottom: 33px !important; }

.mod--padtop34 {
  padding-top: 34px !important; }

.mod--padbot34 {
  padding-bottom: 34px !important; }

.mod--martop34 {
  margin-top: 34px !important; }

.mod--marbot34 {
  margin-bottom: 34px !important; }

.mod--padtop35 {
  padding-top: 35px !important; }

.mod--padbot35 {
  padding-bottom: 35px !important; }

.mod--martop35 {
  margin-top: 35px !important; }

.mod--marbot35 {
  margin-bottom: 35px !important; }

.mod--padtop36 {
  padding-top: 36px !important; }

.mod--padbot36 {
  padding-bottom: 36px !important; }

.mod--martop36 {
  margin-top: 36px !important; }

.mod--marbot36 {
  margin-bottom: 36px !important; }

.mod--padtop37 {
  padding-top: 37px !important; }

.mod--padbot37 {
  padding-bottom: 37px !important; }

.mod--martop37 {
  margin-top: 37px !important; }

.mod--marbot37 {
  margin-bottom: 37px !important; }

.mod--padtop38 {
  padding-top: 38px !important; }

.mod--padbot38 {
  padding-bottom: 38px !important; }

.mod--martop38 {
  margin-top: 38px !important; }

.mod--marbot38 {
  margin-bottom: 38px !important; }

.mod--padtop39 {
  padding-top: 39px !important; }

.mod--padbot39 {
  padding-bottom: 39px !important; }

.mod--martop39 {
  margin-top: 39px !important; }

.mod--marbot39 {
  margin-bottom: 39px !important; }

.mod--padtop40 {
  padding-top: 40px !important; }

.mod--padbot40 {
  padding-bottom: 40px !important; }

.mod--martop40 {
  margin-top: 40px !important; }

.mod--marbot40 {
  margin-bottom: 40px !important; }

.mod--padtop41 {
  padding-top: 41px !important; }

.mod--padbot41 {
  padding-bottom: 41px !important; }

.mod--martop41 {
  margin-top: 41px !important; }

.mod--marbot41 {
  margin-bottom: 41px !important; }

.mod--padtop42 {
  padding-top: 42px !important; }

.mod--padbot42 {
  padding-bottom: 42px !important; }

.mod--martop42 {
  margin-top: 42px !important; }

.mod--marbot42 {
  margin-bottom: 42px !important; }

.mod--padtop43 {
  padding-top: 43px !important; }

.mod--padbot43 {
  padding-bottom: 43px !important; }

.mod--martop43 {
  margin-top: 43px !important; }

.mod--marbot43 {
  margin-bottom: 43px !important; }

.mod--padtop44 {
  padding-top: 44px !important; }

.mod--padbot44 {
  padding-bottom: 44px !important; }

.mod--martop44 {
  margin-top: 44px !important; }

.mod--marbot44 {
  margin-bottom: 44px !important; }

.mod--padtop45 {
  padding-top: 45px !important; }

.mod--padbot45 {
  padding-bottom: 45px !important; }

.mod--martop45 {
  margin-top: 45px !important; }

.mod--marbot45 {
  margin-bottom: 45px !important; }

.mod--padtop46 {
  padding-top: 46px !important; }

.mod--padbot46 {
  padding-bottom: 46px !important; }

.mod--martop46 {
  margin-top: 46px !important; }

.mod--marbot46 {
  margin-bottom: 46px !important; }

.mod--padtop47 {
  padding-top: 47px !important; }

.mod--padbot47 {
  padding-bottom: 47px !important; }

.mod--martop47 {
  margin-top: 47px !important; }

.mod--marbot47 {
  margin-bottom: 47px !important; }

.mod--padtop48 {
  padding-top: 48px !important; }

.mod--padbot48 {
  padding-bottom: 48px !important; }

.mod--martop48 {
  margin-top: 48px !important; }

.mod--marbot48 {
  margin-bottom: 48px !important; }

.mod--padtop49 {
  padding-top: 49px !important; }

.mod--padbot49 {
  padding-bottom: 49px !important; }

.mod--martop49 {
  margin-top: 49px !important; }

.mod--marbot49 {
  margin-bottom: 49px !important; }

.mod--padtop50 {
  padding-top: 50px !important; }

.mod--padbot50 {
  padding-bottom: 50px !important; }

.mod--martop50 {
  margin-top: 50px !important; }

.mod--marbot50 {
  margin-bottom: 50px !important; }

.mod--padtop51 {
  padding-top: 51px !important; }

.mod--padbot51 {
  padding-bottom: 51px !important; }

.mod--martop51 {
  margin-top: 51px !important; }

.mod--marbot51 {
  margin-bottom: 51px !important; }

.mod--padtop52 {
  padding-top: 52px !important; }

.mod--padbot52 {
  padding-bottom: 52px !important; }

.mod--martop52 {
  margin-top: 52px !important; }

.mod--marbot52 {
  margin-bottom: 52px !important; }

.mod--padtop53 {
  padding-top: 53px !important; }

.mod--padbot53 {
  padding-bottom: 53px !important; }

.mod--martop53 {
  margin-top: 53px !important; }

.mod--marbot53 {
  margin-bottom: 53px !important; }

.mod--padtop54 {
  padding-top: 54px !important; }

.mod--padbot54 {
  padding-bottom: 54px !important; }

.mod--martop54 {
  margin-top: 54px !important; }

.mod--marbot54 {
  margin-bottom: 54px !important; }

.mod--padtop55 {
  padding-top: 55px !important; }

.mod--padbot55 {
  padding-bottom: 55px !important; }

.mod--martop55 {
  margin-top: 55px !important; }

.mod--marbot55 {
  margin-bottom: 55px !important; }

.mod--padtop56 {
  padding-top: 56px !important; }

.mod--padbot56 {
  padding-bottom: 56px !important; }

.mod--martop56 {
  margin-top: 56px !important; }

.mod--marbot56 {
  margin-bottom: 56px !important; }

.mod--padtop57 {
  padding-top: 57px !important; }

.mod--padbot57 {
  padding-bottom: 57px !important; }

.mod--martop57 {
  margin-top: 57px !important; }

.mod--marbot57 {
  margin-bottom: 57px !important; }

.mod--padtop58 {
  padding-top: 58px !important; }

.mod--padbot58 {
  padding-bottom: 58px !important; }

.mod--martop58 {
  margin-top: 58px !important; }

.mod--marbot58 {
  margin-bottom: 58px !important; }

.mod--padtop59 {
  padding-top: 59px !important; }

.mod--padbot59 {
  padding-bottom: 59px !important; }

.mod--martop59 {
  margin-top: 59px !important; }

.mod--marbot59 {
  margin-bottom: 59px !important; }

.mod--padtop60 {
  padding-top: 60px !important; }

.mod--padbot60 {
  padding-bottom: 60px !important; }

.mod--martop60 {
  margin-top: 60px !important; }

.mod--marbot60 {
  margin-bottom: 60px !important; }

.mod--padtop61 {
  padding-top: 61px !important; }

.mod--padbot61 {
  padding-bottom: 61px !important; }

.mod--martop61 {
  margin-top: 61px !important; }

.mod--marbot61 {
  margin-bottom: 61px !important; }

.mod--padtop62 {
  padding-top: 62px !important; }

.mod--padbot62 {
  padding-bottom: 62px !important; }

.mod--martop62 {
  margin-top: 62px !important; }

.mod--marbot62 {
  margin-bottom: 62px !important; }

.mod--padtop63 {
  padding-top: 63px !important; }

.mod--padbot63 {
  padding-bottom: 63px !important; }

.mod--martop63 {
  margin-top: 63px !important; }

.mod--marbot63 {
  margin-bottom: 63px !important; }

.mod--padtop64 {
  padding-top: 64px !important; }

.mod--padbot64 {
  padding-bottom: 64px !important; }

.mod--martop64 {
  margin-top: 64px !important; }

.mod--marbot64 {
  margin-bottom: 64px !important; }

.mod--padtop65 {
  padding-top: 65px !important; }

.mod--padbot65 {
  padding-bottom: 65px !important; }

.mod--martop65 {
  margin-top: 65px !important; }

.mod--marbot65 {
  margin-bottom: 65px !important; }

.mod--padtop66 {
  padding-top: 66px !important; }

.mod--padbot66 {
  padding-bottom: 66px !important; }

.mod--martop66 {
  margin-top: 66px !important; }

.mod--marbot66 {
  margin-bottom: 66px !important; }

.mod--padtop67 {
  padding-top: 67px !important; }

.mod--padbot67 {
  padding-bottom: 67px !important; }

.mod--martop67 {
  margin-top: 67px !important; }

.mod--marbot67 {
  margin-bottom: 67px !important; }

.mod--padtop68 {
  padding-top: 68px !important; }

.mod--padbot68 {
  padding-bottom: 68px !important; }

.mod--martop68 {
  margin-top: 68px !important; }

.mod--marbot68 {
  margin-bottom: 68px !important; }

.mod--padtop69 {
  padding-top: 69px !important; }

.mod--padbot69 {
  padding-bottom: 69px !important; }

.mod--martop69 {
  margin-top: 69px !important; }

.mod--marbot69 {
  margin-bottom: 69px !important; }

.mod--padtop70 {
  padding-top: 70px !important; }

.mod--padbot70 {
  padding-bottom: 70px !important; }

.mod--martop70 {
  margin-top: 70px !important; }

.mod--marbot70 {
  margin-bottom: 70px !important; }

.mod--padtop71 {
  padding-top: 71px !important; }

.mod--padbot71 {
  padding-bottom: 71px !important; }

.mod--martop71 {
  margin-top: 71px !important; }

.mod--marbot71 {
  margin-bottom: 71px !important; }

.mod--padtop72 {
  padding-top: 72px !important; }

.mod--padbot72 {
  padding-bottom: 72px !important; }

.mod--martop72 {
  margin-top: 72px !important; }

.mod--marbot72 {
  margin-bottom: 72px !important; }

.mod--padtop73 {
  padding-top: 73px !important; }

.mod--padbot73 {
  padding-bottom: 73px !important; }

.mod--martop73 {
  margin-top: 73px !important; }

.mod--marbot73 {
  margin-bottom: 73px !important; }

.mod--padtop74 {
  padding-top: 74px !important; }

.mod--padbot74 {
  padding-bottom: 74px !important; }

.mod--martop74 {
  margin-top: 74px !important; }

.mod--marbot74 {
  margin-bottom: 74px !important; }

.mod--padtop75 {
  padding-top: 75px !important; }

.mod--padbot75 {
  padding-bottom: 75px !important; }

.mod--martop75 {
  margin-top: 75px !important; }

.mod--marbot75 {
  margin-bottom: 75px !important; }

.mod--padtop76 {
  padding-top: 76px !important; }

.mod--padbot76 {
  padding-bottom: 76px !important; }

.mod--martop76 {
  margin-top: 76px !important; }

.mod--marbot76 {
  margin-bottom: 76px !important; }

.mod--padtop77 {
  padding-top: 77px !important; }

.mod--padbot77 {
  padding-bottom: 77px !important; }

.mod--martop77 {
  margin-top: 77px !important; }

.mod--marbot77 {
  margin-bottom: 77px !important; }

.mod--padtop78 {
  padding-top: 78px !important; }

.mod--padbot78 {
  padding-bottom: 78px !important; }

.mod--martop78 {
  margin-top: 78px !important; }

.mod--marbot78 {
  margin-bottom: 78px !important; }

.mod--padtop79 {
  padding-top: 79px !important; }

.mod--padbot79 {
  padding-bottom: 79px !important; }

.mod--martop79 {
  margin-top: 79px !important; }

.mod--marbot79 {
  margin-bottom: 79px !important; }

.mod--padtop80 {
  padding-top: 80px !important; }

.mod--padbot80 {
  padding-bottom: 80px !important; }

.mod--martop80 {
  margin-top: 80px !important; }

.mod--marbot80 {
  margin-bottom: 80px !important; }

.mod--padtop81 {
  padding-top: 81px !important; }

.mod--padbot81 {
  padding-bottom: 81px !important; }

.mod--martop81 {
  margin-top: 81px !important; }

.mod--marbot81 {
  margin-bottom: 81px !important; }

.mod--padtop82 {
  padding-top: 82px !important; }

.mod--padbot82 {
  padding-bottom: 82px !important; }

.mod--martop82 {
  margin-top: 82px !important; }

.mod--marbot82 {
  margin-bottom: 82px !important; }

.mod--padtop83 {
  padding-top: 83px !important; }

.mod--padbot83 {
  padding-bottom: 83px !important; }

.mod--martop83 {
  margin-top: 83px !important; }

.mod--marbot83 {
  margin-bottom: 83px !important; }

.mod--padtop84 {
  padding-top: 84px !important; }

.mod--padbot84 {
  padding-bottom: 84px !important; }

.mod--martop84 {
  margin-top: 84px !important; }

.mod--marbot84 {
  margin-bottom: 84px !important; }

.mod--padtop85 {
  padding-top: 85px !important; }

.mod--padbot85 {
  padding-bottom: 85px !important; }

.mod--martop85 {
  margin-top: 85px !important; }

.mod--marbot85 {
  margin-bottom: 85px !important; }

.mod--padtop86 {
  padding-top: 86px !important; }

.mod--padbot86 {
  padding-bottom: 86px !important; }

.mod--martop86 {
  margin-top: 86px !important; }

.mod--marbot86 {
  margin-bottom: 86px !important; }

.mod--padtop87 {
  padding-top: 87px !important; }

.mod--padbot87 {
  padding-bottom: 87px !important; }

.mod--martop87 {
  margin-top: 87px !important; }

.mod--marbot87 {
  margin-bottom: 87px !important; }

.mod--padtop88 {
  padding-top: 88px !important; }

.mod--padbot88 {
  padding-bottom: 88px !important; }

.mod--martop88 {
  margin-top: 88px !important; }

.mod--marbot88 {
  margin-bottom: 88px !important; }

.mod--padtop89 {
  padding-top: 89px !important; }

.mod--padbot89 {
  padding-bottom: 89px !important; }

.mod--martop89 {
  margin-top: 89px !important; }

.mod--marbot89 {
  margin-bottom: 89px !important; }

.mod--padtop90 {
  padding-top: 90px !important; }

.mod--padbot90 {
  padding-bottom: 90px !important; }

.mod--martop90 {
  margin-top: 90px !important; }

.mod--marbot90 {
  margin-bottom: 90px !important; }

.mod--padtop91 {
  padding-top: 91px !important; }

.mod--padbot91 {
  padding-bottom: 91px !important; }

.mod--martop91 {
  margin-top: 91px !important; }

.mod--marbot91 {
  margin-bottom: 91px !important; }

.mod--padtop92 {
  padding-top: 92px !important; }

.mod--padbot92 {
  padding-bottom: 92px !important; }

.mod--martop92 {
  margin-top: 92px !important; }

.mod--marbot92 {
  margin-bottom: 92px !important; }

.mod--padtop93 {
  padding-top: 93px !important; }

.mod--padbot93 {
  padding-bottom: 93px !important; }

.mod--martop93 {
  margin-top: 93px !important; }

.mod--marbot93 {
  margin-bottom: 93px !important; }

.mod--padtop94 {
  padding-top: 94px !important; }

.mod--padbot94 {
  padding-bottom: 94px !important; }

.mod--martop94 {
  margin-top: 94px !important; }

.mod--marbot94 {
  margin-bottom: 94px !important; }

.mod--padtop95 {
  padding-top: 95px !important; }

.mod--padbot95 {
  padding-bottom: 95px !important; }

.mod--martop95 {
  margin-top: 95px !important; }

.mod--marbot95 {
  margin-bottom: 95px !important; }

.mod--padtop96 {
  padding-top: 96px !important; }

.mod--padbot96 {
  padding-bottom: 96px !important; }

.mod--martop96 {
  margin-top: 96px !important; }

.mod--marbot96 {
  margin-bottom: 96px !important; }

.mod--padtop97 {
  padding-top: 97px !important; }

.mod--padbot97 {
  padding-bottom: 97px !important; }

.mod--martop97 {
  margin-top: 97px !important; }

.mod--marbot97 {
  margin-bottom: 97px !important; }

.mod--padtop98 {
  padding-top: 98px !important; }

.mod--padbot98 {
  padding-bottom: 98px !important; }

.mod--martop98 {
  margin-top: 98px !important; }

.mod--marbot98 {
  margin-bottom: 98px !important; }

.mod--padtop99 {
  padding-top: 99px !important; }

.mod--padbot99 {
  padding-bottom: 99px !important; }

.mod--martop99 {
  margin-top: 99px !important; }

.mod--marbot99 {
  margin-bottom: 99px !important; }

.mod--padtop100 {
  padding-top: 100px !important; }

.mod--padbot100 {
  padding-bottom: 100px !important; }

.mod--martop100 {
  margin-top: 100px !important; }

.mod--marbot100 {
  margin-bottom: 100px !important; }

@media (max-width: 1263px) {
  .mod--padtop-1280-20 {
    padding-top: 20px !important; }
  .mod--padbot-1280-20 {
    padding-bottom: 20px !important; }
  .mod--martop-1280-20 {
    margin-top: 20px !important; }
  .mod--marbot-1280-20 {
    margin-bottom: 20px !important; }
  .mod--padtop-1280-21 {
    padding-top: 21px !important; }
  .mod--padbot-1280-21 {
    padding-bottom: 21px !important; }
  .mod--martop-1280-21 {
    margin-top: 21px !important; }
  .mod--marbot-1280-21 {
    margin-bottom: 21px !important; }
  .mod--padtop-1280-22 {
    padding-top: 22px !important; }
  .mod--padbot-1280-22 {
    padding-bottom: 22px !important; }
  .mod--martop-1280-22 {
    margin-top: 22px !important; }
  .mod--marbot-1280-22 {
    margin-bottom: 22px !important; }
  .mod--padtop-1280-23 {
    padding-top: 23px !important; }
  .mod--padbot-1280-23 {
    padding-bottom: 23px !important; }
  .mod--martop-1280-23 {
    margin-top: 23px !important; }
  .mod--marbot-1280-23 {
    margin-bottom: 23px !important; }
  .mod--padtop-1280-24 {
    padding-top: 24px !important; }
  .mod--padbot-1280-24 {
    padding-bottom: 24px !important; }
  .mod--martop-1280-24 {
    margin-top: 24px !important; }
  .mod--marbot-1280-24 {
    margin-bottom: 24px !important; }
  .mod--padtop-1280-25 {
    padding-top: 25px !important; }
  .mod--padbot-1280-25 {
    padding-bottom: 25px !important; }
  .mod--martop-1280-25 {
    margin-top: 25px !important; }
  .mod--marbot-1280-25 {
    margin-bottom: 25px !important; }
  .mod--padtop-1280-26 {
    padding-top: 26px !important; }
  .mod--padbot-1280-26 {
    padding-bottom: 26px !important; }
  .mod--martop-1280-26 {
    margin-top: 26px !important; }
  .mod--marbot-1280-26 {
    margin-bottom: 26px !important; }
  .mod--padtop-1280-27 {
    padding-top: 27px !important; }
  .mod--padbot-1280-27 {
    padding-bottom: 27px !important; }
  .mod--martop-1280-27 {
    margin-top: 27px !important; }
  .mod--marbot-1280-27 {
    margin-bottom: 27px !important; }
  .mod--padtop-1280-28 {
    padding-top: 28px !important; }
  .mod--padbot-1280-28 {
    padding-bottom: 28px !important; }
  .mod--martop-1280-28 {
    margin-top: 28px !important; }
  .mod--marbot-1280-28 {
    margin-bottom: 28px !important; }
  .mod--padtop-1280-29 {
    padding-top: 29px !important; }
  .mod--padbot-1280-29 {
    padding-bottom: 29px !important; }
  .mod--martop-1280-29 {
    margin-top: 29px !important; }
  .mod--marbot-1280-29 {
    margin-bottom: 29px !important; }
  .mod--padtop-1280-30 {
    padding-top: 30px !important; }
  .mod--padbot-1280-30 {
    padding-bottom: 30px !important; }
  .mod--martop-1280-30 {
    margin-top: 30px !important; }
  .mod--marbot-1280-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-1280-31 {
    padding-top: 31px !important; }
  .mod--padbot-1280-31 {
    padding-bottom: 31px !important; }
  .mod--martop-1280-31 {
    margin-top: 31px !important; }
  .mod--marbot-1280-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-1280-32 {
    padding-top: 32px !important; }
  .mod--padbot-1280-32 {
    padding-bottom: 32px !important; }
  .mod--martop-1280-32 {
    margin-top: 32px !important; }
  .mod--marbot-1280-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-1280-33 {
    padding-top: 33px !important; }
  .mod--padbot-1280-33 {
    padding-bottom: 33px !important; }
  .mod--martop-1280-33 {
    margin-top: 33px !important; }
  .mod--marbot-1280-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-1280-34 {
    padding-top: 34px !important; }
  .mod--padbot-1280-34 {
    padding-bottom: 34px !important; }
  .mod--martop-1280-34 {
    margin-top: 34px !important; }
  .mod--marbot-1280-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-1280-35 {
    padding-top: 35px !important; }
  .mod--padbot-1280-35 {
    padding-bottom: 35px !important; }
  .mod--martop-1280-35 {
    margin-top: 35px !important; }
  .mod--marbot-1280-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-1280-36 {
    padding-top: 36px !important; }
  .mod--padbot-1280-36 {
    padding-bottom: 36px !important; }
  .mod--martop-1280-36 {
    margin-top: 36px !important; }
  .mod--marbot-1280-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-1280-37 {
    padding-top: 37px !important; }
  .mod--padbot-1280-37 {
    padding-bottom: 37px !important; }
  .mod--martop-1280-37 {
    margin-top: 37px !important; }
  .mod--marbot-1280-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-1280-38 {
    padding-top: 38px !important; }
  .mod--padbot-1280-38 {
    padding-bottom: 38px !important; }
  .mod--martop-1280-38 {
    margin-top: 38px !important; }
  .mod--marbot-1280-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-1280-39 {
    padding-top: 39px !important; }
  .mod--padbot-1280-39 {
    padding-bottom: 39px !important; }
  .mod--martop-1280-39 {
    margin-top: 39px !important; }
  .mod--marbot-1280-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-1280-40 {
    padding-top: 40px !important; }
  .mod--padbot-1280-40 {
    padding-bottom: 40px !important; }
  .mod--martop-1280-40 {
    margin-top: 40px !important; }
  .mod--marbot-1280-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-1280-41 {
    padding-top: 41px !important; }
  .mod--padbot-1280-41 {
    padding-bottom: 41px !important; }
  .mod--martop-1280-41 {
    margin-top: 41px !important; }
  .mod--marbot-1280-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-1280-42 {
    padding-top: 42px !important; }
  .mod--padbot-1280-42 {
    padding-bottom: 42px !important; }
  .mod--martop-1280-42 {
    margin-top: 42px !important; }
  .mod--marbot-1280-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-1280-43 {
    padding-top: 43px !important; }
  .mod--padbot-1280-43 {
    padding-bottom: 43px !important; }
  .mod--martop-1280-43 {
    margin-top: 43px !important; }
  .mod--marbot-1280-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-1280-44 {
    padding-top: 44px !important; }
  .mod--padbot-1280-44 {
    padding-bottom: 44px !important; }
  .mod--martop-1280-44 {
    margin-top: 44px !important; }
  .mod--marbot-1280-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-1280-45 {
    padding-top: 45px !important; }
  .mod--padbot-1280-45 {
    padding-bottom: 45px !important; }
  .mod--martop-1280-45 {
    margin-top: 45px !important; }
  .mod--marbot-1280-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-1280-46 {
    padding-top: 46px !important; }
  .mod--padbot-1280-46 {
    padding-bottom: 46px !important; }
  .mod--martop-1280-46 {
    margin-top: 46px !important; }
  .mod--marbot-1280-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-1280-47 {
    padding-top: 47px !important; }
  .mod--padbot-1280-47 {
    padding-bottom: 47px !important; }
  .mod--martop-1280-47 {
    margin-top: 47px !important; }
  .mod--marbot-1280-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-1280-48 {
    padding-top: 48px !important; }
  .mod--padbot-1280-48 {
    padding-bottom: 48px !important; }
  .mod--martop-1280-48 {
    margin-top: 48px !important; }
  .mod--marbot-1280-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-1280-49 {
    padding-top: 49px !important; }
  .mod--padbot-1280-49 {
    padding-bottom: 49px !important; }
  .mod--martop-1280-49 {
    margin-top: 49px !important; }
  .mod--marbot-1280-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-1280-50 {
    padding-top: 50px !important; }
  .mod--padbot-1280-50 {
    padding-bottom: 50px !important; }
  .mod--martop-1280-50 {
    margin-top: 50px !important; }
  .mod--marbot-1280-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-1280-51 {
    padding-top: 51px !important; }
  .mod--padbot-1280-51 {
    padding-bottom: 51px !important; }
  .mod--martop-1280-51 {
    margin-top: 51px !important; }
  .mod--marbot-1280-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-1280-52 {
    padding-top: 52px !important; }
  .mod--padbot-1280-52 {
    padding-bottom: 52px !important; }
  .mod--martop-1280-52 {
    margin-top: 52px !important; }
  .mod--marbot-1280-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-1280-53 {
    padding-top: 53px !important; }
  .mod--padbot-1280-53 {
    padding-bottom: 53px !important; }
  .mod--martop-1280-53 {
    margin-top: 53px !important; }
  .mod--marbot-1280-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-1280-54 {
    padding-top: 54px !important; }
  .mod--padbot-1280-54 {
    padding-bottom: 54px !important; }
  .mod--martop-1280-54 {
    margin-top: 54px !important; }
  .mod--marbot-1280-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-1280-55 {
    padding-top: 55px !important; }
  .mod--padbot-1280-55 {
    padding-bottom: 55px !important; }
  .mod--martop-1280-55 {
    margin-top: 55px !important; }
  .mod--marbot-1280-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-1280-56 {
    padding-top: 56px !important; }
  .mod--padbot-1280-56 {
    padding-bottom: 56px !important; }
  .mod--martop-1280-56 {
    margin-top: 56px !important; }
  .mod--marbot-1280-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-1280-57 {
    padding-top: 57px !important; }
  .mod--padbot-1280-57 {
    padding-bottom: 57px !important; }
  .mod--martop-1280-57 {
    margin-top: 57px !important; }
  .mod--marbot-1280-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-1280-58 {
    padding-top: 58px !important; }
  .mod--padbot-1280-58 {
    padding-bottom: 58px !important; }
  .mod--martop-1280-58 {
    margin-top: 58px !important; }
  .mod--marbot-1280-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-1280-59 {
    padding-top: 59px !important; }
  .mod--padbot-1280-59 {
    padding-bottom: 59px !important; }
  .mod--martop-1280-59 {
    margin-top: 59px !important; }
  .mod--marbot-1280-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-1280-60 {
    padding-top: 60px !important; }
  .mod--padbot-1280-60 {
    padding-bottom: 60px !important; }
  .mod--martop-1280-60 {
    margin-top: 60px !important; }
  .mod--marbot-1280-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-1280-61 {
    padding-top: 61px !important; }
  .mod--padbot-1280-61 {
    padding-bottom: 61px !important; }
  .mod--martop-1280-61 {
    margin-top: 61px !important; }
  .mod--marbot-1280-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-1280-62 {
    padding-top: 62px !important; }
  .mod--padbot-1280-62 {
    padding-bottom: 62px !important; }
  .mod--martop-1280-62 {
    margin-top: 62px !important; }
  .mod--marbot-1280-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-1280-63 {
    padding-top: 63px !important; }
  .mod--padbot-1280-63 {
    padding-bottom: 63px !important; }
  .mod--martop-1280-63 {
    margin-top: 63px !important; }
  .mod--marbot-1280-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-1280-64 {
    padding-top: 64px !important; }
  .mod--padbot-1280-64 {
    padding-bottom: 64px !important; }
  .mod--martop-1280-64 {
    margin-top: 64px !important; }
  .mod--marbot-1280-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-1280-65 {
    padding-top: 65px !important; }
  .mod--padbot-1280-65 {
    padding-bottom: 65px !important; }
  .mod--martop-1280-65 {
    margin-top: 65px !important; }
  .mod--marbot-1280-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-1280-66 {
    padding-top: 66px !important; }
  .mod--padbot-1280-66 {
    padding-bottom: 66px !important; }
  .mod--martop-1280-66 {
    margin-top: 66px !important; }
  .mod--marbot-1280-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-1280-67 {
    padding-top: 67px !important; }
  .mod--padbot-1280-67 {
    padding-bottom: 67px !important; }
  .mod--martop-1280-67 {
    margin-top: 67px !important; }
  .mod--marbot-1280-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-1280-68 {
    padding-top: 68px !important; }
  .mod--padbot-1280-68 {
    padding-bottom: 68px !important; }
  .mod--martop-1280-68 {
    margin-top: 68px !important; }
  .mod--marbot-1280-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-1280-69 {
    padding-top: 69px !important; }
  .mod--padbot-1280-69 {
    padding-bottom: 69px !important; }
  .mod--martop-1280-69 {
    margin-top: 69px !important; }
  .mod--marbot-1280-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-1280-70 {
    padding-top: 70px !important; }
  .mod--padbot-1280-70 {
    padding-bottom: 70px !important; }
  .mod--martop-1280-70 {
    margin-top: 70px !important; }
  .mod--marbot-1280-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-1280-71 {
    padding-top: 71px !important; }
  .mod--padbot-1280-71 {
    padding-bottom: 71px !important; }
  .mod--martop-1280-71 {
    margin-top: 71px !important; }
  .mod--marbot-1280-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-1280-72 {
    padding-top: 72px !important; }
  .mod--padbot-1280-72 {
    padding-bottom: 72px !important; }
  .mod--martop-1280-72 {
    margin-top: 72px !important; }
  .mod--marbot-1280-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-1280-73 {
    padding-top: 73px !important; }
  .mod--padbot-1280-73 {
    padding-bottom: 73px !important; }
  .mod--martop-1280-73 {
    margin-top: 73px !important; }
  .mod--marbot-1280-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-1280-74 {
    padding-top: 74px !important; }
  .mod--padbot-1280-74 {
    padding-bottom: 74px !important; }
  .mod--martop-1280-74 {
    margin-top: 74px !important; }
  .mod--marbot-1280-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-1280-75 {
    padding-top: 75px !important; }
  .mod--padbot-1280-75 {
    padding-bottom: 75px !important; }
  .mod--martop-1280-75 {
    margin-top: 75px !important; }
  .mod--marbot-1280-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-1280-76 {
    padding-top: 76px !important; }
  .mod--padbot-1280-76 {
    padding-bottom: 76px !important; }
  .mod--martop-1280-76 {
    margin-top: 76px !important; }
  .mod--marbot-1280-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-1280-77 {
    padding-top: 77px !important; }
  .mod--padbot-1280-77 {
    padding-bottom: 77px !important; }
  .mod--martop-1280-77 {
    margin-top: 77px !important; }
  .mod--marbot-1280-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-1280-78 {
    padding-top: 78px !important; }
  .mod--padbot-1280-78 {
    padding-bottom: 78px !important; }
  .mod--martop-1280-78 {
    margin-top: 78px !important; }
  .mod--marbot-1280-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-1280-79 {
    padding-top: 79px !important; }
  .mod--padbot-1280-79 {
    padding-bottom: 79px !important; }
  .mod--martop-1280-79 {
    margin-top: 79px !important; }
  .mod--marbot-1280-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-1280-80 {
    padding-top: 80px !important; }
  .mod--padbot-1280-80 {
    padding-bottom: 80px !important; }
  .mod--martop-1280-80 {
    margin-top: 80px !important; }
  .mod--marbot-1280-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-1280-81 {
    padding-top: 81px !important; }
  .mod--padbot-1280-81 {
    padding-bottom: 81px !important; }
  .mod--martop-1280-81 {
    margin-top: 81px !important; }
  .mod--marbot-1280-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-1280-82 {
    padding-top: 82px !important; }
  .mod--padbot-1280-82 {
    padding-bottom: 82px !important; }
  .mod--martop-1280-82 {
    margin-top: 82px !important; }
  .mod--marbot-1280-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-1280-83 {
    padding-top: 83px !important; }
  .mod--padbot-1280-83 {
    padding-bottom: 83px !important; }
  .mod--martop-1280-83 {
    margin-top: 83px !important; }
  .mod--marbot-1280-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-1280-84 {
    padding-top: 84px !important; }
  .mod--padbot-1280-84 {
    padding-bottom: 84px !important; }
  .mod--martop-1280-84 {
    margin-top: 84px !important; }
  .mod--marbot-1280-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-1280-85 {
    padding-top: 85px !important; }
  .mod--padbot-1280-85 {
    padding-bottom: 85px !important; }
  .mod--martop-1280-85 {
    margin-top: 85px !important; }
  .mod--marbot-1280-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-1280-86 {
    padding-top: 86px !important; }
  .mod--padbot-1280-86 {
    padding-bottom: 86px !important; }
  .mod--martop-1280-86 {
    margin-top: 86px !important; }
  .mod--marbot-1280-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-1280-87 {
    padding-top: 87px !important; }
  .mod--padbot-1280-87 {
    padding-bottom: 87px !important; }
  .mod--martop-1280-87 {
    margin-top: 87px !important; }
  .mod--marbot-1280-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-1280-88 {
    padding-top: 88px !important; }
  .mod--padbot-1280-88 {
    padding-bottom: 88px !important; }
  .mod--martop-1280-88 {
    margin-top: 88px !important; }
  .mod--marbot-1280-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-1280-89 {
    padding-top: 89px !important; }
  .mod--padbot-1280-89 {
    padding-bottom: 89px !important; }
  .mod--martop-1280-89 {
    margin-top: 89px !important; }
  .mod--marbot-1280-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-1280-90 {
    padding-top: 90px !important; }
  .mod--padbot-1280-90 {
    padding-bottom: 90px !important; }
  .mod--martop-1280-90 {
    margin-top: 90px !important; }
  .mod--marbot-1280-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-1280-91 {
    padding-top: 91px !important; }
  .mod--padbot-1280-91 {
    padding-bottom: 91px !important; }
  .mod--martop-1280-91 {
    margin-top: 91px !important; }
  .mod--marbot-1280-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-1280-92 {
    padding-top: 92px !important; }
  .mod--padbot-1280-92 {
    padding-bottom: 92px !important; }
  .mod--martop-1280-92 {
    margin-top: 92px !important; }
  .mod--marbot-1280-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-1280-93 {
    padding-top: 93px !important; }
  .mod--padbot-1280-93 {
    padding-bottom: 93px !important; }
  .mod--martop-1280-93 {
    margin-top: 93px !important; }
  .mod--marbot-1280-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-1280-94 {
    padding-top: 94px !important; }
  .mod--padbot-1280-94 {
    padding-bottom: 94px !important; }
  .mod--martop-1280-94 {
    margin-top: 94px !important; }
  .mod--marbot-1280-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-1280-95 {
    padding-top: 95px !important; }
  .mod--padbot-1280-95 {
    padding-bottom: 95px !important; }
  .mod--martop-1280-95 {
    margin-top: 95px !important; }
  .mod--marbot-1280-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-1280-96 {
    padding-top: 96px !important; }
  .mod--padbot-1280-96 {
    padding-bottom: 96px !important; }
  .mod--martop-1280-96 {
    margin-top: 96px !important; }
  .mod--marbot-1280-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-1280-97 {
    padding-top: 97px !important; }
  .mod--padbot-1280-97 {
    padding-bottom: 97px !important; }
  .mod--martop-1280-97 {
    margin-top: 97px !important; }
  .mod--marbot-1280-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-1280-98 {
    padding-top: 98px !important; }
  .mod--padbot-1280-98 {
    padding-bottom: 98px !important; }
  .mod--martop-1280-98 {
    margin-top: 98px !important; }
  .mod--marbot-1280-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-1280-99 {
    padding-top: 99px !important; }
  .mod--padbot-1280-99 {
    padding-bottom: 99px !important; }
  .mod--martop-1280-99 {
    margin-top: 99px !important; }
  .mod--marbot-1280-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-1280-100 {
    padding-top: 100px !important; }
  .mod--padbot-1280-100 {
    padding-bottom: 100px !important; }
  .mod--martop-1280-100 {
    margin-top: 100px !important; }
  .mod--marbot-1280-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 991px) {
  .mod--padtop-992-20 {
    padding-top: 20px !important; }
  .mod--padbot-992-20 {
    padding-bottom: 20px !important; }
  .mod--martop-992-20 {
    margin-top: 20px !important; }
  .mod--marbot-992-20 {
    margin-bottom: 20px !important; }
  .mod--padtop-992-21 {
    padding-top: 21px !important; }
  .mod--padbot-992-21 {
    padding-bottom: 21px !important; }
  .mod--martop-992-21 {
    margin-top: 21px !important; }
  .mod--marbot-992-21 {
    margin-bottom: 21px !important; }
  .mod--padtop-992-22 {
    padding-top: 22px !important; }
  .mod--padbot-992-22 {
    padding-bottom: 22px !important; }
  .mod--martop-992-22 {
    margin-top: 22px !important; }
  .mod--marbot-992-22 {
    margin-bottom: 22px !important; }
  .mod--padtop-992-23 {
    padding-top: 23px !important; }
  .mod--padbot-992-23 {
    padding-bottom: 23px !important; }
  .mod--martop-992-23 {
    margin-top: 23px !important; }
  .mod--marbot-992-23 {
    margin-bottom: 23px !important; }
  .mod--padtop-992-24 {
    padding-top: 24px !important; }
  .mod--padbot-992-24 {
    padding-bottom: 24px !important; }
  .mod--martop-992-24 {
    margin-top: 24px !important; }
  .mod--marbot-992-24 {
    margin-bottom: 24px !important; }
  .mod--padtop-992-25 {
    padding-top: 25px !important; }
  .mod--padbot-992-25 {
    padding-bottom: 25px !important; }
  .mod--martop-992-25 {
    margin-top: 25px !important; }
  .mod--marbot-992-25 {
    margin-bottom: 25px !important; }
  .mod--padtop-992-26 {
    padding-top: 26px !important; }
  .mod--padbot-992-26 {
    padding-bottom: 26px !important; }
  .mod--martop-992-26 {
    margin-top: 26px !important; }
  .mod--marbot-992-26 {
    margin-bottom: 26px !important; }
  .mod--padtop-992-27 {
    padding-top: 27px !important; }
  .mod--padbot-992-27 {
    padding-bottom: 27px !important; }
  .mod--martop-992-27 {
    margin-top: 27px !important; }
  .mod--marbot-992-27 {
    margin-bottom: 27px !important; }
  .mod--padtop-992-28 {
    padding-top: 28px !important; }
  .mod--padbot-992-28 {
    padding-bottom: 28px !important; }
  .mod--martop-992-28 {
    margin-top: 28px !important; }
  .mod--marbot-992-28 {
    margin-bottom: 28px !important; }
  .mod--padtop-992-29 {
    padding-top: 29px !important; }
  .mod--padbot-992-29 {
    padding-bottom: 29px !important; }
  .mod--martop-992-29 {
    margin-top: 29px !important; }
  .mod--marbot-992-29 {
    margin-bottom: 29px !important; }
  .mod--padtop-992-30 {
    padding-top: 30px !important; }
  .mod--padbot-992-30 {
    padding-bottom: 30px !important; }
  .mod--martop-992-30 {
    margin-top: 30px !important; }
  .mod--marbot-992-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-992-31 {
    padding-top: 31px !important; }
  .mod--padbot-992-31 {
    padding-bottom: 31px !important; }
  .mod--martop-992-31 {
    margin-top: 31px !important; }
  .mod--marbot-992-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-992-32 {
    padding-top: 32px !important; }
  .mod--padbot-992-32 {
    padding-bottom: 32px !important; }
  .mod--martop-992-32 {
    margin-top: 32px !important; }
  .mod--marbot-992-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-992-33 {
    padding-top: 33px !important; }
  .mod--padbot-992-33 {
    padding-bottom: 33px !important; }
  .mod--martop-992-33 {
    margin-top: 33px !important; }
  .mod--marbot-992-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-992-34 {
    padding-top: 34px !important; }
  .mod--padbot-992-34 {
    padding-bottom: 34px !important; }
  .mod--martop-992-34 {
    margin-top: 34px !important; }
  .mod--marbot-992-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-992-35 {
    padding-top: 35px !important; }
  .mod--padbot-992-35 {
    padding-bottom: 35px !important; }
  .mod--martop-992-35 {
    margin-top: 35px !important; }
  .mod--marbot-992-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-992-36 {
    padding-top: 36px !important; }
  .mod--padbot-992-36 {
    padding-bottom: 36px !important; }
  .mod--martop-992-36 {
    margin-top: 36px !important; }
  .mod--marbot-992-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-992-37 {
    padding-top: 37px !important; }
  .mod--padbot-992-37 {
    padding-bottom: 37px !important; }
  .mod--martop-992-37 {
    margin-top: 37px !important; }
  .mod--marbot-992-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-992-38 {
    padding-top: 38px !important; }
  .mod--padbot-992-38 {
    padding-bottom: 38px !important; }
  .mod--martop-992-38 {
    margin-top: 38px !important; }
  .mod--marbot-992-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-992-39 {
    padding-top: 39px !important; }
  .mod--padbot-992-39 {
    padding-bottom: 39px !important; }
  .mod--martop-992-39 {
    margin-top: 39px !important; }
  .mod--marbot-992-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-992-40 {
    padding-top: 40px !important; }
  .mod--padbot-992-40 {
    padding-bottom: 40px !important; }
  .mod--martop-992-40 {
    margin-top: 40px !important; }
  .mod--marbot-992-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-992-41 {
    padding-top: 41px !important; }
  .mod--padbot-992-41 {
    padding-bottom: 41px !important; }
  .mod--martop-992-41 {
    margin-top: 41px !important; }
  .mod--marbot-992-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-992-42 {
    padding-top: 42px !important; }
  .mod--padbot-992-42 {
    padding-bottom: 42px !important; }
  .mod--martop-992-42 {
    margin-top: 42px !important; }
  .mod--marbot-992-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-992-43 {
    padding-top: 43px !important; }
  .mod--padbot-992-43 {
    padding-bottom: 43px !important; }
  .mod--martop-992-43 {
    margin-top: 43px !important; }
  .mod--marbot-992-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-992-44 {
    padding-top: 44px !important; }
  .mod--padbot-992-44 {
    padding-bottom: 44px !important; }
  .mod--martop-992-44 {
    margin-top: 44px !important; }
  .mod--marbot-992-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-992-45 {
    padding-top: 45px !important; }
  .mod--padbot-992-45 {
    padding-bottom: 45px !important; }
  .mod--martop-992-45 {
    margin-top: 45px !important; }
  .mod--marbot-992-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-992-46 {
    padding-top: 46px !important; }
  .mod--padbot-992-46 {
    padding-bottom: 46px !important; }
  .mod--martop-992-46 {
    margin-top: 46px !important; }
  .mod--marbot-992-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-992-47 {
    padding-top: 47px !important; }
  .mod--padbot-992-47 {
    padding-bottom: 47px !important; }
  .mod--martop-992-47 {
    margin-top: 47px !important; }
  .mod--marbot-992-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-992-48 {
    padding-top: 48px !important; }
  .mod--padbot-992-48 {
    padding-bottom: 48px !important; }
  .mod--martop-992-48 {
    margin-top: 48px !important; }
  .mod--marbot-992-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-992-49 {
    padding-top: 49px !important; }
  .mod--padbot-992-49 {
    padding-bottom: 49px !important; }
  .mod--martop-992-49 {
    margin-top: 49px !important; }
  .mod--marbot-992-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-992-50 {
    padding-top: 50px !important; }
  .mod--padbot-992-50 {
    padding-bottom: 50px !important; }
  .mod--martop-992-50 {
    margin-top: 50px !important; }
  .mod--marbot-992-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-992-51 {
    padding-top: 51px !important; }
  .mod--padbot-992-51 {
    padding-bottom: 51px !important; }
  .mod--martop-992-51 {
    margin-top: 51px !important; }
  .mod--marbot-992-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-992-52 {
    padding-top: 52px !important; }
  .mod--padbot-992-52 {
    padding-bottom: 52px !important; }
  .mod--martop-992-52 {
    margin-top: 52px !important; }
  .mod--marbot-992-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-992-53 {
    padding-top: 53px !important; }
  .mod--padbot-992-53 {
    padding-bottom: 53px !important; }
  .mod--martop-992-53 {
    margin-top: 53px !important; }
  .mod--marbot-992-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-992-54 {
    padding-top: 54px !important; }
  .mod--padbot-992-54 {
    padding-bottom: 54px !important; }
  .mod--martop-992-54 {
    margin-top: 54px !important; }
  .mod--marbot-992-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-992-55 {
    padding-top: 55px !important; }
  .mod--padbot-992-55 {
    padding-bottom: 55px !important; }
  .mod--martop-992-55 {
    margin-top: 55px !important; }
  .mod--marbot-992-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-992-56 {
    padding-top: 56px !important; }
  .mod--padbot-992-56 {
    padding-bottom: 56px !important; }
  .mod--martop-992-56 {
    margin-top: 56px !important; }
  .mod--marbot-992-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-992-57 {
    padding-top: 57px !important; }
  .mod--padbot-992-57 {
    padding-bottom: 57px !important; }
  .mod--martop-992-57 {
    margin-top: 57px !important; }
  .mod--marbot-992-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-992-58 {
    padding-top: 58px !important; }
  .mod--padbot-992-58 {
    padding-bottom: 58px !important; }
  .mod--martop-992-58 {
    margin-top: 58px !important; }
  .mod--marbot-992-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-992-59 {
    padding-top: 59px !important; }
  .mod--padbot-992-59 {
    padding-bottom: 59px !important; }
  .mod--martop-992-59 {
    margin-top: 59px !important; }
  .mod--marbot-992-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-992-60 {
    padding-top: 60px !important; }
  .mod--padbot-992-60 {
    padding-bottom: 60px !important; }
  .mod--martop-992-60 {
    margin-top: 60px !important; }
  .mod--marbot-992-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-992-61 {
    padding-top: 61px !important; }
  .mod--padbot-992-61 {
    padding-bottom: 61px !important; }
  .mod--martop-992-61 {
    margin-top: 61px !important; }
  .mod--marbot-992-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-992-62 {
    padding-top: 62px !important; }
  .mod--padbot-992-62 {
    padding-bottom: 62px !important; }
  .mod--martop-992-62 {
    margin-top: 62px !important; }
  .mod--marbot-992-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-992-63 {
    padding-top: 63px !important; }
  .mod--padbot-992-63 {
    padding-bottom: 63px !important; }
  .mod--martop-992-63 {
    margin-top: 63px !important; }
  .mod--marbot-992-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-992-64 {
    padding-top: 64px !important; }
  .mod--padbot-992-64 {
    padding-bottom: 64px !important; }
  .mod--martop-992-64 {
    margin-top: 64px !important; }
  .mod--marbot-992-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-992-65 {
    padding-top: 65px !important; }
  .mod--padbot-992-65 {
    padding-bottom: 65px !important; }
  .mod--martop-992-65 {
    margin-top: 65px !important; }
  .mod--marbot-992-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-992-66 {
    padding-top: 66px !important; }
  .mod--padbot-992-66 {
    padding-bottom: 66px !important; }
  .mod--martop-992-66 {
    margin-top: 66px !important; }
  .mod--marbot-992-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-992-67 {
    padding-top: 67px !important; }
  .mod--padbot-992-67 {
    padding-bottom: 67px !important; }
  .mod--martop-992-67 {
    margin-top: 67px !important; }
  .mod--marbot-992-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-992-68 {
    padding-top: 68px !important; }
  .mod--padbot-992-68 {
    padding-bottom: 68px !important; }
  .mod--martop-992-68 {
    margin-top: 68px !important; }
  .mod--marbot-992-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-992-69 {
    padding-top: 69px !important; }
  .mod--padbot-992-69 {
    padding-bottom: 69px !important; }
  .mod--martop-992-69 {
    margin-top: 69px !important; }
  .mod--marbot-992-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-992-70 {
    padding-top: 70px !important; }
  .mod--padbot-992-70 {
    padding-bottom: 70px !important; }
  .mod--martop-992-70 {
    margin-top: 70px !important; }
  .mod--marbot-992-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-992-71 {
    padding-top: 71px !important; }
  .mod--padbot-992-71 {
    padding-bottom: 71px !important; }
  .mod--martop-992-71 {
    margin-top: 71px !important; }
  .mod--marbot-992-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-992-72 {
    padding-top: 72px !important; }
  .mod--padbot-992-72 {
    padding-bottom: 72px !important; }
  .mod--martop-992-72 {
    margin-top: 72px !important; }
  .mod--marbot-992-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-992-73 {
    padding-top: 73px !important; }
  .mod--padbot-992-73 {
    padding-bottom: 73px !important; }
  .mod--martop-992-73 {
    margin-top: 73px !important; }
  .mod--marbot-992-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-992-74 {
    padding-top: 74px !important; }
  .mod--padbot-992-74 {
    padding-bottom: 74px !important; }
  .mod--martop-992-74 {
    margin-top: 74px !important; }
  .mod--marbot-992-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-992-75 {
    padding-top: 75px !important; }
  .mod--padbot-992-75 {
    padding-bottom: 75px !important; }
  .mod--martop-992-75 {
    margin-top: 75px !important; }
  .mod--marbot-992-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-992-76 {
    padding-top: 76px !important; }
  .mod--padbot-992-76 {
    padding-bottom: 76px !important; }
  .mod--martop-992-76 {
    margin-top: 76px !important; }
  .mod--marbot-992-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-992-77 {
    padding-top: 77px !important; }
  .mod--padbot-992-77 {
    padding-bottom: 77px !important; }
  .mod--martop-992-77 {
    margin-top: 77px !important; }
  .mod--marbot-992-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-992-78 {
    padding-top: 78px !important; }
  .mod--padbot-992-78 {
    padding-bottom: 78px !important; }
  .mod--martop-992-78 {
    margin-top: 78px !important; }
  .mod--marbot-992-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-992-79 {
    padding-top: 79px !important; }
  .mod--padbot-992-79 {
    padding-bottom: 79px !important; }
  .mod--martop-992-79 {
    margin-top: 79px !important; }
  .mod--marbot-992-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-992-80 {
    padding-top: 80px !important; }
  .mod--padbot-992-80 {
    padding-bottom: 80px !important; }
  .mod--martop-992-80 {
    margin-top: 80px !important; }
  .mod--marbot-992-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-992-81 {
    padding-top: 81px !important; }
  .mod--padbot-992-81 {
    padding-bottom: 81px !important; }
  .mod--martop-992-81 {
    margin-top: 81px !important; }
  .mod--marbot-992-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-992-82 {
    padding-top: 82px !important; }
  .mod--padbot-992-82 {
    padding-bottom: 82px !important; }
  .mod--martop-992-82 {
    margin-top: 82px !important; }
  .mod--marbot-992-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-992-83 {
    padding-top: 83px !important; }
  .mod--padbot-992-83 {
    padding-bottom: 83px !important; }
  .mod--martop-992-83 {
    margin-top: 83px !important; }
  .mod--marbot-992-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-992-84 {
    padding-top: 84px !important; }
  .mod--padbot-992-84 {
    padding-bottom: 84px !important; }
  .mod--martop-992-84 {
    margin-top: 84px !important; }
  .mod--marbot-992-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-992-85 {
    padding-top: 85px !important; }
  .mod--padbot-992-85 {
    padding-bottom: 85px !important; }
  .mod--martop-992-85 {
    margin-top: 85px !important; }
  .mod--marbot-992-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-992-86 {
    padding-top: 86px !important; }
  .mod--padbot-992-86 {
    padding-bottom: 86px !important; }
  .mod--martop-992-86 {
    margin-top: 86px !important; }
  .mod--marbot-992-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-992-87 {
    padding-top: 87px !important; }
  .mod--padbot-992-87 {
    padding-bottom: 87px !important; }
  .mod--martop-992-87 {
    margin-top: 87px !important; }
  .mod--marbot-992-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-992-88 {
    padding-top: 88px !important; }
  .mod--padbot-992-88 {
    padding-bottom: 88px !important; }
  .mod--martop-992-88 {
    margin-top: 88px !important; }
  .mod--marbot-992-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-992-89 {
    padding-top: 89px !important; }
  .mod--padbot-992-89 {
    padding-bottom: 89px !important; }
  .mod--martop-992-89 {
    margin-top: 89px !important; }
  .mod--marbot-992-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-992-90 {
    padding-top: 90px !important; }
  .mod--padbot-992-90 {
    padding-bottom: 90px !important; }
  .mod--martop-992-90 {
    margin-top: 90px !important; }
  .mod--marbot-992-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-992-91 {
    padding-top: 91px !important; }
  .mod--padbot-992-91 {
    padding-bottom: 91px !important; }
  .mod--martop-992-91 {
    margin-top: 91px !important; }
  .mod--marbot-992-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-992-92 {
    padding-top: 92px !important; }
  .mod--padbot-992-92 {
    padding-bottom: 92px !important; }
  .mod--martop-992-92 {
    margin-top: 92px !important; }
  .mod--marbot-992-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-992-93 {
    padding-top: 93px !important; }
  .mod--padbot-992-93 {
    padding-bottom: 93px !important; }
  .mod--martop-992-93 {
    margin-top: 93px !important; }
  .mod--marbot-992-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-992-94 {
    padding-top: 94px !important; }
  .mod--padbot-992-94 {
    padding-bottom: 94px !important; }
  .mod--martop-992-94 {
    margin-top: 94px !important; }
  .mod--marbot-992-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-992-95 {
    padding-top: 95px !important; }
  .mod--padbot-992-95 {
    padding-bottom: 95px !important; }
  .mod--martop-992-95 {
    margin-top: 95px !important; }
  .mod--marbot-992-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-992-96 {
    padding-top: 96px !important; }
  .mod--padbot-992-96 {
    padding-bottom: 96px !important; }
  .mod--martop-992-96 {
    margin-top: 96px !important; }
  .mod--marbot-992-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-992-97 {
    padding-top: 97px !important; }
  .mod--padbot-992-97 {
    padding-bottom: 97px !important; }
  .mod--martop-992-97 {
    margin-top: 97px !important; }
  .mod--marbot-992-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-992-98 {
    padding-top: 98px !important; }
  .mod--padbot-992-98 {
    padding-bottom: 98px !important; }
  .mod--martop-992-98 {
    margin-top: 98px !important; }
  .mod--marbot-992-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-992-99 {
    padding-top: 99px !important; }
  .mod--padbot-992-99 {
    padding-bottom: 99px !important; }
  .mod--martop-992-99 {
    margin-top: 99px !important; }
  .mod--marbot-992-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-992-100 {
    padding-top: 100px !important; }
  .mod--padbot-992-100 {
    padding-bottom: 100px !important; }
  .mod--martop-992-100 {
    margin-top: 100px !important; }
  .mod--marbot-992-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 767px) {
  .mod--padtop-768-20 {
    padding-top: 20px !important; }
  .mod--padbot-768-20 {
    padding-bottom: 20px !important; }
  .mod--martop-768-20 {
    margin-top: 20px !important; }
  .mod--marbot-768-20 {
    margin-bottom: 20px !important; }
  .mod--padtop-768-21 {
    padding-top: 21px !important; }
  .mod--padbot-768-21 {
    padding-bottom: 21px !important; }
  .mod--martop-768-21 {
    margin-top: 21px !important; }
  .mod--marbot-768-21 {
    margin-bottom: 21px !important; }
  .mod--padtop-768-22 {
    padding-top: 22px !important; }
  .mod--padbot-768-22 {
    padding-bottom: 22px !important; }
  .mod--martop-768-22 {
    margin-top: 22px !important; }
  .mod--marbot-768-22 {
    margin-bottom: 22px !important; }
  .mod--padtop-768-23 {
    padding-top: 23px !important; }
  .mod--padbot-768-23 {
    padding-bottom: 23px !important; }
  .mod--martop-768-23 {
    margin-top: 23px !important; }
  .mod--marbot-768-23 {
    margin-bottom: 23px !important; }
  .mod--padtop-768-24 {
    padding-top: 24px !important; }
  .mod--padbot-768-24 {
    padding-bottom: 24px !important; }
  .mod--martop-768-24 {
    margin-top: 24px !important; }
  .mod--marbot-768-24 {
    margin-bottom: 24px !important; }
  .mod--padtop-768-25 {
    padding-top: 25px !important; }
  .mod--padbot-768-25 {
    padding-bottom: 25px !important; }
  .mod--martop-768-25 {
    margin-top: 25px !important; }
  .mod--marbot-768-25 {
    margin-bottom: 25px !important; }
  .mod--padtop-768-26 {
    padding-top: 26px !important; }
  .mod--padbot-768-26 {
    padding-bottom: 26px !important; }
  .mod--martop-768-26 {
    margin-top: 26px !important; }
  .mod--marbot-768-26 {
    margin-bottom: 26px !important; }
  .mod--padtop-768-27 {
    padding-top: 27px !important; }
  .mod--padbot-768-27 {
    padding-bottom: 27px !important; }
  .mod--martop-768-27 {
    margin-top: 27px !important; }
  .mod--marbot-768-27 {
    margin-bottom: 27px !important; }
  .mod--padtop-768-28 {
    padding-top: 28px !important; }
  .mod--padbot-768-28 {
    padding-bottom: 28px !important; }
  .mod--martop-768-28 {
    margin-top: 28px !important; }
  .mod--marbot-768-28 {
    margin-bottom: 28px !important; }
  .mod--padtop-768-29 {
    padding-top: 29px !important; }
  .mod--padbot-768-29 {
    padding-bottom: 29px !important; }
  .mod--martop-768-29 {
    margin-top: 29px !important; }
  .mod--marbot-768-29 {
    margin-bottom: 29px !important; }
  .mod--padtop-768-30 {
    padding-top: 30px !important; }
  .mod--padbot-768-30 {
    padding-bottom: 30px !important; }
  .mod--martop-768-30 {
    margin-top: 30px !important; }
  .mod--marbot-768-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-768-31 {
    padding-top: 31px !important; }
  .mod--padbot-768-31 {
    padding-bottom: 31px !important; }
  .mod--martop-768-31 {
    margin-top: 31px !important; }
  .mod--marbot-768-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-768-32 {
    padding-top: 32px !important; }
  .mod--padbot-768-32 {
    padding-bottom: 32px !important; }
  .mod--martop-768-32 {
    margin-top: 32px !important; }
  .mod--marbot-768-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-768-33 {
    padding-top: 33px !important; }
  .mod--padbot-768-33 {
    padding-bottom: 33px !important; }
  .mod--martop-768-33 {
    margin-top: 33px !important; }
  .mod--marbot-768-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-768-34 {
    padding-top: 34px !important; }
  .mod--padbot-768-34 {
    padding-bottom: 34px !important; }
  .mod--martop-768-34 {
    margin-top: 34px !important; }
  .mod--marbot-768-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-768-35 {
    padding-top: 35px !important; }
  .mod--padbot-768-35 {
    padding-bottom: 35px !important; }
  .mod--martop-768-35 {
    margin-top: 35px !important; }
  .mod--marbot-768-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-768-36 {
    padding-top: 36px !important; }
  .mod--padbot-768-36 {
    padding-bottom: 36px !important; }
  .mod--martop-768-36 {
    margin-top: 36px !important; }
  .mod--marbot-768-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-768-37 {
    padding-top: 37px !important; }
  .mod--padbot-768-37 {
    padding-bottom: 37px !important; }
  .mod--martop-768-37 {
    margin-top: 37px !important; }
  .mod--marbot-768-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-768-38 {
    padding-top: 38px !important; }
  .mod--padbot-768-38 {
    padding-bottom: 38px !important; }
  .mod--martop-768-38 {
    margin-top: 38px !important; }
  .mod--marbot-768-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-768-39 {
    padding-top: 39px !important; }
  .mod--padbot-768-39 {
    padding-bottom: 39px !important; }
  .mod--martop-768-39 {
    margin-top: 39px !important; }
  .mod--marbot-768-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-768-40 {
    padding-top: 40px !important; }
  .mod--padbot-768-40 {
    padding-bottom: 40px !important; }
  .mod--martop-768-40 {
    margin-top: 40px !important; }
  .mod--marbot-768-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-768-41 {
    padding-top: 41px !important; }
  .mod--padbot-768-41 {
    padding-bottom: 41px !important; }
  .mod--martop-768-41 {
    margin-top: 41px !important; }
  .mod--marbot-768-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-768-42 {
    padding-top: 42px !important; }
  .mod--padbot-768-42 {
    padding-bottom: 42px !important; }
  .mod--martop-768-42 {
    margin-top: 42px !important; }
  .mod--marbot-768-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-768-43 {
    padding-top: 43px !important; }
  .mod--padbot-768-43 {
    padding-bottom: 43px !important; }
  .mod--martop-768-43 {
    margin-top: 43px !important; }
  .mod--marbot-768-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-768-44 {
    padding-top: 44px !important; }
  .mod--padbot-768-44 {
    padding-bottom: 44px !important; }
  .mod--martop-768-44 {
    margin-top: 44px !important; }
  .mod--marbot-768-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-768-45 {
    padding-top: 45px !important; }
  .mod--padbot-768-45 {
    padding-bottom: 45px !important; }
  .mod--martop-768-45 {
    margin-top: 45px !important; }
  .mod--marbot-768-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-768-46 {
    padding-top: 46px !important; }
  .mod--padbot-768-46 {
    padding-bottom: 46px !important; }
  .mod--martop-768-46 {
    margin-top: 46px !important; }
  .mod--marbot-768-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-768-47 {
    padding-top: 47px !important; }
  .mod--padbot-768-47 {
    padding-bottom: 47px !important; }
  .mod--martop-768-47 {
    margin-top: 47px !important; }
  .mod--marbot-768-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-768-48 {
    padding-top: 48px !important; }
  .mod--padbot-768-48 {
    padding-bottom: 48px !important; }
  .mod--martop-768-48 {
    margin-top: 48px !important; }
  .mod--marbot-768-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-768-49 {
    padding-top: 49px !important; }
  .mod--padbot-768-49 {
    padding-bottom: 49px !important; }
  .mod--martop-768-49 {
    margin-top: 49px !important; }
  .mod--marbot-768-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-768-50 {
    padding-top: 50px !important; }
  .mod--padbot-768-50 {
    padding-bottom: 50px !important; }
  .mod--martop-768-50 {
    margin-top: 50px !important; }
  .mod--marbot-768-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-768-51 {
    padding-top: 51px !important; }
  .mod--padbot-768-51 {
    padding-bottom: 51px !important; }
  .mod--martop-768-51 {
    margin-top: 51px !important; }
  .mod--marbot-768-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-768-52 {
    padding-top: 52px !important; }
  .mod--padbot-768-52 {
    padding-bottom: 52px !important; }
  .mod--martop-768-52 {
    margin-top: 52px !important; }
  .mod--marbot-768-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-768-53 {
    padding-top: 53px !important; }
  .mod--padbot-768-53 {
    padding-bottom: 53px !important; }
  .mod--martop-768-53 {
    margin-top: 53px !important; }
  .mod--marbot-768-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-768-54 {
    padding-top: 54px !important; }
  .mod--padbot-768-54 {
    padding-bottom: 54px !important; }
  .mod--martop-768-54 {
    margin-top: 54px !important; }
  .mod--marbot-768-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-768-55 {
    padding-top: 55px !important; }
  .mod--padbot-768-55 {
    padding-bottom: 55px !important; }
  .mod--martop-768-55 {
    margin-top: 55px !important; }
  .mod--marbot-768-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-768-56 {
    padding-top: 56px !important; }
  .mod--padbot-768-56 {
    padding-bottom: 56px !important; }
  .mod--martop-768-56 {
    margin-top: 56px !important; }
  .mod--marbot-768-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-768-57 {
    padding-top: 57px !important; }
  .mod--padbot-768-57 {
    padding-bottom: 57px !important; }
  .mod--martop-768-57 {
    margin-top: 57px !important; }
  .mod--marbot-768-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-768-58 {
    padding-top: 58px !important; }
  .mod--padbot-768-58 {
    padding-bottom: 58px !important; }
  .mod--martop-768-58 {
    margin-top: 58px !important; }
  .mod--marbot-768-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-768-59 {
    padding-top: 59px !important; }
  .mod--padbot-768-59 {
    padding-bottom: 59px !important; }
  .mod--martop-768-59 {
    margin-top: 59px !important; }
  .mod--marbot-768-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-768-60 {
    padding-top: 60px !important; }
  .mod--padbot-768-60 {
    padding-bottom: 60px !important; }
  .mod--martop-768-60 {
    margin-top: 60px !important; }
  .mod--marbot-768-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-768-61 {
    padding-top: 61px !important; }
  .mod--padbot-768-61 {
    padding-bottom: 61px !important; }
  .mod--martop-768-61 {
    margin-top: 61px !important; }
  .mod--marbot-768-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-768-62 {
    padding-top: 62px !important; }
  .mod--padbot-768-62 {
    padding-bottom: 62px !important; }
  .mod--martop-768-62 {
    margin-top: 62px !important; }
  .mod--marbot-768-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-768-63 {
    padding-top: 63px !important; }
  .mod--padbot-768-63 {
    padding-bottom: 63px !important; }
  .mod--martop-768-63 {
    margin-top: 63px !important; }
  .mod--marbot-768-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-768-64 {
    padding-top: 64px !important; }
  .mod--padbot-768-64 {
    padding-bottom: 64px !important; }
  .mod--martop-768-64 {
    margin-top: 64px !important; }
  .mod--marbot-768-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-768-65 {
    padding-top: 65px !important; }
  .mod--padbot-768-65 {
    padding-bottom: 65px !important; }
  .mod--martop-768-65 {
    margin-top: 65px !important; }
  .mod--marbot-768-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-768-66 {
    padding-top: 66px !important; }
  .mod--padbot-768-66 {
    padding-bottom: 66px !important; }
  .mod--martop-768-66 {
    margin-top: 66px !important; }
  .mod--marbot-768-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-768-67 {
    padding-top: 67px !important; }
  .mod--padbot-768-67 {
    padding-bottom: 67px !important; }
  .mod--martop-768-67 {
    margin-top: 67px !important; }
  .mod--marbot-768-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-768-68 {
    padding-top: 68px !important; }
  .mod--padbot-768-68 {
    padding-bottom: 68px !important; }
  .mod--martop-768-68 {
    margin-top: 68px !important; }
  .mod--marbot-768-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-768-69 {
    padding-top: 69px !important; }
  .mod--padbot-768-69 {
    padding-bottom: 69px !important; }
  .mod--martop-768-69 {
    margin-top: 69px !important; }
  .mod--marbot-768-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-768-70 {
    padding-top: 70px !important; }
  .mod--padbot-768-70 {
    padding-bottom: 70px !important; }
  .mod--martop-768-70 {
    margin-top: 70px !important; }
  .mod--marbot-768-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-768-71 {
    padding-top: 71px !important; }
  .mod--padbot-768-71 {
    padding-bottom: 71px !important; }
  .mod--martop-768-71 {
    margin-top: 71px !important; }
  .mod--marbot-768-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-768-72 {
    padding-top: 72px !important; }
  .mod--padbot-768-72 {
    padding-bottom: 72px !important; }
  .mod--martop-768-72 {
    margin-top: 72px !important; }
  .mod--marbot-768-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-768-73 {
    padding-top: 73px !important; }
  .mod--padbot-768-73 {
    padding-bottom: 73px !important; }
  .mod--martop-768-73 {
    margin-top: 73px !important; }
  .mod--marbot-768-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-768-74 {
    padding-top: 74px !important; }
  .mod--padbot-768-74 {
    padding-bottom: 74px !important; }
  .mod--martop-768-74 {
    margin-top: 74px !important; }
  .mod--marbot-768-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-768-75 {
    padding-top: 75px !important; }
  .mod--padbot-768-75 {
    padding-bottom: 75px !important; }
  .mod--martop-768-75 {
    margin-top: 75px !important; }
  .mod--marbot-768-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-768-76 {
    padding-top: 76px !important; }
  .mod--padbot-768-76 {
    padding-bottom: 76px !important; }
  .mod--martop-768-76 {
    margin-top: 76px !important; }
  .mod--marbot-768-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-768-77 {
    padding-top: 77px !important; }
  .mod--padbot-768-77 {
    padding-bottom: 77px !important; }
  .mod--martop-768-77 {
    margin-top: 77px !important; }
  .mod--marbot-768-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-768-78 {
    padding-top: 78px !important; }
  .mod--padbot-768-78 {
    padding-bottom: 78px !important; }
  .mod--martop-768-78 {
    margin-top: 78px !important; }
  .mod--marbot-768-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-768-79 {
    padding-top: 79px !important; }
  .mod--padbot-768-79 {
    padding-bottom: 79px !important; }
  .mod--martop-768-79 {
    margin-top: 79px !important; }
  .mod--marbot-768-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-768-80 {
    padding-top: 80px !important; }
  .mod--padbot-768-80 {
    padding-bottom: 80px !important; }
  .mod--martop-768-80 {
    margin-top: 80px !important; }
  .mod--marbot-768-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-768-81 {
    padding-top: 81px !important; }
  .mod--padbot-768-81 {
    padding-bottom: 81px !important; }
  .mod--martop-768-81 {
    margin-top: 81px !important; }
  .mod--marbot-768-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-768-82 {
    padding-top: 82px !important; }
  .mod--padbot-768-82 {
    padding-bottom: 82px !important; }
  .mod--martop-768-82 {
    margin-top: 82px !important; }
  .mod--marbot-768-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-768-83 {
    padding-top: 83px !important; }
  .mod--padbot-768-83 {
    padding-bottom: 83px !important; }
  .mod--martop-768-83 {
    margin-top: 83px !important; }
  .mod--marbot-768-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-768-84 {
    padding-top: 84px !important; }
  .mod--padbot-768-84 {
    padding-bottom: 84px !important; }
  .mod--martop-768-84 {
    margin-top: 84px !important; }
  .mod--marbot-768-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-768-85 {
    padding-top: 85px !important; }
  .mod--padbot-768-85 {
    padding-bottom: 85px !important; }
  .mod--martop-768-85 {
    margin-top: 85px !important; }
  .mod--marbot-768-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-768-86 {
    padding-top: 86px !important; }
  .mod--padbot-768-86 {
    padding-bottom: 86px !important; }
  .mod--martop-768-86 {
    margin-top: 86px !important; }
  .mod--marbot-768-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-768-87 {
    padding-top: 87px !important; }
  .mod--padbot-768-87 {
    padding-bottom: 87px !important; }
  .mod--martop-768-87 {
    margin-top: 87px !important; }
  .mod--marbot-768-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-768-88 {
    padding-top: 88px !important; }
  .mod--padbot-768-88 {
    padding-bottom: 88px !important; }
  .mod--martop-768-88 {
    margin-top: 88px !important; }
  .mod--marbot-768-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-768-89 {
    padding-top: 89px !important; }
  .mod--padbot-768-89 {
    padding-bottom: 89px !important; }
  .mod--martop-768-89 {
    margin-top: 89px !important; }
  .mod--marbot-768-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-768-90 {
    padding-top: 90px !important; }
  .mod--padbot-768-90 {
    padding-bottom: 90px !important; }
  .mod--martop-768-90 {
    margin-top: 90px !important; }
  .mod--marbot-768-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-768-91 {
    padding-top: 91px !important; }
  .mod--padbot-768-91 {
    padding-bottom: 91px !important; }
  .mod--martop-768-91 {
    margin-top: 91px !important; }
  .mod--marbot-768-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-768-92 {
    padding-top: 92px !important; }
  .mod--padbot-768-92 {
    padding-bottom: 92px !important; }
  .mod--martop-768-92 {
    margin-top: 92px !important; }
  .mod--marbot-768-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-768-93 {
    padding-top: 93px !important; }
  .mod--padbot-768-93 {
    padding-bottom: 93px !important; }
  .mod--martop-768-93 {
    margin-top: 93px !important; }
  .mod--marbot-768-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-768-94 {
    padding-top: 94px !important; }
  .mod--padbot-768-94 {
    padding-bottom: 94px !important; }
  .mod--martop-768-94 {
    margin-top: 94px !important; }
  .mod--marbot-768-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-768-95 {
    padding-top: 95px !important; }
  .mod--padbot-768-95 {
    padding-bottom: 95px !important; }
  .mod--martop-768-95 {
    margin-top: 95px !important; }
  .mod--marbot-768-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-768-96 {
    padding-top: 96px !important; }
  .mod--padbot-768-96 {
    padding-bottom: 96px !important; }
  .mod--martop-768-96 {
    margin-top: 96px !important; }
  .mod--marbot-768-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-768-97 {
    padding-top: 97px !important; }
  .mod--padbot-768-97 {
    padding-bottom: 97px !important; }
  .mod--martop-768-97 {
    margin-top: 97px !important; }
  .mod--marbot-768-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-768-98 {
    padding-top: 98px !important; }
  .mod--padbot-768-98 {
    padding-bottom: 98px !important; }
  .mod--martop-768-98 {
    margin-top: 98px !important; }
  .mod--marbot-768-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-768-99 {
    padding-top: 99px !important; }
  .mod--padbot-768-99 {
    padding-bottom: 99px !important; }
  .mod--martop-768-99 {
    margin-top: 99px !important; }
  .mod--marbot-768-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-768-100 {
    padding-top: 100px !important; }
  .mod--padbot-768-100 {
    padding-bottom: 100px !important; }
  .mod--martop-768-100 {
    margin-top: 100px !important; }
  .mod--marbot-768-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 583px) {
  .mod--padtop-600-20 {
    padding-top: 20px !important; }
  .mod--padbot-600-20 {
    padding-bottom: 20px !important; }
  .mod--martop-600-20 {
    margin-top: 20px !important; }
  .mod--marbot-600-20 {
    margin-bottom: 20px !important; }
  .mod--padtop-600-21 {
    padding-top: 21px !important; }
  .mod--padbot-600-21 {
    padding-bottom: 21px !important; }
  .mod--martop-600-21 {
    margin-top: 21px !important; }
  .mod--marbot-600-21 {
    margin-bottom: 21px !important; }
  .mod--padtop-600-22 {
    padding-top: 22px !important; }
  .mod--padbot-600-22 {
    padding-bottom: 22px !important; }
  .mod--martop-600-22 {
    margin-top: 22px !important; }
  .mod--marbot-600-22 {
    margin-bottom: 22px !important; }
  .mod--padtop-600-23 {
    padding-top: 23px !important; }
  .mod--padbot-600-23 {
    padding-bottom: 23px !important; }
  .mod--martop-600-23 {
    margin-top: 23px !important; }
  .mod--marbot-600-23 {
    margin-bottom: 23px !important; }
  .mod--padtop-600-24 {
    padding-top: 24px !important; }
  .mod--padbot-600-24 {
    padding-bottom: 24px !important; }
  .mod--martop-600-24 {
    margin-top: 24px !important; }
  .mod--marbot-600-24 {
    margin-bottom: 24px !important; }
  .mod--padtop-600-25 {
    padding-top: 25px !important; }
  .mod--padbot-600-25 {
    padding-bottom: 25px !important; }
  .mod--martop-600-25 {
    margin-top: 25px !important; }
  .mod--marbot-600-25 {
    margin-bottom: 25px !important; }
  .mod--padtop-600-26 {
    padding-top: 26px !important; }
  .mod--padbot-600-26 {
    padding-bottom: 26px !important; }
  .mod--martop-600-26 {
    margin-top: 26px !important; }
  .mod--marbot-600-26 {
    margin-bottom: 26px !important; }
  .mod--padtop-600-27 {
    padding-top: 27px !important; }
  .mod--padbot-600-27 {
    padding-bottom: 27px !important; }
  .mod--martop-600-27 {
    margin-top: 27px !important; }
  .mod--marbot-600-27 {
    margin-bottom: 27px !important; }
  .mod--padtop-600-28 {
    padding-top: 28px !important; }
  .mod--padbot-600-28 {
    padding-bottom: 28px !important; }
  .mod--martop-600-28 {
    margin-top: 28px !important; }
  .mod--marbot-600-28 {
    margin-bottom: 28px !important; }
  .mod--padtop-600-29 {
    padding-top: 29px !important; }
  .mod--padbot-600-29 {
    padding-bottom: 29px !important; }
  .mod--martop-600-29 {
    margin-top: 29px !important; }
  .mod--marbot-600-29 {
    margin-bottom: 29px !important; }
  .mod--padtop-600-30 {
    padding-top: 30px !important; }
  .mod--padbot-600-30 {
    padding-bottom: 30px !important; }
  .mod--martop-600-30 {
    margin-top: 30px !important; }
  .mod--marbot-600-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-600-31 {
    padding-top: 31px !important; }
  .mod--padbot-600-31 {
    padding-bottom: 31px !important; }
  .mod--martop-600-31 {
    margin-top: 31px !important; }
  .mod--marbot-600-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-600-32 {
    padding-top: 32px !important; }
  .mod--padbot-600-32 {
    padding-bottom: 32px !important; }
  .mod--martop-600-32 {
    margin-top: 32px !important; }
  .mod--marbot-600-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-600-33 {
    padding-top: 33px !important; }
  .mod--padbot-600-33 {
    padding-bottom: 33px !important; }
  .mod--martop-600-33 {
    margin-top: 33px !important; }
  .mod--marbot-600-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-600-34 {
    padding-top: 34px !important; }
  .mod--padbot-600-34 {
    padding-bottom: 34px !important; }
  .mod--martop-600-34 {
    margin-top: 34px !important; }
  .mod--marbot-600-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-600-35 {
    padding-top: 35px !important; }
  .mod--padbot-600-35 {
    padding-bottom: 35px !important; }
  .mod--martop-600-35 {
    margin-top: 35px !important; }
  .mod--marbot-600-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-600-36 {
    padding-top: 36px !important; }
  .mod--padbot-600-36 {
    padding-bottom: 36px !important; }
  .mod--martop-600-36 {
    margin-top: 36px !important; }
  .mod--marbot-600-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-600-37 {
    padding-top: 37px !important; }
  .mod--padbot-600-37 {
    padding-bottom: 37px !important; }
  .mod--martop-600-37 {
    margin-top: 37px !important; }
  .mod--marbot-600-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-600-38 {
    padding-top: 38px !important; }
  .mod--padbot-600-38 {
    padding-bottom: 38px !important; }
  .mod--martop-600-38 {
    margin-top: 38px !important; }
  .mod--marbot-600-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-600-39 {
    padding-top: 39px !important; }
  .mod--padbot-600-39 {
    padding-bottom: 39px !important; }
  .mod--martop-600-39 {
    margin-top: 39px !important; }
  .mod--marbot-600-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-600-40 {
    padding-top: 40px !important; }
  .mod--padbot-600-40 {
    padding-bottom: 40px !important; }
  .mod--martop-600-40 {
    margin-top: 40px !important; }
  .mod--marbot-600-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-600-41 {
    padding-top: 41px !important; }
  .mod--padbot-600-41 {
    padding-bottom: 41px !important; }
  .mod--martop-600-41 {
    margin-top: 41px !important; }
  .mod--marbot-600-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-600-42 {
    padding-top: 42px !important; }
  .mod--padbot-600-42 {
    padding-bottom: 42px !important; }
  .mod--martop-600-42 {
    margin-top: 42px !important; }
  .mod--marbot-600-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-600-43 {
    padding-top: 43px !important; }
  .mod--padbot-600-43 {
    padding-bottom: 43px !important; }
  .mod--martop-600-43 {
    margin-top: 43px !important; }
  .mod--marbot-600-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-600-44 {
    padding-top: 44px !important; }
  .mod--padbot-600-44 {
    padding-bottom: 44px !important; }
  .mod--martop-600-44 {
    margin-top: 44px !important; }
  .mod--marbot-600-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-600-45 {
    padding-top: 45px !important; }
  .mod--padbot-600-45 {
    padding-bottom: 45px !important; }
  .mod--martop-600-45 {
    margin-top: 45px !important; }
  .mod--marbot-600-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-600-46 {
    padding-top: 46px !important; }
  .mod--padbot-600-46 {
    padding-bottom: 46px !important; }
  .mod--martop-600-46 {
    margin-top: 46px !important; }
  .mod--marbot-600-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-600-47 {
    padding-top: 47px !important; }
  .mod--padbot-600-47 {
    padding-bottom: 47px !important; }
  .mod--martop-600-47 {
    margin-top: 47px !important; }
  .mod--marbot-600-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-600-48 {
    padding-top: 48px !important; }
  .mod--padbot-600-48 {
    padding-bottom: 48px !important; }
  .mod--martop-600-48 {
    margin-top: 48px !important; }
  .mod--marbot-600-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-600-49 {
    padding-top: 49px !important; }
  .mod--padbot-600-49 {
    padding-bottom: 49px !important; }
  .mod--martop-600-49 {
    margin-top: 49px !important; }
  .mod--marbot-600-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-600-50 {
    padding-top: 50px !important; }
  .mod--padbot-600-50 {
    padding-bottom: 50px !important; }
  .mod--martop-600-50 {
    margin-top: 50px !important; }
  .mod--marbot-600-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-600-51 {
    padding-top: 51px !important; }
  .mod--padbot-600-51 {
    padding-bottom: 51px !important; }
  .mod--martop-600-51 {
    margin-top: 51px !important; }
  .mod--marbot-600-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-600-52 {
    padding-top: 52px !important; }
  .mod--padbot-600-52 {
    padding-bottom: 52px !important; }
  .mod--martop-600-52 {
    margin-top: 52px !important; }
  .mod--marbot-600-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-600-53 {
    padding-top: 53px !important; }
  .mod--padbot-600-53 {
    padding-bottom: 53px !important; }
  .mod--martop-600-53 {
    margin-top: 53px !important; }
  .mod--marbot-600-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-600-54 {
    padding-top: 54px !important; }
  .mod--padbot-600-54 {
    padding-bottom: 54px !important; }
  .mod--martop-600-54 {
    margin-top: 54px !important; }
  .mod--marbot-600-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-600-55 {
    padding-top: 55px !important; }
  .mod--padbot-600-55 {
    padding-bottom: 55px !important; }
  .mod--martop-600-55 {
    margin-top: 55px !important; }
  .mod--marbot-600-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-600-56 {
    padding-top: 56px !important; }
  .mod--padbot-600-56 {
    padding-bottom: 56px !important; }
  .mod--martop-600-56 {
    margin-top: 56px !important; }
  .mod--marbot-600-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-600-57 {
    padding-top: 57px !important; }
  .mod--padbot-600-57 {
    padding-bottom: 57px !important; }
  .mod--martop-600-57 {
    margin-top: 57px !important; }
  .mod--marbot-600-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-600-58 {
    padding-top: 58px !important; }
  .mod--padbot-600-58 {
    padding-bottom: 58px !important; }
  .mod--martop-600-58 {
    margin-top: 58px !important; }
  .mod--marbot-600-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-600-59 {
    padding-top: 59px !important; }
  .mod--padbot-600-59 {
    padding-bottom: 59px !important; }
  .mod--martop-600-59 {
    margin-top: 59px !important; }
  .mod--marbot-600-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-600-60 {
    padding-top: 60px !important; }
  .mod--padbot-600-60 {
    padding-bottom: 60px !important; }
  .mod--martop-600-60 {
    margin-top: 60px !important; }
  .mod--marbot-600-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-600-61 {
    padding-top: 61px !important; }
  .mod--padbot-600-61 {
    padding-bottom: 61px !important; }
  .mod--martop-600-61 {
    margin-top: 61px !important; }
  .mod--marbot-600-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-600-62 {
    padding-top: 62px !important; }
  .mod--padbot-600-62 {
    padding-bottom: 62px !important; }
  .mod--martop-600-62 {
    margin-top: 62px !important; }
  .mod--marbot-600-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-600-63 {
    padding-top: 63px !important; }
  .mod--padbot-600-63 {
    padding-bottom: 63px !important; }
  .mod--martop-600-63 {
    margin-top: 63px !important; }
  .mod--marbot-600-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-600-64 {
    padding-top: 64px !important; }
  .mod--padbot-600-64 {
    padding-bottom: 64px !important; }
  .mod--martop-600-64 {
    margin-top: 64px !important; }
  .mod--marbot-600-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-600-65 {
    padding-top: 65px !important; }
  .mod--padbot-600-65 {
    padding-bottom: 65px !important; }
  .mod--martop-600-65 {
    margin-top: 65px !important; }
  .mod--marbot-600-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-600-66 {
    padding-top: 66px !important; }
  .mod--padbot-600-66 {
    padding-bottom: 66px !important; }
  .mod--martop-600-66 {
    margin-top: 66px !important; }
  .mod--marbot-600-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-600-67 {
    padding-top: 67px !important; }
  .mod--padbot-600-67 {
    padding-bottom: 67px !important; }
  .mod--martop-600-67 {
    margin-top: 67px !important; }
  .mod--marbot-600-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-600-68 {
    padding-top: 68px !important; }
  .mod--padbot-600-68 {
    padding-bottom: 68px !important; }
  .mod--martop-600-68 {
    margin-top: 68px !important; }
  .mod--marbot-600-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-600-69 {
    padding-top: 69px !important; }
  .mod--padbot-600-69 {
    padding-bottom: 69px !important; }
  .mod--martop-600-69 {
    margin-top: 69px !important; }
  .mod--marbot-600-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-600-70 {
    padding-top: 70px !important; }
  .mod--padbot-600-70 {
    padding-bottom: 70px !important; }
  .mod--martop-600-70 {
    margin-top: 70px !important; }
  .mod--marbot-600-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-600-71 {
    padding-top: 71px !important; }
  .mod--padbot-600-71 {
    padding-bottom: 71px !important; }
  .mod--martop-600-71 {
    margin-top: 71px !important; }
  .mod--marbot-600-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-600-72 {
    padding-top: 72px !important; }
  .mod--padbot-600-72 {
    padding-bottom: 72px !important; }
  .mod--martop-600-72 {
    margin-top: 72px !important; }
  .mod--marbot-600-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-600-73 {
    padding-top: 73px !important; }
  .mod--padbot-600-73 {
    padding-bottom: 73px !important; }
  .mod--martop-600-73 {
    margin-top: 73px !important; }
  .mod--marbot-600-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-600-74 {
    padding-top: 74px !important; }
  .mod--padbot-600-74 {
    padding-bottom: 74px !important; }
  .mod--martop-600-74 {
    margin-top: 74px !important; }
  .mod--marbot-600-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-600-75 {
    padding-top: 75px !important; }
  .mod--padbot-600-75 {
    padding-bottom: 75px !important; }
  .mod--martop-600-75 {
    margin-top: 75px !important; }
  .mod--marbot-600-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-600-76 {
    padding-top: 76px !important; }
  .mod--padbot-600-76 {
    padding-bottom: 76px !important; }
  .mod--martop-600-76 {
    margin-top: 76px !important; }
  .mod--marbot-600-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-600-77 {
    padding-top: 77px !important; }
  .mod--padbot-600-77 {
    padding-bottom: 77px !important; }
  .mod--martop-600-77 {
    margin-top: 77px !important; }
  .mod--marbot-600-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-600-78 {
    padding-top: 78px !important; }
  .mod--padbot-600-78 {
    padding-bottom: 78px !important; }
  .mod--martop-600-78 {
    margin-top: 78px !important; }
  .mod--marbot-600-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-600-79 {
    padding-top: 79px !important; }
  .mod--padbot-600-79 {
    padding-bottom: 79px !important; }
  .mod--martop-600-79 {
    margin-top: 79px !important; }
  .mod--marbot-600-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-600-80 {
    padding-top: 80px !important; }
  .mod--padbot-600-80 {
    padding-bottom: 80px !important; }
  .mod--martop-600-80 {
    margin-top: 80px !important; }
  .mod--marbot-600-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-600-81 {
    padding-top: 81px !important; }
  .mod--padbot-600-81 {
    padding-bottom: 81px !important; }
  .mod--martop-600-81 {
    margin-top: 81px !important; }
  .mod--marbot-600-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-600-82 {
    padding-top: 82px !important; }
  .mod--padbot-600-82 {
    padding-bottom: 82px !important; }
  .mod--martop-600-82 {
    margin-top: 82px !important; }
  .mod--marbot-600-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-600-83 {
    padding-top: 83px !important; }
  .mod--padbot-600-83 {
    padding-bottom: 83px !important; }
  .mod--martop-600-83 {
    margin-top: 83px !important; }
  .mod--marbot-600-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-600-84 {
    padding-top: 84px !important; }
  .mod--padbot-600-84 {
    padding-bottom: 84px !important; }
  .mod--martop-600-84 {
    margin-top: 84px !important; }
  .mod--marbot-600-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-600-85 {
    padding-top: 85px !important; }
  .mod--padbot-600-85 {
    padding-bottom: 85px !important; }
  .mod--martop-600-85 {
    margin-top: 85px !important; }
  .mod--marbot-600-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-600-86 {
    padding-top: 86px !important; }
  .mod--padbot-600-86 {
    padding-bottom: 86px !important; }
  .mod--martop-600-86 {
    margin-top: 86px !important; }
  .mod--marbot-600-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-600-87 {
    padding-top: 87px !important; }
  .mod--padbot-600-87 {
    padding-bottom: 87px !important; }
  .mod--martop-600-87 {
    margin-top: 87px !important; }
  .mod--marbot-600-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-600-88 {
    padding-top: 88px !important; }
  .mod--padbot-600-88 {
    padding-bottom: 88px !important; }
  .mod--martop-600-88 {
    margin-top: 88px !important; }
  .mod--marbot-600-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-600-89 {
    padding-top: 89px !important; }
  .mod--padbot-600-89 {
    padding-bottom: 89px !important; }
  .mod--martop-600-89 {
    margin-top: 89px !important; }
  .mod--marbot-600-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-600-90 {
    padding-top: 90px !important; }
  .mod--padbot-600-90 {
    padding-bottom: 90px !important; }
  .mod--martop-600-90 {
    margin-top: 90px !important; }
  .mod--marbot-600-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-600-91 {
    padding-top: 91px !important; }
  .mod--padbot-600-91 {
    padding-bottom: 91px !important; }
  .mod--martop-600-91 {
    margin-top: 91px !important; }
  .mod--marbot-600-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-600-92 {
    padding-top: 92px !important; }
  .mod--padbot-600-92 {
    padding-bottom: 92px !important; }
  .mod--martop-600-92 {
    margin-top: 92px !important; }
  .mod--marbot-600-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-600-93 {
    padding-top: 93px !important; }
  .mod--padbot-600-93 {
    padding-bottom: 93px !important; }
  .mod--martop-600-93 {
    margin-top: 93px !important; }
  .mod--marbot-600-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-600-94 {
    padding-top: 94px !important; }
  .mod--padbot-600-94 {
    padding-bottom: 94px !important; }
  .mod--martop-600-94 {
    margin-top: 94px !important; }
  .mod--marbot-600-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-600-95 {
    padding-top: 95px !important; }
  .mod--padbot-600-95 {
    padding-bottom: 95px !important; }
  .mod--martop-600-95 {
    margin-top: 95px !important; }
  .mod--marbot-600-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-600-96 {
    padding-top: 96px !important; }
  .mod--padbot-600-96 {
    padding-bottom: 96px !important; }
  .mod--martop-600-96 {
    margin-top: 96px !important; }
  .mod--marbot-600-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-600-97 {
    padding-top: 97px !important; }
  .mod--padbot-600-97 {
    padding-bottom: 97px !important; }
  .mod--martop-600-97 {
    margin-top: 97px !important; }
  .mod--marbot-600-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-600-98 {
    padding-top: 98px !important; }
  .mod--padbot-600-98 {
    padding-bottom: 98px !important; }
  .mod--martop-600-98 {
    margin-top: 98px !important; }
  .mod--marbot-600-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-600-99 {
    padding-top: 99px !important; }
  .mod--padbot-600-99 {
    padding-bottom: 99px !important; }
  .mod--martop-600-99 {
    margin-top: 99px !important; }
  .mod--marbot-600-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-600-100 {
    padding-top: 100px !important; }
  .mod--padbot-600-100 {
    padding-bottom: 100px !important; }
  .mod--martop-600-100 {
    margin-top: 100px !important; }
  .mod--marbot-600-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 463px) {
  .mod--padtop-480-20 {
    padding-top: 20px !important; }
  .mod--padbot-480-20 {
    padding-bottom: 20px !important; }
  .mod--martop-480-20 {
    margin-top: 20px !important; }
  .mod--marbot-480-20 {
    margin-bottom: 20px !important; }
  .mod--padtop-480-21 {
    padding-top: 21px !important; }
  .mod--padbot-480-21 {
    padding-bottom: 21px !important; }
  .mod--martop-480-21 {
    margin-top: 21px !important; }
  .mod--marbot-480-21 {
    margin-bottom: 21px !important; }
  .mod--padtop-480-22 {
    padding-top: 22px !important; }
  .mod--padbot-480-22 {
    padding-bottom: 22px !important; }
  .mod--martop-480-22 {
    margin-top: 22px !important; }
  .mod--marbot-480-22 {
    margin-bottom: 22px !important; }
  .mod--padtop-480-23 {
    padding-top: 23px !important; }
  .mod--padbot-480-23 {
    padding-bottom: 23px !important; }
  .mod--martop-480-23 {
    margin-top: 23px !important; }
  .mod--marbot-480-23 {
    margin-bottom: 23px !important; }
  .mod--padtop-480-24 {
    padding-top: 24px !important; }
  .mod--padbot-480-24 {
    padding-bottom: 24px !important; }
  .mod--martop-480-24 {
    margin-top: 24px !important; }
  .mod--marbot-480-24 {
    margin-bottom: 24px !important; }
  .mod--padtop-480-25 {
    padding-top: 25px !important; }
  .mod--padbot-480-25 {
    padding-bottom: 25px !important; }
  .mod--martop-480-25 {
    margin-top: 25px !important; }
  .mod--marbot-480-25 {
    margin-bottom: 25px !important; }
  .mod--padtop-480-26 {
    padding-top: 26px !important; }
  .mod--padbot-480-26 {
    padding-bottom: 26px !important; }
  .mod--martop-480-26 {
    margin-top: 26px !important; }
  .mod--marbot-480-26 {
    margin-bottom: 26px !important; }
  .mod--padtop-480-27 {
    padding-top: 27px !important; }
  .mod--padbot-480-27 {
    padding-bottom: 27px !important; }
  .mod--martop-480-27 {
    margin-top: 27px !important; }
  .mod--marbot-480-27 {
    margin-bottom: 27px !important; }
  .mod--padtop-480-28 {
    padding-top: 28px !important; }
  .mod--padbot-480-28 {
    padding-bottom: 28px !important; }
  .mod--martop-480-28 {
    margin-top: 28px !important; }
  .mod--marbot-480-28 {
    margin-bottom: 28px !important; }
  .mod--padtop-480-29 {
    padding-top: 29px !important; }
  .mod--padbot-480-29 {
    padding-bottom: 29px !important; }
  .mod--martop-480-29 {
    margin-top: 29px !important; }
  .mod--marbot-480-29 {
    margin-bottom: 29px !important; }
  .mod--padtop-480-30 {
    padding-top: 30px !important; }
  .mod--padbot-480-30 {
    padding-bottom: 30px !important; }
  .mod--martop-480-30 {
    margin-top: 30px !important; }
  .mod--marbot-480-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-480-31 {
    padding-top: 31px !important; }
  .mod--padbot-480-31 {
    padding-bottom: 31px !important; }
  .mod--martop-480-31 {
    margin-top: 31px !important; }
  .mod--marbot-480-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-480-32 {
    padding-top: 32px !important; }
  .mod--padbot-480-32 {
    padding-bottom: 32px !important; }
  .mod--martop-480-32 {
    margin-top: 32px !important; }
  .mod--marbot-480-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-480-33 {
    padding-top: 33px !important; }
  .mod--padbot-480-33 {
    padding-bottom: 33px !important; }
  .mod--martop-480-33 {
    margin-top: 33px !important; }
  .mod--marbot-480-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-480-34 {
    padding-top: 34px !important; }
  .mod--padbot-480-34 {
    padding-bottom: 34px !important; }
  .mod--martop-480-34 {
    margin-top: 34px !important; }
  .mod--marbot-480-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-480-35 {
    padding-top: 35px !important; }
  .mod--padbot-480-35 {
    padding-bottom: 35px !important; }
  .mod--martop-480-35 {
    margin-top: 35px !important; }
  .mod--marbot-480-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-480-36 {
    padding-top: 36px !important; }
  .mod--padbot-480-36 {
    padding-bottom: 36px !important; }
  .mod--martop-480-36 {
    margin-top: 36px !important; }
  .mod--marbot-480-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-480-37 {
    padding-top: 37px !important; }
  .mod--padbot-480-37 {
    padding-bottom: 37px !important; }
  .mod--martop-480-37 {
    margin-top: 37px !important; }
  .mod--marbot-480-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-480-38 {
    padding-top: 38px !important; }
  .mod--padbot-480-38 {
    padding-bottom: 38px !important; }
  .mod--martop-480-38 {
    margin-top: 38px !important; }
  .mod--marbot-480-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-480-39 {
    padding-top: 39px !important; }
  .mod--padbot-480-39 {
    padding-bottom: 39px !important; }
  .mod--martop-480-39 {
    margin-top: 39px !important; }
  .mod--marbot-480-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-480-40 {
    padding-top: 40px !important; }
  .mod--padbot-480-40 {
    padding-bottom: 40px !important; }
  .mod--martop-480-40 {
    margin-top: 40px !important; }
  .mod--marbot-480-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-480-41 {
    padding-top: 41px !important; }
  .mod--padbot-480-41 {
    padding-bottom: 41px !important; }
  .mod--martop-480-41 {
    margin-top: 41px !important; }
  .mod--marbot-480-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-480-42 {
    padding-top: 42px !important; }
  .mod--padbot-480-42 {
    padding-bottom: 42px !important; }
  .mod--martop-480-42 {
    margin-top: 42px !important; }
  .mod--marbot-480-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-480-43 {
    padding-top: 43px !important; }
  .mod--padbot-480-43 {
    padding-bottom: 43px !important; }
  .mod--martop-480-43 {
    margin-top: 43px !important; }
  .mod--marbot-480-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-480-44 {
    padding-top: 44px !important; }
  .mod--padbot-480-44 {
    padding-bottom: 44px !important; }
  .mod--martop-480-44 {
    margin-top: 44px !important; }
  .mod--marbot-480-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-480-45 {
    padding-top: 45px !important; }
  .mod--padbot-480-45 {
    padding-bottom: 45px !important; }
  .mod--martop-480-45 {
    margin-top: 45px !important; }
  .mod--marbot-480-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-480-46 {
    padding-top: 46px !important; }
  .mod--padbot-480-46 {
    padding-bottom: 46px !important; }
  .mod--martop-480-46 {
    margin-top: 46px !important; }
  .mod--marbot-480-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-480-47 {
    padding-top: 47px !important; }
  .mod--padbot-480-47 {
    padding-bottom: 47px !important; }
  .mod--martop-480-47 {
    margin-top: 47px !important; }
  .mod--marbot-480-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-480-48 {
    padding-top: 48px !important; }
  .mod--padbot-480-48 {
    padding-bottom: 48px !important; }
  .mod--martop-480-48 {
    margin-top: 48px !important; }
  .mod--marbot-480-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-480-49 {
    padding-top: 49px !important; }
  .mod--padbot-480-49 {
    padding-bottom: 49px !important; }
  .mod--martop-480-49 {
    margin-top: 49px !important; }
  .mod--marbot-480-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-480-50 {
    padding-top: 50px !important; }
  .mod--padbot-480-50 {
    padding-bottom: 50px !important; }
  .mod--martop-480-50 {
    margin-top: 50px !important; }
  .mod--marbot-480-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-480-51 {
    padding-top: 51px !important; }
  .mod--padbot-480-51 {
    padding-bottom: 51px !important; }
  .mod--martop-480-51 {
    margin-top: 51px !important; }
  .mod--marbot-480-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-480-52 {
    padding-top: 52px !important; }
  .mod--padbot-480-52 {
    padding-bottom: 52px !important; }
  .mod--martop-480-52 {
    margin-top: 52px !important; }
  .mod--marbot-480-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-480-53 {
    padding-top: 53px !important; }
  .mod--padbot-480-53 {
    padding-bottom: 53px !important; }
  .mod--martop-480-53 {
    margin-top: 53px !important; }
  .mod--marbot-480-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-480-54 {
    padding-top: 54px !important; }
  .mod--padbot-480-54 {
    padding-bottom: 54px !important; }
  .mod--martop-480-54 {
    margin-top: 54px !important; }
  .mod--marbot-480-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-480-55 {
    padding-top: 55px !important; }
  .mod--padbot-480-55 {
    padding-bottom: 55px !important; }
  .mod--martop-480-55 {
    margin-top: 55px !important; }
  .mod--marbot-480-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-480-56 {
    padding-top: 56px !important; }
  .mod--padbot-480-56 {
    padding-bottom: 56px !important; }
  .mod--martop-480-56 {
    margin-top: 56px !important; }
  .mod--marbot-480-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-480-57 {
    padding-top: 57px !important; }
  .mod--padbot-480-57 {
    padding-bottom: 57px !important; }
  .mod--martop-480-57 {
    margin-top: 57px !important; }
  .mod--marbot-480-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-480-58 {
    padding-top: 58px !important; }
  .mod--padbot-480-58 {
    padding-bottom: 58px !important; }
  .mod--martop-480-58 {
    margin-top: 58px !important; }
  .mod--marbot-480-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-480-59 {
    padding-top: 59px !important; }
  .mod--padbot-480-59 {
    padding-bottom: 59px !important; }
  .mod--martop-480-59 {
    margin-top: 59px !important; }
  .mod--marbot-480-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-480-60 {
    padding-top: 60px !important; }
  .mod--padbot-480-60 {
    padding-bottom: 60px !important; }
  .mod--martop-480-60 {
    margin-top: 60px !important; }
  .mod--marbot-480-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-480-61 {
    padding-top: 61px !important; }
  .mod--padbot-480-61 {
    padding-bottom: 61px !important; }
  .mod--martop-480-61 {
    margin-top: 61px !important; }
  .mod--marbot-480-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-480-62 {
    padding-top: 62px !important; }
  .mod--padbot-480-62 {
    padding-bottom: 62px !important; }
  .mod--martop-480-62 {
    margin-top: 62px !important; }
  .mod--marbot-480-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-480-63 {
    padding-top: 63px !important; }
  .mod--padbot-480-63 {
    padding-bottom: 63px !important; }
  .mod--martop-480-63 {
    margin-top: 63px !important; }
  .mod--marbot-480-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-480-64 {
    padding-top: 64px !important; }
  .mod--padbot-480-64 {
    padding-bottom: 64px !important; }
  .mod--martop-480-64 {
    margin-top: 64px !important; }
  .mod--marbot-480-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-480-65 {
    padding-top: 65px !important; }
  .mod--padbot-480-65 {
    padding-bottom: 65px !important; }
  .mod--martop-480-65 {
    margin-top: 65px !important; }
  .mod--marbot-480-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-480-66 {
    padding-top: 66px !important; }
  .mod--padbot-480-66 {
    padding-bottom: 66px !important; }
  .mod--martop-480-66 {
    margin-top: 66px !important; }
  .mod--marbot-480-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-480-67 {
    padding-top: 67px !important; }
  .mod--padbot-480-67 {
    padding-bottom: 67px !important; }
  .mod--martop-480-67 {
    margin-top: 67px !important; }
  .mod--marbot-480-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-480-68 {
    padding-top: 68px !important; }
  .mod--padbot-480-68 {
    padding-bottom: 68px !important; }
  .mod--martop-480-68 {
    margin-top: 68px !important; }
  .mod--marbot-480-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-480-69 {
    padding-top: 69px !important; }
  .mod--padbot-480-69 {
    padding-bottom: 69px !important; }
  .mod--martop-480-69 {
    margin-top: 69px !important; }
  .mod--marbot-480-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-480-70 {
    padding-top: 70px !important; }
  .mod--padbot-480-70 {
    padding-bottom: 70px !important; }
  .mod--martop-480-70 {
    margin-top: 70px !important; }
  .mod--marbot-480-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-480-71 {
    padding-top: 71px !important; }
  .mod--padbot-480-71 {
    padding-bottom: 71px !important; }
  .mod--martop-480-71 {
    margin-top: 71px !important; }
  .mod--marbot-480-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-480-72 {
    padding-top: 72px !important; }
  .mod--padbot-480-72 {
    padding-bottom: 72px !important; }
  .mod--martop-480-72 {
    margin-top: 72px !important; }
  .mod--marbot-480-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-480-73 {
    padding-top: 73px !important; }
  .mod--padbot-480-73 {
    padding-bottom: 73px !important; }
  .mod--martop-480-73 {
    margin-top: 73px !important; }
  .mod--marbot-480-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-480-74 {
    padding-top: 74px !important; }
  .mod--padbot-480-74 {
    padding-bottom: 74px !important; }
  .mod--martop-480-74 {
    margin-top: 74px !important; }
  .mod--marbot-480-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-480-75 {
    padding-top: 75px !important; }
  .mod--padbot-480-75 {
    padding-bottom: 75px !important; }
  .mod--martop-480-75 {
    margin-top: 75px !important; }
  .mod--marbot-480-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-480-76 {
    padding-top: 76px !important; }
  .mod--padbot-480-76 {
    padding-bottom: 76px !important; }
  .mod--martop-480-76 {
    margin-top: 76px !important; }
  .mod--marbot-480-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-480-77 {
    padding-top: 77px !important; }
  .mod--padbot-480-77 {
    padding-bottom: 77px !important; }
  .mod--martop-480-77 {
    margin-top: 77px !important; }
  .mod--marbot-480-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-480-78 {
    padding-top: 78px !important; }
  .mod--padbot-480-78 {
    padding-bottom: 78px !important; }
  .mod--martop-480-78 {
    margin-top: 78px !important; }
  .mod--marbot-480-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-480-79 {
    padding-top: 79px !important; }
  .mod--padbot-480-79 {
    padding-bottom: 79px !important; }
  .mod--martop-480-79 {
    margin-top: 79px !important; }
  .mod--marbot-480-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-480-80 {
    padding-top: 80px !important; }
  .mod--padbot-480-80 {
    padding-bottom: 80px !important; }
  .mod--martop-480-80 {
    margin-top: 80px !important; }
  .mod--marbot-480-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-480-81 {
    padding-top: 81px !important; }
  .mod--padbot-480-81 {
    padding-bottom: 81px !important; }
  .mod--martop-480-81 {
    margin-top: 81px !important; }
  .mod--marbot-480-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-480-82 {
    padding-top: 82px !important; }
  .mod--padbot-480-82 {
    padding-bottom: 82px !important; }
  .mod--martop-480-82 {
    margin-top: 82px !important; }
  .mod--marbot-480-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-480-83 {
    padding-top: 83px !important; }
  .mod--padbot-480-83 {
    padding-bottom: 83px !important; }
  .mod--martop-480-83 {
    margin-top: 83px !important; }
  .mod--marbot-480-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-480-84 {
    padding-top: 84px !important; }
  .mod--padbot-480-84 {
    padding-bottom: 84px !important; }
  .mod--martop-480-84 {
    margin-top: 84px !important; }
  .mod--marbot-480-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-480-85 {
    padding-top: 85px !important; }
  .mod--padbot-480-85 {
    padding-bottom: 85px !important; }
  .mod--martop-480-85 {
    margin-top: 85px !important; }
  .mod--marbot-480-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-480-86 {
    padding-top: 86px !important; }
  .mod--padbot-480-86 {
    padding-bottom: 86px !important; }
  .mod--martop-480-86 {
    margin-top: 86px !important; }
  .mod--marbot-480-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-480-87 {
    padding-top: 87px !important; }
  .mod--padbot-480-87 {
    padding-bottom: 87px !important; }
  .mod--martop-480-87 {
    margin-top: 87px !important; }
  .mod--marbot-480-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-480-88 {
    padding-top: 88px !important; }
  .mod--padbot-480-88 {
    padding-bottom: 88px !important; }
  .mod--martop-480-88 {
    margin-top: 88px !important; }
  .mod--marbot-480-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-480-89 {
    padding-top: 89px !important; }
  .mod--padbot-480-89 {
    padding-bottom: 89px !important; }
  .mod--martop-480-89 {
    margin-top: 89px !important; }
  .mod--marbot-480-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-480-90 {
    padding-top: 90px !important; }
  .mod--padbot-480-90 {
    padding-bottom: 90px !important; }
  .mod--martop-480-90 {
    margin-top: 90px !important; }
  .mod--marbot-480-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-480-91 {
    padding-top: 91px !important; }
  .mod--padbot-480-91 {
    padding-bottom: 91px !important; }
  .mod--martop-480-91 {
    margin-top: 91px !important; }
  .mod--marbot-480-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-480-92 {
    padding-top: 92px !important; }
  .mod--padbot-480-92 {
    padding-bottom: 92px !important; }
  .mod--martop-480-92 {
    margin-top: 92px !important; }
  .mod--marbot-480-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-480-93 {
    padding-top: 93px !important; }
  .mod--padbot-480-93 {
    padding-bottom: 93px !important; }
  .mod--martop-480-93 {
    margin-top: 93px !important; }
  .mod--marbot-480-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-480-94 {
    padding-top: 94px !important; }
  .mod--padbot-480-94 {
    padding-bottom: 94px !important; }
  .mod--martop-480-94 {
    margin-top: 94px !important; }
  .mod--marbot-480-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-480-95 {
    padding-top: 95px !important; }
  .mod--padbot-480-95 {
    padding-bottom: 95px !important; }
  .mod--martop-480-95 {
    margin-top: 95px !important; }
  .mod--marbot-480-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-480-96 {
    padding-top: 96px !important; }
  .mod--padbot-480-96 {
    padding-bottom: 96px !important; }
  .mod--martop-480-96 {
    margin-top: 96px !important; }
  .mod--marbot-480-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-480-97 {
    padding-top: 97px !important; }
  .mod--padbot-480-97 {
    padding-bottom: 97px !important; }
  .mod--martop-480-97 {
    margin-top: 97px !important; }
  .mod--marbot-480-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-480-98 {
    padding-top: 98px !important; }
  .mod--padbot-480-98 {
    padding-bottom: 98px !important; }
  .mod--martop-480-98 {
    margin-top: 98px !important; }
  .mod--marbot-480-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-480-99 {
    padding-top: 99px !important; }
  .mod--padbot-480-99 {
    padding-bottom: 99px !important; }
  .mod--martop-480-99 {
    margin-top: 99px !important; }
  .mod--marbot-480-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-480-100 {
    padding-top: 100px !important; }
  .mod--padbot-480-100 {
    padding-bottom: 100px !important; }
  .mod--martop-480-100 {
    margin-top: 100px !important; }
  .mod--marbot-480-100 {
    margin-bottom: 100px !important; } }

@media (max-width: 343px) {
  .mod--padtop-360-20 {
    padding-top: 20px !important; }
  .mod--padbot-360-20 {
    padding-bottom: 20px !important; }
  .mod--martop-360-20 {
    margin-top: 20px !important; }
  .mod--marbot-360-20 {
    margin-bottom: 20px !important; }
  .mod--padtop-360-21 {
    padding-top: 21px !important; }
  .mod--padbot-360-21 {
    padding-bottom: 21px !important; }
  .mod--martop-360-21 {
    margin-top: 21px !important; }
  .mod--marbot-360-21 {
    margin-bottom: 21px !important; }
  .mod--padtop-360-22 {
    padding-top: 22px !important; }
  .mod--padbot-360-22 {
    padding-bottom: 22px !important; }
  .mod--martop-360-22 {
    margin-top: 22px !important; }
  .mod--marbot-360-22 {
    margin-bottom: 22px !important; }
  .mod--padtop-360-23 {
    padding-top: 23px !important; }
  .mod--padbot-360-23 {
    padding-bottom: 23px !important; }
  .mod--martop-360-23 {
    margin-top: 23px !important; }
  .mod--marbot-360-23 {
    margin-bottom: 23px !important; }
  .mod--padtop-360-24 {
    padding-top: 24px !important; }
  .mod--padbot-360-24 {
    padding-bottom: 24px !important; }
  .mod--martop-360-24 {
    margin-top: 24px !important; }
  .mod--marbot-360-24 {
    margin-bottom: 24px !important; }
  .mod--padtop-360-25 {
    padding-top: 25px !important; }
  .mod--padbot-360-25 {
    padding-bottom: 25px !important; }
  .mod--martop-360-25 {
    margin-top: 25px !important; }
  .mod--marbot-360-25 {
    margin-bottom: 25px !important; }
  .mod--padtop-360-26 {
    padding-top: 26px !important; }
  .mod--padbot-360-26 {
    padding-bottom: 26px !important; }
  .mod--martop-360-26 {
    margin-top: 26px !important; }
  .mod--marbot-360-26 {
    margin-bottom: 26px !important; }
  .mod--padtop-360-27 {
    padding-top: 27px !important; }
  .mod--padbot-360-27 {
    padding-bottom: 27px !important; }
  .mod--martop-360-27 {
    margin-top: 27px !important; }
  .mod--marbot-360-27 {
    margin-bottom: 27px !important; }
  .mod--padtop-360-28 {
    padding-top: 28px !important; }
  .mod--padbot-360-28 {
    padding-bottom: 28px !important; }
  .mod--martop-360-28 {
    margin-top: 28px !important; }
  .mod--marbot-360-28 {
    margin-bottom: 28px !important; }
  .mod--padtop-360-29 {
    padding-top: 29px !important; }
  .mod--padbot-360-29 {
    padding-bottom: 29px !important; }
  .mod--martop-360-29 {
    margin-top: 29px !important; }
  .mod--marbot-360-29 {
    margin-bottom: 29px !important; }
  .mod--padtop-360-30 {
    padding-top: 30px !important; }
  .mod--padbot-360-30 {
    padding-bottom: 30px !important; }
  .mod--martop-360-30 {
    margin-top: 30px !important; }
  .mod--marbot-360-30 {
    margin-bottom: 30px !important; }
  .mod--padtop-360-31 {
    padding-top: 31px !important; }
  .mod--padbot-360-31 {
    padding-bottom: 31px !important; }
  .mod--martop-360-31 {
    margin-top: 31px !important; }
  .mod--marbot-360-31 {
    margin-bottom: 31px !important; }
  .mod--padtop-360-32 {
    padding-top: 32px !important; }
  .mod--padbot-360-32 {
    padding-bottom: 32px !important; }
  .mod--martop-360-32 {
    margin-top: 32px !important; }
  .mod--marbot-360-32 {
    margin-bottom: 32px !important; }
  .mod--padtop-360-33 {
    padding-top: 33px !important; }
  .mod--padbot-360-33 {
    padding-bottom: 33px !important; }
  .mod--martop-360-33 {
    margin-top: 33px !important; }
  .mod--marbot-360-33 {
    margin-bottom: 33px !important; }
  .mod--padtop-360-34 {
    padding-top: 34px !important; }
  .mod--padbot-360-34 {
    padding-bottom: 34px !important; }
  .mod--martop-360-34 {
    margin-top: 34px !important; }
  .mod--marbot-360-34 {
    margin-bottom: 34px !important; }
  .mod--padtop-360-35 {
    padding-top: 35px !important; }
  .mod--padbot-360-35 {
    padding-bottom: 35px !important; }
  .mod--martop-360-35 {
    margin-top: 35px !important; }
  .mod--marbot-360-35 {
    margin-bottom: 35px !important; }
  .mod--padtop-360-36 {
    padding-top: 36px !important; }
  .mod--padbot-360-36 {
    padding-bottom: 36px !important; }
  .mod--martop-360-36 {
    margin-top: 36px !important; }
  .mod--marbot-360-36 {
    margin-bottom: 36px !important; }
  .mod--padtop-360-37 {
    padding-top: 37px !important; }
  .mod--padbot-360-37 {
    padding-bottom: 37px !important; }
  .mod--martop-360-37 {
    margin-top: 37px !important; }
  .mod--marbot-360-37 {
    margin-bottom: 37px !important; }
  .mod--padtop-360-38 {
    padding-top: 38px !important; }
  .mod--padbot-360-38 {
    padding-bottom: 38px !important; }
  .mod--martop-360-38 {
    margin-top: 38px !important; }
  .mod--marbot-360-38 {
    margin-bottom: 38px !important; }
  .mod--padtop-360-39 {
    padding-top: 39px !important; }
  .mod--padbot-360-39 {
    padding-bottom: 39px !important; }
  .mod--martop-360-39 {
    margin-top: 39px !important; }
  .mod--marbot-360-39 {
    margin-bottom: 39px !important; }
  .mod--padtop-360-40 {
    padding-top: 40px !important; }
  .mod--padbot-360-40 {
    padding-bottom: 40px !important; }
  .mod--martop-360-40 {
    margin-top: 40px !important; }
  .mod--marbot-360-40 {
    margin-bottom: 40px !important; }
  .mod--padtop-360-41 {
    padding-top: 41px !important; }
  .mod--padbot-360-41 {
    padding-bottom: 41px !important; }
  .mod--martop-360-41 {
    margin-top: 41px !important; }
  .mod--marbot-360-41 {
    margin-bottom: 41px !important; }
  .mod--padtop-360-42 {
    padding-top: 42px !important; }
  .mod--padbot-360-42 {
    padding-bottom: 42px !important; }
  .mod--martop-360-42 {
    margin-top: 42px !important; }
  .mod--marbot-360-42 {
    margin-bottom: 42px !important; }
  .mod--padtop-360-43 {
    padding-top: 43px !important; }
  .mod--padbot-360-43 {
    padding-bottom: 43px !important; }
  .mod--martop-360-43 {
    margin-top: 43px !important; }
  .mod--marbot-360-43 {
    margin-bottom: 43px !important; }
  .mod--padtop-360-44 {
    padding-top: 44px !important; }
  .mod--padbot-360-44 {
    padding-bottom: 44px !important; }
  .mod--martop-360-44 {
    margin-top: 44px !important; }
  .mod--marbot-360-44 {
    margin-bottom: 44px !important; }
  .mod--padtop-360-45 {
    padding-top: 45px !important; }
  .mod--padbot-360-45 {
    padding-bottom: 45px !important; }
  .mod--martop-360-45 {
    margin-top: 45px !important; }
  .mod--marbot-360-45 {
    margin-bottom: 45px !important; }
  .mod--padtop-360-46 {
    padding-top: 46px !important; }
  .mod--padbot-360-46 {
    padding-bottom: 46px !important; }
  .mod--martop-360-46 {
    margin-top: 46px !important; }
  .mod--marbot-360-46 {
    margin-bottom: 46px !important; }
  .mod--padtop-360-47 {
    padding-top: 47px !important; }
  .mod--padbot-360-47 {
    padding-bottom: 47px !important; }
  .mod--martop-360-47 {
    margin-top: 47px !important; }
  .mod--marbot-360-47 {
    margin-bottom: 47px !important; }
  .mod--padtop-360-48 {
    padding-top: 48px !important; }
  .mod--padbot-360-48 {
    padding-bottom: 48px !important; }
  .mod--martop-360-48 {
    margin-top: 48px !important; }
  .mod--marbot-360-48 {
    margin-bottom: 48px !important; }
  .mod--padtop-360-49 {
    padding-top: 49px !important; }
  .mod--padbot-360-49 {
    padding-bottom: 49px !important; }
  .mod--martop-360-49 {
    margin-top: 49px !important; }
  .mod--marbot-360-49 {
    margin-bottom: 49px !important; }
  .mod--padtop-360-50 {
    padding-top: 50px !important; }
  .mod--padbot-360-50 {
    padding-bottom: 50px !important; }
  .mod--martop-360-50 {
    margin-top: 50px !important; }
  .mod--marbot-360-50 {
    margin-bottom: 50px !important; }
  .mod--padtop-360-51 {
    padding-top: 51px !important; }
  .mod--padbot-360-51 {
    padding-bottom: 51px !important; }
  .mod--martop-360-51 {
    margin-top: 51px !important; }
  .mod--marbot-360-51 {
    margin-bottom: 51px !important; }
  .mod--padtop-360-52 {
    padding-top: 52px !important; }
  .mod--padbot-360-52 {
    padding-bottom: 52px !important; }
  .mod--martop-360-52 {
    margin-top: 52px !important; }
  .mod--marbot-360-52 {
    margin-bottom: 52px !important; }
  .mod--padtop-360-53 {
    padding-top: 53px !important; }
  .mod--padbot-360-53 {
    padding-bottom: 53px !important; }
  .mod--martop-360-53 {
    margin-top: 53px !important; }
  .mod--marbot-360-53 {
    margin-bottom: 53px !important; }
  .mod--padtop-360-54 {
    padding-top: 54px !important; }
  .mod--padbot-360-54 {
    padding-bottom: 54px !important; }
  .mod--martop-360-54 {
    margin-top: 54px !important; }
  .mod--marbot-360-54 {
    margin-bottom: 54px !important; }
  .mod--padtop-360-55 {
    padding-top: 55px !important; }
  .mod--padbot-360-55 {
    padding-bottom: 55px !important; }
  .mod--martop-360-55 {
    margin-top: 55px !important; }
  .mod--marbot-360-55 {
    margin-bottom: 55px !important; }
  .mod--padtop-360-56 {
    padding-top: 56px !important; }
  .mod--padbot-360-56 {
    padding-bottom: 56px !important; }
  .mod--martop-360-56 {
    margin-top: 56px !important; }
  .mod--marbot-360-56 {
    margin-bottom: 56px !important; }
  .mod--padtop-360-57 {
    padding-top: 57px !important; }
  .mod--padbot-360-57 {
    padding-bottom: 57px !important; }
  .mod--martop-360-57 {
    margin-top: 57px !important; }
  .mod--marbot-360-57 {
    margin-bottom: 57px !important; }
  .mod--padtop-360-58 {
    padding-top: 58px !important; }
  .mod--padbot-360-58 {
    padding-bottom: 58px !important; }
  .mod--martop-360-58 {
    margin-top: 58px !important; }
  .mod--marbot-360-58 {
    margin-bottom: 58px !important; }
  .mod--padtop-360-59 {
    padding-top: 59px !important; }
  .mod--padbot-360-59 {
    padding-bottom: 59px !important; }
  .mod--martop-360-59 {
    margin-top: 59px !important; }
  .mod--marbot-360-59 {
    margin-bottom: 59px !important; }
  .mod--padtop-360-60 {
    padding-top: 60px !important; }
  .mod--padbot-360-60 {
    padding-bottom: 60px !important; }
  .mod--martop-360-60 {
    margin-top: 60px !important; }
  .mod--marbot-360-60 {
    margin-bottom: 60px !important; }
  .mod--padtop-360-61 {
    padding-top: 61px !important; }
  .mod--padbot-360-61 {
    padding-bottom: 61px !important; }
  .mod--martop-360-61 {
    margin-top: 61px !important; }
  .mod--marbot-360-61 {
    margin-bottom: 61px !important; }
  .mod--padtop-360-62 {
    padding-top: 62px !important; }
  .mod--padbot-360-62 {
    padding-bottom: 62px !important; }
  .mod--martop-360-62 {
    margin-top: 62px !important; }
  .mod--marbot-360-62 {
    margin-bottom: 62px !important; }
  .mod--padtop-360-63 {
    padding-top: 63px !important; }
  .mod--padbot-360-63 {
    padding-bottom: 63px !important; }
  .mod--martop-360-63 {
    margin-top: 63px !important; }
  .mod--marbot-360-63 {
    margin-bottom: 63px !important; }
  .mod--padtop-360-64 {
    padding-top: 64px !important; }
  .mod--padbot-360-64 {
    padding-bottom: 64px !important; }
  .mod--martop-360-64 {
    margin-top: 64px !important; }
  .mod--marbot-360-64 {
    margin-bottom: 64px !important; }
  .mod--padtop-360-65 {
    padding-top: 65px !important; }
  .mod--padbot-360-65 {
    padding-bottom: 65px !important; }
  .mod--martop-360-65 {
    margin-top: 65px !important; }
  .mod--marbot-360-65 {
    margin-bottom: 65px !important; }
  .mod--padtop-360-66 {
    padding-top: 66px !important; }
  .mod--padbot-360-66 {
    padding-bottom: 66px !important; }
  .mod--martop-360-66 {
    margin-top: 66px !important; }
  .mod--marbot-360-66 {
    margin-bottom: 66px !important; }
  .mod--padtop-360-67 {
    padding-top: 67px !important; }
  .mod--padbot-360-67 {
    padding-bottom: 67px !important; }
  .mod--martop-360-67 {
    margin-top: 67px !important; }
  .mod--marbot-360-67 {
    margin-bottom: 67px !important; }
  .mod--padtop-360-68 {
    padding-top: 68px !important; }
  .mod--padbot-360-68 {
    padding-bottom: 68px !important; }
  .mod--martop-360-68 {
    margin-top: 68px !important; }
  .mod--marbot-360-68 {
    margin-bottom: 68px !important; }
  .mod--padtop-360-69 {
    padding-top: 69px !important; }
  .mod--padbot-360-69 {
    padding-bottom: 69px !important; }
  .mod--martop-360-69 {
    margin-top: 69px !important; }
  .mod--marbot-360-69 {
    margin-bottom: 69px !important; }
  .mod--padtop-360-70 {
    padding-top: 70px !important; }
  .mod--padbot-360-70 {
    padding-bottom: 70px !important; }
  .mod--martop-360-70 {
    margin-top: 70px !important; }
  .mod--marbot-360-70 {
    margin-bottom: 70px !important; }
  .mod--padtop-360-71 {
    padding-top: 71px !important; }
  .mod--padbot-360-71 {
    padding-bottom: 71px !important; }
  .mod--martop-360-71 {
    margin-top: 71px !important; }
  .mod--marbot-360-71 {
    margin-bottom: 71px !important; }
  .mod--padtop-360-72 {
    padding-top: 72px !important; }
  .mod--padbot-360-72 {
    padding-bottom: 72px !important; }
  .mod--martop-360-72 {
    margin-top: 72px !important; }
  .mod--marbot-360-72 {
    margin-bottom: 72px !important; }
  .mod--padtop-360-73 {
    padding-top: 73px !important; }
  .mod--padbot-360-73 {
    padding-bottom: 73px !important; }
  .mod--martop-360-73 {
    margin-top: 73px !important; }
  .mod--marbot-360-73 {
    margin-bottom: 73px !important; }
  .mod--padtop-360-74 {
    padding-top: 74px !important; }
  .mod--padbot-360-74 {
    padding-bottom: 74px !important; }
  .mod--martop-360-74 {
    margin-top: 74px !important; }
  .mod--marbot-360-74 {
    margin-bottom: 74px !important; }
  .mod--padtop-360-75 {
    padding-top: 75px !important; }
  .mod--padbot-360-75 {
    padding-bottom: 75px !important; }
  .mod--martop-360-75 {
    margin-top: 75px !important; }
  .mod--marbot-360-75 {
    margin-bottom: 75px !important; }
  .mod--padtop-360-76 {
    padding-top: 76px !important; }
  .mod--padbot-360-76 {
    padding-bottom: 76px !important; }
  .mod--martop-360-76 {
    margin-top: 76px !important; }
  .mod--marbot-360-76 {
    margin-bottom: 76px !important; }
  .mod--padtop-360-77 {
    padding-top: 77px !important; }
  .mod--padbot-360-77 {
    padding-bottom: 77px !important; }
  .mod--martop-360-77 {
    margin-top: 77px !important; }
  .mod--marbot-360-77 {
    margin-bottom: 77px !important; }
  .mod--padtop-360-78 {
    padding-top: 78px !important; }
  .mod--padbot-360-78 {
    padding-bottom: 78px !important; }
  .mod--martop-360-78 {
    margin-top: 78px !important; }
  .mod--marbot-360-78 {
    margin-bottom: 78px !important; }
  .mod--padtop-360-79 {
    padding-top: 79px !important; }
  .mod--padbot-360-79 {
    padding-bottom: 79px !important; }
  .mod--martop-360-79 {
    margin-top: 79px !important; }
  .mod--marbot-360-79 {
    margin-bottom: 79px !important; }
  .mod--padtop-360-80 {
    padding-top: 80px !important; }
  .mod--padbot-360-80 {
    padding-bottom: 80px !important; }
  .mod--martop-360-80 {
    margin-top: 80px !important; }
  .mod--marbot-360-80 {
    margin-bottom: 80px !important; }
  .mod--padtop-360-81 {
    padding-top: 81px !important; }
  .mod--padbot-360-81 {
    padding-bottom: 81px !important; }
  .mod--martop-360-81 {
    margin-top: 81px !important; }
  .mod--marbot-360-81 {
    margin-bottom: 81px !important; }
  .mod--padtop-360-82 {
    padding-top: 82px !important; }
  .mod--padbot-360-82 {
    padding-bottom: 82px !important; }
  .mod--martop-360-82 {
    margin-top: 82px !important; }
  .mod--marbot-360-82 {
    margin-bottom: 82px !important; }
  .mod--padtop-360-83 {
    padding-top: 83px !important; }
  .mod--padbot-360-83 {
    padding-bottom: 83px !important; }
  .mod--martop-360-83 {
    margin-top: 83px !important; }
  .mod--marbot-360-83 {
    margin-bottom: 83px !important; }
  .mod--padtop-360-84 {
    padding-top: 84px !important; }
  .mod--padbot-360-84 {
    padding-bottom: 84px !important; }
  .mod--martop-360-84 {
    margin-top: 84px !important; }
  .mod--marbot-360-84 {
    margin-bottom: 84px !important; }
  .mod--padtop-360-85 {
    padding-top: 85px !important; }
  .mod--padbot-360-85 {
    padding-bottom: 85px !important; }
  .mod--martop-360-85 {
    margin-top: 85px !important; }
  .mod--marbot-360-85 {
    margin-bottom: 85px !important; }
  .mod--padtop-360-86 {
    padding-top: 86px !important; }
  .mod--padbot-360-86 {
    padding-bottom: 86px !important; }
  .mod--martop-360-86 {
    margin-top: 86px !important; }
  .mod--marbot-360-86 {
    margin-bottom: 86px !important; }
  .mod--padtop-360-87 {
    padding-top: 87px !important; }
  .mod--padbot-360-87 {
    padding-bottom: 87px !important; }
  .mod--martop-360-87 {
    margin-top: 87px !important; }
  .mod--marbot-360-87 {
    margin-bottom: 87px !important; }
  .mod--padtop-360-88 {
    padding-top: 88px !important; }
  .mod--padbot-360-88 {
    padding-bottom: 88px !important; }
  .mod--martop-360-88 {
    margin-top: 88px !important; }
  .mod--marbot-360-88 {
    margin-bottom: 88px !important; }
  .mod--padtop-360-89 {
    padding-top: 89px !important; }
  .mod--padbot-360-89 {
    padding-bottom: 89px !important; }
  .mod--martop-360-89 {
    margin-top: 89px !important; }
  .mod--marbot-360-89 {
    margin-bottom: 89px !important; }
  .mod--padtop-360-90 {
    padding-top: 90px !important; }
  .mod--padbot-360-90 {
    padding-bottom: 90px !important; }
  .mod--martop-360-90 {
    margin-top: 90px !important; }
  .mod--marbot-360-90 {
    margin-bottom: 90px !important; }
  .mod--padtop-360-91 {
    padding-top: 91px !important; }
  .mod--padbot-360-91 {
    padding-bottom: 91px !important; }
  .mod--martop-360-91 {
    margin-top: 91px !important; }
  .mod--marbot-360-91 {
    margin-bottom: 91px !important; }
  .mod--padtop-360-92 {
    padding-top: 92px !important; }
  .mod--padbot-360-92 {
    padding-bottom: 92px !important; }
  .mod--martop-360-92 {
    margin-top: 92px !important; }
  .mod--marbot-360-92 {
    margin-bottom: 92px !important; }
  .mod--padtop-360-93 {
    padding-top: 93px !important; }
  .mod--padbot-360-93 {
    padding-bottom: 93px !important; }
  .mod--martop-360-93 {
    margin-top: 93px !important; }
  .mod--marbot-360-93 {
    margin-bottom: 93px !important; }
  .mod--padtop-360-94 {
    padding-top: 94px !important; }
  .mod--padbot-360-94 {
    padding-bottom: 94px !important; }
  .mod--martop-360-94 {
    margin-top: 94px !important; }
  .mod--marbot-360-94 {
    margin-bottom: 94px !important; }
  .mod--padtop-360-95 {
    padding-top: 95px !important; }
  .mod--padbot-360-95 {
    padding-bottom: 95px !important; }
  .mod--martop-360-95 {
    margin-top: 95px !important; }
  .mod--marbot-360-95 {
    margin-bottom: 95px !important; }
  .mod--padtop-360-96 {
    padding-top: 96px !important; }
  .mod--padbot-360-96 {
    padding-bottom: 96px !important; }
  .mod--martop-360-96 {
    margin-top: 96px !important; }
  .mod--marbot-360-96 {
    margin-bottom: 96px !important; }
  .mod--padtop-360-97 {
    padding-top: 97px !important; }
  .mod--padbot-360-97 {
    padding-bottom: 97px !important; }
  .mod--martop-360-97 {
    margin-top: 97px !important; }
  .mod--marbot-360-97 {
    margin-bottom: 97px !important; }
  .mod--padtop-360-98 {
    padding-top: 98px !important; }
  .mod--padbot-360-98 {
    padding-bottom: 98px !important; }
  .mod--martop-360-98 {
    margin-top: 98px !important; }
  .mod--marbot-360-98 {
    margin-bottom: 98px !important; }
  .mod--padtop-360-99 {
    padding-top: 99px !important; }
  .mod--padbot-360-99 {
    padding-bottom: 99px !important; }
  .mod--martop-360-99 {
    margin-top: 99px !important; }
  .mod--marbot-360-99 {
    margin-bottom: 99px !important; }
  .mod--padtop-360-100 {
    padding-top: 100px !important; }
  .mod--padbot-360-100 {
    padding-bottom: 100px !important; }
  .mod--martop-360-100 {
    margin-top: 100px !important; }
  .mod--marbot-360-100 {
    margin-bottom: 100px !important; } }

.mod--nopad {
  padding: 0 !important; }

.mod--fs10 {
  font-size: 10px !important; }

.mod--lh10 {
  line-height: 10px !important; }

.mod--fs11 {
  font-size: 11px !important; }

.mod--lh11 {
  line-height: 11px !important; }

.mod--fs12 {
  font-size: 12px !important; }

.mod--lh12 {
  line-height: 12px !important; }

.mod--fs13 {
  font-size: 13px !important; }

.mod--lh13 {
  line-height: 13px !important; }

.mod--fs14 {
  font-size: 14px !important; }

.mod--lh14 {
  line-height: 14px !important; }

.mod--fs15 {
  font-size: 15px !important; }

.mod--lh15 {
  line-height: 15px !important; }

.mod--fs16 {
  font-size: 16px !important; }

.mod--lh16 {
  line-height: 16px !important; }

.mod--fs17 {
  font-size: 17px !important; }

.mod--lh17 {
  line-height: 17px !important; }

.mod--fs18 {
  font-size: 18px !important; }

.mod--lh18 {
  line-height: 18px !important; }

.mod--fs19 {
  font-size: 19px !important; }

.mod--lh19 {
  line-height: 19px !important; }

.mod--fs20 {
  font-size: 20px !important; }

.mod--lh20 {
  line-height: 20px !important; }

.mod--lh1 {
  line-height: 1rem; }

.mod--lh30 {
  line-height: 30px; }

.mod--padtop-992-0 {
  padding-top: 0px !important; }

.title {
  text-align: center;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  color: #717171;
  text-transform: uppercase; }
  .title-big {
    font-size: 60px;
    line-height: 75px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .title-big {
        font-size: 48px;
        line-height: 63px; } }

.title2 {
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: #009e48; }

.title3 {
  font-family: "MyriadPro", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 53px; }
  @media (max-width: 767px) {
    .title3 {
      font-size: 35px;
      line-height: 38px; } }

.title4 {
  font-family: "MyriadPro", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 43px; }
  @media (max-width: 767px) {
    .title4 {
      font-size: 25px;
      line-height: 28px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "MyriadPro", sans-serif;
  color: #009e48; }
  h1 svg, h2 svg, h3 svg, h4 svg, h5 svg, h6 svg,
  .h1 svg, .h2 svg, .h3 svg, .h4 svg, .h5 svg, .h6 svg {
    vertical-align: baseline;
    fill: #009e48; }
  .mod--color-invert h1, .mod--color-invert h2, .mod--color-invert h3, .mod--color-invert h4, .mod--color-invert h5, .mod--color-invert h6, .mod--color-invert
  .h1, .mod--color-invert .h2, .mod--color-invert .h3, .mod--color-invert .h4, .mod--color-invert .h5, .mod--color-invert .h6 {
    color: #ffffff; }
    .mod--color-invert h1 svg, .mod--color-invert h2 svg, .mod--color-invert h3 svg, .mod--color-invert h4 svg, .mod--color-invert h5 svg, .mod--color-invert h6 svg, .mod--color-invert
    .h1 svg, .mod--color-invert .h2 svg, .mod--color-invert .h3 svg, .mod--color-invert .h4 svg, .mod--color-invert .h5 svg, .mod--color-invert .h6 svg {
      fill: #ffffff; }
  h1.mod--color-invert, h2.mod--color-invert, h3.mod--color-invert, h4.mod--color-invert, h5.mod--color-invert, h6.mod--color-invert,
  .h1.mod--color-invert, .h2.mod--color-invert, .h3.mod--color-invert, .h4.mod--color-invert, .h5.mod--color-invert, .h6.mod--color-invert {
    color: #ffffff; }
    h1.mod--color-invert svg, h2.mod--color-invert svg, h3.mod--color-invert svg, h4.mod--color-invert svg, h5.mod--color-invert svg, h6.mod--color-invert svg,
    .h1.mod--color-invert svg, .h2.mod--color-invert svg, .h3.mod--color-invert svg, .h4.mod--color-invert svg, .h5.mod--color-invert svg, .h6.mod--color-invert svg {
      fill: #ffffff; }

.title-btn {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #4cbb7f;
  text-decoration: none; }
  .title-btn:hover {
    color: #009e48; }

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

h2, .h2 {
  font-family: "Myriad Pro Bold", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px; }

.color-white {
  color: #ffffff; }

.color-black {
  color: #000000; }

.color-grey {
  color: #8d87a1; }

.color-grey2 {
  color: #989898; }

.color-grey3 {
  color: #cfcfcf; }

.color-grey4 {
  color: #6a6a6a; }

.color-grey5 {
  color: #848484; }

.color-grey6 {
  color: #696969; }

.color-grey7 {
  color: #929292; }

.color-grey8 {
  color: #a5a5a5; }

.color-grey9 {
  color: #8d8e8e; }

.color-grey10 {
  color: #595959; }

.color-grey11 {
  color: #4f4f4f; }

.color-grey12 {
  color: #717171; }

.color-grey13 {
  color: #606060; }

.color-grey14 {
  color: #cfd1d1; }

.color-grey15 {
  color: #6e7275; }

.color-active {
  color: #009e48; }

.color-blue {
  color: #4e486b; }

.color-violet {
  color: #8c50c1; }

.color-violet2 {
  color: #7d20c6; }

.color-lgrey {
  color: #e1e1e1; }

.color-lgrey2 {
  color: #f0f0f0; }

.color-lgrey3 {
  color: #e5e5e5; }

.color-lgrey4 {
  color: #f6f6f7; }

.color-lgrey5 {
  color: #a3a3a3; }

.color-lgrey6 {
  color: #e3e3e3; }

.color-lgrey7 {
  color: #f7f7f7; }

.color-lgrey8 {
  color: #dbdbdb; }

.color-lgrey9 {
  color: #f8f8f9 !important; }

.color-lgrey10 {
  color: #f5f5f5 !important; }

.color-lgrey11 {
  color: #f8f8f8 !important; }

.color-danger {
  color: #fc1a20 !important; }

.color-lgreen {
  color: #4cbb7f !important; }

.color-lgreen2 {
  color: #68b259 !important; }

.color-lgreen3 {
  color: #62ad16 !important; }

.color-yellow {
  color: #fffc00 !important; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  padding-right: 10px;
  padding-top: 15px; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SCROLLBAR RAIL ***************/
.scroll-element, .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scroll-element {
  background-color: #ffffff; }

.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scroll-element .scroll-element_size {
  height: 100%; }

.scroll-element .scroll-element_size {
  background-color: #e5e5e5; }

.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0;
  right: 0;
  top: 0;
  width: 28px; }
  .scroll-element.scroll-y:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 4px;
    height: 14px;
    width: 100%;
    background-color: #ffffff;
    border-bottom-right-radius: 14px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }

.scroll-element .scroll-bar {
  background-color: #ffffff;
  border: 5px solid #e5e5e5; }

.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 18px !important;
  height: 18px !important;
  border-radius: 14px; }

.scroll-element.scroll-y .scroll-element_outer {
  top: 0px;
  width: 28px; }

.scroll-element.scroll-y .scroll-element_size {
  left: 13px;
  top: -10px;
  width: 2px; }

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }
