

/* Start:/bitrix/templates/invest3/styles.css?158136840045*/
.heading{
	text-transform: none !important;
}
/* End */


/* Start:/bitrix/templates/invest3/template_styles.css?1603746000329*/
.navbar{
	margin-bottom: 0px !important;

}
.item-view-image-holder{
	overflow: hidden;
	max-height: 280px;
}
.text-center{
	text-transform: none !important;
}

.breadcrumb-item a{
color: #555555;
text-decoration: underline;
}

.breadcrumb-item a:hover{
color: #555555;
}
.text-capitalize {
    text-transform: none !important;
}
/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/bootstrap/css/bootstrap.css?1581282000159211*/
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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;
  }
  .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 #ddd !important;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

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

[tabindex="-1"]:focus {
  outline: none !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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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;
}

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .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;
}

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

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-cancel-button,
[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;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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: 5px;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.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-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: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.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-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.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: #212529;
  border-color: #32383e;
}

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

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  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;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

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

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

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

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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, .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-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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, .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-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

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

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        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 {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  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;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  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: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  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: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  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;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  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: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  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: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  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;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  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: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  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;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  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;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.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 {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}

.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: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.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: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 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 {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

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

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

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

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%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-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%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-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

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

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.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:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  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: #ddd #ddd #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: #007bff;
}

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      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:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  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: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

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

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

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

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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;charset=utf8,%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:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  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;charset=utf8,%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:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex: 1 1 auto;
      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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

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

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

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

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

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

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

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

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

.breadcrumb-item.active {
  color: #868e96;
}

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

.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: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.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;
}

.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: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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 .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.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: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.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;
}

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

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

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

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  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:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.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: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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;charset=utf8,%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: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.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: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 1px solid #e9ecef !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: #007bff !important;
}

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

.border-white {
  border-color: #fff !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-circle {
  border-radius: 50% !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

@media print {
  .d-print-block {
    display: block !important;
  }
}

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

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

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

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

@media print {
  .d-print-none {
    display: none !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.857143%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        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;
  }
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-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-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-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-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

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

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

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

.text-primary {
  color: #007bff !important;
}

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

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

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

.text-success {
  color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #868e96 !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/swiper/css/swiper.min.css?152598600017762*/
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/hamburgers/hamburgers.min.css?152598600022172*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}
/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/animate/animate.min.css?152598600055222*/
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,.050,.855,.060);animation-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,.050,.855,.060);animation-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,.050,.855,.060);animation-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,.050,.855,.060);animation-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{from{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(0.215,.61,.355,1);animation-timing-function:cubic-bezier(0.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/fancybox/css/jquery.fancybox.min.css?152598600013735*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/font-awesome/css/font-awesome.min.css?152598600031000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/invest3/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/invest3/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/invest3/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/invest3/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/invest3/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/invest3/assets/fonts/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/ionicons/css/ionicons.min.css?152598600051284*/
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("/bitrix/templates/invest3/assets/fonts/ionicons/css/../fonts/ionicons.eot?v=2.0.0");src:url("/bitrix/templates/invest3/assets/fonts/ionicons/css/../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("/bitrix/templates/invest3/assets/fonts/ionicons/css/../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("/bitrix/templates/invest3/assets/fonts/ionicons/css/../fonts/ionicons.woff?v=2.0.0") format("woff"),url("/bitrix/templates/invest3/assets/fonts/ionicons/css/../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/line-icons/line-icons.css?152598600011032*/
@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('/bitrix/templates/invest3/assets/fonts/line-icons/fonts/Simple-Line-Icons.eot');
	src:url('/bitrix/templates/invest3/assets/fonts/line-icons/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/invest3/assets/fonts/line-icons/fonts/Simple-Line-Icons.woff') format('woff'),
		url('/bitrix/templates/invest3/assets/fonts/line-icons/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('/bitrix/templates/invest3/assets/fonts/line-icons/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}
/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/line-icons-pro/line-icons-pro.css?1525986000148839*/
@charset "UTF-8";

/* Christmas */
@font-face {
	font-family: "cristmas";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/christmas/webfont/cristmas.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/christmas/webfont/cristmas.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/christmas/webfont/cristmas.woff") format("woff"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/christmas/webfont/cristmas.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/christmas/webfont/cristmas.svg#cristmas") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-christmas]:before {
	font-family: "cristmas" !important;
	content: attr(data-icon-christmas);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-christmas"]:before,
[class*=" icon-christmas"]:before {
	font-family: "cristmas" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-christmas-001:before {
	content: "a";
}
.icon-christmas-014:before {
	content: "b";
}
.icon-christmas-015:before {
	content: "c";
}
.icon-christmas-002:before {
	content: "d";
}
.icon-christmas-003:before {
	content: "e";
}
.icon-christmas-016:before {
	content: "f";
}
.icon-christmas-017:before {
	content: "g";
}
.icon-christmas-004:before {
	content: "h";
}
.icon-christmas-005:before {
	content: "i";
}
.icon-christmas-018:before {
	content: "j";
}
.icon-christmas-019:before {
	content: "k";
}
.icon-christmas-006:before {
	content: "l";
}
.icon-christmas-007:before {
	content: "m";
}
.icon-christmas-020:before {
	content: "n";
}
.icon-christmas-021:before {
	content: "o";
}
.icon-christmas-008:before {
	content: "p";
}
.icon-christmas-009:before {
	content: "q";
}
.icon-christmas-022:before {
	content: "r";
}
.icon-christmas-023:before {
	content: "s";
}
.icon-christmas-010:before {
	content: "t";
}
.icon-christmas-011:before {
	content: "u";
}
.icon-christmas-024:before {
	content: "v";
}
.icon-christmas-025:before {
	content: "w";
}
.icon-christmas-012:before {
	content: "x";
}
.icon-christmas-013:before {
	content: "y";
}
.icon-christmas-026:before {
	content: "z";
}
.icon-christmas-039:before {
	content: "A";
}
.icon-christmas-038:before {
	content: "B";
}
.icon-christmas-051:before {
	content: "C";
}
.icon-christmas-052:before {
	content: "D";
}
.icon-christmas-065:before {
	content: "E";
}
.icon-christmas-064:before {
	content: "F";
}
.icon-christmas-063:before {
	content: "G";
}
.icon-christmas-050:before {
	content: "H";
}
.icon-christmas-037:before {
	content: "I";
}
.icon-christmas-036:before {
	content: "J";
}
.icon-christmas-049:before {
	content: "K";
}
.icon-christmas-062:before {
	content: "L";
}
.icon-christmas-061:before {
	content: "M";
}
.icon-christmas-048:before {
	content: "N";
}
.icon-christmas-035:before {
	content: "O";
}
.icon-christmas-034:before {
	content: "P";
}
.icon-christmas-047:before {
	content: "Q";
}
.icon-christmas-060:before {
	content: "R";
}
.icon-christmas-059:before {
	content: "S";
}
.icon-christmas-046:before {
	content: "T";
}
.icon-christmas-033:before {
	content: "U";
}
.icon-christmas-032:before {
	content: "V";
}
.icon-christmas-045:before {
	content: "W";
}
.icon-christmas-058:before {
	content: "X";
}
.icon-christmas-031:before {
	content: "Y";
}
.icon-christmas-044:before {
	content: "Z";
}
.icon-christmas-057:before {
	content: "0";
}
.icon-christmas-056:before {
	content: "1";
}
.icon-christmas-043:before {
	content: "2";
}
.icon-christmas-030:before {
	content: "3";
}
.icon-christmas-029:before {
	content: "4";
}
.icon-christmas-042:before {
	content: "5";
}
.icon-christmas-055:before {
	content: "6";
}
.icon-christmas-054:before {
	content: "7";
}
.icon-christmas-041:before {
	content: "8";
}
.icon-christmas-028:before {
	content: "9";
}
.icon-christmas-027:before {
	content: "!";
}
.icon-christmas-040:before {
	content: "\"";
}
.icon-christmas-053:before {
	content: "#";
}
.icon-christmas-066:before {
	content: "$";
}
.icon-christmas-079:before {
	content: "%";
}
.icon-christmas-092:before {
	content: "&";
}
.icon-christmas-093:before {
	content: "'";
}
.icon-christmas-080:before {
	content: "(";
}
.icon-christmas-067:before {
	content: ")";
}
.icon-christmas-068:before {
	content: "*";
}
.icon-christmas-081:before {
	content: "+";
}
.icon-christmas-094:before {
	content: ",";
}
.icon-christmas-095:before {
	content: "-";
}
.icon-christmas-082:before {
	content: ".";
}
.icon-christmas-069:before {
	content: "/";
}
.icon-christmas-070:before {
	content: ":";
}
.icon-christmas-083:before {
	content: ";";
}
.icon-christmas-096:before {
	content: "<";
}
.icon-christmas-097:before {
	content: "=";
}
.icon-christmas-084:before {
	content: ">";
}
.icon-christmas-071:before {
	content: "?";
}
.icon-christmas-072:before {
	content: "@";
}
.icon-christmas-085:before {
	content: "[";
}
.icon-christmas-098:before {
	content: "]";
}
.icon-christmas-099:before {
	content: "^";
}
.icon-christmas-086:before {
	content: "_";
}
.icon-christmas-073:before {
	content: "`";
}
.icon-christmas-074:before {
	content: "{";
}
.icon-christmas-087:before {
	content: "|";
}
.icon-christmas-100:before {
	content: "}";
}
.icon-christmas-088:before {
	content: "~";
}
.icon-christmas-075:before {
	content: "\\";
}
.icon-christmas-076:before {
	content: "\e000";
}
.icon-christmas-089:before {
	content: "\e001";
}
.icon-christmas-090:before {
	content: "\e002";
}
.icon-christmas-077:before {
	content: "\e003";
}
.icon-christmas-078:before {
	content: "\e004";
}
.icon-christmas-091:before {
	content: "\e005";
}


/* Clothes */
@font-face {
	font-family: "clothes";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/clothes/webfont/clothes.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/clothes/webfont/clothes.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/clothes/webfont/clothes.woff") format("woff"),
 	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/clothes/webfont/clothes.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/clothes/webfont/clothes.svg#clothes") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-clothes]:before {
	font-family: "clothes" !important;
	content: attr(data-icon-clothes);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-clothes"]:before,
[class*=" icon-clothes"]:before {
	font-family: "clothes" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-clothes-014:before {
	content: "a";
}
.icon-clothes-027:before {
	content: "b";
}
.icon-clothes-040:before {
	content: "c";
}
.icon-clothes-053:before {
	content: "d";
}
.icon-clothes-066:before {
	content: "e";
}
.icon-clothes-079:before {
	content: "f";
}
.icon-clothes-092:before {
	content: "g";
}
.icon-clothes-093:before {
	content: "h";
}
.icon-clothes-080:before {
	content: "i";
}
.icon-clothes-067:before {
	content: "j";
}
.icon-clothes-054:before {
	content: "k";
}
.icon-clothes-041:before {
	content: "l";
}
.icon-clothes-028:before {
	content: "m";
}
.icon-clothes-015:before {
	content: "n";
}
.icon-clothes-016:before {
	content: "o";
}
.icon-clothes-029:before {
	content: "p";
}
.icon-clothes-042:before {
	content: "q";
}
.icon-clothes-055:before {
	content: "r";
}
.icon-clothes-068:before {
	content: "s";
}
.icon-clothes-081:before {
	content: "t";
}
.icon-clothes-094:before {
	content: "u";
}
.icon-clothes-095:before {
	content: "v";
}
.icon-clothes-082:before {
	content: "w";
}
.icon-clothes-083:before {
	content: "x";
}
.icon-clothes-096:before {
	content: "y";
}
.icon-clothes-097:before {
	content: "z";
}
.icon-clothes-084:before {
	content: "A";
}
.icon-clothes-085:before {
	content: "B";
}
.icon-clothes-098:before {
	content: "C";
}
.icon-clothes-099:before {
	content: "D";
}
.icon-clothes-086:before {
	content: "E";
}
.icon-clothes-087:before {
	content: "F";
}
.icon-clothes-100:before {
	content: "G";
}
.icon-clothes-088:before {
	content: "H";
}
.icon-clothes-089:before {
	content: "I";
}
.icon-clothes-090:before {
	content: "J";
}
.icon-clothes-091:before {
	content: "K";
}
.icon-clothes-078:before {
	content: "L";
}
.icon-clothes-077:before {
	content: "M";
}
.icon-clothes-076:before {
	content: "N";
}
.icon-clothes-075:before {
	content: "O";
}
.icon-clothes-074:before {
	content: "P";
}
.icon-clothes-073:before {
	content: "Q";
}
.icon-clothes-072:before {
	content: "R";
}
.icon-clothes-071:before {
	content: "S";
}
.icon-clothes-070:before {
	content: "T";
}
.icon-clothes-069:before {
	content: "U";
}
.icon-clothes-056:before {
	content: "V";
}
.icon-clothes-043:before {
	content: "W";
}
.icon-clothes-030:before {
	content: "X";
}
.icon-clothes-017:before {
	content: "Y";
}
.icon-clothes-018:before {
	content: "Z";
}
.icon-clothes-031:before {
	content: "0";
}
.icon-clothes-044:before {
	content: "1";
}
.icon-clothes-057:before {
	content: "2";
}
.icon-clothes-058:before {
	content: "3";
}
.icon-clothes-045:before {
	content: "4";
}
.icon-clothes-032:before {
	content: "5";
}
.icon-clothes-019:before {
	content: "6";
}
.icon-clothes-020:before {
	content: "7";
}
.icon-clothes-033:before {
	content: "8";
}
.icon-clothes-046:before {
	content: "9";
}
.icon-clothes-059:before {
	content: "!";
}
.icon-clothes-060:before {
	content: "\"";
}
.icon-clothes-047:before {
	content: "#";
}
.icon-clothes-034:before {
	content: "$";
}
.icon-clothes-021:before {
	content: "%";
}
.icon-clothes-022:before {
	content: "&";
}
.icon-clothes-035:before {
	content: "'";
}
.icon-clothes-048:before {
	content: "(";
}
.icon-clothes-061:before {
	content: ")";
}
.icon-clothes-062:before {
	content: "*";
}
.icon-clothes-049:before {
	content: "+";
}
.icon-clothes-036:before {
	content: ",";
}
.icon-clothes-023:before {
	content: "-";
}
.icon-clothes-024:before {
	content: ".";
}
.icon-clothes-037:before {
	content: "/";
}
.icon-clothes-050:before {
	content: ":";
}
.icon-clothes-063:before {
	content: ";";
}
.icon-clothes-064:before {
	content: "<";
}
.icon-clothes-051:before {
	content: "=";
}
.icon-clothes-038:before {
	content: ">";
}
.icon-clothes-025:before {
	content: "?";
}
.icon-clothes-026:before {
	content: "@";
}
.icon-clothes-039:before {
	content: "[";
}
.icon-clothes-052:before {
	content: "]";
}
.icon-clothes-065:before {
	content: "^";
}
.icon-clothes-001:before {
	content: "_";
}
.icon-clothes-002:before {
	content: "`";
}
.icon-clothes-003:before {
	content: "{";
}
.icon-clothes-004:before {
	content: "|";
}
.icon-clothes-005:before {
	content: "}";
}
.icon-clothes-006:before {
	content: "~";
}
.icon-clothes-007:before {
	content: "\\";
}
.icon-clothes-008:before {
	content: "\e000";
}
.icon-clothes-009:before {
	content: "\e001";
}
.icon-clothes-010:before {
	content: "\e002";
}
.icon-clothes-011:before {
	content: "\e003";
}
.icon-clothes-012:before {
	content: "\e004";
}
.icon-clothes-013:before {
	content: "\e005";
}

/* Comunnication */
@font-face {
	font-family: "communication-48-x-48";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/communication/webfont/communication-48-x-48.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/communication/webfont/communication-48-x-48.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/communication/webfont/communication-48-x-48.woff") format("woff"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/communication/webfont/communication-48-x-48.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/communication/webfont/communication-48-x-48.svg#communication-48-x-48") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-communication]:before {
	font-family: "communication-48-x-48" !important;
	content: attr(data-icon-communication);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

[class^="icon-communication"]:before,
[class*=" icon-communication"]:before {
	font-family: "communication-48-x-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-communication-001:before {
	content: "a";
}
.icon-communication-002:before {
	content: "b";
}
.icon-communication-003:before {
	content: "c";
}
.icon-communication-004:before {
	content: "d";
}
.icon-communication-005:before {
	content: "e";
}
.icon-communication-006:before {
	content: "f";
}
.icon-communication-008:before {
	content: "g";
}
.icon-communication-007:before {
	content: "h";
}
.icon-communication-009:before {
	content: "i";
}
.icon-communication-010:before {
	content: "j";
}
.icon-communication-011:before {
	content: "k";
}
.icon-communication-012:before {
	content: "l";
}
.icon-communication-013:before {
	content: "m";
}
.icon-communication-026:before {
	content: "n";
}
.icon-communication-025:before {
	content: "o";
}
.icon-communication-024:before {
	content: "p";
}
.icon-communication-023:before {
	content: "q";
}
.icon-communication-022:before {
	content: "r";
}
.icon-communication-020:before {
	content: "s";
}
.icon-communication-019:before {
	content: "t";
}
.icon-communication-018:before {
	content: "u";
}
.icon-communication-016:before {
	content: "v";
}
.icon-communication-015:before {
	content: "w";
}
.icon-communication-014:before {
	content: "x";
}
.icon-communication-021:before {
	content: "y";
}
.icon-communication-017:before {
	content: "z";
}
.icon-communication-027:before {
	content: "A";
}
.icon-communication-040:before {
	content: "B";
}
.icon-communication-053:before {
	content: "C";
}
.icon-communication-054:before {
	content: "D";
}
.icon-communication-041:before {
	content: "E";
}
.icon-communication-028:before {
	content: "F";
}
.icon-communication-029:before {
	content: "G";
}
.icon-communication-042:before {
	content: "H";
}
.icon-communication-055:before {
	content: "I";
}
.icon-communication-056:before {
	content: "J";
}
.icon-communication-043:before {
	content: "K";
}
.icon-communication-030:before {
	content: "L";
}
.icon-communication-031:before {
	content: "M";
}
.icon-communication-044:before {
	content: "N";
}
.icon-communication-057:before {
	content: "O";
}
.icon-communication-058:before {
	content: "P";
}
.icon-communication-045:before {
	content: "Q";
}
.icon-communication-032:before {
	content: "R";
}
.icon-communication-033:before {
	content: "S";
}
.icon-communication-046:before {
	content: "T";
}
.icon-communication-059:before {
	content: "U";
}
.icon-communication-060:before {
	content: "V";
}
.icon-communication-047:before {
	content: "W";
}
.icon-communication-034:before {
	content: "X";
}
.icon-communication-035:before {
	content: "Y";
}
.icon-communication-048:before {
	content: "Z";
}
.icon-communication-061:before {
	content: "0";
}
.icon-communication-062:before {
	content: "1";
}
.icon-communication-049:before {
	content: "2";
}
.icon-communication-036:before {
	content: "3";
}
.icon-communication-037:before {
	content: "4";
}
.icon-communication-050:before {
	content: "5";
}
.icon-communication-063:before {
	content: "6";
}
.icon-communication-064:before {
	content: "7";
}
.icon-communication-051:before {
	content: "8";
}
.icon-communication-038:before {
	content: "9";
}
.icon-communication-039:before {
	content: "!";
}
.icon-communication-052:before {
	content: "\"";
}
.icon-communication-065:before {
	content: "#";
}
.icon-communication-066:before {
	content: "$";
}
.icon-communication-079:before {
	content: "%";
}
.icon-communication-092:before {
	content: "&";
}
.icon-communication-105:before {
	content: "'";
}
.icon-communication-106:before {
	content: "(";
}
.icon-communication-093:before {
	content: ")";
}
.icon-communication-080:before {
	content: "*";
}
.icon-communication-067:before {
	content: "+";
}
.icon-communication-068:before {
	content: ",";
}
.icon-communication-081:before {
	content: "-";
}
.icon-communication-082:before {
	content: ".";
}
.icon-communication-069:before {
	content: "/";
}
.icon-communication-070:before {
	content: ":";
}
.icon-communication-083:before {
	content: ";";
}
.icon-communication-084:before {
	content: "<";
}
.icon-communication-071:before {
	content: "=";
}
.icon-communication-072:before {
	content: ">";
}
.icon-communication-085:before {
	content: "?";
}
.icon-communication-086:before {
	content: "@";
}
.icon-communication-073:before {
	content: "[";
}
.icon-communication-074:before {
	content: "]";
}
.icon-communication-087:before {
	content: "^";
}
.icon-communication-088:before {
	content: "_";
}
.icon-communication-075:before {
	content: "`";
}
.icon-communication-076:before {
	content: "{";
}
.icon-communication-089:before {
	content: "|";
}
.icon-communication-090:before {
	content: "}";
}
.icon-communication-077:before {
	content: "~";
}
.icon-communication-078:before {
	content: "\\";
}
.icon-communication-091:before {
	content: "\e000";
}
.icon-communication-104:before {
	content: "\e001";
}
.icon-communication-117:before {
	content: "\e002";
}
.icon-communication-116:before {
	content: "\e003";
}
.icon-communication-103:before {
	content: "\e004";
}
.icon-communication-102:before {
	content: "\e005";
}
.icon-communication-115:before {
	content: "\e006";
}
.icon-communication-114:before {
	content: "\e007";
}
.icon-communication-101:before {
	content: "\e008";
}
.icon-communication-100:before {
	content: "\e009";
}
.icon-communication-113:before {
	content: "\e00a";
}
.icon-communication-112:before {
	content: "\e00b";
}
.icon-communication-099:before {
	content: "\e00c";
}
.icon-communication-098:before {
	content: "\e00d";
}
.icon-communication-111:before {
	content: "\e00e";
}
.icon-communication-110:before {
	content: "\e00f";
}
.icon-communication-097:before {
	content: "\e010";
}
.icon-communication-096:before {
	content: "\e011";
}
.icon-communication-109:before {
	content: "\e012";
}
.icon-communication-108:before {
	content: "\e013";
}
.icon-communication-095:before {
	content: "\e014";
}
.icon-communication-094:before {
	content: "\e015";
}
.icon-communication-107:before {
	content: "\e016";
}
.icon-communication-118:before {
	content: "\e017";
}
.icon-communication-131:before {
	content: "\e018";
}
.icon-communication-144:before {
	content: "\e019";
}
.icon-communication-157:before {
	content: "\e01a";
}
.icon-communication-170:before {
	content: "\e01b";
}
.icon-communication-171:before {
	content: "\e01c";
}
.icon-communication-158:before {
	content: "\e01d";
}
.icon-communication-145:before {
	content: "\e01e";
}
.icon-communication-132:before {
	content: "\e01f";
}
.icon-communication-119:before {
	content: "\e020";
}
.icon-communication-120:before {
	content: "\e021";
}
.icon-communication-133:before {
	content: "\e022";
}
.icon-communication-146:before {
	content: "\e023";
}
.icon-communication-159:before {
	content: "\e024";
}
.icon-communication-172:before {
	content: "\e025";
}
.icon-communication-173:before {
	content: "\e026";
}
.icon-communication-160:before {
	content: "\e027";
}
.icon-communication-147:before {
	content: "\e028";
}
.icon-communication-134:before {
	content: "\e029";
}
.icon-communication-121:before {
	content: "\e02a";
}
.icon-communication-122:before {
	content: "\e02b";
}
.icon-communication-135:before {
	content: "\e02c";
}
.icon-communication-148:before {
	content: "\e02d";
}
.icon-communication-161:before {
	content: "\e02e";
}
.icon-communication-174:before {
	content: "\e02f";
}
.icon-communication-175:before {
	content: "\e030";
}
.icon-communication-162:before {
	content: "\e031";
}
.icon-communication-149:before {
	content: "\e032";
}
.icon-communication-136:before {
	content: "\e033";
}
.icon-communication-123:before {
	content: "\e034";
}
.icon-communication-124:before {
	content: "\e035";
}
.icon-communication-137:before {
	content: "\e036";
}
.icon-communication-150:before {
	content: "\e037";
}
.icon-communication-163:before {
	content: "\e038";
}
.icon-communication-176:before {
	content: "\e039";
}
.icon-communication-177:before {
	content: "\e03a";
}
.icon-communication-164:before {
	content: "\e03b";
}
.icon-communication-151:before {
	content: "\e03c";
}
.icon-communication-138:before {
	content: "\e03d";
}
.icon-communication-125:before {
	content: "\e03e";
}
.icon-communication-126:before {
	content: "\e03f";
}
.icon-communication-139:before {
	content: "\e040";
}
.icon-communication-152:before {
	content: "\e041";
}
.icon-communication-165:before {
	content: "\e042";
}
.icon-communication-178:before {
	content: "\e043";
}
.icon-communication-179:before {
	content: "\e044";
}
.icon-communication-166:before {
	content: "\e045";
}
.icon-communication-153:before {
	content: "\e046";
}
.icon-communication-140:before {
	content: "\e047";
}
.icon-communication-127:before {
	content: "\e048";
}
.icon-communication-128:before {
	content: "\e049";
}
.icon-communication-141:before {
	content: "\e04a";
}
.icon-communication-154:before {
	content: "\e04b";
}
.icon-communication-167:before {
	content: "\e04c";
}
.icon-communication-180:before {
	content: "\e04d";
}
.icon-communication-168:before {
	content: "\e04e";
}
.icon-communication-169:before {
	content: "\e04f";
}
.icon-communication-156:before {
	content: "\e050";
}
.icon-communication-155:before {
	content: "\e051";
}
.icon-communication-142:before {
	content: "\e052";
}
.icon-communication-143:before {
	content: "\e053";
}
.icon-communication-130:before {
	content: "\e054";
}
.icon-communication-129:before {
	content: "\e055";
}

/* Education */
@font-face {
	font-family: "education-48";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/education/webfont/education-48.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/education/webfont/education-48.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/education/webfont/education-48.woff") format("woff"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/education/webfont/education-48.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/education/webfont/education-48.svg#education-48") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-education]:before {
	font-family: "education-48" !important;
	content: attr(data-icon-education);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-education"]:before,
[class*=" icon-education"]:before {
	font-family: "education-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-education-001:before {
	content: "a";
}
.icon-education-014:before {
	content: "b";
}
.icon-education-027:before {
	content: "c";
}
.icon-education-028:before {
	content: "d";
}
.icon-education-015:before {
	content: "e";
}
.icon-education-002:before {
	content: "f";
}
.icon-education-003:before {
	content: "g";
}
.icon-education-016:before {
	content: "h";
}
.icon-education-029:before {
	content: "i";
}
.icon-education-030:before {
	content: "j";
}
.icon-education-017:before {
	content: "k";
}
.icon-education-004:before {
	content: "l";
}
.icon-education-005:before {
	content: "m";
}
.icon-education-018:before {
	content: "n";
}
.icon-education-031:before {
	content: "o";
}
.icon-education-032:before {
	content: "p";
}
.icon-education-019:before {
	content: "q";
}
.icon-education-006:before {
	content: "r";
}
.icon-education-007:before {
	content: "s";
}
.icon-education-020:before {
	content: "t";
}
.icon-education-033:before {
	content: "u";
}
.icon-education-034:before {
	content: "v";
}
.icon-education-021:before {
	content: "w";
}
.icon-education-008:before {
	content: "x";
}
.icon-education-009:before {
	content: "y";
}
.icon-education-022:before {
	content: "z";
}
.icon-education-035:before {
	content: "A";
}
.icon-education-036:before {
	content: "B";
}
.icon-education-023:before {
	content: "C";
}
.icon-education-010:before {
	content: "D";
}
.icon-education-011:before {
	content: "E";
}
.icon-education-024:before {
	content: "F";
}
.icon-education-037:before {
	content: "G";
}
.icon-education-038:before {
	content: "H";
}
.icon-education-025:before {
	content: "I";
}
.icon-education-012:before {
	content: "J";
}
.icon-education-013:before {
	content: "K";
}
.icon-education-026:before {
	content: "L";
}
.icon-education-039:before {
	content: "M";
}
.icon-education-052:before {
	content: "N";
}
.icon-education-065:before {
	content: "O";
}
.icon-education-078:before {
	content: "P";
}
.icon-education-091:before {
	content: "Q";
}
.icon-education-104:before {
	content: "R";
}
.icon-education-117:before {
	content: "S";
}
.icon-education-130:before {
	content: "T";
}
.icon-education-143:before {
	content: "U";
}
.icon-education-142:before {
	content: "V";
}
.icon-education-129:before {
	content: "W";
}
.icon-education-116:before {
	content: "X";
}
.icon-education-103:before {
	content: "Y";
}
.icon-education-090:before {
	content: "Z";
}
.icon-education-077:before {
	content: "0";
}
.icon-education-064:before {
	content: "1";
}
.icon-education-051:before {
	content: "2";
}
.icon-education-050:before {
	content: "3";
}
.icon-education-063:before {
	content: "4";
}
.icon-education-076:before {
	content: "5";
}
.icon-education-089:before {
	content: "6";
}
.icon-education-088:before {
	content: "7";
}
.icon-education-075:before {
	content: "8";
}
.icon-education-062:before {
	content: "9";
}
.icon-education-049:before {
	content: "!";
}
.icon-education-048:before {
	content: "\"";
}
.icon-education-061:before {
	content: "#";
}
.icon-education-074:before {
	content: "$";
}
.icon-education-087:before {
	content: "%";
}
.icon-education-100:before {
	content: "&";
}
.icon-education-101:before {
	content: "'";
}
.icon-education-102:before {
	content: "(";
}
.icon-education-115:before {
	content: ")";
}
.icon-education-114:before {
	content: "*";
}
.icon-education-113:before {
	content: "+";
}
.icon-education-126:before {
	content: ",";
}
.icon-education-127:before {
	content: "-";
}
.icon-education-128:before {
	content: ".";
}
.icon-education-141:before {
	content: "/";
}
.icon-education-140:before {
	content: ":";
}
.icon-education-139:before {
	content: ";";
}
.icon-education-138:before {
	content: "<";
}
.icon-education-125:before {
	content: "=";
}
.icon-education-124:before {
	content: ">";
}
.icon-education-137:before {
	content: "?";
}
.icon-education-136:before {
	content: "@";
}
.icon-education-123:before {
	content: "[";
}
.icon-education-110:before {
	content: "]";
}
.icon-education-111:before {
	content: "^";
}
.icon-education-112:before {
	content: "_";
}
.icon-education-099:before {
	content: "`";
}
.icon-education-098:before {
	content: "{";
}
.icon-education-097:before {
	content: "|";
}
.icon-education-084:before {
	content: "}";
}
.icon-education-085:before {
	content: "~";
}
.icon-education-086:before {
	content: "\\";
}
.icon-education-073:before {
	content: "\e000";
}
.icon-education-072:before {
	content: "\e001";
}
.icon-education-071:before {
	content: "\e002";
}
.icon-education-058:before {
	content: "\e003";
}
.icon-education-059:before {
	content: "\e004";
}
.icon-education-060:before {
	content: "\e005";
}
.icon-education-047:before {
	content: "\e006";
}
.icon-education-046:before {
	content: "\e007";
}
.icon-education-045:before {
	content: "\e008";
}
.icon-education-040:before {
	content: "\e009";
}
.icon-education-041:before {
	content: "\e00a";
}
.icon-education-054:before {
	content: "\e00b";
}
.icon-education-053:before {
	content: "\e00c";
}
.icon-education-066:before {
	content: "\e00d";
}
.icon-education-067:before {
	content: "\e00e";
}
.icon-education-068:before {
	content: "\e00f";
}
.icon-education-055:before {
	content: "\e010";
}
.icon-education-042:before {
	content: "\e011";
}
.icon-education-043:before {
	content: "\e012";
}
.icon-education-056:before {
	content: "\e013";
}
.icon-education-069:before {
	content: "\e014";
}
.icon-education-070:before {
	content: "\e015";
}
.icon-education-057:before {
	content: "\e016";
}
.icon-education-044:before {
	content: "\e017";
}
.icon-education-083:before {
	content: "\e018";
}
.icon-education-082:before {
	content: "\e019";
}
.icon-education-081:before {
	content: "\e01a";
}
.icon-education-080:before {
	content: "\e01b";
}
.icon-education-079:before {
	content: "\e01c";
}
.icon-education-092:before {
	content: "\e01d";
}
.icon-education-105:before {
	content: "\e01e";
}
.icon-education-118:before {
	content: "\e01f";
}
.icon-education-131:before {
	content: "\e020";
}
.icon-education-132:before {
	content: "\e021";
}
.icon-education-119:before {
	content: "\e022";
}
.icon-education-106:before {
	content: "\e023";
}
.icon-education-093:before {
	content: "\e024";
}
.icon-education-094:before {
	content: "\e025";
}
.icon-education-107:before {
	content: "\e026";
}
.icon-education-120:before {
	content: "\e027";
}
.icon-education-133:before {
	content: "\e028";
}
.icon-education-134:before {
	content: "\e029";
}
.icon-education-108:before {
	content: "\e02a";
}
.icon-education-095:before {
	content: "\e02b";
}
.icon-education-096:before {
	content: "\e02c";
}
.icon-education-109:before {
	content: "\e02d";
}
.icon-education-122:before {
	content: "\e02e";
}
.icon-education-121:before {
	content: "\e02f";
}
.icon-education-135:before {
	content: "\e030";
}
.icon-education-144:before {
	content: "\e031";
}
.icon-education-157:before {
	content: "\e032";
}
.icon-education-170:before {
	content: "\e033";
}
.icon-education-183:before {
	content: "\e034";
}
.icon-education-196:before {
	content: "\e035";
}
.icon-education-197:before {
	content: "\e036";
}
.icon-education-184:before {
	content: "\e037";
}
.icon-education-171:before {
	content: "\e038";
}
.icon-education-158:before {
	content: "\e039";
}
.icon-education-145:before {
	content: "\e03a";
}
.icon-education-146:before {
	content: "\e03b";
}
.icon-education-159:before {
	content: "\e03c";
}
.icon-education-172:before {
	content: "\e03d";
}
.icon-education-185:before {
	content: "\e03e";
}
.icon-education-198:before {
	content: "\e03f";
}
.icon-education-199:before {
	content: "\e040";
}
.icon-education-186:before {
	content: "\e041";
}
.icon-education-173:before {
	content: "\e042";
}
.icon-education-160:before {
	content: "\e043";
}
.icon-education-147:before {
	content: "\e044";
}
.icon-education-148:before {
	content: "\e045";
}
.icon-education-161:before {
	content: "\e046";
}
.icon-education-174:before {
	content: "\e047";
}
.icon-education-187:before {
	content: "\e048";
}
.icon-education-200:before {
	content: "\e049";
}
.icon-education-188:before {
	content: "\e04a";
}
.icon-education-175:before {
	content: "\e04b";
}
.icon-education-162:before {
	content: "\e04c";
}
.icon-education-149:before {
	content: "\e04d";
}
.icon-education-150:before {
	content: "\e04e";
}
.icon-education-163:before {
	content: "\e04f";
}
.icon-education-176:before {
	content: "\e050";
}
.icon-education-189:before {
	content: "\e051";
}
.icon-education-190:before {
	content: "\e052";
}
.icon-education-177:before {
	content: "\e053";
}
.icon-education-164:before {
	content: "\e054";
}
.icon-education-151:before {
	content: "\e055";
}
.icon-education-152:before {
	content: "\e056";
}
.icon-education-165:before {
	content: "\e057";
}
.icon-education-178:before {
	content: "\e058";
}
.icon-education-191:before {
	content: "\e059";
}
.icon-education-192:before {
	content: "\e05a";
}
.icon-education-179:before {
	content: "\e05b";
}
.icon-education-166:before {
	content: "\e05c";
}
.icon-education-153:before {
	content: "\e05d";
}
.icon-education-154:before {
	content: "\e05e";
}
.icon-education-167:before {
	content: "\e05f";
}
.icon-education-180:before {
	content: "\e060";
}
.icon-education-193:before {
	content: "\e061";
}
.icon-education-194:before {
	content: "\e062";
}
.icon-education-181:before {
	content: "\e063";
}
.icon-education-168:before {
	content: "\e064";
}
.icon-education-155:before {
	content: "\e065";
}
.icon-education-156:before {
	content: "\e066";
}
.icon-education-169:before {
	content: "\e067";
}
.icon-education-182:before {
	content: "\e068";
}
.icon-education-195:before {
	content: "\e069";
}

/* Electronics */
@font-face {
	font-family: "electronics";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/electronics/webfont/electronics.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/electronics/webfont/electronics.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/electronics/webfont/electronics.woff") format("woff"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/electronics/webfont/electronics.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/electronics/webfont/electronics.svg#electronics") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-electronics]:before {
	font-family: "electronics" !important;
	content: attr(data-icon-electronics);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-electronics"]:before,
[class*=" icon-electronics"]:before {
	font-family: "electronics" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-electronics-001:before {
	content: "a";
}
.icon-electronics-014:before {
	content: "b";
}
.icon-electronics-027:before {
	content: "c";
}
.icon-electronics-040:before {
	content: "d";
}
.icon-electronics-053:before {
	content: "e";
}
.icon-electronics-066:before {
	content: "f";
}
.icon-electronics-079:before {
	content: "g";
}
.icon-electronics-092:before {
	content: "h";
}
.icon-electronics-093:before {
	content: "i";
}
.icon-electronics-080:before {
	content: "j";
}
.icon-electronics-067:before {
	content: "k";
}
.icon-electronics-054:before {
	content: "l";
}
.icon-electronics-041:before {
	content: "m";
}
.icon-electronics-028:before {
	content: "n";
}
.icon-electronics-015:before {
	content: "o";
}
.icon-electronics-002:before {
	content: "p";
}
.icon-electronics-003:before {
	content: "q";
}
.icon-electronics-016:before {
	content: "r";
}
.icon-electronics-029:before {
	content: "s";
}
.icon-electronics-042:before {
	content: "t";
}
.icon-electronics-055:before {
	content: "u";
}
.icon-electronics-068:before {
	content: "v";
}
.icon-electronics-081:before {
	content: "w";
}
.icon-electronics-094:before {
	content: "x";
}
.icon-electronics-095:before {
	content: "y";
}
.icon-electronics-082:before {
	content: "z";
}
.icon-electronics-069:before {
	content: "A";
}
.icon-electronics-056:before {
	content: "B";
}
.icon-electronics-043:before {
	content: "C";
}
.icon-electronics-030:before {
	content: "D";
}
.icon-electronics-017:before {
	content: "E";
}
.icon-electronics-004:before {
	content: "F";
}
.icon-electronics-005:before {
	content: "G";
}
.icon-electronics-018:before {
	content: "H";
}
.icon-electronics-031:before {
	content: "I";
}
.icon-electronics-044:before {
	content: "J";
}
.icon-electronics-057:before {
	content: "K";
}
.icon-electronics-070:before {
	content: "L";
}
.icon-electronics-083:before {
	content: "M";
}
.icon-electronics-096:before {
	content: "N";
}
.icon-electronics-097:before {
	content: "O";
}
.icon-electronics-084:before {
	content: "P";
}
.icon-electronics-071:before {
	content: "Q";
}
.icon-electronics-058:before {
	content: "R";
}
.icon-electronics-045:before {
	content: "S";
}
.icon-electronics-032:before {
	content: "T";
}
.icon-electronics-019:before {
	content: "U";
}
.icon-electronics-006:before {
	content: "V";
}
.icon-electronics-007:before {
	content: "W";
}
.icon-electronics-020:before {
	content: "X";
}
.icon-electronics-033:before {
	content: "Y";
}
.icon-electronics-046:before {
	content: "Z";
}
.icon-electronics-059:before {
	content: "0";
}
.icon-electronics-072:before {
	content: "1";
}
.icon-electronics-085:before {
	content: "2";
}
.icon-electronics-098:before {
	content: "3";
}
.icon-electronics-099:before {
	content: "4";
}
.icon-electronics-086:before {
	content: "5";
}
.icon-electronics-073:before {
	content: "6";
}
.icon-electronics-060:before {
	content: "7";
}
.icon-electronics-047:before {
	content: "8";
}
.icon-electronics-034:before {
	content: "9";
}
.icon-electronics-021:before {
	content: "!";
}
.icon-electronics-008:before {
	content: "\"";
}
.icon-electronics-009:before {
	content: "#";
}
.icon-electronics-022:before {
	content: "$";
}
.icon-electronics-035:before {
	content: "%";
}
.icon-electronics-048:before {
	content: "&";
}
.icon-electronics-049:before {
	content: "'";
}
.icon-electronics-036:before {
	content: "(";
}
.icon-electronics-023:before {
	content: ")";
}
.icon-electronics-010:before {
	content: "*";
}
.icon-electronics-011:before {
	content: "+";
}
.icon-electronics-024:before {
	content: ",";
}
.icon-electronics-025:before {
	content: "-";
}
.icon-electronics-012:before {
	content: ".";
}
.icon-electronics-013:before {
	content: "/";
}
.icon-electronics-026:before {
	content: ":";
}
.icon-electronics-039:before {
	content: ";";
}
.icon-electronics-052:before {
	content: "<";
}
.icon-electronics-065:before {
	content: "=";
}
.icon-electronics-078:before {
	content: ">";
}
.icon-electronics-091:before {
	content: "?";
}
.icon-electronics-104:before {
	content: "@";
}
.icon-electronics-103:before {
	content: "[";
}
.icon-electronics-090:before {
	content: "]";
}
.icon-electronics-064:before {
	content: "^";
}
.icon-electronics-051:before {
	content: "_";
}
.icon-electronics-038:before {
	content: "`";
}
.icon-electronics-037:before {
	content: "{";
}
.icon-electronics-050:before {
	content: "|";
}
.icon-electronics-063:before {
	content: "}";
}
.icon-electronics-076:before {
	content: "~";
}
.icon-electronics-077:before {
	content: "\\";
}
.icon-electronics-062:before {
	content: "\e000";
}
.icon-electronics-061:before {
	content: "\e001";
}
.icon-electronics-074:before {
	content: "\e002";
}
.icon-electronics-075:before {
	content: "\e003";
}
.icon-electronics-088:before {
	content: "\e004";
}
.icon-electronics-087:before {
	content: "\e005";
}
.icon-electronics-089:before {
	content: "\e006";
}
.icon-electronics-102:before {
	content: "\e007";
}
.icon-electronics-101:before {
	content: "\e008";
}
.icon-electronics-100:before {
	content: "\e009";
}
.icon-electronics-105:before {
	content: "\e00a";
}
.icon-electronics-118:before {
	content: "\e00b";
}
.icon-electronics-131:before {
	content: "\e00c";
}
.icon-electronics-144:before {
	content: "\e00d";
}
.icon-electronics-157:before {
	content: "\e00e";
}
.icon-electronics-158:before {
	content: "\e00f";
}
.icon-electronics-145:before {
	content: "\e010";
}
.icon-electronics-132:before {
	content: "\e011";
}
.icon-electronics-119:before {
	content: "\e012";
}
.icon-electronics-106:before {
	content: "\e013";
}
.icon-electronics-107:before {
	content: "\e014";
}
.icon-electronics-120:before {
	content: "\e015";
}
.icon-electronics-133:before {
	content: "\e016";
}
.icon-electronics-146:before {
	content: "\e017";
}
.icon-electronics-159:before {
	content: "\e018";
}
.icon-electronics-160:before {
	content: "\e019";
}
.icon-electronics-147:before {
	content: "\e01a";
}
.icon-electronics-134:before {
	content: "\e01b";
}
.icon-electronics-121:before {
	content: "\e01c";
}
.icon-electronics-108:before {
	content: "\e01d";
}
.icon-electronics-109:before {
	content: "\e01e";
}
.icon-electronics-122:before {
	content: "\e01f";
}
.icon-electronics-135:before {
	content: "\e020";
}
.icon-electronics-148:before {
	content: "\e021";
}
.icon-electronics-149:before {
	content: "\e022";
}
.icon-electronics-136:before {
	content: "\e023";
}
.icon-electronics-123:before {
	content: "\e024";
}
.icon-electronics-110:before {
	content: "\e025";
}
.icon-electronics-111:before {
	content: "\e026";
}
.icon-electronics-124:before {
	content: "\e027";
}
.icon-electronics-137:before {
	content: "\e028";
}
.icon-electronics-150:before {
	content: "\e029";
}
.icon-electronics-151:before {
	content: "\e02a";
}
.icon-electronics-138:before {
	content: "\e02b";
}
.icon-electronics-125:before {
	content: "\e02c";
}
.icon-electronics-112:before {
	content: "\e02d";
}
.icon-electronics-113:before {
	content: "\e02e";
}
.icon-electronics-126:before {
	content: "\e02f";
}
.icon-electronics-139:before {
	content: "\e030";
}
.icon-electronics-152:before {
	content: "\e031";
}
.icon-electronics-153:before {
	content: "\e032";
}
.icon-electronics-140:before {
	content: "\e033";
}
.icon-electronics-127:before {
	content: "\e034";
}
.icon-electronics-114:before {
	content: "\e035";
}
.icon-electronics-115:before {
	content: "\e036";
}
.icon-electronics-128:before {
	content: "\e037";
}
.icon-electronics-141:before {
	content: "\e038";
}
.icon-electronics-154:before {
	content: "\e039";
}
.icon-electronics-155:before {
	content: "\e03a";
}
.icon-electronics-142:before {
	content: "\e03b";
}
.icon-electronics-129:before {
	content: "\e03c";
}
.icon-electronics-116:before {
	content: "\e03d";
}
.icon-electronics-117:before {
	content: "\e03e";
}
.icon-electronics-130:before {
	content: "\e03f";
}
.icon-electronics-143:before {
	content: "\e040";
}
.icon-electronics-156:before {
	content: "\e041";
}


/* Finance */
@font-face {
	font-family: "finance";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/finance/webfont/finance.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/finance/webfont/finance.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/finance/webfont/finance.woff") format("woff"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/finance/webfont/finance.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/finance/webfont/finance.svg#finance") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-finance]:before {
	font-family: "finance" !important;
	content: attr(data-icon-finance);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-finance"]:before,
[class*=" icon-finance"]:before {
	font-family: "finance" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-finance-260:before {
	content: "a";
}
.icon-finance-259:before {
	content: "b";
}
.icon-finance-246:before {
	content: "c";
}
.icon-finance-247:before {
	content: "d";
}
.icon-finance-234:before {
	content: "e";
}
.icon-finance-233:before {
	content: "f";
}
.icon-finance-232:before {
	content: "g";
}
.icon-finance-245:before {
	content: "h";
}
.icon-finance-258:before {
	content: "i";
}
.icon-finance-257:before {
	content: "j";
}
.icon-finance-256:before {
	content: "k";
}
.icon-finance-243:before {
	content: "l";
}
.icon-finance-244:before {
	content: "m";
}
.icon-finance-231:before {
	content: "n";
}
.icon-finance-230:before {
	content: "o";
}
.icon-finance-229:before {
	content: "p";
}
.icon-finance-242:before {
	content: "q";
}
.icon-finance-255:before {
	content: "r";
}
.icon-finance-254:before {
	content: "s";
}
.icon-finance-241:before {
	content: "t";
}
.icon-finance-228:before {
	content: "u";
}
.icon-finance-227:before {
	content: "v";
}
.icon-finance-240:before {
	content: "w";
}
.icon-finance-253:before {
	content: "x";
}
.icon-finance-252:before {
	content: "y";
}
.icon-finance-239:before {
	content: "z";
}
.icon-finance-226:before {
	content: "A";
}
.icon-finance-225:before {
	content: "B";
}
.icon-finance-238:before {
	content: "C";
}
.icon-finance-251:before {
	content: "D";
}
.icon-finance-250:before {
	content: "E";
}
.icon-finance-237:before {
	content: "F";
}
.icon-finance-224:before {
	content: "G";
}
.icon-finance-223:before {
	content: "H";
}
.icon-finance-236:before {
	content: "I";
}
.icon-finance-249:before {
	content: "J";
}
.icon-finance-235:before {
	content: "K";
}
.icon-finance-222:before {
	content: "L";
}
.icon-finance-248:before {
	content: "M";
}
.icon-finance-209:before {
	content: "N";
}
.icon-finance-196:before {
	content: "O";
}
.icon-finance-183:before {
	content: "P";
}
.icon-finance-184:before {
	content: "Q";
}
.icon-finance-197:before {
	content: "R";
}
.icon-finance-210:before {
	content: "S";
}
.icon-finance-211:before {
	content: "T";
}
.icon-finance-198:before {
	content: "U";
}
.icon-finance-185:before {
	content: "V";
}
.icon-finance-186:before {
	content: "W";
}
.icon-finance-199:before {
	content: "X";
}
.icon-finance-212:before {
	content: "Y";
}
.icon-finance-213:before {
	content: "Z";
}
.icon-finance-200:before {
	content: "0";
}
.icon-finance-187:before {
	content: "1";
}
.icon-finance-188:before {
	content: "2";
}
.icon-finance-189:before {
	content: "3";
}
.icon-finance-201:before {
	content: "4";
}
.icon-finance-214:before {
	content: "5";
}
.icon-finance-215:before {
	content: "6";
}
.icon-finance-202:before {
	content: "7";
}
.icon-finance-216:before {
	content: "8";
}
.icon-finance-203:before {
	content: "9";
}
.icon-finance-204:before {
	content: "!";
}
.icon-finance-217:before {
	content: "\"";
}
.icon-finance-191:before {
	content: "#";
}
.icon-finance-190:before {
	content: "$";
}
.icon-finance-192:before {
	content: "%";
}
.icon-finance-205:before {
	content: "&";
}
.icon-finance-218:before {
	content: "'";
}
.icon-finance-219:before {
	content: "(";
}
.icon-finance-206:before {
	content: ")";
}
.icon-finance-193:before {
	content: "*";
}
.icon-finance-194:before {
	content: "+";
}
.icon-finance-207:before {
	content: ",";
}
.icon-finance-220:before {
	content: "-";
}
.icon-finance-221:before {
	content: ".";
}
.icon-finance-208:before {
	content: "/";
}
.icon-finance-195:before {
	content: ":";
}
.icon-finance-182:before {
	content: ";";
}
.icon-finance-181:before {
	content: "<";
}
.icon-finance-180:before {
	content: "=";
}
.icon-finance-167:before {
	content: ">";
}
.icon-finance-168:before {
	content: "?";
}
.icon-finance-169:before {
	content: "@";
}
.icon-finance-156:before {
	content: "[";
}
.icon-finance-155:before {
	content: "]";
}
.icon-finance-154:before {
	content: "^";
}
.icon-finance-141:before {
	content: "_";
}
.icon-finance-142:before {
	content: "`";
}
.icon-finance-143:before {
	content: "{";
}
.icon-finance-130:before {
	content: "|";
}
.icon-finance-129:before {
	content: "}";
}
.icon-finance-128:before {
	content: "~";
}
.icon-finance-127:before {
	content: "\\";
}
.icon-finance-140:before {
	content: "\e000";
}
.icon-finance-139:before {
	content: "\e001";
}
.icon-finance-126:before {
	content: "\e002";
}
.icon-finance-125:before {
	content: "\e003";
}
.icon-finance-138:before {
	content: "\e004";
}
.icon-finance-151:before {
	content: "\e005";
}
.icon-finance-152:before {
	content: "\e006";
}
.icon-finance-153:before {
	content: "\e007";
}
.icon-finance-166:before {
	content: "\e008";
}
.icon-finance-179:before {
	content: "\e009";
}
.icon-finance-178:before {
	content: "\e00a";
}
.icon-finance-165:before {
	content: "\e00b";
}
.icon-finance-164:before {
	content: "\e00c";
}
.icon-finance-177:before {
	content: "\e00d";
}
.icon-finance-176:before {
	content: "\e00e";
}
.icon-finance-163:before {
	content: "\e00f";
}
.icon-finance-150:before {
	content: "\e010";
}
.icon-finance-137:before {
	content: "\e011";
}
.icon-finance-124:before {
	content: "\e012";
}
.icon-finance-123:before {
	content: "\e013";
}
.icon-finance-136:before {
	content: "\e014";
}
.icon-finance-149:before {
	content: "\e015";
}
.icon-finance-162:before {
	content: "\e016";
}
.icon-finance-175:before {
	content: "\e017";
}
.icon-finance-174:before {
	content: "\e018";
}
.icon-finance-161:before {
	content: "\e019";
}
.icon-finance-148:before {
	content: "\e01a";
}
.icon-finance-135:before {
	content: "\e01b";
}
.icon-finance-122:before {
	content: "\e01c";
}
.icon-finance-121:before {
	content: "\e01d";
}
.icon-finance-134:before {
	content: "\e01e";
}
.icon-finance-147:before {
	content: "\e01f";
}
.icon-finance-160:before {
	content: "\e020";
}
.icon-finance-173:before {
	content: "\e021";
}
.icon-finance-172:before {
	content: "\e022";
}
.icon-finance-146:before {
	content: "\e023";
}
.icon-finance-133:before {
	content: "\e024";
}
.icon-finance-120:before {
	content: "\e025";
}
.icon-finance-159:before {
	content: "\e026";
}
.icon-finance-158:before {
	content: "\e027";
}
.icon-finance-171:before {
	content: "\e028";
}
.icon-finance-170:before {
	content: "\e029";
}
.icon-finance-157:before {
	content: "\e02a";
}
.icon-finance-144:before {
	content: "\e02b";
}
.icon-finance-145:before {
	content: "\e02c";
}
.icon-finance-132:before {
	content: "\e02d";
}
.icon-finance-131:before {
	content: "\e02e";
}
.icon-finance-118:before {
	content: "\e02f";
}
.icon-finance-119:before {
	content: "\e030";
}
.icon-finance-106:before {
	content: "\e031";
}
.icon-finance-105:before {
	content: "\e032";
}
.icon-finance-092:before {
	content: "\e033";
}
.icon-finance-093:before {
	content: "\e034";
}
.icon-finance-107:before {
	content: "\e035";
}
.icon-finance-094:before {
	content: "\e036";
}
.icon-finance-095:before {
	content: "\e037";
}
.icon-finance-108:before {
	content: "\e038";
}
.icon-finance-109:before {
	content: "\e039";
}
.icon-finance-096:before {
	content: "\e03a";
}
.icon-finance-097:before {
	content: "\e03b";
}
.icon-finance-110:before {
	content: "\e03c";
}
.icon-finance-111:before {
	content: "\e03d";
}
.icon-finance-098:before {
	content: "\e03e";
}
.icon-finance-099:before {
	content: "\e03f";
}
.icon-finance-112:before {
	content: "\e040";
}
.icon-finance-113:before {
	content: "\e041";
}
.icon-finance-100:before {
	content: "\e042";
}
.icon-finance-101:before {
	content: "\e043";
}
.icon-finance-114:before {
	content: "\e044";
}
.icon-finance-115:before {
	content: "\e045";
}
.icon-finance-102:before {
	content: "\e046";
}
.icon-finance-116:before {
	content: "\e048";
}
.icon-finance-117:before {
	content: "\e049";
}
.icon-finance-104:before {
	content: "\e047";
}
.icon-finance-103:before {
	content: "\e04a";
}
.icon-finance-014:before {
	content: "\e04b";
}
.icon-finance-027:before {
	content: "\e04c";
}
.icon-finance-040:before {
	content: "\e04d";
}
.icon-finance-053:before {
	content: "\e04e";
}
.icon-finance-066:before {
	content: "\e04f";
}
.icon-finance-079:before {
	content: "\e050";
}
.icon-finance-080:before {
	content: "\e051";
}
.icon-finance-067:before {
	content: "\e052";
}
.icon-finance-068:before {
	content: "\e053";
}
.icon-finance-081:before {
	content: "\e054";
}
.icon-finance-070:before {
	content: "\e055";
}
.icon-finance-083:before {
	content: "\e056";
}
.icon-finance-082:before {
	content: "\e057";
}
.icon-finance-069:before {
	content: "\e058";
}
.icon-finance-071:before {
	content: "\e059";
}
.icon-finance-084:before {
	content: "\e05a";
}
.icon-finance-085:before {
	content: "\e05b";
}
.icon-finance-072:before {
	content: "\e05c";
}
.icon-finance-073:before {
	content: "\e05d";
}
.icon-finance-086:before {
	content: "\e05e";
}
.icon-finance-087:before {
	content: "\e05f";
}
.icon-finance-074:before {
	content: "\e060";
}
.icon-finance-075:before {
	content: "\e061";
}
.icon-finance-088:before {
	content: "\e062";
}
.icon-finance-089:before {
	content: "\e063";
}
.icon-finance-076:before {
	content: "\e064";
}
.icon-finance-077:before {
	content: "\e065";
}
.icon-finance-090:before {
	content: "\e066";
}
.icon-finance-091:before {
	content: "\e067";
}
.icon-finance-078:before {
	content: "\e068";
}
.icon-finance-065:before {
	content: "\e069";
}
.icon-finance-052:before {
	content: "\e06a";
}
.icon-finance-039:before {
	content: "\e06b";
}
.icon-finance-026:before {
	content: "\e06c";
}
.icon-finance-025:before {
	content: "\e06d";
}
.icon-finance-038:before {
	content: "\e06e";
}
.icon-finance-051:before {
	content: "\e06f";
}
.icon-finance-064:before {
	content: "\e070";
}
.icon-finance-063:before {
	content: "\e071";
}
.icon-finance-050:before {
	content: "\e072";
}
.icon-finance-037:before {
	content: "\e073";
}
.icon-finance-024:before {
	content: "\e074";
}
.icon-finance-023:before {
	content: "\e075";
}
.icon-finance-036:before {
	content: "\e076";
}
.icon-finance-049:before {
	content: "\e077";
}
.icon-finance-062:before {
	content: "\e078";
}
.icon-finance-061:before {
	content: "\e079";
}
.icon-finance-048:before {
	content: "\e07a";
}
.icon-finance-035:before {
	content: "\e07b";
}
.icon-finance-022:before {
	content: "\e07c";
}
.icon-finance-021:before {
	content: "\e07d";
}
.icon-finance-034:before {
	content: "\e07e";
}
.icon-finance-047:before {
	content: "\e07f";
}
.icon-finance-060:before {
	content: "\e080";
}
.icon-finance-059:before {
	content: "\e081";
}
.icon-finance-046:before {
	content: "\e082";
}
.icon-finance-033:before {
	content: "\e083";
}
.icon-finance-020:before {
	content: "\e084";
}
.icon-finance-019:before {
	content: "\e085";
}
.icon-finance-032:before {
	content: "\e086";
}
.icon-finance-045:before {
	content: "\e087";
}
.icon-finance-058:before {
	content: "\e088";
}
.icon-finance-057:before {
	content: "\e089";
}
.icon-finance-044:before {
	content: "\e08a";
}
.icon-finance-031:before {
	content: "\e08b";
}
.icon-finance-018:before {
	content: "\e08c";
}
.icon-finance-017:before {
	content: "\e08d";
}
.icon-finance-030:before {
	content: "\e08e";
}
.icon-finance-043:before {
	content: "\e08f";
}
.icon-finance-056:before {
	content: "\e090";
}
.icon-finance-055:before {
	content: "\e091";
}
.icon-finance-042:before {
	content: "\e092";
}
.icon-finance-029:before {
	content: "\e093";
}
.icon-finance-016:before {
	content: "\e094";
}
.icon-finance-015:before {
	content: "\e095";
}
.icon-finance-028:before {
	content: "\e096";
}
.icon-finance-041:before {
	content: "\e097";
}
.icon-finance-054:before {
	content: "\e098";
}
.icon-finance-001:before {
	content: "\e099";
}
.icon-finance-002:before {
	content: "\e09a";
}
.icon-finance-003:before {
	content: "\e09b";
}
.icon-finance-004:before {
	content: "\e09c";
}
.icon-finance-005:before {
	content: "\e09d";
}
.icon-finance-006:before {
	content: "\e09e";
}
.icon-finance-007:before {
	content: "\e09f";
}
.icon-finance-008:before {
	content: "\e0a0";
}
.icon-finance-009:before {
	content: "\e0a1";
}
.icon-finance-010:before {
	content: "\e0a2";
}
.icon-finance-011:before {
	content: "\e0a3";
}
.icon-finance-012:before {
	content: "\e0a4";
}
.icon-finance-013:before {
	content: "\e0a5";
}

/* Food */
@font-face {
	font-family: "food-48";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/food/webfont/food-48.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/food/webfont/food-48.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/food/webfont/food-48.woff") format("woff"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/food/webfont/food-48.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/food/webfont/food-48.svg#food-48") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-food]:before {
	font-family: "food-48" !important;
	content: attr(data-icon-food);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-food"]:before,
[class*=" icon-food"]:before {
	font-family: "food-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-food-001:before {
	content: "a";
}
.icon-food-014:before {
	content: "b";
}
.icon-food-027:before {
	content: "c";
}
.icon-food-040:before {
	content: "d";
}
.icon-food-041:before {
	content: "e";
}
.icon-food-028:before {
	content: "f";
}
.icon-food-015:before {
	content: "g";
}
.icon-food-002:before {
	content: "h";
}
.icon-food-003:before {
	content: "i";
}
.icon-food-016:before {
	content: "j";
}
.icon-food-029:before {
	content: "k";
}
.icon-food-042:before {
	content: "l";
}
.icon-food-043:before {
	content: "m";
}
.icon-food-030:before {
	content: "n";
}
.icon-food-017:before {
	content: "o";
}
.icon-food-004:before {
	content: "p";
}
.icon-food-005:before {
	content: "q";
}
.icon-food-018:before {
	content: "r";
}
.icon-food-031:before {
	content: "s";
}
.icon-food-044:before {
	content: "t";
}
.icon-food-045:before {
	content: "u";
}
.icon-food-032:before {
	content: "v";
}
.icon-food-019:before {
	content: "w";
}
.icon-food-006:before {
	content: "x";
}
.icon-food-007:before {
	content: "y";
}
.icon-food-020:before {
	content: "z";
}
.icon-food-033:before {
	content: "A";
}
.icon-food-046:before {
	content: "B";
}
.icon-food-047:before {
	content: "C";
}
.icon-food-034:before {
	content: "D";
}
.icon-food-021:before {
	content: "E";
}
.icon-food-008:before {
	content: "F";
}
.icon-food-009:before {
	content: "G";
}
.icon-food-022:before {
	content: "H";
}
.icon-food-035:before {
	content: "I";
}
.icon-food-048:before {
	content: "J";
}
.icon-food-049:before {
	content: "K";
}
.icon-food-036:before {
	content: "L";
}
.icon-food-023:before {
	content: "M";
}
.icon-food-010:before {
	content: "N";
}
.icon-food-011:before {
	content: "O";
}
.icon-food-024:before {
	content: "P";
}
.icon-food-037:before {
	content: "Q";
}
.icon-food-050:before {
	content: "R";
}
.icon-food-051:before {
	content: "S";
}
.icon-food-038:before {
	content: "T";
}
.icon-food-025:before {
	content: "U";
}
.icon-food-012:before {
	content: "V";
}
.icon-food-013:before {
	content: "W";
}
.icon-food-026:before {
	content: "X";
}
.icon-food-039:before {
	content: "Y";
}
.icon-food-052:before {
	content: "Z";
}
.icon-food-065:before {
	content: "0";
}
.icon-food-078:before {
	content: "1";
}
.icon-food-091:before {
	content: "2";
}
.icon-food-104:before {
	content: "3";
}
.icon-food-103:before {
	content: "4";
}
.icon-food-090:before {
	content: "5";
}
.icon-food-077:before {
	content: "6";
}
.icon-food-064:before {
	content: "7";
}
.icon-food-063:before {
	content: "8";
}
.icon-food-076:before {
	content: "9";
}
.icon-food-089:before {
	content: "!";
}
.icon-food-102:before {
	content: "\"";
}
.icon-food-101:before {
	content: "#";
}
.icon-food-088:before {
	content: "$";
}
.icon-food-075:before {
	content: "%";
}
.icon-food-062:before {
	content: "&";
}
.icon-food-061:before {
	content: "'";
}
.icon-food-074:before {
	content: "(";
}
.icon-food-087:before {
	content: ")";
}
.icon-food-100:before {
	content: "*";
}
.icon-food-099:before {
	content: "+";
}
.icon-food-086:before {
	content: ",";
}
.icon-food-073:before {
	content: "-";
}
.icon-food-060:before {
	content: ".";
}
.icon-food-059:before {
	content: "/";
}
.icon-food-072:before {
	content: ":";
}
.icon-food-085:before {
	content: ";";
}
.icon-food-098:before {
	content: "<";
}
.icon-food-097:before {
	content: "=";
}
.icon-food-084:before {
	content: ">";
}
.icon-food-071:before {
	content: "?";
}
.icon-food-058:before {
	content: "@";
}
.icon-food-057:before {
	content: "[";
}
.icon-food-070:before {
	content: "]";
}
.icon-food-083:before {
	content: "^";
}
.icon-food-096:before {
	content: "_";
}
.icon-food-095:before {
	content: "`";
}
.icon-food-082:before {
	content: "{";
}
.icon-food-069:before {
	content: "|";
}
.icon-food-056:before {
	content: "}";
}
.icon-food-055:before {
	content: "~";
}
.icon-food-068:before {
	content: "\\";
}
.icon-food-081:before {
	content: "\e000";
}
.icon-food-094:before {
	content: "\e001";
}
.icon-food-093:before {
	content: "\e002";
}
.icon-food-080:before {
	content: "\e003";
}
.icon-food-067:before {
	content: "\e004";
}
.icon-food-054:before {
	content: "\e005";
}
.icon-food-053:before {
	content: "\e006";
}
.icon-food-066:before {
	content: "\e007";
}
.icon-food-079:before {
	content: "\e008";
}
.icon-food-092:before {
	content: "\e009";
}
.icon-food-105:before {
	content: "\e00a";
}
.icon-food-118:before {
	content: "\e00b";
}
.icon-food-131:before {
	content: "\e00c";
}
.icon-food-144:before {
	content: "\e00d";
}
.icon-food-157:before {
	content: "\e00e";
}
.icon-food-170:before {
	content: "\e00f";
}
.icon-food-171:before {
	content: "\e010";
}
.icon-food-158:before {
	content: "\e011";
}
.icon-food-145:before {
	content: "\e012";
}
.icon-food-132:before {
	content: "\e013";
}
.icon-food-119:before {
	content: "\e014";
}
.icon-food-106:before {
	content: "\e015";
}
.icon-food-107:before {
	content: "\e016";
}
.icon-food-120:before {
	content: "\e017";
}
.icon-food-133:before {
	content: "\e018";
}
.icon-food-146:before {
	content: "\e019";
}
.icon-food-159:before {
	content: "\e01a";
}
.icon-food-172:before {
	content: "\e01b";
}
.icon-food-173:before {
	content: "\e01c";
}
.icon-food-160:before {
	content: "\e01d";
}
.icon-food-147:before {
	content: "\e01e";
}
.icon-food-134:before {
	content: "\e01f";
}
.icon-food-121:before {
	content: "\e020";
}
.icon-food-108:before {
	content: "\e021";
}
.icon-food-109:before {
	content: "\e022";
}
.icon-food-122:before {
	content: "\e023";
}
.icon-food-135:before {
	content: "\e024";
}
.icon-food-148:before {
	content: "\e025";
}
.icon-food-161:before {
	content: "\e026";
}
.icon-food-174:before {
	content: "\e027";
}
.icon-food-175:before {
	content: "\e028";
}
.icon-food-162:before {
	content: "\e029";
}
.icon-food-149:before {
	content: "\e02a";
}
.icon-food-136:before {
	content: "\e02b";
}
.icon-food-123:before {
	content: "\e02c";
}
.icon-food-110:before {
	content: "\e02d";
}
.icon-food-111:before {
	content: "\e02e";
}
.icon-food-124:before {
	content: "\e02f";
}
.icon-food-137:before {
	content: "\e030";
}
.icon-food-150:before {
	content: "\e031";
}
.icon-food-163:before {
	content: "\e032";
}
.icon-food-176:before {
	content: "\e033";
}
.icon-food-177:before {
	content: "\e034";
}
.icon-food-164:before {
	content: "\e035";
}
.icon-food-151:before {
	content: "\e036";
}
.icon-food-138:before {
	content: "\e037";
}
.icon-food-125:before {
	content: "\e038";
}
.icon-food-112:before {
	content: "\e039";
}
.icon-food-113:before {
	content: "\e03a";
}
.icon-food-126:before {
	content: "\e03b";
}
.icon-food-139:before {
	content: "\e03c";
}
.icon-food-152:before {
	content: "\e03d";
}
.icon-food-165:before {
	content: "\e03e";
}
.icon-food-178:before {
	content: "\e03f";
}
.icon-food-191:before {
	content: "\e040";
}
.icon-food-192:before {
	content: "\e041";
}
.icon-food-166:before {
	content: "\e042";
}
.icon-food-153:before {
	content: "\e043";
}
.icon-food-140:before {
	content: "\e044";
}
.icon-food-127:before {
	content: "\e045";
}
.icon-food-114:before {
	content: "\e046";
}
.icon-food-115:before {
	content: "\e047";
}
.icon-food-128:before {
	content: "\e048";
}
.icon-food-129:before {
	content: "\e049";
}
.icon-food-116:before {
	content: "\e04a";
}
.icon-food-117:before {
	content: "\e04b";
}
.icon-food-130:before {
	content: "\e04c";
}
.icon-food-143:before {
	content: "\e04d";
}
.icon-food-142:before {
	content: "\e04e";
}
.icon-food-141:before {
	content: "\e04f";
}
.icon-food-154:before {
	content: "\e050";
}
.icon-food-155:before {
	content: "\e051";
}
.icon-food-156:before {
	content: "\e052";
}
.icon-food-169:before {
	content: "\e053";
}
.icon-food-168:before {
	content: "\e054";
}
.icon-food-167:before {
	content: "\e055";
}
.icon-food-179:before {
	content: "\e056";
}
.icon-food-180:before {
	content: "\e057";
}
.icon-food-181:before {
	content: "\e058";
}
.icon-food-182:before {
	content: "\e059";
}
.icon-food-195:before {
	content: "\e05a";
}
.icon-food-194:before {
	content: "\e05b";
}
.icon-food-193:before {
	content: "\e05c";
}
.icon-food-190:before {
	content: "\e05d";
}
.icon-food-189:before {
	content: "\e05e";
}
.icon-food-188:before {
	content: "\e05f";
}
.icon-food-187:before {
	content: "\e060";
}
.icon-food-185:before {
	content: "\e061";
}
.icon-food-184:before {
	content: "\e062";
}
.icon-food-183:before {
	content: "\e063";
}
.icon-food-186:before {
	content: "\e064";
}
.icon-food-208:before {
	content: "\e065";
}
.icon-food-221:before {
	content: "\e066";
}
.icon-food-220:before {
	content: "\e067";
}
.icon-food-207:before {
	content: "\e068";
}
.icon-food-206:before {
	content: "\e069";
}
.icon-food-219:before {
	content: "\e06a";
}
.icon-food-205:before {
	content: "\e06b";
}
.icon-food-204:before {
	content: "\e06c";
}
.icon-food-217:before {
	content: "\e06d";
}
.icon-food-216:before {
	content: "\e06e";
}
.icon-food-203:before {
	content: "\e06f";
}
.icon-food-202:before {
	content: "\e070";
}
.icon-food-215:before {
	content: "\e071";
}
.icon-food-214:before {
	content: "\e072";
}
.icon-food-201:before {
	content: "\e073";
}
.icon-food-200:before {
	content: "\e074";
}
.icon-food-213:before {
	content: "\e075";
}
.icon-food-212:before {
	content: "\e076";
}
.icon-food-199:before {
	content: "\e077";
}
.icon-food-198:before {
	content: "\e078";
}
.icon-food-211:before {
	content: "\e079";
}
.icon-food-210:before {
	content: "\e07a";
}
.icon-food-197:before {
	content: "\e07b";
}
.icon-food-196:before {
	content: "\e07c";
}
.icon-food-209:before {
	content: "\e07d";
}
.icon-food-222:before {
	content: "\e07e";
}
.icon-food-235:before {
	content: "\e07f";
}
.icon-food-248:before {
	content: "\e080";
}
.icon-food-249:before {
	content: "\e081";
}
.icon-food-236:before {
	content: "\e082";
}
.icon-food-223:before {
	content: "\e083";
}
.icon-food-224:before {
	content: "\e084";
}
.icon-food-237:before {
	content: "\e085";
}
.icon-food-250:before {
	content: "\e086";
}
.icon-food-251:before {
	content: "\e087";
}
.icon-food-238:before {
	content: "\e088";
}
.icon-food-225:before {
	content: "\e089";
}
.icon-food-226:before {
	content: "\e08a";
}
.icon-food-239:before {
	content: "\e08b";
}
.icon-food-252:before {
	content: "\e08c";
}
.icon-food-253:before {
	content: "\e08d";
}
.icon-food-240:before {
	content: "\e08e";
}
.icon-food-227:before {
	content: "\e08f";
}
.icon-food-228:before {
	content: "\e090";
}
.icon-food-241:before {
	content: "\e091";
}
.icon-food-254:before {
	content: "\e092";
}
.icon-food-255:before {
	content: "\e093";
}
.icon-food-242:before {
	content: "\e094";
}
.icon-food-229:before {
	content: "\e095";
}
.icon-food-230:before {
	content: "\e096";
}
.icon-food-243:before {
	content: "\e097";
}
.icon-food-256:before {
	content: "\e098";
}
.icon-food-257:before {
	content: "\e099";
}
.icon-food-244:before {
	content: "\e09a";
}
.icon-food-231:before {
	content: "\e09b";
}
.icon-food-232:before {
	content: "\e09c";
}
.icon-food-245:before {
	content: "\e09d";
}
.icon-food-258:before {
	content: "\e09e";
}
.icon-food-218:before {
	content: "\e09f";
}
.icon-food-233:before {
	content: "\e0a0";
}
.icon-food-246:before {
	content: "\e0a1";
}
.icon-food-259:before {
	content: "\e0a2";
}
.icon-food-260:before {
	content: "\e0a3";
}
.icon-food-247:before {
	content: "\e0a4";
}
.icon-food-234:before {
	content: "\e0a5";
}
.icon-food-273:before {
	content: "\e0a6";
}
.icon-food-286:before {
	content: "\e0a7";
}
.icon-food-299:before {
	content: "\e0a8";
}
.icon-food-298:before {
	content: "\e0a9";
}
.icon-food-285:before {
	content: "\e0aa";
}
.icon-food-272:before {
	content: "\e0ab";
}
.icon-food-271:before {
	content: "\e0ac";
}
.icon-food-284:before {
	content: "\e0ad";
}
.icon-food-297:before {
	content: "\e0ae";
}
.icon-food-296:before {
	content: "\e0af";
}
.icon-food-283:before {
	content: "\e0b0";
}
.icon-food-270:before {
	content: "\e0b1";
}
.icon-food-269:before {
	content: "\e0b2";
}
.icon-food-282:before {
	content: "\e0b3";
}
.icon-food-295:before {
	content: "\e0b4";
}
.icon-food-294:before {
	content: "\e0b5";
}
.icon-food-281:before {
	content: "\e0b6";
}
.icon-food-268:before {
	content: "\e0b7";
}
.icon-food-267:before {
	content: "\e0b8";
}
.icon-food-280:before {
	content: "\e0b9";
}
.icon-food-293:before {
	content: "\e0ba";
}
.icon-food-292:before {
	content: "\e0bb";
}
.icon-food-279:before {
	content: "\e0bc";
}
.icon-food-266:before {
	content: "\e0bd";
}
.icon-food-265:before {
	content: "\e0be";
}
.icon-food-278:before {
	content: "\e0bf";
}
.icon-food-291:before {
	content: "\e0c0";
}
.icon-food-290:before {
	content: "\e0c1";
}
.icon-food-277:before {
	content: "\e0c2";
}
.icon-food-264:before {
	content: "\e0c3";
}
.icon-food-263:before {
	content: "\e0c4";
}
.icon-food-276:before {
	content: "\e0c5";
}
.icon-food-289:before {
	content: "\e0c6";
}
.icon-food-288:before {
	content: "\e0c7";
}
.icon-food-275:before {
	content: "\e0c8";
}
.icon-food-262:before {
	content: "\e0c9";
}
.icon-food-261:before {
	content: "\e0ca";
}
.icon-food-274:before {
	content: "\e0cb";
}
.icon-food-287:before {
	content: "\e0cc";
}
.icon-food-300:before {
	content: "\e0cd";
}

/* Furniture */
@font-face {
	font-family: "furniture";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/furniture/webfont/furniture.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/furniture/webfont/furniture.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/furniture/webfont/furniture.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/furniture/webfont/furniture.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/furniture/webfont/furniture.svg#furniture") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-furniture]:before {
	font-family: "furniture" !important;
	content: attr(data-icon-furniture);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-furniture"]:before,
[class*=" icon-furniture"]:before {
	font-family: "furniture" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-furniture-001:before {
	content: "a";
}
.icon-furniture-014:before {
	content: "b";
}
.icon-furniture-027:before {
	content: "c";
}
.icon-furniture-040:before {
	content: "d";
}
.icon-furniture-041:before {
	content: "e";
}
.icon-furniture-028:before {
	content: "f";
}
.icon-furniture-015:before {
	content: "g";
}
.icon-furniture-002:before {
	content: "h";
}
.icon-furniture-003:before {
	content: "i";
}
.icon-furniture-016:before {
	content: "j";
}
.icon-furniture-029:before {
	content: "k";
}
.icon-furniture-042:before {
	content: "l";
}
.icon-furniture-043:before {
	content: "m";
}
.icon-furniture-030:before {
	content: "n";
}
.icon-furniture-017:before {
	content: "o";
}
.icon-furniture-004:before {
	content: "p";
}
.icon-furniture-005:before {
	content: "q";
}
.icon-furniture-018:before {
	content: "r";
}
.icon-furniture-031:before {
	content: "s";
}
.icon-furniture-044:before {
	content: "t";
}
.icon-furniture-045:before {
	content: "u";
}
.icon-furniture-032:before {
	content: "v";
}
.icon-furniture-019:before {
	content: "w";
}
.icon-furniture-006:before {
	content: "x";
}
.icon-furniture-007:before {
	content: "y";
}
.icon-furniture-020:before {
	content: "z";
}
.icon-furniture-033:before {
	content: "A";
}
.icon-furniture-046:before {
	content: "B";
}
.icon-furniture-047:before {
	content: "C";
}
.icon-furniture-034:before {
	content: "D";
}
.icon-furniture-021:before {
	content: "E";
}
.icon-furniture-008:before {
	content: "F";
}
.icon-furniture-009:before {
	content: "G";
}
.icon-furniture-022:before {
	content: "H";
}
.icon-furniture-035:before {
	content: "I";
}
.icon-furniture-048:before {
	content: "J";
}
.icon-furniture-049:before {
	content: "K";
}
.icon-furniture-036:before {
	content: "L";
}
.icon-furniture-023:before {
	content: "M";
}
.icon-furniture-010:before {
	content: "N";
}
.icon-furniture-011:before {
	content: "O";
}
.icon-furniture-024:before {
	content: "P";
}
.icon-furniture-037:before {
	content: "Q";
}
.icon-furniture-050:before {
	content: "R";
}
.icon-furniture-051:before {
	content: "S";
}
.icon-furniture-038:before {
	content: "T";
}
.icon-furniture-025:before {
	content: "U";
}
.icon-furniture-012:before {
	content: "V";
}
.icon-furniture-013:before {
	content: "W";
}
.icon-furniture-026:before {
	content: "X";
}
.icon-furniture-039:before {
	content: "Y";
}
.icon-furniture-052:before {
	content: "Z";
}
.icon-furniture-065:before {
	content: "0";
}
.icon-furniture-064:before {
	content: "1";
}
.icon-furniture-063:before {
	content: "2";
}
.icon-furniture-062:before {
	content: "3";
}
.icon-furniture-061:before {
	content: "4";
}
.icon-furniture-060:before {
	content: "5";
}
.icon-furniture-059:before {
	content: "6";
}
.icon-furniture-058:before {
	content: "7";
}
.icon-furniture-057:before {
	content: "8";
}
.icon-furniture-056:before {
	content: "9";
}
.icon-furniture-055:before {
	content: "!";
}
.icon-furniture-054:before {
	content: "\"";
}
.icon-furniture-053:before {
	content: "#";
}
.icon-furniture-066:before {
	content: "$";
}
.icon-furniture-079:before {
	content: "%";
}
.icon-furniture-092:before {
	content: "&";
}
.icon-furniture-093:before {
	content: "'";
}
.icon-furniture-080:before {
	content: "(";
}
.icon-furniture-067:before {
	content: ")";
}
.icon-furniture-068:before {
	content: "*";
}
.icon-furniture-081:before {
	content: "+";
}
.icon-furniture-094:before {
	content: ",";
}
.icon-furniture-095:before {
	content: "-";
}
.icon-furniture-082:before {
	content: ".";
}
.icon-furniture-069:before {
	content: "/";
}
.icon-furniture-070:before {
	content: ":";
}
.icon-furniture-083:before {
	content: ";";
}
.icon-furniture-096:before {
	content: "<";
}
.icon-furniture-097:before {
	content: "=";
}
.icon-furniture-084:before {
	content: ">";
}
.icon-furniture-071:before {
	content: "?";
}
.icon-furniture-073:before {
	content: "@";
}
.icon-furniture-072:before {
	content: "[";
}
.icon-furniture-085:before {
	content: "]";
}
.icon-furniture-098:before {
	content: "^";
}
.icon-furniture-099:before {
	content: "_";
}
.icon-furniture-086:before {
	content: "`";
}
.icon-furniture-087:before {
	content: "{";
}
.icon-furniture-100:before {
	content: "|";
}
.icon-furniture-075:before {
	content: "}";
}
.icon-furniture-074:before {
	content: "~";
}
.icon-furniture-076:before {
	content: "\\";
}
.icon-furniture-089:before {
	content: "\e000";
}
.icon-furniture-088:before {
	content: "\e001";
}
.icon-furniture-090:before {
	content: "\e002";
}
.icon-furniture-077:before {
	content: "\e003";
}
.icon-furniture-078:before {
	content: "\e004";
}
.icon-furniture-091:before {
	content: "\e005";
}


@charset "UTF-8";

@font-face {
	font-family: "hotel-restaurant";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/hotel-restaurant/webfont/hotel-restaurant.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/hotel-restaurant/webfont/hotel-restaurant.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/hotel-restaurant/webfont/hotel-restaurant.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/hotel-restaurant/webfont/hotel-restaurant.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/hotel-restaurant/webfont/hotel-restaurant.svg#hotel-restaurant") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-hotel-restaurant]:before {
	font-family: "hotel-restaurant" !important;
	content: attr(data-icon-hotel-restaurant);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-hotel-restaurant"]:before,
[class*=" icon-hotel-restaurant"]:before {
	font-family: "hotel-restaurant" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-hotel-restaurant-001:before {
	content: "a";
}
.icon-hotel-restaurant-002:before {
	content: "b";
}
.icon-hotel-restaurant-003:before {
	content: "c";
}
.icon-hotel-restaurant-004:before {
	content: "d";
}
.icon-hotel-restaurant-005:before {
	content: "e";
}
.icon-hotel-restaurant-006:before {
	content: "f";
}
.icon-hotel-restaurant-007:before {
	content: "g";
}
.icon-hotel-restaurant-008:before {
	content: "h";
}
.icon-hotel-restaurant-009:before {
	content: "i";
}
.icon-hotel-restaurant-010:before {
	content: "j";
}
.icon-hotel-restaurant-011:before {
	content: "k";
}
.icon-hotel-restaurant-065:before {
	content: "l";
}
.icon-hotel-restaurant-012:before {
	content: "m";
}
.icon-hotel-restaurant-013:before {
	content: "n";
}
.icon-hotel-restaurant-026:before {
	content: "o";
}
.icon-hotel-restaurant-025:before {
	content: "p";
}
.icon-hotel-restaurant-024:before {
	content: "q";
}
.icon-hotel-restaurant-023:before {
	content: "r";
}
.icon-hotel-restaurant-022:before {
	content: "s";
}
.icon-hotel-restaurant-021:before {
	content: "t";
}
.icon-hotel-restaurant-020:before {
	content: "u";
}
.icon-hotel-restaurant-019:before {
	content: "v";
}
.icon-hotel-restaurant-018:before {
	content: "w";
}
.icon-hotel-restaurant-017:before {
	content: "x";
}
.icon-hotel-restaurant-016:before {
	content: "y";
}
.icon-hotel-restaurant-015:before {
	content: "z";
}
.icon-hotel-restaurant-014:before {
	content: "A";
}
.icon-hotel-restaurant-027:before {
	content: "B";
}
.icon-hotel-restaurant-028:before {
	content: "C";
}
.icon-hotel-restaurant-029:before {
	content: "D";
}
.icon-hotel-restaurant-030:before {
	content: "E";
}
.icon-hotel-restaurant-031:before {
	content: "F";
}
.icon-hotel-restaurant-032:before {
	content: "G";
}
.icon-hotel-restaurant-033:before {
	content: "H";
}
.icon-hotel-restaurant-034:before {
	content: "I";
}
.icon-hotel-restaurant-035:before {
	content: "J";
}
.icon-hotel-restaurant-036:before {
	content: "K";
}
.icon-hotel-restaurant-038:before {
	content: "L";
}
.icon-hotel-restaurant-039:before {
	content: "M";
}
.icon-hotel-restaurant-037:before {
	content: "N";
}
.icon-hotel-restaurant-052:before {
	content: "O";
}
.icon-hotel-restaurant-051:before {
	content: "P";
}
.icon-hotel-restaurant-050:before {
	content: "Q";
}
.icon-hotel-restaurant-049:before {
	content: "R";
}
.icon-hotel-restaurant-048:before {
	content: "S";
}
.icon-hotel-restaurant-047:before {
	content: "T";
}
.icon-hotel-restaurant-046:before {
	content: "U";
}
.icon-hotel-restaurant-045:before {
	content: "V";
}
.icon-hotel-restaurant-044:before {
	content: "W";
}
.icon-hotel-restaurant-042:before {
	content: "X";
}
.icon-hotel-restaurant-041:before {
	content: "Y";
}
.icon-hotel-restaurant-040:before {
	content: "Z";
}
.icon-hotel-restaurant-043:before {
	content: "0";
}
.icon-hotel-restaurant-053:before {
	content: "1";
}
.icon-hotel-restaurant-054:before {
	content: "2";
}
.icon-hotel-restaurant-055:before {
	content: "3";
}
.icon-hotel-restaurant-056:before {
	content: "4";
}
.icon-hotel-restaurant-057:before {
	content: "5";
}
.icon-hotel-restaurant-058:before {
	content: "6";
}
.icon-hotel-restaurant-059:before {
	content: "7";
}
.icon-hotel-restaurant-060:before {
	content: "8";
}
.icon-hotel-restaurant-061:before {
	content: "9";
}
.icon-hotel-restaurant-062:before {
	content: "!";
}
.icon-hotel-restaurant-063:before {
	content: "\"";
}
.icon-hotel-restaurant-064:before {
	content: "#";
}
.icon-hotel-restaurant-066:before {
	content: "$";
}
.icon-hotel-restaurant-079:before {
	content: "%";
}
.icon-hotel-restaurant-092:before {
	content: "&";
}
.icon-hotel-restaurant-105:before {
	content: "'";
}
.icon-hotel-restaurant-118:before {
	content: "(";
}
.icon-hotel-restaurant-131:before {
	content: ")";
}
.icon-hotel-restaurant-144:before {
	content: "*";
}
.icon-hotel-restaurant-157:before {
	content: "+";
}
.icon-hotel-restaurant-067:before {
	content: ",";
}
.icon-hotel-restaurant-080:before {
	content: "-";
}
.icon-hotel-restaurant-068:before {
	content: ".";
}
.icon-hotel-restaurant-081:before {
	content: "/";
}
.icon-hotel-restaurant-093:before {
	content: ":";
}
.icon-hotel-restaurant-094:before {
	content: ";";
}
.icon-hotel-restaurant-095:before {
	content: "<";
}
.icon-hotel-restaurant-096:before {
	content: "=";
}
.icon-hotel-restaurant-097:before {
	content: ">";
}
.icon-hotel-restaurant-098:before {
	content: "?";
}
.icon-hotel-restaurant-099:before {
	content: "@";
}
.icon-hotel-restaurant-100:before {
	content: "[";
}
.icon-hotel-restaurant-101:before {
	content: "]";
}
.icon-hotel-restaurant-102:before {
	content: "^";
}
.icon-hotel-restaurant-103:before {
	content: "_";
}
.icon-hotel-restaurant-104:before {
	content: "`";
}
.icon-hotel-restaurant-091:before {
	content: "{";
}
.icon-hotel-restaurant-090:before {
	content: "|";
}
.icon-hotel-restaurant-089:before {
	content: "}";
}
.icon-hotel-restaurant-088:before {
	content: "~";
}
.icon-hotel-restaurant-087:before {
	content: "\\";
}
.icon-hotel-restaurant-086:before {
	content: "\e000";
}
.icon-hotel-restaurant-085:before {
	content: "\e001";
}
.icon-hotel-restaurant-084:before {
	content: "\e002";
}
.icon-hotel-restaurant-083:before {
	content: "\e003";
}
.icon-hotel-restaurant-082:before {
	content: "\e004";
}
.icon-hotel-restaurant-069:before {
	content: "\e005";
}
.icon-hotel-restaurant-070:before {
	content: "\e006";
}
.icon-hotel-restaurant-071:before {
	content: "\e007";
}
.icon-hotel-restaurant-072:before {
	content: "\e008";
}
.icon-hotel-restaurant-073:before {
	content: "\e009";
}
.icon-hotel-restaurant-074:before {
	content: "\e00a";
}
.icon-hotel-restaurant-075:before {
	content: "\e00b";
}
.icon-hotel-restaurant-076:before {
	content: "\e00c";
}
.icon-hotel-restaurant-077:before {
	content: "\e00d";
}
.icon-hotel-restaurant-078:before {
	content: "\e00e";
}
.icon-hotel-restaurant-117:before {
	content: "\e00f";
}
.icon-hotel-restaurant-116:before {
	content: "\e010";
}
.icon-hotel-restaurant-115:before {
	content: "\e011";
}
.icon-hotel-restaurant-114:before {
	content: "\e012";
}
.icon-hotel-restaurant-113:before {
	content: "\e013";
}
.icon-hotel-restaurant-112:before {
	content: "\e014";
}
.icon-hotel-restaurant-111:before {
	content: "\e015";
}
.icon-hotel-restaurant-110:before {
	content: "\e016";
}
.icon-hotel-restaurant-109:before {
	content: "\e017";
}
.icon-hotel-restaurant-108:before {
	content: "\e018";
}
.icon-hotel-restaurant-107:before {
	content: "\e019";
}
.icon-hotel-restaurant-106:before {
	content: "\e01a";
}
.icon-hotel-restaurant-119:before {
	content: "\e01b";
}
.icon-hotel-restaurant-120:before {
	content: "\e01c";
}
.icon-hotel-restaurant-121:before {
	content: "\e01d";
}
.icon-hotel-restaurant-122:before {
	content: "\e01e";
}
.icon-hotel-restaurant-123:before {
	content: "\e01f";
}
.icon-hotel-restaurant-124:before {
	content: "\e020";
}
.icon-hotel-restaurant-125:before {
	content: "\e021";
}
.icon-hotel-restaurant-126:before {
	content: "\e022";
}
.icon-hotel-restaurant-127:before {
	content: "\e023";
}
.icon-hotel-restaurant-128:before {
	content: "\e024";
}
.icon-hotel-restaurant-129:before {
	content: "\e025";
}
.icon-hotel-restaurant-130:before {
	content: "\e026";
}
.icon-hotel-restaurant-143:before {
	content: "\e027";
}
.icon-hotel-restaurant-142:before {
	content: "\e028";
}
.icon-hotel-restaurant-141:before {
	content: "\e029";
}
.icon-hotel-restaurant-140:before {
	content: "\e02a";
}
.icon-hotel-restaurant-139:before {
	content: "\e02b";
}
.icon-hotel-restaurant-138:before {
	content: "\e02c";
}
.icon-hotel-restaurant-137:before {
	content: "\e02d";
}
.icon-hotel-restaurant-136:before {
	content: "\e02e";
}
.icon-hotel-restaurant-135:before {
	content: "\e02f";
}
.icon-hotel-restaurant-134:before {
	content: "\e030";
}
.icon-hotel-restaurant-133:before {
	content: "\e031";
}
.icon-hotel-restaurant-132:before {
	content: "\e032";
}
.icon-hotel-restaurant-145:before {
	content: "\e033";
}
.icon-hotel-restaurant-146:before {
	content: "\e034";
}
.icon-hotel-restaurant-147:before {
	content: "\e035";
}
.icon-hotel-restaurant-148:before {
	content: "\e036";
}
.icon-hotel-restaurant-149:before {
	content: "\e037";
}
.icon-hotel-restaurant-150:before {
	content: "\e038";
}
.icon-hotel-restaurant-151:before {
	content: "\e039";
}
.icon-hotel-restaurant-152:before {
	content: "\e03a";
}
.icon-hotel-restaurant-153:before {
	content: "\e03b";
}
.icon-hotel-restaurant-154:before {
	content: "\e03c";
}
.icon-hotel-restaurant-155:before {
	content: "\e03d";
}
.icon-hotel-restaurant-156:before {
	content: "\e03e";
}
.icon-hotel-restaurant-169:before {
	content: "\e03f";
}
.icon-hotel-restaurant-168:before {
	content: "\e040";
}
.icon-hotel-restaurant-167:before {
	content: "\e041";
}
.icon-hotel-restaurant-166:before {
	content: "\e042";
}
.icon-hotel-restaurant-165:before {
	content: "\e043";
}
.icon-hotel-restaurant-164:before {
	content: "\e044";
}
.icon-hotel-restaurant-163:before {
	content: "\e045";
}
.icon-hotel-restaurant-162:before {
	content: "\e046";
}
.icon-hotel-restaurant-161:before {
	content: "\e047";
}
.icon-hotel-restaurant-160:before {
	content: "\e048";
}
.icon-hotel-restaurant-159:before {
	content: "\e049";
}
.icon-hotel-restaurant-158:before {
	content: "\e04a";
}
.icon-hotel-restaurant-170:before {
	content: "\e04b";
}
.icon-hotel-restaurant-171:before {
	content: "\e04c";
}
.icon-hotel-restaurant-172:before {
	content: "\e04d";
}
.icon-hotel-restaurant-173:before {
	content: "\e04e";
}
.icon-hotel-restaurant-174:before {
	content: "\e04f";
}
.icon-hotel-restaurant-175:before {
	content: "\e050";
}
.icon-hotel-restaurant-176:before {
	content: "\e051";
}
.icon-hotel-restaurant-177:before {
	content: "\e052";
}
.icon-hotel-restaurant-178:before {
	content: "\e053";
}
.icon-hotel-restaurant-179:before {
	content: "\e054";
}
.icon-hotel-restaurant-180:before {
	content: "\e055";
}
.icon-hotel-restaurant-181:before {
	content: "\e056";
}
.icon-hotel-restaurant-182:before {
	content: "\e057";
}
.icon-hotel-restaurant-195:before {
	content: "\e058";
}
.icon-hotel-restaurant-194:before {
	content: "\e059";
}
.icon-hotel-restaurant-193:before {
	content: "\e05a";
}
.icon-hotel-restaurant-192:before {
	content: "\e05b";
}
.icon-hotel-restaurant-191:before {
	content: "\e05c";
}
.icon-hotel-restaurant-190:before {
	content: "\e05d";
}
.icon-hotel-restaurant-189:before {
	content: "\e05e";
}
.icon-hotel-restaurant-188:before {
	content: "\e05f";
}
.icon-hotel-restaurant-187:before {
	content: "\e060";
}
.icon-hotel-restaurant-186:before {
	content: "\e061";
}
.icon-hotel-restaurant-185:before {
	content: "\e062";
}
.icon-hotel-restaurant-184:before {
	content: "\e063";
}
.icon-hotel-restaurant-183:before {
	content: "\e064";
}
.icon-hotel-restaurant-196:before {
	content: "\e065";
}
.icon-hotel-restaurant-197:before {
	content: "\e066";
}
.icon-hotel-restaurant-198:before {
	content: "\e067";
}
.icon-hotel-restaurant-199:before {
	content: "\e068";
}
.icon-hotel-restaurant-200:before {
	content: "\e069";
}
.icon-hotel-restaurant-201:before {
	content: "\e06a";
}
.icon-hotel-restaurant-202:before {
	content: "\e06b";
}
.icon-hotel-restaurant-203:before {
	content: "\e06c";
}
.icon-hotel-restaurant-204:before {
	content: "\e06d";
}
.icon-hotel-restaurant-205:before {
	content: "\e06e";
}
.icon-hotel-restaurant-206:before {
	content: "\e06f";
}
.icon-hotel-restaurant-207:before {
	content: "\e070";
}
.icon-hotel-restaurant-208:before {
	content: "\e071";
}
.icon-hotel-restaurant-221:before {
	content: "\e072";
}
.icon-hotel-restaurant-220:before {
	content: "\e073";
}
.icon-hotel-restaurant-219:before {
	content: "\e074";
}
.icon-hotel-restaurant-218:before {
	content: "\e075";
}
.icon-hotel-restaurant-217:before {
	content: "\e076";
}
.icon-hotel-restaurant-216:before {
	content: "\e077";
}
.icon-hotel-restaurant-215:before {
	content: "\e078";
}
.icon-hotel-restaurant-214:before {
	content: "\e079";
}
.icon-hotel-restaurant-213:before {
	content: "\e07a";
}
.icon-hotel-restaurant-212:before {
	content: "\e07b";
}
.icon-hotel-restaurant-211:before {
	content: "\e07c";
}
.icon-hotel-restaurant-210:before {
	content: "\e07d";
}
.icon-hotel-restaurant-209:before {
	content: "\e07e";
}
.icon-hotel-restaurant-222:before {
	content: "\e07f";
}
.icon-hotel-restaurant-223:before {
	content: "\e080";
}
.icon-hotel-restaurant-224:before {
	content: "\e081";
}
.icon-hotel-restaurant-225:before {
	content: "\e082";
}
.icon-hotel-restaurant-226:before {
	content: "\e083";
}
.icon-hotel-restaurant-227:before {
	content: "\e084";
}
.icon-hotel-restaurant-228:before {
	content: "\e085";
}
.icon-hotel-restaurant-229:before {
	content: "\e086";
}
.icon-hotel-restaurant-230:before {
	content: "\e087";
}
.icon-hotel-restaurant-231:before {
	content: "\e088";
}
.icon-hotel-restaurant-232:before {
	content: "\e089";
}
.icon-hotel-restaurant-233:before {
	content: "\e08a";
}
.icon-hotel-restaurant-234:before {
	content: "\e08b";
}
.icon-hotel-restaurant-247:before {
	content: "\e08c";
}
.icon-hotel-restaurant-246:before {
	content: "\e08d";
}
.icon-hotel-restaurant-245:before {
	content: "\e08e";
}
.icon-hotel-restaurant-244:before {
	content: "\e08f";
}
.icon-hotel-restaurant-243:before {
	content: "\e090";
}
.icon-hotel-restaurant-242:before {
	content: "\e091";
}
.icon-hotel-restaurant-241:before {
	content: "\e092";
}
.icon-hotel-restaurant-240:before {
	content: "\e093";
}
.icon-hotel-restaurant-239:before {
	content: "\e094";
}
.icon-hotel-restaurant-238:before {
	content: "\e095";
}
.icon-hotel-restaurant-237:before {
	content: "\e096";
}
.icon-hotel-restaurant-236:before {
	content: "\e097";
}
.icon-hotel-restaurant-235:before {
	content: "\e098";
}
.icon-hotel-restaurant-248:before {
	content: "\e099";
}
.icon-hotel-restaurant-249:before {
	content: "\e09a";
}
.icon-hotel-restaurant-250:before {
	content: "\e09b";
}

@charset "UTF-8";

@font-face {
	font-family: "media";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/media/webfont/media.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/media/webfont/media.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/media/webfont/media.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/media/webfont/media.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/media/webfont/media.svg#media") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-media]:before {
	font-family: "media" !important;
	content: attr(data-icon-media);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-media"]:before,
[class*=" icon-media"]:before {
	font-family: "media" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-media-001:before {
	content: "a";
}
.icon-media-014:before {
	content: "b";
}
.icon-media-027:before {
	content: "c";
}
.icon-media-040:before {
	content: "d";
}
.icon-media-041:before {
	content: "e";
}
.icon-media-028:before {
	content: "f";
}
.icon-media-015:before {
	content: "g";
}
.icon-media-002:before {
	content: "h";
}
.icon-media-003:before {
	content: "i";
}
.icon-media-016:before {
	content: "j";
}
.icon-media-029:before {
	content: "k";
}
.icon-media-042:before {
	content: "l";
}
.icon-media-043:before {
	content: "m";
}
.icon-media-030:before {
	content: "n";
}
.icon-media-017:before {
	content: "o";
}
.icon-media-004:before {
	content: "p";
}
.icon-media-005:before {
	content: "q";
}
.icon-media-018:before {
	content: "r";
}
.icon-media-031:before {
	content: "s";
}
.icon-media-044:before {
	content: "t";
}
.icon-media-045:before {
	content: "u";
}
.icon-media-032:before {
	content: "v";
}
.icon-media-019:before {
	content: "w";
}
.icon-media-006:before {
	content: "x";
}
.icon-media-007:before {
	content: "y";
}
.icon-media-020:before {
	content: "z";
}
.icon-media-033:before {
	content: "A";
}
.icon-media-046:before {
	content: "B";
}
.icon-media-047:before {
	content: "C";
}
.icon-media-034:before {
	content: "D";
}
.icon-media-021:before {
	content: "E";
}
.icon-media-008:before {
	content: "F";
}
.icon-media-009:before {
	content: "G";
}
.icon-media-022:before {
	content: "H";
}
.icon-media-035:before {
	content: "I";
}
.icon-media-048:before {
	content: "J";
}
.icon-media-049:before {
	content: "K";
}
.icon-media-036:before {
	content: "L";
}
.icon-media-023:before {
	content: "M";
}
.icon-media-010:before {
	content: "N";
}
.icon-media-011:before {
	content: "O";
}
.icon-media-024:before {
	content: "P";
}
.icon-media-037:before {
	content: "Q";
}
.icon-media-050:before {
	content: "R";
}
.icon-media-063:before {
	content: "S";
}
.icon-media-064:before {
	content: "T";
}
.icon-media-051:before {
	content: "U";
}
.icon-media-038:before {
	content: "V";
}
.icon-media-025:before {
	content: "W";
}
.icon-media-012:before {
	content: "X";
}
.icon-media-013:before {
	content: "Y";
}
.icon-media-026:before {
	content: "Z";
}
.icon-media-039:before {
	content: "0";
}
.icon-media-052:before {
	content: "1";
}
.icon-media-065:before {
	content: "2";
}
.icon-media-062:before {
	content: "3";
}
.icon-media-061:before {
	content: "4";
}
.icon-media-060:before {
	content: "5";
}
.icon-media-059:before {
	content: "6";
}
.icon-media-058:before {
	content: "7";
}
.icon-media-057:before {
	content: "8";
}
.icon-media-056:before {
	content: "9";
}
.icon-media-055:before {
	content: "!";
}
.icon-media-054:before {
	content: "\"";
}
.icon-media-053:before {
	content: "#";
}
.icon-media-066:before {
	content: "$";
}
.icon-media-079:before {
	content: "%";
}
.icon-media-092:before {
	content: "&";
}
.icon-media-105:before {
	content: "'";
}
.icon-media-118:before {
	content: "(";
}
.icon-media-119:before {
	content: ")";
}
.icon-media-106:before {
	content: "*";
}
.icon-media-093:before {
	content: "+";
}
.icon-media-080:before {
	content: ",";
}
.icon-media-067:before {
	content: "-";
}
.icon-media-068:before {
	content: ".";
}
.icon-media-081:before {
	content: "/";
}
.icon-media-094:before {
	content: ":";
}
.icon-media-107:before {
	content: ";";
}
.icon-media-120:before {
	content: "<";
}
.icon-media-121:before {
	content: "=";
}
.icon-media-108:before {
	content: ">";
}
.icon-media-095:before {
	content: "?";
}
.icon-media-082:before {
	content: "@";
}
.icon-media-069:before {
	content: "[";
}
.icon-media-070:before {
	content: "]";
}
.icon-media-083:before {
	content: "^";
}
.icon-media-096:before {
	content: "_";
}
.icon-media-109:before {
	content: "`";
}
.icon-media-122:before {
	content: "{";
}
.icon-media-123:before {
	content: "|";
}
.icon-media-110:before {
	content: "}";
}
.icon-media-097:before {
	content: "~";
}
.icon-media-084:before {
	content: "\\";
}
.icon-media-071:before {
	content: "\e000";
}
.icon-media-072:before {
	content: "\e001";
}
.icon-media-085:before {
	content: "\e002";
}
.icon-media-098:before {
	content: "\e003";
}
.icon-media-111:before {
	content: "\e004";
}
.icon-media-124:before {
	content: "\e005";
}
.icon-media-125:before {
	content: "\e006";
}
.icon-media-112:before {
	content: "\e007";
}
.icon-media-099:before {
	content: "\e008";
}
.icon-media-086:before {
	content: "\e009";
}
.icon-media-073:before {
	content: "\e00a";
}
.icon-media-074:before {
	content: "\e00b";
}
.icon-media-087:before {
	content: "\e00c";
}
.icon-media-100:before {
	content: "\e00d";
}
.icon-media-113:before {
	content: "\e00e";
}
.icon-media-126:before {
	content: "\e00f";
}
.icon-media-127:before {
	content: "\e010";
}
.icon-media-114:before {
	content: "\e011";
}
.icon-media-101:before {
	content: "\e012";
}
.icon-media-088:before {
	content: "\e013";
}
.icon-media-075:before {
	content: "\e014";
}
.icon-media-076:before {
	content: "\e015";
}
.icon-media-089:before {
	content: "\e016";
}
.icon-media-090:before {
	content: "\e017";
}
.icon-media-077:before {
	content: "\e018";
}
.icon-media-078:before {
	content: "\e019";
}
.icon-media-091:before {
	content: "\e01a";
}
.icon-media-104:before {
	content: "\e01b";
}
.icon-media-103:before {
	content: "\e01c";
}
.icon-media-102:before {
	content: "\e01d";
}
.icon-media-115:before {
	content: "\e01e";
}
.icon-media-116:before {
	content: "\e01f";
}
.icon-media-117:before {
	content: "\e020";
}
.icon-media-130:before {
	content: "\e021";
}
.icon-media-129:before {
	content: "\e022";
}
.icon-media-128:before {
	content: "\e023";
}

/* medical-and-health */
@font-face {
	font-family: "medical-and-health";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/medical/webfont/medical-and-health.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/medical/webfont/medical-and-health.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/medical/webfont/medical-and-health.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/medical/webfont/medical-and-health.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/medical/webfont/medical-and-health.svg#medical-and-health") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-medical]:before {
	font-family: "medical-and-health" !important;
	content: attr(data-icon-medical);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-medical"]:before,
[class*=" icon-medical"]:before {
	font-family: "medical-and-health" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-medical-001:before {
	content: "a";
}
.icon-medical-002:before {
	content: "b";
}
.icon-medical-015:before {
	content: "c";
}
.icon-medical-014:before {
	content: "d";
}
.icon-medical-027:before {
	content: "e";
}
.icon-medical-028:before {
	content: "f";
}
.icon-medical-029:before {
	content: "g";
}
.icon-medical-016:before {
	content: "h";
}
.icon-medical-003:before {
	content: "i";
}
.icon-medical-004:before {
	content: "j";
}
.icon-medical-017:before {
	content: "k";
}
.icon-medical-030:before {
	content: "l";
}
.icon-medical-031:before {
	content: "m";
}
.icon-medical-018:before {
	content: "n";
}
.icon-medical-005:before {
	content: "o";
}
.icon-medical-006:before {
	content: "p";
}
.icon-medical-019:before {
	content: "q";
}
.icon-medical-032:before {
	content: "r";
}
.icon-medical-033:before {
	content: "s";
}
.icon-medical-020:before {
	content: "t";
}
.icon-medical-007:before {
	content: "u";
}
.icon-medical-008:before {
	content: "v";
}
.icon-medical-021:before {
	content: "w";
}
.icon-medical-034:before {
	content: "x";
}
.icon-medical-035:before {
	content: "y";
}
.icon-medical-022:before {
	content: "z";
}
.icon-medical-009:before {
	content: "A";
}
.icon-medical-010:before {
	content: "B";
}
.icon-medical-023:before {
	content: "C";
}
.icon-medical-036:before {
	content: "D";
}
.icon-medical-037:before {
	content: "E";
}
.icon-medical-024:before {
	content: "F";
}
.icon-medical-011:before {
	content: "G";
}
.icon-medical-012:before {
	content: "H";
}
.icon-medical-025:before {
	content: "I";
}
.icon-medical-038:before {
	content: "J";
}
.icon-medical-039:before {
	content: "K";
}
.icon-medical-026:before {
	content: "L";
}
.icon-medical-013:before {
	content: "M";
}
.icon-medical-040:before {
	content: "N";
}
.icon-medical-053:before {
	content: "O";
}
.icon-medical-066:before {
	content: "P";
}
.icon-medical-079:before {
	content: "Q";
}
.icon-medical-092:before {
	content: "R";
}
.icon-medical-093:before {
	content: "S";
}
.icon-medical-080:before {
	content: "T";
}
.icon-medical-067:before {
	content: "U";
}
.icon-medical-054:before {
	content: "V";
}
.icon-medical-041:before {
	content: "W";
}
.icon-medical-042:before {
	content: "X";
}
.icon-medical-055:before {
	content: "Y";
}
.icon-medical-068:before {
	content: "Z";
}
.icon-medical-081:before {
	content: "0";
}
.icon-medical-094:before {
	content: "1";
}
.icon-medical-096:before {
	content: "2";
}
.icon-medical-082:before {
	content: "3";
}
.icon-medical-095:before {
	content: "4";
}
.icon-medical-069:before {
	content: "5";
}
.icon-medical-056:before {
	content: "6";
}
.icon-medical-043:before {
	content: "7";
}
.icon-medical-044:before {
	content: "8";
}
.icon-medical-057:before {
	content: "9";
}
.icon-medical-070:before {
	content: "!";
}
.icon-medical-083:before {
	content: "\"";
}
.icon-medical-084:before {
	content: "#";
}
.icon-medical-071:before {
	content: "$";
}
.icon-medical-058:before {
	content: "%";
}
.icon-medical-045:before {
	content: "&";
}
.icon-medical-046:before {
	content: "'";
}
.icon-medical-059:before {
	content: "(";
}
.icon-medical-098:before {
	content: ")";
}
.icon-medical-097:before {
	content: "*";
}
.icon-medical-085:before {
	content: "+";
}
.icon-medical-072:before {
	content: ",";
}
.icon-medical-073:before {
	content: "-";
}
.icon-medical-086:before {
	content: ".";
}
.icon-medical-099:before {
	content: "/";
}
.icon-medical-100:before {
	content: ":";
}
.icon-medical-087:before {
	content: ";";
}
.icon-medical-074:before {
	content: "<";
}
.icon-medical-060:before {
	content: "=";
}
.icon-medical-061:before {
	content: ">";
}
.icon-medical-047:before {
	content: "?";
}
.icon-medical-048:before {
	content: "@";
}
.icon-medical-049:before {
	content: "[";
}
.icon-medical-062:before {
	content: "]";
}
.icon-medical-075:before {
	content: "^";
}
.icon-medical-088:before {
	content: "_";
}
.icon-medical-089:before {
	content: "`";
}
.icon-medical-076:before {
	content: "{";
}
.icon-medical-063:before {
	content: "|";
}
.icon-medical-050:before {
	content: "}";
}
.icon-medical-051:before {
	content: "~";
}
.icon-medical-064:before {
	content: "\\";
}
.icon-medical-077:before {
	content: "\e000";
}
.icon-medical-090:before {
	content: "\e001";
}
.icon-medical-091:before {
	content: "\e002";
}
.icon-medical-078:before {
	content: "\e003";
}
.icon-medical-065:before {
	content: "\e004";
}
.icon-medical-052:before {
	content: "\e005";
}

/* Music */
@font-face {
	font-family: "music";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/music/webfont/music.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/music/webfont/music.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/music/webfont/music.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/music/webfont/music.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/music/webfont/music.svg#music") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-music]:before {
	font-family: "music" !important;
	content: attr(data-icon-music);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-music"]:before,
[class*=" icon-music"]:before {
	font-family: "music" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-music-001:before {
	content: "a";
}
.icon-music-014:before {
	content: "b";
}
.icon-music-027:before {
	content: "c";
}
.icon-music-040:before {
	content: "d";
}
.icon-music-053:before {
	content: "e";
}
.icon-music-054:before {
	content: "f";
}
.icon-music-041:before {
	content: "g";
}
.icon-music-028:before {
	content: "h";
}
.icon-music-015:before {
	content: "i";
}
.icon-music-002:before {
	content: "j";
}
.icon-music-003:before {
	content: "k";
}
.icon-music-016:before {
	content: "l";
}
.icon-music-029:before {
	content: "m";
}
.icon-music-042:before {
	content: "n";
}
.icon-music-055:before {
	content: "o";
}
.icon-music-056:before {
	content: "p";
}
.icon-music-043:before {
	content: "q";
}
.icon-music-030:before {
	content: "r";
}
.icon-music-017:before {
	content: "s";
}
.icon-music-004:before {
	content: "t";
}
.icon-music-005:before {
	content: "u";
}
.icon-music-018:before {
	content: "v";
}
.icon-music-031:before {
	content: "w";
}
.icon-music-044:before {
	content: "x";
}
.icon-music-057:before {
	content: "y";
}
.icon-music-058:before {
	content: "z";
}
.icon-music-045:before {
	content: "A";
}
.icon-music-032:before {
	content: "B";
}
.icon-music-019:before {
	content: "C";
}
.icon-music-006:before {
	content: "D";
}
.icon-music-007:before {
	content: "E";
}
.icon-music-020:before {
	content: "F";
}
.icon-music-033:before {
	content: "G";
}
.icon-music-046:before {
	content: "H";
}
.icon-music-059:before {
	content: "I";
}
.icon-music-060:before {
	content: "J";
}
.icon-music-047:before {
	content: "K";
}
.icon-music-034:before {
	content: "L";
}
.icon-music-021:before {
	content: "M";
}
.icon-music-008:before {
	content: "N";
}
.icon-music-009:before {
	content: "O";
}
.icon-music-022:before {
	content: "P";
}
.icon-music-035:before {
	content: "Q";
}
.icon-music-048:before {
	content: "R";
}
.icon-music-061:before {
	content: "S";
}
.icon-music-062:before {
	content: "T";
}
.icon-music-036:before {
	content: "U";
}
.icon-music-023:before {
	content: "V";
}
.icon-music-010:before {
	content: "W";
}
.icon-music-011:before {
	content: "X";
}
.icon-music-024:before {
	content: "Y";
}
.icon-music-037:before {
	content: "Z";
}
.icon-music-049:before {
	content: "0";
}
.icon-music-050:before {
	content: "1";
}
.icon-music-051:before {
	content: "2";
}
.icon-music-038:before {
	content: "3";
}
.icon-music-025:before {
	content: "4";
}
.icon-music-012:before {
	content: "5";
}
.icon-music-013:before {
	content: "6";
}
.icon-music-026:before {
	content: "7";
}
.icon-music-039:before {
	content: "8";
}
.icon-music-052:before {
	content: "9";
}
.icon-music-065:before {
	content: "!";
}
.icon-music-064:before {
	content: "\"";
}
.icon-music-063:before {
	content: "#";
}
.icon-music-078:before {
	content: "$";
}
.icon-music-091:before {
	content: "%";
}
.icon-music-090:before {
	content: "&";
}
.icon-music-077:before {
	content: "'";
}
.icon-music-076:before {
	content: "(";
}
.icon-music-089:before {
	content: ")";
}
.icon-music-088:before {
	content: "*";
}
.icon-music-075:before {
	content: "+";
}
.icon-music-074:before {
	content: ",";
}
.icon-music-087:before {
	content: "-";
}
.icon-music-086:before {
	content: ".";
}
.icon-music-073:before {
	content: "/";
}
.icon-music-072:before {
	content: ":";
}
.icon-music-085:before {
	content: ";";
}
.icon-music-084:before {
	content: "<";
}
.icon-music-071:before {
	content: "=";
}
.icon-music-070:before {
	content: ">";
}
.icon-music-083:before {
	content: "?";
}
.icon-music-082:before {
	content: "@";
}
.icon-music-069:before {
	content: "[";
}
.icon-music-068:before {
	content: "]";
}
.icon-music-081:before {
	content: "^";
}
.icon-music-080:before {
	content: "_";
}
.icon-music-067:before {
	content: "`";
}
.icon-music-066:before {
	content: "{";
}
.icon-music-079:before {
	content: "|";
}
.icon-music-092:before {
	content: "}";
}
.icon-music-093:before {
	content: "~";
}
.icon-music-094:before {
	content: "\\";
}
.icon-music-095:before {
	content: "\e000";
}
.icon-music-096:before {
	content: "\e001";
}
.icon-music-097:before {
	content: "\e002";
}
.icon-music-098:before {
	content: "\e003";
}
.icon-music-099:before {
	content: "\e004";
}
.icon-music-100:before {
	content: "\e005";
}

/* Real Estate */
@font-face {
	font-family: "real-estate";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/real-estate/webfont/real-estate.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/real-estate/webfont/real-estate.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/real-estate/webfont/real-estate.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/real-estate/webfont/real-estate.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/real-estate/webfont/real-estate.svg#real-estate") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-real-estate]:before {
	font-family: "real-estate" !important;
	content: attr(data-icon-real-estate);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-real-estate"]:before,
[class*=" icon-real-estate"]:before {
	font-family: "real-estate" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-real-estate-001:before {
	content: "a";
}
.icon-real-estate-014:before {
	content: "b";
}
.icon-real-estate-027:before {
	content: "c";
}
.icon-real-estate-040:before {
	content: "d";
}
.icon-real-estate-053:before {
	content: "e";
}
.icon-real-estate-066:before {
	content: "f";
}
.icon-real-estate-079:before {
	content: "g";
}
.icon-real-estate-080:before {
	content: "h";
}
.icon-real-estate-081:before {
	content: "i";
}
.icon-real-estate-082:before {
	content: "j";
}
.icon-real-estate-083:before {
	content: "k";
}
.icon-real-estate-084:before {
	content: "l";
}
.icon-real-estate-085:before {
	content: "m";
}
.icon-real-estate-086:before {
	content: "n";
}
.icon-real-estate-087:before {
	content: "o";
}
.icon-real-estate-088:before {
	content: "p";
}
.icon-real-estate-089:before {
	content: "q";
}
.icon-real-estate-090:before {
	content: "r";
}
.icon-real-estate-077:before {
	content: "s";
}
.icon-real-estate-078:before {
	content: "t";
}
.icon-real-estate-065:before {
	content: "u";
}
.icon-real-estate-064:before {
	content: "v";
}
.icon-real-estate-063:before {
	content: "w";
}
.icon-real-estate-076:before {
	content: "x";
}
.icon-real-estate-075:before {
	content: "y";
}
.icon-real-estate-062:before {
	content: "z";
}
.icon-real-estate-061:before {
	content: "A";
}
.icon-real-estate-074:before {
	content: "B";
}
.icon-real-estate-073:before {
	content: "C";
}
.icon-real-estate-059:before {
	content: "D";
}
.icon-real-estate-072:before {
	content: "E";
}
.icon-real-estate-060:before {
	content: "F";
}
.icon-real-estate-058:before {
	content: "G";
}
.icon-real-estate-071:before {
	content: "H";
}
.icon-real-estate-070:before {
	content: "I";
}
.icon-real-estate-057:before {
	content: "J";
}
.icon-real-estate-056:before {
	content: "K";
}
.icon-real-estate-069:before {
	content: "L";
}
.icon-real-estate-068:before {
	content: "M";
}
.icon-real-estate-055:before {
	content: "N";
}
.icon-real-estate-054:before {
	content: "O";
}
.icon-real-estate-067:before {
	content: "P";
}
.icon-real-estate-041:before {
	content: "Q";
}
.icon-real-estate-028:before {
	content: "R";
}
.icon-real-estate-015:before {
	content: "S";
}
.icon-real-estate-002:before {
	content: "T";
}
.icon-real-estate-003:before {
	content: "U";
}
.icon-real-estate-016:before {
	content: "V";
}
.icon-real-estate-029:before {
	content: "W";
}
.icon-real-estate-042:before {
	content: "X";
}
.icon-real-estate-043:before {
	content: "Y";
}
.icon-real-estate-030:before {
	content: "Z";
}
.icon-real-estate-017:before {
	content: "0";
}
.icon-real-estate-004:before {
	content: "1";
}
.icon-real-estate-005:before {
	content: "2";
}
.icon-real-estate-018:before {
	content: "3";
}
.icon-real-estate-031:before {
	content: "4";
}
.icon-real-estate-044:before {
	content: "5";
}
.icon-real-estate-045:before {
	content: "6";
}
.icon-real-estate-032:before {
	content: "7";
}
.icon-real-estate-019:before {
	content: "8";
}
.icon-real-estate-006:before {
	content: "9";
}
.icon-real-estate-008:before {
	content: "!";
}
.icon-real-estate-020:before {
	content: "\"";
}
.icon-real-estate-007:before {
	content: "#";
}
.icon-real-estate-021:before {
	content: "$";
}
.icon-real-estate-033:before {
	content: "%";
}
.icon-real-estate-034:before {
	content: "&";
}
.icon-real-estate-047:before {
	content: "'";
}
.icon-real-estate-046:before {
	content: "(";
}
.icon-real-estate-048:before {
	content: ")";
}
.icon-real-estate-035:before {
	content: "*";
}
.icon-real-estate-022:before {
	content: "+";
}
.icon-real-estate-009:before {
	content: ",";
}
.icon-real-estate-011:before {
	content: "-";
}
.icon-real-estate-023:before {
	content: ".";
}
.icon-real-estate-010:before {
	content: "/";
}
.icon-real-estate-024:before {
	content: ":";
}
.icon-real-estate-037:before {
	content: ";";
}
.icon-real-estate-036:before {
	content: "<";
}
.icon-real-estate-049:before {
	content: "=";
}
.icon-real-estate-050:before {
	content: ">";
}
.icon-real-estate-051:before {
	content: "?";
}
.icon-real-estate-038:before {
	content: "@";
}
.icon-real-estate-039:before {
	content: "[";
}
.icon-real-estate-052:before {
	content: "]";
}
.icon-real-estate-026:before {
	content: "^";
}
.icon-real-estate-025:before {
	content: "_";
}
.icon-real-estate-012:before {
	content: "`";
}
.icon-real-estate-013:before {
	content: "{";
}

/* Science */
@font-face {
	font-family: "science";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/science/webfont/science.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/science/webfont/science.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/science/webfont/science.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/science/webfont/science.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/science/webfont/science.svg#science") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-science]:before {
	font-family: "science" !important;
	content: attr(data-icon-science);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-science"]:before,
[class*=" icon-science"]:before {
	font-family: "science" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-science-001:before {
	content: "a";
}
.icon-science-014:before {
	content: "b";
}
.icon-science-002:before {
	content: "c";
}
.icon-science-015:before {
	content: "d";
}
.icon-science-016:before {
	content: "e";
}
.icon-science-003:before {
	content: "f";
}
.icon-science-004:before {
	content: "g";
}
.icon-science-017:before {
	content: "h";
}
.icon-science-019:before {
	content: "i";
}
.icon-science-005:before {
	content: "j";
}
.icon-science-018:before {
	content: "k";
}
.icon-science-006:before {
	content: "l";
}
.icon-science-007:before {
	content: "m";
}
.icon-science-020:before {
	content: "n";
}
.icon-science-021:before {
	content: "o";
}
.icon-science-008:before {
	content: "p";
}
.icon-science-009:before {
	content: "q";
}
.icon-science-022:before {
	content: "r";
}
.icon-science-023:before {
	content: "s";
}
.icon-science-010:before {
	content: "t";
}
.icon-science-011:before {
	content: "u";
}
.icon-science-024:before {
	content: "v";
}
.icon-science-025:before {
	content: "w";
}
.icon-science-012:before {
	content: "x";
}
.icon-science-013:before {
	content: "y";
}
.icon-science-026:before {
	content: "z";
}
.icon-science-039:before {
	content: "A";
}
.icon-science-052:before {
	content: "B";
}
.icon-science-065:before {
	content: "C";
}
.icon-science-078:before {
	content: "D";
}
.icon-science-077:before {
	content: "E";
}
.icon-science-064:before {
	content: "F";
}
.icon-science-051:before {
	content: "G";
}
.icon-science-038:before {
	content: "H";
}
.icon-science-037:before {
	content: "I";
}
.icon-science-050:before {
	content: "J";
}
.icon-science-063:before {
	content: "K";
}
.icon-science-076:before {
	content: "L";
}
.icon-science-075:before {
	content: "M";
}
.icon-science-062:before {
	content: "N";
}
.icon-science-049:before {
	content: "O";
}
.icon-science-036:before {
	content: "P";
}
.icon-science-035:before {
	content: "Q";
}
.icon-science-048:before {
	content: "R";
}
.icon-science-061:before {
	content: "S";
}
.icon-science-074:before {
	content: "T";
}
.icon-science-073:before {
	content: "U";
}
.icon-science-060:before {
	content: "V";
}
.icon-science-047:before {
	content: "W";
}
.icon-science-034:before {
	content: "X";
}
.icon-science-033:before {
	content: "Y";
}
.icon-science-046:before {
	content: "Z";
}
.icon-science-059:before {
	content: "0";
}
.icon-science-072:before {
	content: "1";
}
.icon-science-071:before {
	content: "2";
}
.icon-science-058:before {
	content: "3";
}
.icon-science-045:before {
	content: "4";
}
.icon-science-032:before {
	content: "5";
}
.icon-science-031:before {
	content: "6";
}
.icon-science-044:before {
	content: "7";
}
.icon-science-057:before {
	content: "8";
}
.icon-science-070:before {
	content: "9";
}
.icon-science-069:before {
	content: "!";
}
.icon-science-056:before {
	content: "\"";
}
.icon-science-043:before {
	content: "#";
}
.icon-science-030:before {
	content: "$";
}
.icon-science-029:before {
	content: "%";
}
.icon-science-042:before {
	content: "&";
}
.icon-science-055:before {
	content: "'";
}
.icon-science-068:before {
	content: "(";
}
.icon-science-067:before {
	content: ")";
}
.icon-science-054:before {
	content: "*";
}
.icon-science-041:before {
	content: "+";
}
.icon-science-028:before {
	content: ",";
}
.icon-science-027:before {
	content: "-";
}
.icon-science-040:before {
	content: ".";
}
.icon-science-053:before {
	content: "/";
}
.icon-science-066:before {
	content: ":";
}
.icon-science-079:before {
	content: ";";
}
.icon-science-092:before {
	content: "<";
}
.icon-science-105:before {
	content: "=";
}
.icon-science-118:before {
	content: ">";
}
.icon-science-131:before {
	content: "?";
}
.icon-science-144:before {
	content: "@";
}
.icon-science-145:before {
	content: "[";
}
.icon-science-132:before {
	content: "]";
}
.icon-science-119:before {
	content: "^";
}
.icon-science-106:before {
	content: "_";
}
.icon-science-093:before {
	content: "`";
}
.icon-science-080:before {
	content: "{";
}
.icon-science-081:before {
	content: "|";
}
.icon-science-094:before {
	content: "}";
}
.icon-science-107:before {
	content: "~";
}
.icon-science-120:before {
	content: "\\";
}
.icon-science-133:before {
	content: "\e000";
}
.icon-science-146:before {
	content: "\e001";
}
.icon-science-147:before {
	content: "\e002";
}
.icon-science-134:before {
	content: "\e003";
}
.icon-science-121:before {
	content: "\e004";
}
.icon-science-108:before {
	content: "\e005";
}
.icon-science-095:before {
	content: "\e006";
}
.icon-science-082:before {
	content: "\e007";
}
.icon-science-083:before {
	content: "\e008";
}
.icon-science-096:before {
	content: "\e009";
}
.icon-science-109:before {
	content: "\e00a";
}
.icon-science-122:before {
	content: "\e00b";
}
.icon-science-135:before {
	content: "\e00c";
}
.icon-science-148:before {
	content: "\e00d";
}
.icon-science-149:before {
	content: "\e00e";
}
.icon-science-136:before {
	content: "\e00f";
}
.icon-science-123:before {
	content: "\e010";
}
.icon-science-110:before {
	content: "\e011";
}
.icon-science-097:before {
	content: "\e012";
}
.icon-science-084:before {
	content: "\e013";
}
.icon-science-085:before {
	content: "\e014";
}
.icon-science-098:before {
	content: "\e015";
}
.icon-science-111:before {
	content: "\e016";
}
.icon-science-124:before {
	content: "\e017";
}
.icon-science-137:before {
	content: "\e018";
}
.icon-science-150:before {
	content: "\e019";
}
.icon-science-151:before {
	content: "\e01a";
}
.icon-science-138:before {
	content: "\e01b";
}
.icon-science-125:before {
	content: "\e01c";
}
.icon-science-112:before {
	content: "\e01d";
}
.icon-science-099:before {
	content: "\e01e";
}
.icon-science-086:before {
	content: "\e01f";
}
.icon-science-087:before {
	content: "\e020";
}
.icon-science-100:before {
	content: "\e021";
}
.icon-science-113:before {
	content: "\e022";
}
.icon-science-126:before {
	content: "\e023";
}
.icon-science-139:before {
	content: "\e024";
}
.icon-science-152:before {
	content: "\e025";
}
.icon-science-153:before {
	content: "\e026";
}
.icon-science-140:before {
	content: "\e027";
}
.icon-science-127:before {
	content: "\e028";
}
.icon-science-114:before {
	content: "\e029";
}
.icon-science-101:before {
	content: "\e02a";
}
.icon-science-088:before {
	content: "\e02b";
}
.icon-science-089:before {
	content: "\e02c";
}
.icon-science-102:before {
	content: "\e02d";
}
.icon-science-115:before {
	content: "\e02e";
}
.icon-science-128:before {
	content: "\e02f";
}
.icon-science-141:before {
	content: "\e030";
}
.icon-science-154:before {
	content: "\e031";
}
.icon-science-155:before {
	content: "\e032";
}
.icon-science-142:before {
	content: "\e033";
}
.icon-science-129:before {
	content: "\e034";
}
.icon-science-116:before {
	content: "\e035";
}
.icon-science-103:before {
	content: "\e036";
}
.icon-science-090:before {
	content: "\e037";
}
.icon-science-091:before {
	content: "\e038";
}
.icon-science-104:before {
	content: "\e039";
}
.icon-science-117:before {
	content: "\e03a";
}
.icon-science-130:before {
	content: "\e03b";
}
.icon-science-143:before {
	content: "\e03c";
}
.icon-science-156:before {
	content: "\e03d";
}
.icon-science-157:before {
	content: "\e03e";
}
.icon-science-158:before {
	content: "\e03f";
}
.icon-science-159:before {
	content: "\e040";
}
.icon-science-160:before {
	content: "\e041";
}

/* Sport */
@font-face {
	font-family: "sports-48-x-48";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/sports/webfont/sports-48-x-48.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/sports/webfont/sports-48-x-48.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/sports/webfont/sports-48-x-48.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/sports/webfont/sports-48-x-48.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/sports/webfont/sports-48-x-48.svg#sports-48-x-48") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-sport]:before {
	font-family: "sports-48-x-48" !important;
	content: attr(data-icon-sport);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-sport"]:before,
[class*="icon-sport"]:before {
	font-family: "sports-48-x-48" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-christmas"]:before,
[class*=" icon-christmas"]:before {
	font-family: "cristmas" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sport-001:before {
	content: "a";
}
.icon-sport-014:before {
	content: "b";
}
.icon-sport-027:before {
	content: "c";
}
.icon-sport-028:before {
	content: "d";
}
.icon-sport-015:before {
	content: "e";
}
.icon-sport-002:before {
	content: "f";
}
.icon-sport-003:before {
	content: "g";
}
.icon-sport-016:before {
	content: "h";
}
.icon-sport-029:before {
	content: "i";
}
.icon-sport-030:before {
	content: "j";
}
.icon-sport-017:before {
	content: "k";
}
.icon-sport-004:before {
	content: "l";
}
.icon-sport-005:before {
	content: "m";
}
.icon-sport-018:before {
	content: "n";
}
.icon-sport-031:before {
	content: "o";
}
.icon-sport-032:before {
	content: "p";
}
.icon-sport-019:before {
	content: "q";
}
.icon-sport-006:before {
	content: "r";
}
.icon-sport-007:before {
	content: "s";
}
.icon-sport-020:before {
	content: "t";
}
.icon-sport-033:before {
	content: "u";
}
.icon-sport-034:before {
	content: "v";
}
.icon-sport-021:before {
	content: "w";
}
.icon-sport-008:before {
	content: "x";
}
.icon-sport-009:before {
	content: "y";
}
.icon-sport-022:before {
	content: "z";
}
.icon-sport-035:before {
	content: "A";
}
.icon-sport-036:before {
	content: "B";
}
.icon-sport-023:before {
	content: "C";
}
.icon-sport-010:before {
	content: "D";
}
.icon-sport-011:before {
	content: "E";
}
.icon-sport-024:before {
	content: "F";
}
.icon-sport-037:before {
	content: "G";
}
.icon-sport-038:before {
	content: "H";
}
.icon-sport-025:before {
	content: "I";
}
.icon-sport-012:before {
	content: "J";
}
.icon-sport-013:before {
	content: "K";
}
.icon-sport-026:before {
	content: "L";
}
.icon-sport-039:before {
	content: "M";
}
.icon-sport-040:before {
	content: "N";
}
.icon-sport-053:before {
	content: "O";
}
.icon-sport-066:before {
	content: "P";
}
.icon-sport-079:before {
	content: "Q";
}
.icon-sport-080:before {
	content: "R";
}
.icon-sport-067:before {
	content: "S";
}
.icon-sport-054:before {
	content: "T";
}
.icon-sport-041:before {
	content: "U";
}
.icon-sport-042:before {
	content: "V";
}
.icon-sport-055:before {
	content: "W";
}
.icon-sport-068:before {
	content: "X";
}
.icon-sport-081:before {
	content: "Y";
}
.icon-sport-082:before {
	content: "Z";
}
.icon-sport-069:before {
	content: "0";
}
.icon-sport-056:before {
	content: "1";
}
.icon-sport-043:before {
	content: "2";
}
.icon-sport-044:before {
	content: "3";
}
.icon-sport-057:before {
	content: "4";
}
.icon-sport-070:before {
	content: "5";
}
.icon-sport-083:before {
	content: "6";
}
.icon-sport-084:before {
	content: "7";
}
.icon-sport-071:before {
	content: "8";
}
.icon-sport-058:before {
	content: "9";
}
.icon-sport-045:before {
	content: "!";
}
.icon-sport-046:before {
	content: "\"";
}
.icon-sport-059:before {
	content: "#";
}
.icon-sport-072:before {
	content: "$";
}
.icon-sport-085:before {
	content: "%";
}
.icon-sport-086:before {
	content: "&";
}
.icon-sport-073:before {
	content: "'";
}
.icon-sport-060:before {
	content: "(";
}
.icon-sport-047:before {
	content: ")";
}
.icon-sport-048:before {
	content: "*";
}
.icon-sport-061:before {
	content: "+";
}
.icon-sport-074:before {
	content: ",";
}
.icon-sport-087:before {
	content: "-";
}
.icon-sport-075:before {
	content: ".";
}
.icon-sport-062:before {
	content: "/";
}
.icon-sport-049:before {
	content: ":";
}
.icon-sport-050:before {
	content: ";";
}
.icon-sport-063:before {
	content: "<";
}
.icon-sport-064:before {
	content: "=";
}
.icon-sport-051:before {
	content: ">";
}
.icon-sport-052:before {
	content: "?";
}
.icon-sport-065:before {
	content: "@";
}
.icon-sport-078:before {
	content: "[";
}
.icon-sport-091:before {
	content: "]";
}
.icon-sport-090:before {
	content: "^";
}
.icon-sport-077:before {
	content: "_";
}
.icon-sport-076:before {
	content: "`";
}
.icon-sport-089:before {
	content: "{";
}
.icon-sport-088:before {
	content: "|";
}
.icon-sport-092:before {
	content: "}";
}
.icon-sport-105:before {
	content: "~";
}
.icon-sport-118:before {
	content: "\\";
}
.icon-sport-131:before {
	content: "\e000";
}
.icon-sport-144:before {
	content: "\e001";
}
.icon-sport-145:before {
	content: "\e002";
}
.icon-sport-132:before {
	content: "\e003";
}
.icon-sport-119:before {
	content: "\e004";
}
.icon-sport-106:before {
	content: "\e005";
}
.icon-sport-093:before {
	content: "\e006";
}
.icon-sport-094:before {
	content: "\e007";
}
.icon-sport-107:before {
	content: "\e008";
}
.icon-sport-120:before {
	content: "\e009";
}
.icon-sport-133:before {
	content: "\e00a";
}
.icon-sport-146:before {
	content: "\e00b";
}
.icon-sport-147:before {
	content: "\e00c";
}
.icon-sport-134:before {
	content: "\e00d";
}
.icon-sport-121:before {
	content: "\e00e";
}
.icon-sport-108:before {
	content: "\e00f";
}
.icon-sport-095:before {
	content: "\e010";
}
.icon-sport-096:before {
	content: "\e011";
}
.icon-sport-109:before {
	content: "\e012";
}
.icon-sport-122:before {
	content: "\e013";
}
.icon-sport-135:before {
	content: "\e014";
}
.icon-sport-148:before {
	content: "\e015";
}
.icon-sport-149:before {
	content: "\e016";
}
.icon-sport-136:before {
	content: "\e017";
}
.icon-sport-123:before {
	content: "\e018";
}
.icon-sport-110:before {
	content: "\e019";
}
.icon-sport-097:before {
	content: "\e01a";
}
.icon-sport-098:before {
	content: "\e01b";
}
.icon-sport-111:before {
	content: "\e01c";
}
.icon-sport-124:before {
	content: "\e01d";
}
.icon-sport-137:before {
	content: "\e01e";
}
.icon-sport-150:before {
	content: "\e01f";
}
.icon-sport-151:before {
	content: "\e020";
}
.icon-sport-138:before {
	content: "\e021";
}
.icon-sport-125:before {
	content: "\e022";
}
.icon-sport-112:before {
	content: "\e023";
}
.icon-sport-099:before {
	content: "\e024";
}
.icon-sport-100:before {
	content: "\e025";
}
.icon-sport-113:before {
	content: "\e026";
}
.icon-sport-126:before {
	content: "\e027";
}
.icon-sport-139:before {
	content: "\e028";
}
.icon-sport-152:before {
	content: "\e029";
}
.icon-sport-153:before {
	content: "\e02a";
}
.icon-sport-140:before {
	content: "\e02b";
}
.icon-sport-127:before {
	content: "\e02c";
}
.icon-sport-114:before {
	content: "\e02d";
}
.icon-sport-101:before {
	content: "\e02e";
}
.icon-sport-102:before {
	content: "\e02f";
}
.icon-sport-115:before {
	content: "\e030";
}
.icon-sport-128:before {
	content: "\e031";
}
.icon-sport-141:before {
	content: "\e032";
}
.icon-sport-154:before {
	content: "\e033";
}
.icon-sport-155:before {
	content: "\e034";
}
.icon-sport-142:before {
	content: "\e035";
}
.icon-sport-129:before {
	content: "\e036";
}
.icon-sport-116:before {
	content: "\e037";
}
.icon-sport-103:before {
	content: "\e038";
}
.icon-sport-104:before {
	content: "\e039";
}
.icon-sport-117:before {
	content: "\e03a";
}
.icon-sport-130:before {
	content: "\e03b";
}
.icon-sport-143:before {
	content: "\e03c";
}
.icon-sport-156:before {
	content: "\e03d";
}
.icon-sport-157:before {
	content: "\e03e";
}
.icon-sport-170:before {
	content: "\e03f";
}
.icon-sport-183:before {
	content: "\e040";
}
.icon-sport-196:before {
	content: "\e041";
}
.icon-sport-197:before {
	content: "\e042";
}
.icon-sport-184:before {
	content: "\e043";
}
.icon-sport-171:before {
	content: "\e044";
}
.icon-sport-158:before {
	content: "\e045";
}
.icon-sport-159:before {
	content: "\e046";
}
.icon-sport-172:before {
	content: "\e047";
}
.icon-sport-185:before {
	content: "\e048";
}
.icon-sport-198:before {
	content: "\e049";
}
.icon-sport-199:before {
	content: "\e04a";
}
.icon-sport-186:before {
	content: "\e04b";
}
.icon-sport-173:before {
	content: "\e04c";
}
.icon-sport-160:before {
	content: "\e04d";
}
.icon-sport-174:before {
	content: "\e04e";
}
.icon-sport-187:before {
	content: "\e04f";
}
.icon-sport-200:before {
	content: "\e050";
}
.icon-sport-188:before {
	content: "\e051";
}
.icon-sport-175:before {
	content: "\e052";
}
.icon-sport-162:before {
	content: "\e053";
}
.icon-sport-163:before {
	content: "\e054";
}
.icon-sport-176:before {
	content: "\e055";
}
.icon-sport-189:before {
	content: "\e056";
}
.icon-sport-190:before {
	content: "\e057";
}
.icon-sport-177:before {
	content: "\e058";
}
.icon-sport-164:before {
	content: "\e059";
}
.icon-sport-165:before {
	content: "\e05a";
}
.icon-sport-178:before {
	content: "\e05b";
}
.icon-sport-191:before {
	content: "\e05c";
}
.icon-sport-192:before {
	content: "\e05d";
}
.icon-sport-179:before {
	content: "\e05e";
}
.icon-sport-166:before {
	content: "\e05f";
}
.icon-sport-167:before {
	content: "\e060";
}
.icon-sport-180:before {
	content: "\e061";
}
.icon-sport-193:before {
	content: "\e062";
}
.icon-sport-194:before {
	content: "\e063";
}
.icon-sport-181:before {
	content: "\e064";
}
.icon-sport-168:before {
	content: "\e065";
}
.icon-sport-169:before {
	content: "\e066";
}
.icon-sport-182:before {
	content: "\e067";
}
.icon-sport-195:before {
	content: "\e068";
}
.icon-sport-161:before {
	content: "\e069";
}

/* Travel */
@font-face {
	font-family: "travel";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/travel/webfont/travel.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/travel/webfont/travel.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/travel/webfont/travel.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/travel/webfont/travel.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/travel/webfont/travel.svg#travel") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-travel]:before {
	font-family: "travel" !important;
	content: attr(data-icon-travel);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-travel"]:before,
[class*=" icon-travel"]:before {
	font-family: "travel" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-travel-001:before {
	content: "a";
}
.icon-travel-014:before {
	content: "b";
}
.icon-travel-015:before {
	content: "c";
}
.icon-travel-002:before {
	content: "d";
}
.icon-travel-003:before {
	content: "e";
}
.icon-travel-016:before {
	content: "f";
}
.icon-travel-017:before {
	content: "g";
}
.icon-travel-004:before {
	content: "h";
}
.icon-travel-005:before {
	content: "i";
}
.icon-travel-018:before {
	content: "j";
}
.icon-travel-019:before {
	content: "k";
}
.icon-travel-006:before {
	content: "l";
}
.icon-travel-007:before {
	content: "m";
}
.icon-travel-020:before {
	content: "n";
}
.icon-travel-021:before {
	content: "o";
}
.icon-travel-008:before {
	content: "p";
}
.icon-travel-009:before {
	content: "q";
}
.icon-travel-022:before {
	content: "r";
}
.icon-travel-023:before {
	content: "s";
}
.icon-travel-010:before {
	content: "t";
}
.icon-travel-011:before {
	content: "u";
}
.icon-travel-024:before {
	content: "v";
}
.icon-travel-025:before {
	content: "w";
}
.icon-travel-012:before {
	content: "x";
}
.icon-travel-013:before {
	content: "y";
}
.icon-travel-026:before {
	content: "z";
}
.icon-travel-039:before {
	content: "A";
}
.icon-travel-052:before {
	content: "B";
}
.icon-travel-065:before {
	content: "C";
}
.icon-travel-064:before {
	content: "D";
}
.icon-travel-051:before {
	content: "E";
}
.icon-travel-038:before {
	content: "F";
}
.icon-travel-037:before {
	content: "G";
}
.icon-travel-050:before {
	content: "H";
}
.icon-travel-063:before {
	content: "I";
}
.icon-travel-062:before {
	content: "J";
}
.icon-travel-049:before {
	content: "K";
}
.icon-travel-036:before {
	content: "L";
}
.icon-travel-035:before {
	content: "M";
}
.icon-travel-048:before {
	content: "N";
}
.icon-travel-061:before {
	content: "O";
}
.icon-travel-060:before {
	content: "P";
}
.icon-travel-047:before {
	content: "Q";
}
.icon-travel-034:before {
	content: "R";
}
.icon-travel-033:before {
	content: "S";
}
.icon-travel-046:before {
	content: "T";
}
.icon-travel-059:before {
	content: "U";
}
.icon-travel-058:before {
	content: "V";
}
.icon-travel-045:before {
	content: "W";
}
.icon-travel-032:before {
	content: "X";
}
.icon-travel-031:before {
	content: "Y";
}
.icon-travel-044:before {
	content: "Z";
}
.icon-travel-057:before {
	content: "0";
}
.icon-travel-056:before {
	content: "1";
}
.icon-travel-043:before {
	content: "2";
}
.icon-travel-030:before {
	content: "3";
}
.icon-travel-029:before {
	content: "4";
}
.icon-travel-042:before {
	content: "5";
}
.icon-travel-055:before {
	content: "6";
}
.icon-travel-054:before {
	content: "7";
}
.icon-travel-041:before {
	content: "8";
}
.icon-travel-028:before {
	content: "9";
}
.icon-travel-027:before {
	content: "!";
}
.icon-travel-040:before {
	content: "\"";
}
.icon-travel-053:before {
	content: "#";
}
.icon-travel-066:before {
	content: "$";
}
.icon-travel-079:before {
	content: "%";
}
.icon-travel-092:before {
	content: "&";
}
.icon-travel-105:before {
	content: "'";
}
.icon-travel-106:before {
	content: "(";
}
.icon-travel-093:before {
	content: ")";
}
.icon-travel-080:before {
	content: "*";
}
.icon-travel-067:before {
	content: "+";
}
.icon-travel-068:before {
	content: ",";
}
.icon-travel-081:before {
	content: "-";
}
.icon-travel-094:before {
	content: ".";
}
.icon-travel-107:before {
	content: "/";
}
.icon-travel-108:before {
	content: ":";
}
.icon-travel-095:before {
	content: ";";
}
.icon-travel-082:before {
	content: "<";
}
.icon-travel-069:before {
	content: "=";
}
.icon-travel-070:before {
	content: ">";
}
.icon-travel-083:before {
	content: "?";
}
.icon-travel-096:before {
	content: "@";
}
.icon-travel-109:before {
	content: "[";
}
.icon-travel-110:before {
	content: "]";
}
.icon-travel-097:before {
	content: "^";
}
.icon-travel-084:before {
	content: "_";
}
.icon-travel-071:before {
	content: "`";
}
.icon-travel-072:before {
	content: "{";
}
.icon-travel-085:before {
	content: "|";
}
.icon-travel-098:before {
	content: "}";
}
.icon-travel-111:before {
	content: "~";
}
.icon-travel-112:before {
	content: "\\";
}
.icon-travel-099:before {
	content: "\e000";
}
.icon-travel-086:before {
	content: "\e001";
}
.icon-travel-073:before {
	content: "\e002";
}
.icon-travel-074:before {
	content: "\e003";
}
.icon-travel-087:before {
	content: "\e004";
}
.icon-travel-100:before {
	content: "\e005";
}
.icon-travel-113:before {
	content: "\e006";
}
.icon-travel-114:before {
	content: "\e007";
}
.icon-travel-101:before {
	content: "\e008";
}
.icon-travel-088:before {
	content: "\e009";
}
.icon-travel-075:before {
	content: "\e00a";
}
.icon-travel-076:before {
	content: "\e00b";
}
.icon-travel-089:before {
	content: "\e00c";
}
.icon-travel-102:before {
	content: "\e00d";
}
.icon-travel-115:before {
	content: "\e00e";
}
.icon-travel-116:before {
	content: "\e00f";
}
.icon-travel-103:before {
	content: "\e010";
}
.icon-travel-090:before {
	content: "\e011";
}
.icon-travel-077:before {
	content: "\e012";
}
.icon-travel-091:before {
	content: "\e013";
}
.icon-travel-104:before {
	content: "\e014";
}
.icon-travel-117:before {
	content: "\e015";
}
.icon-travel-078:before {
	content: "\e016";
}
.icon-travel-130:before {
	content: "\e017";
}
.icon-travel-143:before {
	content: "\e018";
}
.icon-travel-142:before {
	content: "\e019";
}
.icon-travel-129:before {
	content: "\e01a";
}
.icon-travel-128:before {
	content: "\e01b";
}
.icon-travel-141:before {
	content: "\e01c";
}
.icon-travel-140:before {
	content: "\e01d";
}
.icon-travel-127:before {
	content: "\e01e";
}
.icon-travel-126:before {
	content: "\e01f";
}
.icon-travel-139:before {
	content: "\e020";
}
.icon-travel-138:before {
	content: "\e021";
}
.icon-travel-125:before {
	content: "\e022";
}
.icon-travel-124:before {
	content: "\e023";
}
.icon-travel-137:before {
	content: "\e024";
}
.icon-travel-150:before {
	content: "\e025";
}
.icon-travel-149:before {
	content: "\e026";
}
.icon-travel-136:before {
	content: "\e027";
}
.icon-travel-123:before {
	content: "\e028";
}
.icon-travel-122:before {
	content: "\e029";
}
.icon-travel-135:before {
	content: "\e02a";
}
.icon-travel-148:before {
	content: "\e02b";
}
.icon-travel-147:before {
	content: "\e02c";
}
.icon-travel-134:before {
	content: "\e02d";
}
.icon-travel-121:before {
	content: "\e02e";
}
.icon-travel-120:before {
	content: "\e02f";
}
.icon-travel-133:before {
	content: "\e030";
}
.icon-travel-146:before {
	content: "\e031";
}
.icon-travel-145:before {
	content: "\e032";
}
.icon-travel-132:before {
	content: "\e033";
}
.icon-travel-119:before {
	content: "\e034";
}
.icon-travel-118:before {
	content: "\e035";
}
.icon-travel-131:before {
	content: "\e036";
}
.icon-travel-144:before {
	content: "\e037";
}

/* Weather */
@font-face {
	font-family: "weather";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/weather/webfont/weather.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/weather/webfont/weather.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/weather/webfont/weather.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/weather/webfont/weather.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/weather/webfont/weather.svg#weather") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-weather]:before {
	font-family: "weather" !important;
	content: attr(data-icon-weather);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-weather"]:before,
[class*=" icon-weather"]:before {
	font-family: "weather" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-weather-001:before {
	content: "a";
}
.icon-weather-014:before {
	content: "b";
}
.icon-weather-027:before {
	content: "c";
}
.icon-weather-040:before {
	content: "d";
}
.icon-weather-053:before {
	content: "e";
}
.icon-weather-054:before {
	content: "f";
}
.icon-weather-041:before {
	content: "g";
}
.icon-weather-028:before {
	content: "h";
}
.icon-weather-015:before {
	content: "i";
}
.icon-weather-002:before {
	content: "j";
}
.icon-weather-003:before {
	content: "k";
}
.icon-weather-016:before {
	content: "l";
}
.icon-weather-029:before {
	content: "m";
}
.icon-weather-042:before {
	content: "n";
}
.icon-weather-055:before {
	content: "o";
}
.icon-weather-056:before {
	content: "p";
}
.icon-weather-043:before {
	content: "q";
}
.icon-weather-030:before {
	content: "r";
}
.icon-weather-017:before {
	content: "s";
}
.icon-weather-004:before {
	content: "t";
}
.icon-weather-005:before {
	content: "u";
}
.icon-weather-018:before {
	content: "v";
}
.icon-weather-031:before {
	content: "w";
}
.icon-weather-044:before {
	content: "x";
}
.icon-weather-057:before {
	content: "y";
}
.icon-weather-058:before {
	content: "z";
}
.icon-weather-045:before {
	content: "A";
}
.icon-weather-032:before {
	content: "B";
}
.icon-weather-019:before {
	content: "C";
}
.icon-weather-006:before {
	content: "D";
}
.icon-weather-007:before {
	content: "E";
}
.icon-weather-020:before {
	content: "F";
}
.icon-weather-033:before {
	content: "G";
}
.icon-weather-046:before {
	content: "H";
}
.icon-weather-059:before {
	content: "I";
}
.icon-weather-060:before {
	content: "J";
}
.icon-weather-047:before {
	content: "K";
}
.icon-weather-034:before {
	content: "L";
}
.icon-weather-021:before {
	content: "M";
}
.icon-weather-008:before {
	content: "N";
}
.icon-weather-009:before {
	content: "O";
}
.icon-weather-022:before {
	content: "P";
}
.icon-weather-035:before {
	content: "Q";
}
.icon-weather-048:before {
	content: "R";
}
.icon-weather-049:before {
	content: "S";
}
.icon-weather-036:before {
	content: "T";
}
.icon-weather-023:before {
	content: "U";
}
.icon-weather-010:before {
	content: "V";
}
.icon-weather-011:before {
	content: "W";
}
.icon-weather-024:before {
	content: "X";
}
.icon-weather-037:before {
	content: "Y";
}
.icon-weather-050:before {
	content: "Z";
}
.icon-weather-051:before {
	content: "0";
}
.icon-weather-038:before {
	content: "1";
}
.icon-weather-025:before {
	content: "2";
}
.icon-weather-012:before {
	content: "3";
}
.icon-weather-013:before {
	content: "4";
}
.icon-weather-026:before {
	content: "5";
}
.icon-weather-039:before {
	content: "6";
}
.icon-weather-052:before {
	content: "7";
}

/* Transport */
@font-face {
	font-family: "transport";
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/transport/webfont/transport.eot");
	src:url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/transport/webfont/transport.eot?#iefix") format("embedded-opentype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/transport/webfont/transport.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/transport/webfont/transport.ttf") format("truetype"),
	url("/bitrix/templates/invest3/assets/fonts/line-icons-pro/transport/webfont/transport.svg#transport") format("svg");
	font-weight: normal;
	font-style: normal;
}

[data-icon-transport]:before {
	font-family: "transport" !important;
	content: attr(data-icon-transport);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="icon-transport"]:before,
[class*=" icon-transport"]:before {
	font-family: "transport" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-transport-001:before {
  content: "a";
}
.icon-transport-014:before {
  content: "b";
}
.icon-transport-015:before {
  content: "c";
}
.icon-transport-002:before {
  content: "d";
}
.icon-transport-003:before {
  content: "e";
}
.icon-transport-016:before {
  content: "f";
}
.icon-transport-017:before {
  content: "g";
}
.icon-transport-004:before {
  content: "h";
}
.icon-transport-005:before {
  content: "i";
}
.icon-transport-018:before {
  content: "j";
}
.icon-transport-019:before {
  content: "k";
}
.icon-transport-006:before {
  content: "l";
}
.icon-transport-007:before {
  content: "m";
}
.icon-transport-020:before {
  content: "n";
}
.icon-transport-021:before {
  content: "o";
}
.icon-transport-008:before {
  content: "p";
}
.icon-transport-009:before {
  content: "q";
}
.icon-transport-022:before {
  content: "r";
}
.icon-transport-023:before {
  content: "s";
}
.icon-transport-010:before {
  content: "t";
}
.icon-transport-024:before {
  content: "u";
}
.icon-transport-025:before {
  content: "v";
}
.icon-transport-012:before {
  content: "w";
}
.icon-transport-011:before {
  content: "x";
}
.icon-transport-013:before {
  content: "y";
}
.icon-transport-026:before {
  content: "z";
}
.icon-transport-039:before {
  content: "A";
}
.icon-transport-052:before {
  content: "B";
}
.icon-transport-051:before {
  content: "C";
}
.icon-transport-038:before {
  content: "D";
}
.icon-transport-037:before {
  content: "E";
}
.icon-transport-050:before {
  content: "F";
}
.icon-transport-049:before {
  content: "G";
}
.icon-transport-036:before {
  content: "H";
}
.icon-transport-035:before {
  content: "I";
}
.icon-transport-048:before {
  content: "J";
}
.icon-transport-047:before {
  content: "K";
}
.icon-transport-034:before {
  content: "L";
}
.icon-transport-033:before {
  content: "M";
}
.icon-transport-046:before {
  content: "N";
}
.icon-transport-045:before {
  content: "O";
}
.icon-transport-032:before {
  content: "P";
}
.icon-transport-031:before {
  content: "Q";
}
.icon-transport-044:before {
  content: "R";
}
.icon-transport-043:before {
  content: "S";
}
.icon-transport-030:before {
  content: "T";
}
.icon-transport-029:before {
  content: "U";
}
.icon-transport-042:before {
  content: "V";
}
.icon-transport-041:before {
  content: "W";
}
.icon-transport-028:before {
  content: "X";
}
.icon-transport-027:before {
  content: "Y";
}
.icon-transport-040:before {
  content: "Z";
}
.icon-transport-053:before {
  content: "0";
}
.icon-transport-066:before {
  content: "1";
}
.icon-transport-079:before {
  content: "2";
}
.icon-transport-092:before {
  content: "3";
}
.icon-transport-093:before {
  content: "4";
}
.icon-transport-080:before {
  content: "5";
}
.icon-transport-067:before {
  content: "6";
}
.icon-transport-054:before {
  content: "7";
}
.icon-transport-055:before {
  content: "8";
}
.icon-transport-068:before {
  content: "9";
}
.icon-transport-081:before {
  content: "!";
}
.icon-transport-094:before {
  content: "\"";
}
.icon-transport-095:before {
  content: "#";
}
.icon-transport-082:before {
  content: "$";
}
.icon-transport-069:before {
  content: "%";
}
.icon-transport-056:before {
  content: "&";
}
.icon-transport-057:before {
  content: "'";
}
.icon-transport-070:before {
  content: "(";
}
.icon-transport-083:before {
  content: ")";
}
.icon-transport-096:before {
  content: "*";
}
.icon-transport-097:before {
  content: "+";
}
.icon-transport-084:before {
  content: ",";
}
.icon-transport-071:before {
  content: "-";
}
.icon-transport-058:before {
  content: ".";
}
.icon-transport-059:before {
  content: "/";
}
.icon-transport-072:before {
  content: ":";
}
.icon-transport-085:before {
  content: ";";
}
.icon-transport-098:before {
  content: "<";
}
.icon-transport-099:before {
  content: "=";
}
.icon-transport-086:before {
  content: ">";
}
.icon-transport-073:before {
  content: "?";
}
.icon-transport-060:before {
  content: "@";
}
.icon-transport-061:before {
  content: "[";
}
.icon-transport-074:before {
  content: "]";
}
.icon-transport-087:before {
  content: "^";
}
.icon-transport-100:before {
  content: "_";
}
.icon-transport-088:before {
  content: "`";
}
.icon-transport-075:before {
  content: "{";
}
.icon-transport-076:before {
  content: "|";
}
.icon-transport-089:before {
  content: "}";
}
.icon-transport-090:before {
  content: "~";
}
.icon-transport-077:before {
  content: "\\";
}
.icon-transport-078:before {
  content: "\e000";
}
.icon-transport-091:before {
  content: "\e001";
}
.icon-transport-065:before {
  content: "\e002";
}
.icon-transport-064:before {
  content: "\e003";
}
.icon-transport-063:before {
  content: "\e004";
}
.icon-transport-062:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/linea/arrows/linea-icons.css?15259860008797*/
@charset "UTF-8";

@font-face {
  font-family: "linea-arrows-10";
  src:url("/bitrix/templates/invest3/assets/fonts/linea/arrows/fonts/linea-arrows-10.eot");
  src:url("/bitrix/templates/invest3/assets/fonts/linea/arrows/fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/arrows/fonts/linea-arrows-10.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/linea/arrows/fonts/linea-arrows-10.ttf") format("truetype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/arrows/fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-arrows-"]:before,
[class*=" icon-arrows-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}

/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/linea/basic/linea-icons.css?15259860007845*/
@charset "UTF-8";

@font-face {
  font-family: "linea-basic-10";
  src:url("/bitrix/templates/invest3/assets/fonts/linea/basic/fonts/linea-basic-10.eot");
  src:url("/bitrix/templates/invest3/assets/fonts/linea/basic/fonts/linea-basic-10.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/basic/fonts/linea-basic-10.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/linea/basic/fonts/linea-basic-10.ttf") format("truetype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/basic/fonts/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-basic-"]:before,
[class*=" icon-basic-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /*line-height: 1;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: "\"";
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "\\";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}

/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/linea/ecommerce/linea-icons.css?15259860005655*/
@charset "UTF-8";

@font-face {
  font-family: "linea-ecommerce-10";
  src:url("/bitrix/templates/invest3/assets/fonts/linea/ecommerce/fonts/linea-ecommerce-10.eot");
  src:url("/bitrix/templates/invest3/assets/fonts/linea/ecommerce/fonts/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/ecommerce/fonts/linea-ecommerce-10.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/linea/ecommerce/fonts/linea-ecommerce-10.ttf") format("truetype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/ecommerce/fonts/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-ecommerce-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-ecommerce-"]:before,
[class*=" icon-ecommerce-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: "\"";
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}

/* End */


/* Start:/bitrix/templates/invest3/assets/fonts/linea/software/linea-icons.css?15259860007058*/
@charset "UTF-8";

@font-face {
  font-family: "linea-software-10";
  src:url("/bitrix/templates/invest3/assets/fonts/linea/software/fonts/linea-software-10.eot");
  src:url("/bitrix/templates/invest3/assets/fonts/linea/software/fonts/linea-software-10.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/software/fonts/linea-software-10.woff") format("woff"),
    url("/bitrix/templates/invest3/assets/fonts/linea/software/fonts/linea-software-10.ttf") format("truetype"),
    url("/bitrix/templates/invest3/assets/fonts/linea/software/fonts/linea-software-10.svg#linea-software-10") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "linea-software-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-software-"]:before,
[class*=" icon-software-"]:before {
  font-family: "linea-software-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-software-add-vectorpoint:before {
  content: "a";
}
.icon-software-box-oval:before {
  content: "b";
}
.icon-software-box-polygon:before {
  content: "c";
}
.icon-software-box-rectangle:before {
  content: "d";
}
.icon-software-box-roundedrectangle:before {
  content: "e";
}
.icon-software-character:before {
  content: "f";
}
.icon-software-crop:before {
  content: "g";
}
.icon-software-eyedropper:before {
  content: "h";
}
.icon-software-font-allcaps:before {
  content: "i";
}
.icon-software-font-baseline-shift:before {
  content: "j";
}
.icon-software-font-horizontal-scale:before {
  content: "k";
}
.icon-software-font-kerning:before {
  content: "l";
}
.icon-software-font-leading:before {
  content: "m";
}
.icon-software-font-size:before {
  content: "n";
}
.icon-software-font-smallcapital:before {
  content: "o";
}
.icon-software-font-smallcaps:before {
  content: "p";
}
.icon-software-font-strikethrough:before {
  content: "q";
}
.icon-software-font-tracking:before {
  content: "r";
}
.icon-software-font-underline:before {
  content: "s";
}
.icon-software-font-vertical-scale:before {
  content: "t";
}
.icon-software-horizontal-align-center:before {
  content: "u";
}
.icon-software-horizontal-align-left:before {
  content: "v";
}
.icon-software-horizontal-align-right:before {
  content: "w";
}
.icon-software-horizontal-distribute-center:before {
  content: "x";
}
.icon-software-horizontal-distribute-left:before {
  content: "y";
}
.icon-software-horizontal-distribute-right:before {
  content: "z";
}
.icon-software-indent-firstline:before {
  content: "A";
}
.icon-software-indent-left:before {
  content: "B";
}
.icon-software-indent-right:before {
  content: "C";
}
.icon-software-lasso:before {
  content: "D";
}
.icon-software-layers1:before {
  content: "E";
}
.icon-software-layers2:before {
  content: "F";
}
.icon-software-layout:before {
  content: "G";
}
.icon-software-layout-2columns:before {
  content: "H";
}
.icon-software-layout-3columns:before {
  content: "I";
}
.icon-software-layout-4boxes:before {
  content: "J";
}
.icon-software-layout-4columns:before {
  content: "K";
}
.icon-software-layout-4lines:before {
  content: "L";
}
.icon-software-layout-8boxes:before {
  content: "M";
}
.icon-software-layout-header:before {
  content: "N";
}
.icon-software-layout-header-2columns:before {
  content: "O";
}
.icon-software-layout-header-3columns:before {
  content: "P";
}
.icon-software-layout-header-4boxes:before {
  content: "Q";
}
.icon-software-layout-header-4columns:before {
  content: "R";
}
.icon-software-layout-header-complex:before {
  content: "S";
}
.icon-software-layout-header-complex2:before {
  content: "T";
}
.icon-software-layout-header-complex3:before {
  content: "U";
}
.icon-software-layout-header-complex4:before {
  content: "V";
}
.icon-software-layout-header-sideleft:before {
  content: "W";
}
.icon-software-layout-header-sideright:before {
  content: "X";
}
.icon-software-layout-sidebar-left:before {
  content: "Y";
}
.icon-software-layout-sidebar-right:before {
  content: "Z";
}
.icon-software-magnete:before {
  content: "0";
}
.icon-software-pages:before {
  content: "1";
}
.icon-software-paintbrush:before {
  content: "2";
}
.icon-software-paintbucket:before {
  content: "3";
}
.icon-software-paintroller:before {
  content: "4";
}
.icon-software-paragraph:before {
  content: "5";
}
.icon-software-paragraph-align-left:before {
  content: "6";
}
.icon-software-paragraph-align-right:before {
  content: "7";
}
.icon-software-paragraph-center:before {
  content: "8";
}
.icon-software-paragraph-justify-all:before {
  content: "9";
}
.icon-software-paragraph-justify-center:before {
  content: "!";
}
.icon-software-paragraph-justify-left:before {
  content: "\"";
}
.icon-software-paragraph-justify-right:before {
  content: "#";
}
.icon-software-paragraph-space-after:before {
  content: "$";
}
.icon-software-paragraph-space-before:before {
  content: "%";
}
.icon-software-pathfinder-exclude:before {
  content: "&";
}
.icon-software-pathfinder-intersect:before {
  content: "'";
}
.icon-software-pathfinder-subtract:before {
  content: "(";
}
.icon-software-pathfinder-unite:before {
  content: ")";
}
.icon-software-pen:before {
  content: "*";
}
.icon-software-pen-add:before {
  content: "+";
}
.icon-software-pen-remove:before {
  content: ",";
}
.icon-software-pencil:before {
  content: "-";
}
.icon-software-polygonallasso:before {
  content: ".";
}
.icon-software-reflect-horizontal:before {
  content: "/";
}
.icon-software-reflect-vertical:before {
  content: ":";
}
.icon-software-remove-vectorpoint:before {
  content: ";";
}
.icon-software-scale-expand:before {
  content: "<";
}
.icon-software-scale-reduce:before {
  content: "=";
}
.icon-software-selection-oval:before {
  content: ">";
}
.icon-software-selection-polygon:before {
  content: "?";
}
.icon-software-selection-rectangle:before {
  content: "@";
}
.icon-software-selection-roundedrectangle:before {
  content: "[";
}
.icon-software-shape-oval:before {
  content: "]";
}
.icon-software-shape-polygon:before {
  content: "^";
}
.icon-software-shape-rectangle:before {
  content: "_";
}
.icon-software-shape-roundedrectangle:before {
  content: "`";
}
.icon-software-slice:before {
  content: "{";
}
.icon-software-transform-bezier:before {
  content: "|";
}
.icon-software-vector-box:before {
  content: "}";
}
.icon-software-vector-composite:before {
  content: "~";
}
.icon-software-vector-line:before {
  content: "\\";
}
.icon-software-vertical-align-bottom:before {
  content: "\e000";
}
.icon-software-vertical-align-center:before {
  content: "\e001";
}
.icon-software-vertical-align-top:before {
  content: "\e002";
}
.icon-software-vertical-distribute-bottom:before {
  content: "\e003";
}
.icon-software-vertical-distribute-center:before {
  content: "\e004";
}
.icon-software-vertical-distribute-top:before {
  content: "\e005";
}

/* End */


/* Start:/bitrix/templates/invest3/assets/css/boomerang.min.css?1603659600439690*/
/*
Theme: Boomerang - Multipurpose Bootstrap Theme
Website URI: https://wrapbootstrap.com/theme/boomerang-multipurpose-bootstrap-theme-WB021609D
Author: Webpixels
Author URI: https://www.webpixels.io
*/
/* 

Copy and paste the variables that you want to modify. The default ones will be overridden.
Below is a basic example of how to edit Sass variables. 
It is a basic level of customization that will help you modify the primary colors and some other properties

Uncomment the lines you want to edit. Remove the ones you don't need or add new ones from _variables.scss

*/
/* Body */
/* Gray tones */
/* Base color 1 (Site color 1) */
/* Base color 2 (Site color 2) */
/* Base color 3. Choose a neutral color such gray or light gray */
/* Base color 4. Choose a dark color (or a light one for the dark theme) */
/* Base color 5. Choose a light color (or a dark one for the dark theme) */
/* Background colors used for sections (.slice) */
/* Fonts */
/* Paragraph font setttings */
/* Headings */
/* Section titles */
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%; }

.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

.dropdownhover-top .dropdown-menu {
  margin-bottom: 2px;
  margin-top: 0; }

.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
  bottom: -1px;
  top: auto; }

.dropdownhover-bottom .dropdown-menu {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.dropdownhover-left .dropdown-menu {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.dropdownhover-right .dropdown-menu {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.dropdownhover-top .dropdown-menu {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.global-search {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }

.header-inner + .container > .global-search {
  position: absolute;
  border-top: 1px solid #f1f1f1; }

.header-affix.affix .global-search {
  display: none; }

.header-affix.affix [data-toggle="global-search"] {
  display: none; }

.global-search.in {
  display: block; }

.global-search.animated {
  opacity: 1; }

.global-search.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.global-search.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.navbar.global-search-active {
  padding: 30px 0; }

.navbar.global-search-active * {
  opacity: 0 !important; }

.global-search .form-global-search {
  height: 100%;
  position: relative;
  z-index: 700;
  background: white; }

.top-navbar + .header-1 .global-search {
  margin-top: 48px; }

.navbar--inverse + .global-search .form-global-search {
  background: black; }

.global-search .form-global-search .search-input {
  display: block;
  width: 100%;
  margin: 54px 0;
  height: 40px;
  padding: 0 50px 0 0;
  font-size: 22px;
  color: #555;
  font-family: "Source Sans Pro", sans-serif;
  border: 0;
  background-color: transparent;
  background-image: none; }

.navbar--inverse + .global-search .form-global-search .search-input {
  color: rgba(255, 255, 255, 0.7); }

.navbar--sm + .global-search .form-global-search .search-input {
  margin: 42px 0; }

.global-search .form-global-search .search-input:focus {
  outline: 0;
  font-weight: 500; }

.global-search .form-global-search .search-input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-weight: 400; }

.global-search .form-global-search .search-input::-moz-placeholder:focus {
  color: #999;
  font-weight: 400; }

.global-search .form-global-search .search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400; }

.global-search .form-global-search .search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400; }

.global-search .form-global-search .search-input:focus::-webkit-input-placeholder {
  color: transparent; }

.global-search .form-global-search .btn {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  line-height: 40px;
  padding: 0; }

.global-search-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95); }

.global-search.in .global-search-backdrop {
  display: block; }

.global-search-close-btn {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #999;
  background: transparent;
  border: 0;
  z-index: 900; }

.global-search-fullscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  height: 100%;
  z-index: 1500;
  background: rgba(255, 255, 255, 0.95); }

.global-search-fullscreen .form-global-search {
  width: 80%;
  margin-left: 10%;
  position: absolute;
  top: 50%;
  margin-top: -75px; }

.global-search-fullscreen .form-global-search .search-input {
  display: block;
  width: 100%;
  margin-top: 25px;
  height: 50px;
  padding: 0 0 3px;
  font-size: 28px;
  line-height: 1.42857143;
  color: #111;
  border: 0;
  border-bottom: 1px solid #111;
  background-color: transparent;
  background-image: none; }

.global-search-fullscreen .form-global-search .search-input:focus {
  border-color: #111;
  outline: 0; }

.global-search-fullscreen .form-global-search .search-input::-moz-placeholder {
  color: #111;
  opacity: 1; }

.global-search-fullscreen .form-global-search .search-input::-moz-placeholder:focus {
  color: #111; }

.global-search-fullscreen .form-global-search .search-input:-ms-input-placeholder {
  color: #111; }

.global-search-fullscreen .form-global-search .search-input::-webkit-input-placeholder {
  color: #111; }

.global-search-fullscreen .form-global-search .search-input:focus::-webkit-input-placeholder {
  color: transparent; }

.global-search-fullscreen .form-global-search .btn {
  height: 50px;
  margin-top: 25px;
  padding: 14px 36px;
  float: right;
  font-size: 18px;
  line-height: 0 !important; }

.global-search-fullscreen .close-search {
  position: relative;
  z-index: 300;
  padding: 20px;
  background-color: #111;
  float: right;
  cursor: pointer;
  border-bottom-left-radius: 4px; }

.global-search-fullscreen .close-search:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #fff; }

.global-search-overlay {
  padding-top: 30px;
  height: auto;
  background: transparent; }

.global-search-overlay .form-global-search {
  background: #fff;
  border-radius: 0.25rem; }

.global-search-overlay .form-global-search .search-input {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  height: auto;
  font-size: 20px;
  line-height: 1.42857143;
  color: #111;
  border: 0;
  background-color: transparent;
  background-image: none; }

.global-search-overlay .close-search {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 300;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  text-align: center;
  color: #ddd;
  float: right;
  cursor: pointer;
  border-bottom-left-radius: 4px; }

.global-search-overlay .close-search:before {
  content: "\f00d";
  font-family: FontAwesome;
  color: #ddd; }

.dropdown-cart {
  min-width: 360px;
  padding: 0 1rem; }

.dropdown-cart .dc-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.dropdown-cart .dc-header .heading {
  margin: 0;
  color: rgba(0, 0, 0, 0.7); }

.dropdown-cart .dc-item {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.dropdown-cart .dc-item:before,
.dropdown-cart .dc-item:after {
  content: '';
  display: table; }

.dropdown-cart .dc-item:after {
  clear: both; }

.dropdown-cart-header {
  padding: 1rem;
  border-bottom: 1px solid #f9f9f9; }

.dropdown-cart-header .heading {
  margin: 0; }

.dropdown-cart .dc-image {
  display: inline-block;
  float: left;
  width: 70px; }

.dropdown-cart .dc-content {
  display: inline-block;
  float: right;
  width: calc(100% - 70px);
  padding-left: 1.5rem; }

.dropdown-cart .dc-product-name a {
  color: rgba(0, 0, 0, 0.7); }

.dropdown-cart .dc-product-name a:hover {
  color: rgba(0, 0, 0, 0.9); }

.dropdown-cart .dc-quantity,
.dropdown-cart .dc-price {
  display: inline-block;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 0.5rem; }

.dropdown-cart .dc-actions {
  text-align: right; }

.dropdown-cart .dc-actions button {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 0.5rem;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.dropdown-cart .dc-actions button:hover {
  background: #ff3b30;
  color: #FFF; }

.dc-item .subtotal-text {
  display: inline-block;
  float: left;
  color: rgba(0, 0, 0, 0.5); }

.dc-item .subtotal-amount {
  display: inline-block;
  float: right;
  color: rgba(0, 0, 0, 0.5); }

.top-navbar {
  background: white;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  z-index: 500; }

.header-affix.sps--blw .top-navbar {
  display: none; }

.top-navbar .aux-text {
  padding: 14px 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  float: left; }

.top-navbar .aux-text ul li a,
.top-navbar .aux-text ul li a span {
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif; }

.top-navbar .top-navbar-menu {
  float: right; }

.top-navbar .top-navbar-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.top-navbar .top-navbar-menu > ul > li:last-child > a {
  padding-right: 0 !important; }

.top-navbar .top-navbar-menu > ul.top-menu > li {
  position: relative;
  float: left;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif; }

.top-navbar .top-navbar-menu > ul.top-menu > li > a {
  display: block;
  padding: 0.875rem 0.625rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem; }

.top-navbar .top-navbar-menu > ul.top-menu > li > a:hover {
  color: #e81c3b; }

.top-navbar .top-navbar-menu ul.top-menu > li > a > i {
  margin-right: 6px; }

.top-navbar .social-media.social-media--style-1-v4 > li > a {
  color: #818a91;
  font-size: 0.75rem; }

.top-navbar .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
  padding: 0.5rem 0.75rem; }

.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu > li > a:not(.btn) {
  text-transform: uppercase; }

.top-navbar.top-navbar--caps .top-navbar-menu > ul.top-menu-sm > li > a:not(.btn) {
  font-size: 0.75rem; }

.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li {
  border-right: 0; }

.top-navbar .top-navbar-menu > ul.top-menu--style-2 > li > a:not(.btn) {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu {
  display: none;
  min-width: 160px;
  position: absolute;
  right: -1px;
  z-index: 1100;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  border-radius: 3px; }

.top-navbar .top-navbar-menu ul.top-menu > li:hover ul.sub-menu {
  opacity: 1;
  display: block; }

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li:last-child {
  border: 0; }

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:not(.btn) {
  display: block;
  padding: 6px 15px;
  color: #666; }

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li > a:hover {
  background: transparent;
  color: #3452ff; }

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li .language {
  font-size: 0.75rem; }

.top-navbar .top-navbar-menu ul.top-menu > li ul.sub-menu > li .language-active {
  display: block;
  padding: 6px 15px;
  background: #e81c3b;
  color: #FFF;
  cursor: default; }

.top-navbar .top-navbar-menu ul.top-menu > li.dropdown:hover .sub-menu {
  display: block; }

@media (max-width: 991px) {
  .top-navbar .top-navbar-menu {
    float: none; }
  .top-navbar .top-navbar-menu > ul.top-menu {
    display: table;
    width: 100%; }
  .top-navbar .top-navbar-menu > ul.top-menu > li {
    float: none;
    display: table-cell; } }

.top-navbar--inverse {
  border-bottom: 1px solid black;
  background: black; }

.top-navbar--inverse .aux-text {
  color: rgba(255, 255, 255, 0.6); }

.top-navbar--inverse .top-navbar-menu > ul.top-menu > li {
  border-right: 1px solid transparent; }

.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a {
  color: rgba(255, 255, 255, 0.7); }

.top-navbar--inverse .top-navbar-menu > ul.top-menu > li > a:hover {
  color: #e81c3b; }

.top-navbar .top-navbar-links {
  margin: 0;
  padding: 0; }

.top-navbar .top-navbar-links > li {
  display: inline-block;
  position: relative;
  width: auto;
  font-size: 12px;
  line-height: 43px;
  padding: 0; }

.top-navbar .top-navbar-links i {
  margin-right: 5px;
  color: #5c5c5c; }

.top-navbar .top-navbar-links a {
  color: #a1a1a1; }

.top-navbar .top-navbar-links span {
  color: #a1a1a1; }

.top-navbar .top-navbar-links .top-navbar-email {
  padding: 0 20px 0 0; }

.top-navbar-currency-language > li {
  display: inline-block;
  position: relative !important;
  line-height: 44px !important;
  font-size: 12px !important;
  width: auto !important;
  padding: 0 !important; }

.top-navbar-currency-language > li > a {
  color: #fff !important; }

.top-navbar-currency-language > li > a i {
  margin-left: 5px; }

.top-navbar-currency-language > li:hover .currency-dropdown,
.top-navbar-currency-language > li:hover .language-dropdown {
  visibility: visible;
  opacity: 1; }

.top-navbar-currency-language li {
  font-family: "Source Sans Pro", sans-serif;
  color: #a1a1a1; }

.top-navbar-currency-language li.language {
  margin-left: 10px; }

.top-navbar-currency-language .currency-dropdown,
.top-navbar-currency-language .language-dropdown {
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  border: 1px solid #f2f2f2;
  z-index: 1201;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.top-navbar-currency-language .currency-dropdown ul,
.top-navbar-currency-language .language-dropdown ul {
  padding: 0; }

.top-navbar-currency-language .currency-dropdown ul li,
.top-navbar-currency-language .language-dropdown ul li {
  line-height: 26px;
  border-top: 1px solid #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0;
  font-size: 12px; }

.top-navbar-currency-language .currency-dropdown ul li > a,
.top-navbar-currency-language .language-dropdown ul li > a {
  color: #7a7a7a; }

.top-navbar .top-navbar-links .top-bar-date a,
.top-navbar .top-navbar-links .top-bar-date span,
.top-navbar .top-navbar-links .top-bar-link a,
.top-navbar .top-navbar-links .top-bar-link span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #818a91; }

.top-navbar .top-navbar-links .top-bar-date a:hover,
.top-navbar .top-navbar-links .top-bar-link a:hover {
  color: #e81c3b; }

.top-navbar .top-navbar-links .top-bar-date {
  margin-right: 25px; }

.top-navbar .top-navbar-links .top-bar-link a:after {
  content: "";
  border-right: 1px solid #606060;
  margin: 0 7px 0 10px; }

.top-navbar .top-navbar-links .top-bar-link:last-child a:after {
  display: none; }

.top-navbar .topbar-login > li {
  display: inline-block;
  width: auto;
  padding: 0; }

.top-navbar .topbar-login > li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #818a91; }

.top-navbar .topbar-login > li a:after {
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 7px 0 10px; }

.top-navbar .topbar-login > li a:hover {
  color: #e81c3b; }

.top-navbar .topbar-login > li:last-child a:after {
  display: none; }

.top-navbar-widget {
  display: inline-block; }

.navbar {
  z-index: 100; }

.navbar-container {
  position: relative; }

@media (max-width: 991px) {
  .navbar-container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 992px) {
  .navbar-container.container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important; } }

.navbar-floating {
  position: absolute;
  padding: 2rem;
  width: 100%;
  left: 0;
  z-index: 100; }

.navbar-floating .navbar-container {
  padding-left: 20px;
  padding-right: 20px; }

.navbar-floating .navbar {
  border-radius: 0.25rem; }

@media (min-width: 992px) {
  .nav-logo-item .navbar-brand {
    padding: 0;
    line-height: 1;
    margin: 0 3rem; }
  .navbar-brand--centered {
    position: absolute;
    left: calc(50% - 70px); } }

@media (max-width: 767px) {
  .navbar-container {
    margin-left: 0;
    margin-right: 0; } }

.navbar-nav .nav-link {
  font-size: 0.875rem;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #555;
  background: transparent; }

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #FFF;
  background: #3452ff; }

.navbar-nav .show .nav-link,
.navbar-nav .show .nav-link:focus,
.navbar-nav .show .nav-link:hover {
  color: #FFF;
  background: #3452ff; }

.navbar-nav .nav-item:not(.nav-item-icon) .nav-link i {
  margin-right: 0.625rem; }

@media (min-width: 992px) {
  .navbar {
    padding: 0; }
  .navbar .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0; }
  .navbar-sm .navbar-nav .nav-link {
    margin: 0;
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; } }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  background: transparent; }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
  background: transparent; }

.navbar-light .navbar-nav .show .nav-link,
.navbar-light .navbar-nav .show .nav-link:focus,
.navbar-light .navbar-nav .show .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
  background: transparent; }

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
  background: transparent; }

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  background: transparent; }

.navbar-inverse .navbar-nav .show .nav-link,
.navbar-inverse .navbar-nav .show .nav-link:focus,
.navbar-inverse .navbar-nav .show .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
  background: transparent; }

.navbar.bg-default {
  background: white; }

.navbar.bg-light {
  background-color: #f2f2f2; }

.navbar.bg-dark {
  background-color: black; }

.navbar.bg-base-1 {
  background-color: #e81c3b; }

.navbar.bg-base-2 {
  background-color: #292f36; }

.navbar.bg-gradient-1, .navbar.mask-gradient-1--style-1, .navbar.mask-gradient-1--style-2 {
  background: #FC5C7D;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6A82FB, #FC5C7D);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.navbar.bg-gradient-2 {
  background: #ec008c;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fc6767, #ec008c);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fc6767, #ec008c);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.navbar-opaque {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.navbar-floating .navbar-opaque {
  position: static;
  width: auto; }

.navbar-opaque .navbar {
  background-color: rgba(255, 255, 255, 0.5);
  border: 0; }

.navbar-opaque.bg-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.navbar-opaque.bg-light {
  background-color: rgba(242, 242, 242, 0.5) !important; }

.navbar-opaque.bg-dark {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.navbar-opaque.bg-base-1 {
  background-color: rgba(232, 59, 28, 0.5) !important; }

.navbar-opaque.sps--blw {
  background-color: rgba(255, 255, 255, 0.7); }

.navbar-opaque.navbar-inverse.sps--blw {
  background-color: rgba(0, 0, 0, 0.7); }

.navbar-opaque .navbar-nav .nav-link,
.navbar-opaque .navbar-nav .active .nav-link::before,
.navbar-opaque .navbar-nav .nav-link:focus::before,
.navbar-opaque .navbar-nav .nav-link:hover::before,
.navbar-opaque .navbar-nav .show .nav-link::before {
  background-color: transparent !important; }

.navbar-opaque .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6); }

.navbar-opaque .navbar-nav .nav-link:focus,
.navbar-opaque .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-opaque.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7); }

.navbar-opaque.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-opaque.navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9); }

@media (min-width: 992px) {
  .navbar.navbar-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent !important;
    border: 0;
    box-shadow: none; }
  .headroom--unpinned .navbar.navbar-transparent {
    position: static; }
  .headroom--pinned:not(.headroom--top) .navbar.navbar-transparent {
    background-color: rgba(0, 0, 0, 0.5) !important; }
  .navbar-transparent .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.6); }
  .navbar-transparent .navbar-nav .nav-link:focus,
  .navbar-transparent .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent; }
  .navbar-transparent .navbar-nav .show .nav-link,
  .navbar-transparent .navbar-nav .show .nav-link:focus,
  .navbar-transparent .navbar-nav .show .nav-link:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: transparent; }
  .navbar-transparent.navbar-inverse .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7); }
  .navbar-transparent.navbar-inverse .navbar-nav .nav-link:focus,
  .navbar-transparent.navbar-inverse .navbar-nav .nav-link:hover {
    color: white; }
  .navbar-transparent.navbar-inverse .navbar-nav .show .nav-link,
  .navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:focus,
  .navbar-transparent.navbar-inverse .navbar-nav .show .nav-link:hover {
    color: white; }
  .navbar-transparent.navbar-transparent-bb {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-transparent.navbar-transparent-bb.navbar-inverse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); } }

.navbar--shadow {
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.2); }

.navbar--shadow-inset-1 {
  box-shadow: 0 3px 10px rgba(160, 160, 160, 0.2), 0 0 10px rgba(0, 0, 0, 0.2) inset; }

.navbar--bb-1px {
  border-bottom: 1px solid #f1f1f1 !important; }

.navbar--bb-2px {
  border-bottom: 2px solid #f1f1f1 !important; }

.navbar--bb-3px {
  border-bottom: 3px solid #f1f1f1 !important; }

.navbar-inverse.navbar--bb-1px {
  border-bottom: 1px solid black !important; }

.navbar-inverse.navbar--bb-2px {
  border-bottom: 2px solid black !important; }

.navbar-inverse.navbar--bb-3px {
  border-bottom: 3px solid black !important; }

.navbar--bt-1px {
  border-top: 1px solid #f1f1f1 !important; }

.navbar--bt-2px {
  border-top: 2px solid #f1f1f1 !important; }

.navbar--bt-3px {
  border-top: 3px solid #f1f1f1 !important; }

.navbar-inverse.navbar--bt-1px {
  border-top: 1px solid black !important; }

.navbar-inverse.navbar--bt-2px {
  border-top: 2px solid black !important; }

.navbar-inverse.navbar--bt-3px {
  border-top: 3px solid black !important; }

.navbar--uppercase .navbar-nav .nav-link {
  font-size: 0.775rem;
  text-transform: uppercase; }

.navbar--bold .navbar-nav .nav-link {
  font-weight: bolder !important; }

.navbar-nav .nav-item-icon .nav-link {
  background: transparent;
  color: #555;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.navbar-nav .nav-item-icon .nav-link:focus,
.navbar-nav .nav-item-icon .nav-link:hover,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link,
.navbar-nav .nav-item-icon.show .nav-link:focus {
  background: transparent !important;
  color: #e81c3b !important; }

.navbar-nav .nav-item-icon .nav-link::after {
  border: 0; }

.navbar-nav .nav-item-icon .nav-link .badge {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-15px); }

.navbar-inverse .navbar-nav .nav-item-icon .nav-link {
  color: rgba(255, 255, 255, 0.7); }

.navbar-inverse .navbar-nav .nav-item-icon .nav-link:hover {
  color: rgba(255, 255, 255, 0.8); }

/* Navbar styles */
@media (min-width: 992px) {
  .navbar--style-1 .navbar-nav .nav-link {
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    padding: 2rem 1.25rem;
    border-radius: 0; }
  .navbar--style-1 .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0; }
  .navbar--style-1 .navbar-nav .nav-link:focus,
  .navbar--style-1 .navbar-nav .nav-link:hover {
    color: #e81c3b;
    background: transparent; }
  .navbar--style-1 .navbar-nav .show .nav-link,
  .navbar--style-1 .navbar-nav .show .nav-link:focus,
  .navbar--style-1 .navbar-nav .show .nav-link:hover {
    color: #e81c3b;
    background: transparent; }
  .navbar--style-1 .navbar-nav .show .nav-link::after,
  .navbar--style-1 .navbar-nav .nav-link:hover::after,
  .navbar--style-1 .navbar-nav .nav-link:focus::after {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 8px;
    color: #e81c3b;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -24px); }
  .navbar--style-1 .navbar-nav .nav-item:first-child .nav-link:after {
    margin-left: -0.625rem; }
  .navbar--style-2 .navbar-nav .nav-link {
    position: relative;
    letter-spacing: 0;
    background: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0; }
  .navbar--style-2 .navbar-nav .nav-link:focus,
  .navbar--style-2 .navbar-nav .nav-link:hover,
  .navbar--style-2 .navbar-nav .show .nav-link,
  .navbar--style-2 .navbar-nav .show .nav-link:focus,
  .navbar--style-2 .navbar-nav .show .nav-link:hover {
    background: transparent !important; } }

.navbar-nav .dropdown-menu {
  margin: 0;
  background-color: #FFF;
  border: 0;
  border-radius: 0; }

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    min-width: 220px;
    padding: 0 0.5rem;
    margin: 0;
    text-align: left;
    border: 0;
    border-top: 0;
    border-radius: 3px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08); }
  .navbar-nav .dropdown-menu-sm {
    min-width: 360px !important; }
  .navbar-nav .dropdown-menu-md {
    min-width: 600px !important; }
  .navbar-nav .dropdown-menu-lg {
    min-width: 760px !important; }
  .navbar-nav .dropdown-menu--left {
    left: 0;
    right: auto; }
  .navbar-nav .dropdown-menu--right {
    left: auto;
    right: 0; }
  .dropdown-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px; } }

@media (max-width: 991px) {
  .navbar-transparent .dropdown-menu {
    background-color: transparent; }
  .dropdown-bg {
    display: none; }
  .dropdown-divider {
    border: 0;
    margin: 0; } }

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.875rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #666; }

.navbar-nav .dropdown-menu .dropdown-item .badge {
  position: absolute;
  right: 30px; }

.navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #3452ff;
  background-color: transparent; }

.navbar-nav .dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.5); }

.navbar-nav .dropdown-menu .open .dropdown-item {
  color: #3452ff;
  background-color: transparent; }

@media (min-width: 992px) {
  .navbar-dropdown--inverse .dropdown-menu {
    background-color: #292f36;
    border-top: 0; }
  .navbar-dropdown--inverse .dropdown-menu .list-group-item {
    background-color: #292f36; }
  .navbar-dropdown--inverse .dropdown-menu:after {
    border-bottom-color: #292f36 !important; }
  .navbar-dropdown--inverse .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(30, 30, 30, 0.7); }
  .navbar-main.navbar-dropdown--inverse .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.7); }
  .navbar-dropdown--inverse .dropdown-menu .dropdown-item:focus,
  .navbar-dropdown--inverse .dropdown-menu .dropdown-item:hover {
    color: #3452ff;
    background-color: transparent; }
  .navbar-dropdown--inverse .dropdown-menu .open .dropdown-item {
    color: #3452ff;
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-nav .dropdown-menu {
    margin-top: 0; }
  .navbar-nav .dropdown-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: transparent;
    margin-top: 0; }
  .navbar-dropdown--arrow .navbar-nav .dropdown-menu {
    margin-top: 12px; }
  .navbar-dropdown--arrow .navbar-nav .dropdown-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    background: transparent;
    margin-top: -12px; }
  .navbar-dropdown--arrow .navbar-nav .dropdown-menu::after {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #FFF;
    border-width: 8px;
    margin-left: -8px; }
  .navbar-dropdown--arrow .dropdown-menu.mega-dropdown-menu::after {
    border: 0; }
  .navbar--link-arrow .navbar-nav .nav-link {
    position: relative; }
  .navbar--link-arrow .navbar-nav .nav-item.show:not(.nav-item-icon) .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    border-color: transparent;
    border-width: 10px;
    margin-left: -10px;
    z-index: 1100; }
  .navbar--link-arrow .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
    top: 0;
    border-top-color: #FFF; }
  .navbar--link-arrow .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
    bottom: -1rem;
    border-bottom-color: #FFF; }
  .navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-top.show:not(.nav-item-icon) .nav-link::after {
    border-top-color: #292f36; }
  .navbar--link-arrow.navbar-dropdown--inverse .navbar-nav .dropdown-bottom.show:not(.nav-item-icon) .nav-link::after {
    border-bottom-color: #292f36; } }

.navbar-dropdown--uppercase .dropdown-menu .dropdown-item {
  font-size: 0.7rem;
  text-transform: uppercase !important; }

.navbar-dropdown--bold .navbar-nav .nav-link {
  font-weight: 600 !important; }

.navbar-nav .dropdown-menu .dropdown-menu {
  left: 100%;
  margin: 0;
  right: auto;
  top: 0;
  border-radius: 3px; }

.navbar-nav .dropdown-submenu > .dropdown-menu::after {
  border: 0 !important; }

.navbar-nav .dropdown-submenu > a:before {
  content: "\f105";
  position: absolute;
  right: 15px;
  font-family: 'FontAwesome';
  font-size: 12px; }

.dropdown-menu-search {
  padding: 20px !important;
  min-width: 420px !important;
  position: absolute; }

.dropdown-form {
  padding: 0 !important;
  min-width: 340px !important; }

.dropdown-form-inner {
  padding: 1rem 1.5rem !important; }

.dropdown-form .btn-close-dropdown {
  display: none; }

@media (max-width: 991px) {
  .dropdown-form {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%; }
  .dropdown-form .btn-close-dropdown {
    display: inline-block !important;
    width: auto !important;
    position: relative;
    z-index: 100;
    right: 0;
    float: right;
    font-size: 20px !important;
    color: #818a91; }
  .dropdown-form .btn-close-dropdown:hover,
  .dropdown-form .btn-close-dropdown:focus {
    color: #2b2b2c !important; } }

@media screen and (min-width: 992px) {
  .megamenu {
    position: static; }
  .megamenu ul {
    padding-bottom: 15px; }
  .megamenu > .dropdown-menu {
    left: auto;
    right: 0;
    width: 100%; }
  .justify-content-around .megamenu > .dropdown-menu {
    left: auto;
    right: 1%;
    width: 98%; }
  .megamenu > .dropdown-menu-sm {
    min-width: 600px; } }

@media screen and (min-width: 1500px) {
  .megamenu > .dropdown-menu {
    min-width: auto;
    width: 100%;
    max-width: 1200px; }
  .justify-content-around .megamenu > .dropdown-menu {
    right: 50%;
    transform: translateX(50%); } }

.navbar .dropdown-md .dropdown-menu {
  min-width: 780px; }

.navbar .dropdown-lg .dropdown-menu {
  width: 850px; }

.mega-dropdown-menu {
  padding: 1.5rem; }

.mega-dropdown-menu > li {
  border: 0; }

.mega-dropdown-menu .megadropdown-links {
  padding: 0;
  margin: 0;
  list-style: none; }

.mega-dropdown-menu .megadropdown-links .dropdown-item {
  display: block;
  padding: 6px 0;
  clear: both;
  line-height: 1.42857143;
  font-size: 0.8rem;
  text-transform: capitalize;
  font-weight: 400; }

.navbar-dropdown--caps .mega-dropdown-menu > li > ul > li > a {
  font-size: 0.7rem;
  text-transform: uppercase; }

.mega-dropdown-menu > li > ul > li > a:hover {
  color: #e81c3b; }

.mega-dropdown-menu .dropdown-header {
  padding: 14px 0; }

.mega-dropdown-menu .meganav-section-title {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.875rem;
  font-weight: bolder;
  text-transform: none; }

.navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
  color: rgba(255, 255, 255, 0.7); }

.mega-dropdown-menu .meganav-section-title.text-uppercase {
  font-size: 0.75rem; }

.mega-dropdown-menu .meganav-section-title > a {
  color: #666; }

.mega-dropdown-menu .meganav-section-title > a:hover {
  color: #3452ff; }

.mega-dropdown-col-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden; }

.mega-dropdown-col-cover--left {
  border-radius: 3px 0 0 3px; }

.mega-dropdown-col-inner {
  height: 100%;
  padding: 2rem; }

@media (min-width: 992px) {
  .navbar-main .mega-dropdown-menu > .mega-dropdown-col {
    border-right: 1px solid #f9f9f9;
    padding: 0; }
  .navbar-main .mega-dropdown-menu > li > ul {
    padding-left: 2rem;
    padding-right: 2rem; }
  .mega-dropdown-menu .mega-dropdown-col-icon > a {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f9f9f9; }
  .mega-dropdown-menu .mega-dropdown-col-icon > a:hover {
    color: #e81c3b; }
  .mega-dropdown-menu .mega-dropdown-col-icon > a > i {
    font-size: 90px; }
  .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title {
    color: rgba(255, 255, 255, 0.7) !important; }
  .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a {
    color: rgba(255, 255, 255, 0.7); }
  .navbar-dropdown--inverse .mega-dropdown-menu .meganav-section-title > a:hover {
    color: #3452ff; }
  .mega-dropdown-menu .mega-dropdown-col:last-child > ul {
    border-right: 0; } }

@media (max-width: 991px) {
  .mega-dropdown-menu {
    padding: 0 !important; }
  .mega-dropdown-menu .dropdown-header {
    padding: 0.75rem 2rem !important;
    border-bottom: 1px solid #f9f9f9; }
  .mega-dropdown-menu .mega-dropdown-col-icon {
    display: none; }
  .mega-dropdown-menu > li {
    padding: 0; }
  .mega-dropdown-menu > li > ul > li {
    border-bottom: 1px solid #f9f9f9; }
  .mega-dropdown-menu > li > ul > li > a {
    padding: 14px 30px;
    padding-left: 50px !important; }
  .mega-dropdown-menu > li > ul > li > a:before {
    content: "\f178";
    font-family: "FontAwesome";
    position: relative;
    left: -6px; }
  .navbar-inverse .mega-dropdown-menu .meganav-section-title {
    color: rgba(255, 255, 255, 0.7); }
  .navbar-inverse .mega-dropdown-menu .dropdown-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-dropdown--inverse .mega-dropdown-menu > li > ul > li {
    border-bottom: 1px solid rgba(30, 30, 30, 0.7); } }

/* Headroom - works only with .fixed-top modifier class */
.headroom {
  transition: transform 200ms linear; }

.headroom--pinned:not(.headroom--top) {
  transform: translateY(0%); }

.headroom--pinned:not(.headroom--top) .navbar .navbar-nav .nav-link {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem; }

.headroom--unpinned {
  transform: translateY(-100%); }

.headroom--pinned:not(.headroom--top) .top-navbar {
  display: none !important; }

.headroom--pinned:not(.headroom--top) .navbar {
  position: static; }

.navbar.sps {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.navbar.sps--blw {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

@media (min-width: 992px) {
  .navbar.sps--blw .navbar-nav .nav-link {
    margin: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; } }

.global-search-toggler {
  display: none; }

@media (max-width: 991px) {
  .navbar {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem; }
  .navbar-collapse {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar.sps--blw {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    max-height: 450px;
    overflow-y: scroll; }
  .navbar-nav .nav-link {
    color: #666;
    padding: 0.875rem 1rem;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link:hover,
  .navbar-nav .show .nav-link,
  .navbar-nav .show .nav-link:focus,
  .navbar-nav .show .nav-link:hover {
    color: #e81c3b;
    background: transparent;
    border-radius: 0 !important; }
  .navbar-search-widget {
    padding: 1rem 0; }
  .navbar-search-widget.b-xs-bottom {
    border-color: rgba(0, 0, 0, 0.1); }
  .navbar-nav .nav-item > .dropdown-menu {
    border-radius: 0;
    padding: 0;
    box-shadow: none; }
  .navbar-inverse .navbar-nav .dropdown-menu {
    background: transparent; }
  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.75rem 2rem;
    line-height: 1.42857143;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .navbar-inverse .dropdown-menu .dropdown-item {
    color: rgba(255, 255, 255, 0.7); }
  .navbar-inverse .dropdown-menu .dropdown-item:focus,
  .navbar-inverse .dropdown-menu .dropdown-item:hover {
    color: #e81c3b; }
  .navbar-nav .dropdown-submenu .dropdown-menu {
    padding: 0;
    box-shadow: none;
    top: 0; }
  .navbar-nav .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 3rem; }
  .navbar-toggler {
    font-size: 30px;
    cursor: pointer; }
  .navbar-toggler:hover,
  .navbar-toggler[aria-expanded=true] {
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    outline: none; }
  .navbar-toggler:focus {
    outline: none; }
  .global-search-toggler {
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.8);
    padding: .625rem .75rem;
    cursor: pointer;
    line-height: 1;
    background: 0 0;
    border-radius: .25rem;
    outline: 0; }
  .global-search-toggler > i {
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px; }
  .global-search-toggler:hover i {
    color: rgba(0, 0, 0, 0.8); }
  .navbar--inverse .navbar-toggle {
    background-color: transparent; }
  .navbar--inverse .navbar-toggle:focus,
  .navbar--inverse .navbar-toggle:hover {
    background-color: transparent;
    border-color: transparent; }
  .navbar--inverse .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.5); }
  .navbar--inverse .navbar-toggle:focus .icon-bar,
  .navbar--inverse .navbar-toggle:hover .icon-bar {
    background-color: rgba(255, 255, 255, 0.7); }
  .navbar--inverse .navbar-icon-btn {
    background-color: transparent;
    border: 1px solid transparent; }
  .navbar--inverse .navbar-icon-btn i {
    color: rgba(255, 255, 255, 0.5); }
  .navbar--inverse .navbar-icon-btn:hover i {
    color: rgba(255, 255, 255, 0.7); } }

@media (min-width: 992px) {
  .body-wrap.has-navbar-aside {
    margin-left: 18.125rem; }
  .navbar-aside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 18.125rem;
    z-index: 500; }
  .navbar-aside .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .navbar-aside .navbar {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .navbar-aside .navbar .navbar-collapse {
    width: 100%;
    padding: 0 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .navbar-aside .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .navbar-aside .navbar-brand {
    width: 100%;
    padding: 0 4rem;
    margin: 2rem 0; } }

@media (min-width: 992px) and (min-width: 992px) {
  .navbar-aside .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0; }
  .navbar-aside .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-aside .navbar-expand-lg .navbar-nav .show .nav-link,
  .navbar-aside .navbar-expand-lg .navbar-nav .show .nav-link:hover {
    background: transparent;
    color: #e81c3b; }
  .navbar-aside .navbar-expand-lg .navbar-nav .nav-link::after {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 10px;
    margin-left: 0.875rem; } }

@media (min-width: 992px) {
  .navbar-aside .navbar .dropdown .dropdown-menu {
    margin-left: 12rem;
    top: 1rem; }
  .navbar-aside .navbar .dropdown-submenu .dropdown-menu {
    margin-left: 0; }
  .navbar-aside .megamenu {
    position: relative; }
  .navbar-aside .navbar-expand-lg .navbar-nav .megamenu .dropdown-menu {
    min-width: 900px;
    left: 0;
    right: auto; } }

.navbar-header {
  float: none; }

.modal-fullscreen-menu .close {
  opacity: 1;
  padding: 0.875rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 110;
  font-size: 1rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5); }

.modal-fullscreen-menu .close:hover {
  color: rgba(255, 255, 255, 0.8); }

.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 100; }

.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none; }

.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  .modal-fullscreen-menu .list-group a {
    font-size: 200%;
    font-weight: 200;
    letter-spacing: 0.05em;
    border: none;
    transition: all 0.25s ease;
    background-color: transparent;
    color: white;
    padding: 7.5vh 0;
    height: 5vh;
    font-size: 5vh;
    line-height: 0; }
    .modal-fullscreen-menu .list-group a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      z-index: -1;
      opacity: 0;
      transform: scale3d(0.7, 1, 1);
      transition: transform 0.4s, opacity 0.4s; }
    .modal-fullscreen-menu .list-group a:hover {
      color: black; }
      .modal-fullscreen-menu .list-group a:hover:before {
        transform: translate3d(0, 0, 0);
        opacity: 1; }

.modal-fullscreen-menu::before {
  background: rgba(0, 0, 0, 0.9);
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

html {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

html {
  font-size: 16px;
  -ms-overflow-style: scrollbar; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #2b2b2c;
  background-color: #fff; }

iframe {
  border: 0; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-left: 0; }

a:hover {
  text-decoration: none; }

.slice {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }

.slice-xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative; }

.slice-sm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative; }

.slice-lg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative; }

.slice-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative; }

.slice-xxl {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative; }

@media (min-width: 767px) {
  .slice-video {
    min-height: 600px; } }

.slice--offset-top {
  padding-top: 6rem !important; }

.slice--offset-bottom {
  padding-bottom: 6rem !important; }

.slice--arrow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 30px;
  margin-left: -30px;
  z-index: 600; }

.slice--arrow.slice--arrow-white:before {
  border-top-color: #fff; }

.slice--arrow.slice--arrow.bg-base-1:before {
  border-top-color: #e81c3b; }

.slice--arrow.slice--arrow.bg-base-2:before {
  border-top-color: #292f36; }

.slice--arrow.slice--arrow.bg-base-3:before {
  border-top-color: #818a91; }

.slice--arrow.slice--arrow.bg-base-4:before {
  border-top-color: #2B2B2B; }

.slice--arrow.slice--arrow.bg-base-5:before {
  border-top-color: #FFF; }

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1500px;
    padding-left: 90px;
    padding-right: 90px; } }

@media (min-width: 768px) {
  .container-xs {
    width: 600px; }
  .container-sm {
    width: 750px; } }

@media (min-width: 992px) {
  .container-xs {
    width: 750px; }
  .container-sm {
    width: 870px; } }

@media (min-width: 1200px) {
  .container-xs {
    width: 750px; }
  .container-sm {
    width: 900px; } }

.row-no-padding {
  margin: 0; }

.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.row-sm-padding > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.row-cols-gutter-xs > [class*="col-"] {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
  margin-bottom: 5px !important; }

.cols-space > div[class*='col-']:not(:last-child) {
  margin-bottom: 3rem; }

@media (max-width: 575px) {
  .cols-xs-space > div[class*='col-']:not(:last-child) {
    margin-bottom: 3rem; } }

@media (max-width: 767px) {
  .cols-sm-space > div[class*='col-']:not(:last-child) {
    margin-bottom: 3rem; } }

@media (max-width: 991px) {
  .cols-md-space > div[class*='col-']:not(:last-child) {
    margin-bottom: 3rem; } }

@media (max-width: 1199px) {
  .cols-lg-space > div[class*='col-']:not(:last-child) {
    margin-bottom: 3rem; } }

.cols-delimited > div[class*='col-']:not(:last-child) {
  border-right: 1px solid #f1f1f1; }

@media (max-width: 575px) {
  .cols-xs-delimited > div[class*='col-']:not(:last-child) {
    border-right: 1px solid #f1f1f1; } }

@media (max-width: 767px) {
  .cols-sm-delimited > div[class*='col-']:not(:last-child) {
    border-right: 1px solid #f1f1f1; } }

@media (max-width: 991px) {
  .cols-md-delimited > div[class*='col-']:not(:last-child) {
    border-right: 1px solid #f1f1f1; } }

@media (max-width: 1199px) {
  .cols-lg-delimited > div[class*='col-']:not(:last-child) {
    border-right: 1px solid #f1f1f1; } }

@media (max-width: 575px) {
  .row-wrapper > .row .col-12:not(:last-child),
  .row-wrapper > .row:not(:last-child) {
    margin-bottom: 2rem; } }

@media (min-width: 576px) and (max-width: 767px) {
  .row-wrapper > .row .col-sm-12:not(:last-child),
  .row-wrapper > .row:not(:last-child) {
    margin-bottom: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row-wrapper .row .col-md-12:not(:last-child),
  .row-wrapper .row:not(:last-child) {
    margin-bottom: 2rem; } }

@media (min-width: 992px) {
  .row-wrapper > .row:not(:last-child) {
    margin-bottom: 2rem; } }

@media (min-width: 992px) {
  .container-over-top {
    min-height: 200px;
    margin: -150px auto 0;
    z-index: 10;
    position: relative;
    padding-top: 0; }
  .container-over-top .container-inner {
    border-radius: 0.25rem;
    padding: 2rem; }
  .container-over-top--style-2 {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-bottom: medium double #ccc; } }

.col-wrapper--text {
  padding: 3rem; }

@media (min-width: 992px) {
  .col-wrapper--text {
    padding: 3rem 7rem; } }

.col-wrapper--spaced {
  padding: 3rem; }

.col-wrapper--spaced-x {
  padding-left: 3rem;
  padding-right: 3rem; }

.col-wrapper--spaced-y {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media (min-width: 992px) {
  .col-lg-space-left {
    padding-left: 2.5rem; }
  .col-lg-space-right {
    padding-right: 2.5rem; } }

/* Pace: Page Progress Bar */
.pace .pace-progress {
  background: #e81c3b !important; }

/* Light Gallery */
.lightbox-item {
  cursor: pointer; }

/* Masonry - Isotope */
.masonry-item {
  margin-bottom: 3rem; }

.masonry-item .block {
  margin-bottom: 0 !important; }

.morphext > .animated {
  display: inline-block; }

.easy-pie-chart {
  display: inline-block;
  position: relative; }

.easy-pie-chart-value {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%; }

.easy-pie-chart-value:after {
  content: "%";
  font-size: 12px; }

.easy-pie-chart-title {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.btn-back-to-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  text-align: center;
  line-height: 40px;
  background: #e81c3b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.btn-back-to-top:before {
  font-family: "Ionicons";
  content: "\f3d8";
  display: block;
  font-size: 1rem;
  color: #FFF; }

.btn-back-to-top.back-to-top-fade-out,
.btn-back-to-top.back-to-top-is-visible,
.no-touch .btn-back-to-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.btn-back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: 1; }

.btn-back-to-top.back-to-top-fade-out {
  opacity: 0.8; }

.no-touch .btn-back-to-top:hover {
  background-color: #e86256;
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .btn-back-to-top {
    right: 20px;
    bottom: 20px; } }

@media only screen and (min-width: 1024px) {
  .btn-back-to-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
    line-height: 40px; } }

.instafeed [class^=col-] {
  padding-left: 10px;
  padding-right: 10px; }

.instafeed img {
  margin-bottom: 20px; }

.instafeed.row-no-padding img {
  margin-bottom: 0; }

.paraxify {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; }

/* Stickyfill */
.stickyfill {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.stickyfill:before,
.stickyfill:after {
  content: '';
  display: table; }

/* ==========  Blzee  ========== */
@font-face {
  font-family: 'Blzee';
  src: url("/bitrix/templates/invest3/assets/css/../fonts/blzee/blzee.eot");
  src: url("/bitrix/templates/invest3/assets/css/../fonts/blzee/blzee.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/invest3/assets/css/../fonts/blzee/blzee.woff") format("woff"), url("/bitrix/templates/invest3/assets/css/../fonts/blzee/blzee.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Sue Ellen Francisco';
  src: url("/bitrix/templates/invest3/assets/css/../fonts/other/sue-ellen-francisco.ttf");
  src: url("/bitrix/templates/invest3/assets/css/../fonts/other/sue-ellen-francisco.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Pacifico';
  src: url("/bitrix/templates/invest3/assets/css/../fonts/other/pacifico.ttf");
  src: url("/bitrix/templates/invest3/assets/css/../fonts/other/pacifico.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'YellowTail';
  src: url("/bitrix/templates/invest3/assets/css/../fonts/other/yellowtail-regular.ttf");
  src: url("/bitrix/templates/invest3/assets/css/../fonts/other/yellowtail-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.st-container,
.st-content,
.st-pusher {
  height: 100%; }

.st-content {
  background: transparent; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  right: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-pusher::after {
  z-index: 1100;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  background: #1f1f1f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-left: 1px solid transparent; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open {
  overflow: hidden; }

.st-menu::-webkit-scrollbar {
  display: none !important;
  width: 0 !important; }

.st-menu-title {
  font-size: 1rem;
  color: #818a91;
  font-weight: 600;
  margin: 10px 0 0;
  padding: 15px 20px 10px; }

.st-profile {
  background-image: url("/bitrix/templates/invest3/assets/css/../images/patterns/pattern-1.png");
  background-repeat: repeat;
  padding: 2rem; }

.st-profile-user-wrapper {
  display: table;
  width: 100%;
  vertical-align: middle; }

.profile-user-image {
  display: table-cell;
  padding-right: 1rem;
  width: 72px; }

.profile-user-image > img {
  max-width: 100%; }

.profile-user-info {
  display: inline-block;
  vertical-align: middle; }

.st-profile .profile-user-name {
  color: #e81c3b;
  font-size: 1rem;
  font-weight: 600; }

.st-profile .profile-user-email {
  font-weight: 400;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5); }

.st-menu-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #818a91; }

.st-menu-list > ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu-list > ul > li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500; }

.st-menu-list > ul > li > a {
  display: block;
  padding: 0.3125rem 2rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.st-menu-list > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.7); }

.st-menu-list > ul > li > a > i {
  margin-right: 1rem;
  display: inline-block;
  font-size: 20px;
  width: 20px;
  position: relative;
  top: 4px; }

.st-effect-1.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.st-effect-1.st-menu-open .st-pusher > .st-content {
  overflow: hidden; }

.st-effect-1.st-menu {
  z-index: 1; }

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.st-effect-1.st-menu::after {
  display: none; }

body {
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #55595c; }

p:not(.lead) {
  font-size: 0.875rem;
  line-height: 1.4rem; }

.excerpt,
.excerpt p {
  color: #55595c; }

a {
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s; }

.link {
  color: #3452ff;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.link > i {
  margin-right: 5px;
  font-size: 0.875rem;
  position: relative;
  top: -1px; }

.link-sm > i {
  margin-right: 5px;
  font-size: 0.625rem;
  position: relative;
  top: -1px; }

.link-sm > .icon-lg {
  font-size: 0.875rem; }

.link:hover {
  color: #0022e7;
  text-decoration: none;
  text-decoration: underline; }

.link--style-1 {
  color: #2b2b2c; }

.link--style-1:hover {
  color: #e81c3b; }

.link--style-2 {
  color: #e81c3b !important; }

.link--style-2:hover {
  color: #e81c3b !important;
  text-decoration: underline !important; }

.link--style-3 {
  color: #818a91; }

.link--style-3:hover {
  color: #2b2b2c; }

.link--style-4 {
  color: white; }

.link--style-4:hover {
  color: white;
  text-decoration: none; }

.link--bb {
  padding-bottom: 8px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.3); }

.link--bb:hover {
  padding-bottom: 8px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.8); }

.link--bb-1 {
  color: #2b2b2c;
  padding-bottom: 4px;
  border-bottom: 3px solid #e81c3b; }

.link--bb-1:hover {
  text-decoration: none;
  color: #e81c3b; }

.link--line-after {
  color: #2b2b2c;
  position: relative;
  padding-right: 50px; }

.link--line-after:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  background-color: #2b2b2c; }

.link--line-after:hover {
  text-decoration: none; }

.link-lg {
  font-size: 1.25rem; }

.link-sm {
  font-size: 0.875rem; }

.link-xs {
  font-size: 0.75rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.46; }

.heading {
  margin: 0 0 6px;
  padding: 0;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #111111;
  line-height: 1.46; }

.heading--base {
  font-family: "Source Sans Pro", sans-serif; }

.heading-light {
  color: rgba(0, 0, 0, 0.6); }

.heading > a {
  color: #111111; }

.heading:hover > a {
  color: #e81c3b !important; }

.heading-inverse {
  color: white; }

.heading-inverse > a {
  color: white; }

.heading-inverse:hover > a {
  color: #e81c3b !important; }

.heading > .icon,
.heading > a > .icon {
  display: inline-block;
  margin-right: 4px; }

.heading-count {
  font-size: 0.875rem;
  margin-right: 0.625rem; }

.heading-1 {
  font-size: 2.5rem !important;
  line-height: 1.3; }

.heading-2 {
  font-size: 2rem !important;
  line-height: 1.3; }

.heading-3 {
  font-size: 1.5rem !important;
  line-height: 1.3; }

.heading-4 {
  font-size: 1.25rem !important; }

.heading-5 {
  font-size: 1.125rem !important; }

.heading-6 {
  font-size: 1rem !important; }

@media (max-width: 991px) {
  .heading-responsive.heading-1 {
    font-size: 1.6666666667rem !important;
    line-height: 1.3; }
  .heading-responsive.heading-2 {
    font-size: 2rem !important;
    line-height: 1.3; }
  .heading-responsive.heading-3 {
    font-size: 1.5rem !important;
    line-height: 1.3; }
  .heading-responsive.heading-4 {
    font-size: 1.25rem !important; }
  .heading-responsive.heading-5 {
    font-size: 1.125rem !important; }
  .heading-responsive.heading-6 {
    font-size: 1rem !important; } }

.heading-xs {
  font-size: 0.75rem !important; }

.heading-sm {
  font-size: 0.875rem !important; }

.heading-lg {
  font-size: 2.5rem !important; }

.heading-xl {
  font-size: 3.75rem !important; }

.heading-xl-x2 {
  font-size: 7.5rem !important; }

.heading-xxl {
  font-size: 5rem !important; }

@media (max-width: 991px) {
  .heading-responsive.heading-xl {
    font-size: 1.875rem !important; }
  .heading-responsive.heading-xl-x2 {
    font-size: 3.75rem !important; }
  .heading-responsive.heading-xxl {
    font-size: 2.5rem !important; } }

/* Text sizes */
.text-xs {
  font-size: 0.625rem !important; }

.text-sm {
  font-size: 0.75rem !important; }

.text-md {
  font-size: 0.875rem !important; }

.text-lg {
  font-size: 1rem !important; }

.fluid-paragraph {
  font-size: 1rem;
  width: 680px;
  margin: auto;
  padding: 0 20px;
  position: relative; }

.fluid-paragraph h1:not(.heading),
.fluid-paragraph h2:not(.heading),
.fluid-paragraph h3:not(.heading),
.fluid-paragraph h4:not(.heading),
.fluid-paragraph h5:not(.heading),
.fluid-paragraph h6:not(.heading) {
  text-transform: none !important; }

.fluid-paragraph-xs {
  width: 480px; }

.fluid-paragraph-sm {
  width: 580px; }

.fluid-paragraph-md {
  width: 780px; }

.fluid-paragraph-lg {
  width: 880px; }

.paragraph-xs > p {
  font-size: 0.8rem;
  line-height: 1.4; }

.paragraph-sm > p {
  font-size: 0.875rem; }

.paragraph-lg > p {
  font-size: 1.25rem; }

.paragraph-excerpt {
  line-height: 1.6; }

@media (max-width: 767px) {
  .fluid-paragraph {
    width: 100% !important; } }

.quote-block-lg {
  line-height: 2.4rem; }

.quote-icon {
  font-size: 2rem;
  display: inline-block; }

.quote-icon--1::before {
  content: "\f347";
  font-family: "Ionicons";
  color: inherit; }

.quote-icon-md {
  font-size: 3rem; }

.quote-icon-lg {
  font-size: 4rem; }

.quote-icon-xl {
  font-size: 5rem; }

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

strong {
  font-weight: 600; }

blockquote .blockquote-source {
  font-size: 0.875rem; }

blockquote .blockquote-source::before {
  content: '\2014 \00A0'; }

.blockquote-custom {
  border: 0;
  position: relative; }

.blockquote--style-1 {
  border: 0;
  font-family: 'Pacifico', sans-serif;
  font-size: 1.5rem; }

.blockquote--style-2 {
  border: 0;
  font-size: 1.3rem;
  color: #818a91; }

.blockquote--style-2:before {
  content: '\201C';
  position: absolute;
  left: -82px;
  top: -52px;
  font-size: 9em;
  opacity: 0.2;
  font-family: Georgia, "Times New Roman", Times, seri; }

.blockquote--style-2:after {
  content: '\201D';
  position: absolute;
  right: -82px;
  top: -52px;
  font-size: 9em;
  opacity: 0.2;
  font-family: Georgia, "Times New Roman", Times, serif; }

.icon-pic--style-1 {
  color: #e81c3b; }

.icon-pic > i {
  font-size: 2.5rem; }

.icon-pic > img {
  width: 2.5rem; }

.icon-pic-md > i {
  font-size: 5rem; }

.icon-pic-md > img {
  width: 5rem; }

.icon-pic-lg > i {
  font-size: 10rem; }

.icon-pic-lg > img {
  width: 10rem; }

.icon-pic-xl > i {
  font-size: 20rem; }

.icon-pic-xl > img {
  width: 20rem; }

.alert {
  font-size: 0.875rem; }

.alert strong {
  color: inherit !important;
  font-weight: 500; }

.badge {
  padding: .45em .45em;
  font-size: 0.625rem;
  font-weight: 400; }

.badge-inline {
  margin-right: 0.625rem; }

.badge-inline + span {
  top: 2px;
  position: relative;
  font-size: 0.875rem; }

.badge-inline + span > a {
  text-decoration: underline; }

.badge-md {
  padding: 0.65em 1em; }

.badge-lg {
  padding: 0.85em 1.25em; }

.badge a {
  color: #FFF;
  font-weight: 500; }

.badge-pill {
  padding: .45em .65em; }

.badge-pill.badge-md {
  padding: 0.65em 1em; }

.badge-pill.badge-lg {
  padding: 0.85em 1.25em; }

.badge-duration {
  color: #e81c3b;
  font-weight: 500; }

/* Styles */
.badge--2 {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #818a91;
  font-size: 0.875rem; }

.badge--2 strong {
  color: #2b2b2c; }

.badge--2 > i {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin-right: 6px; }

.badge-corner:empty {
  display: inline-block; }

.badge-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 66px solid #888;
  border-top-color: rgba(0, 0, 0, 0.3);
  border-left: 66px solid transparent;
  padding: 0;
  background-color: transparent;
  border-radius: 0; }

.badge-corner span {
  position: absolute;
  top: -52px;
  left: -28px;
  font-size: 16px;
  color: #fff; }

.badge-corner-base-1 {
  border-top-color: #e81c3b; }

.badge-corner-blue {
  border-top-color: #007aff; }

.badge-corner-green {
  border-top-color: #4cd964; }

.badge-corner-red {
  border-top-color: #ff3b30; }

.badge-corner-orange {
  border-top-color: #ff9500; }

.badge-corner-pink {
  border-top-color: #ff2d55; }

.badge-corner-yellow {
  border-top-color: #ffcc00; }

.badge-corner-purple {
  border-top-color: #5856d6; }

.badge-corner-black {
  border-top-color: #000000; }

.ribbon {
  position: absolute;
  top: 20px;
  right: -5px;
  padding: 0.875rem; }

.ribbon:after,
.ribbon:before {
  content: '';
  position: absolute;
  left: -9px;
  border-left: 10px solid transparent; }

.ribbon:before {
  top: 0; }

.ribbon:after {
  bottom: 0; }

.ribbon span {
  display: block;
  font-size: 0.875rem;
  font-weight: 600; }

.ribbon.bg-base-1 {
  border-right: 5px solid #ef6177; }

.ribbon.bg-base-1:before {
  border-top: 27px solid #e81c3b; }

.ribbon.bg-base-1:after {
  border-bottom: 27px solid #e81c3b; }

.ribbon.bg-base-2 {
  border-right: 5px solid #4a5561; }

.ribbon.bg-base-2:before {
  border-top: 27px solid #292f36; }

.ribbon.bg-base-2:after {
  border-bottom: 27px solid #292f36; }

.ribbon.bg-gray-dark {
  border-right: 5px solid #515153; }

.ribbon.bg-gray-dark:before {
  border-top: 27px solid #2b2b2c; }

.ribbon.bg-gray-dark:after {
  border-bottom: 27px solid #2b2b2c; }

.ribbon.bg-red {
  border-right: 5px solid #ff837d; }

.ribbon.bg-red:before {
  border-top: 27px solid #ff3b30; }

.ribbon.bg-red:after {
  border-bottom: 27px solid #ff3b30; }

.ribbon.bg-orange {
  border-right: 5px solid #ffb54d; }

.ribbon.bg-orange:before {
  border-top: 27px solid #ff9500; }

.ribbon.bg-orange:after {
  border-bottom: 27px solid #ff9500; }

.ribbon.bg-yellow {
  border-right: 5px solid #ffdb4d; }

.ribbon.bg-yellow:before {
  border-top: 27px solid #ffcc00; }

.ribbon.bg-yellow:after {
  border-bottom: 27px solid #ffcc00; }

.ribbon.bg-blue {
  border-right: 5px solid #4da2ff; }

.ribbon.bg-blue:before {
  border-top: 27px solid #007aff; }

.ribbon.bg-blue:after {
  border-bottom: 27px solid #007aff; }

.ribbon.bg-green {
  border-right: 5px solid #8be69b; }

.ribbon.bg-green:before {
  border-top: 27px solid #4cd964; }

.ribbon.bg-green:after {
  border-bottom: 27px solid #4cd964; }

.ribbon.bg-purple {
  border-right: 5px solid #9594e5; }

.ribbon.bg-purple:before {
  border-top: 27px solid #5856d6; }

.ribbon.bg-purple:after {
  border-bottom: 27px solid #5856d6; }

.ribbon.bg-pink {
  border-right: 5px solid #ff7a93; }

.ribbon.bg-pink:before {
  border-top: 27px solid #ff2d55; }

.ribbon.bg-pink:after {
  border-bottom: 27px solid #ff2d55; }

.block-wrapper > .block:not(:last-child) {
  margin-bottom: 2rem; }

.block {
  margin: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  cursor: default;
  border-radius: 0.25rem 0.25rem 0.25rem;
  -moz-border-radius: 0.25rem 0.25rem 0.25rem; }

.block:after,
.block:before {
  display: table;
  content: ""; }

.block:after {
  clear: both; }

a > .block {
  cursor: pointer; }

.block.no-radius > .block-image img {
  border-radius: 0 !important; }

.block .lead {
  margin-bottom: 0; }

.block-stack-wrapper {
  border-radius: 0.25rem; }

.block-stack-wrapper .row {
  background: #fff; }

@media (max-width: 991px) {
  .block-stack-wrapper .row {
    margin-bottom: 20px; } }

.block .block-body {
  padding: 1.5rem 1.5rem; }

.block .block-body > p {
  margin-bottom: 0; }

.block .block-image {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative; }

.block .block-image img {
  max-width: 100%; }

.has-solid-shadow-left,
.has-solid-shadow-right {
  position: relative;
  z-index: 1; }

.has-solid-shadow-left::before,
.has-solid-shadow-right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 35px);
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  z-index: -1;
  border-radius: 0.25rem; }

.has-solid-shadow-left::before {
  top: 55px;
  left: -20px; }

.has-solid-shadow-right::before {
  top: 55px;
  right: -20px; }

.overlay-label {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 6px 8px;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif; }

.overlay-label.image-title--top {
  top: 15px;
  bottom: auto; }

.overlay-label.image-title--bottom {
  top: auto;
  bottom: 15px; }

.animate-this {
  position: relative;
  overflow: hidden; }

.animate-this,
.animate-this * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.animate--hover-zoom:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 100; }

.animate--hover-show-btn:hover .animate-translate--up {
  transform: translateY(-150%); }

.animate--hover-button,
.animate--hover-content {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
  opacity: 0;
  z-index: 10; }

.animate--hover-show-btn:hover .animate--hover-button,
.animate--hover-show-content:hover .animate--hover-content {
  opacity: 1;
  bottom: 0; }

.block-author {
  display: table; }

.block-author:after,
.block-author:before {
  content: "";
  display: table; }

.block-author:after {
  clear: both; }

.block-author .author-image {
  width: 60px;
  display: table-cell; }

.block-author .author-image-lg {
  width: 80px; }

.block-author .author-image-sm {
  width: 40px; }

.block-author .author-image-xs {
  width: 30px; }

.block-author .author-image img {
  width: 100%;
  border-radius: 100%; }

.block-author .author-info {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.875rem;
  color: #818a91; }

.block-author .author-image + .author-info {
  padding-left: 10px; }

.block-author .author-image-xs + .author-info {
  font-size: 0.75rem; }

.block-author .author-info .author-name {
  display: inline-block;
  font-weight: 400; }

.block-author .author-info .author-name > span {
  margin-right: 3px;
  color: #2b2b2c; }

.block-author .author-info .author-name > a {
  color: #818a91; }

.block-author .author-info .author-name > a:hover {
  color: #e81c3b; }

.block-author .author-info .author-desc {
  font-weight: 400;
  font-size: 0.875rem; }

.block-date-over {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #2b2b2c;
  border-radius: 0.1rem;
  font-size: 0.75rem;
  text-align: center;
  font-weight: 500; }

.block-price-over {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  line-height: 40px; }

.block-ribbon {
  position: absolute;
  top: 15px;
  z-index: 10; }

.block-ribbon-square {
  width: 64px; }

.block-ribbon-fixed {
  width: 74px;
  padding: 8px;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.25rem; }

.block-ribbon-left {
  left: 15px; }

.block-ribbon-right {
  right: 15px; }

.block-caption-over {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  padding: 1rem; }

.block-caption-half-over {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  padding: 30px 40px; }

.block-caption-half-over--left {
  left: 0; }

.block-caption-half-over--right {
  right: 0; }

.block-image-holder .mask {
  border-radius: 0.25rem; }

.block-image-holder .block-image img {
  max-width: 100%; }

.block-image-holder .block-image-sm {
  width: 60%;
  margin: auto; }

.block-image-holder:not(.no-radius) .block-image img {
  border-radius: 0.25rem; }

.block-image-holder .block-info.block-info-over {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 15px 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0.25rem 0.25rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.block-image-holder .block-info.block-info-over > .block-info-inner {
  padding: 0 1.5rem;
  width: 100%;
  align-self: center; }

.block-image-holder .block-info.block-info-over--animated {
  height: 80px; }

.block-image-holder:hover .block-info.block-info-over--animated {
  height: 90px; }

.block-image-holder .block-info.block-info-over--animated:hover {
  height: 100%;
  border-radius: 0.25rem; }

.block-image-holder .block-info.block-info-over > .block-info-inner > .block-info-hidden-content {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.block-image-holder .block-info.block-info-over--animated:hover > .block-info-inner > .block-info-hidden-content {
  display: block;
  opacity: 1; }

.block-image-holder .block-info-table {
  width: 100%;
  margin: 20px 0 0;
  color: #2b2b2c;
  font-size: 0.7em; }

.block-image-holder .block-info-over.block-info-over .heading {
  margin: 0;
  color: #2b2b2c; }

.block-image-holder .block-info-over.block-info-over .heading > a {
  color: #2b2b2c; }

.block-image-holder .block-info-over.block-info-over:hover .info-title > a {
  color: #2b2b2c; }

.block-image-holder .block-info-over.block-info-over--style-2 {
  height: 60px;
  width: calc(100% - 1.6rem);
  margin: 0.8rem;
  background: #FFF;
  border-radius: 0.25rem; }

.block-image-holder .block-info-over--style-2.block-info-over--animated:hover {
  height: calc(100% - 1.6rem); }

.block-image-holder .block-info-over.block-info-over--style-3 {
  height: 80px;
  width: 100%;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8); }

.block-image-holder .block-info-over.block-info-over--dark {
  background: rgba(0, 0, 0, 0.8);
  color: #787878; }

.block-image-holder .block-info-over.block-info-over--dark-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.block-image-holder:hover .block-info-over.block-info-over--dark-gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.block-image-holder .block-info-over.block-info-over--dark .heading,
.block-image-holder .block-info-over.block-info-over--dark .heading > a {
  color: #eceeef; }

.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover,
.block-image-holder .block-info-over.block-info-over--dark .heading:hover a {
  color: #eceeef !important; }

.block-image-holder .block-info-over.block-info-over--dark .heading > a:hover {
  text-decoration: underline; }

.block-image-holder .block-info-over--dark .block-info-table tr {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }

.block-image-holder .block-info-over--dark .block-info-table td {
  color: #eceeef;
  padding: 8px 0;
  border: 0; }

.block-image-holder .block-info {
  padding: 1rem 0 !important;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  background: transparent; }

.block-image-holder .image-mask {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s; }

.block-image-holder:hover .image-mask {
  opacity: 0; }

.block--style-1 {
  border: 1px solid #f1f1f1; }

.block.block--style-1 .block-subtitle {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0;
  text-transform: none;
  color: #818a91; }

.block.block--style-1 img {
  max-width: 100%; }

.block.block--style-1.grid .block-image {
  position: relative; }

.block.block--style-1.grid .block-body {
  padding: 1.5rem 0; }

.block.block--style-1.grid .image-title {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 6px 8px;
  font-weight: 500; }

.block.block--style-1.grid .block-category {
  font-size: 11px;
  color: #e81c3b;
  text-transform: uppercase; }

.block.block--style-1.list {
  display: flex; }

.block.block--style-1.list .block-image {
  max-width: 40%; }

.block.block--style-1.list .block-image-sm {
  max-width: 25%; }

.block.block--style-1.list .block-header {
  padding: 10px 15px;
  font-weight: 500;
  text-transform: uppercase; }

.block.block--style-1.list .block-content {
  display: table-cell;
  vertical-align: top;
  position: relative; }

.block.block--style-1.list .block-body {
  padding: 1rem 0 1rem 2rem; }

.block.block--style-1.list .block-content .block-body {
  padding-bottom: 15px; }

.block.block--style-1.list .block-label {
  display: inline-block;
  padding: 6px 8px;
  font-size: 0.875rem;
  font-weight: 500; }

.block.block--style-1.list .info {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #818a91; }

.block.block--style-1.list .block-footer {
  padding: 0.5rem 2rem;
  display: table;
  width: 100%; }

.block.block--style-1.list .block-footer-fixed-bottom {
  position: absolute;
  bottom: 0; }

.block.block--style-1.list .block-footer .meta-info span {
  float: left;
  margin-right: 8px;
  font-size: 11px; }

.block.block--style-1.list .block-footer .meta-info span i {
  margin-right: 4px;
  font-size: 13px; }

.block.block--style-1.list .image-title {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 500; }

@media (max-width: 767px) {
  .block.block--style-1.list {
    display: block; }
  .block.block--style-1.list .block-image {
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 1rem; }
  .block.block--style-1.list .block-body {
    display: block;
    padding: 1rem 2rem; }
  .block.block--style-1.list .block-footer-fixed-bottom {
    position: relative; } }

.block--style-2 {
  display: flex;
  align-items: center;
  width: 100%; }

.block--style-2 .heading {
  margin-bottom: 8px; }

.block--style-2 .block-image {
  max-width: 45%;
  position: relative;
  padding: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  overflow: hidden; }

.block--style-2 .block-image-lg {
  width: 48%; }

.block--style-2 .block-image img {
  width: 100%; }

.block--style-2 .block-body {
  display: table-cell;
  vertical-align: top;
  padding: 1.5rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.block--style-2:hover .mask {
  opacity: 0; }

.block--style-2.v1 .block-image {
  width: 50%; }

.block--style-2 .block-image-over {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.block--style-2.grid .block-image {
  display: block;
  max-width: 100%;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.block--style-2.grid {
  display: block; }

.block--style-2.grid .block-body {
  display: block;
  border-radius: 0.25rem; }

.block--style-2.grid .block-body-over {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem; }

.row-no-padding .block--style-2 {
  border-radius: 0; }

.row-no-padding .block--style-2 .block-image {
  border-radius: 0; }

.row-no-padding .block--style-2 .block-body {
  border-radius: 0; }

@media (max-width: 767px) {
  .block--style-2 {
    display: block; }
  .block--style-2 .block-image {
    max-width: 100%; }
  .block--style-2 .block-body {
    display: block; } }

.block--style-3 {
  border: 1px solid;
  border-color: #f1f1f1;
  background: #fff; }

.block--style-3 img {
  max-width: 100%;
  border-radius: 0.25rem 0.25rem 0 0; }

.block--style-3 .heading {
  margin-bottom: 10px; }

.block--style-3 .block-footer {
  padding: 1.5rem 1.5rem; }

.block--style-3 .block-footer h3 {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize; }

.block--style-3.block-fixed-width {
  width: 500px; }

.text-xs-center .block--style-3.block-fixed-width {
  margin: auto; }

@media (max-width: 767px) {
  .block--style-3.block-fixed-width {
    width: 90%; } }

.block--style-3 .description {
  margin-bottom: 0; }

.block--style-3 .block-quote-bullet {
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  left: 50%;
  top: -23px;
  margin-left: -23px;
  background: #fff;
  font-size: 20px;
  border-radius: 100%; }

.block--style-3 .block-price-text {
  margin-left: 2px;
  color: #818a91;
  font-size: 0.7em; }

.block--style-3 .block-price {
  font-size: 18px;
  color: #e81c3b;
  font-weight: 600; }

.block--style-3 .capacity > i {
  font-size: 12px; }

.block--style-3 .aux-info-wrapper {
  position: relative; }

.block--style-3 ul.aux-info {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }

.block--style-3 ul.aux-info li {
  flex-grow: 1;
  margin: 0;
  padding: 14px 15px;
  border-right: 1px solid #f1f1f1;
  font-size: 0.75rem;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  color: #818a91; }

.block--style-3 ul.aux-info li i {
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 4px; }

.block--style-3 ul.aux-info li:last-child {
  border: 0; }

.block--style-3 ul.aux-info--over {
  background: #fff;
  display: table;
  position: absolute;
  bottom: 10px;
  width: 96%;
  left: 2%;
  border-radius: 2px; }

.block--style-3-v2 {
  border: 0;
  background: transparent; }

.block--style-3-v2 img {
  border-radius: 0.25rem; }

.block--style-3-v2 .block-body {
  padding: 1.5rem 0; }

.block--style-3-v2 .block-body > p {
  margin: 0; }

.block--style-3-v2 .block-footer {
  padding-left: 0;
  padding-right: 0; }

.block--style-3 > .block-image > .block-author {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -25px;
  right: 30px;
  border-radius: 100%;
  border: 2px solid #fff; }

.block--style-3 > .block-image > .block-author img {
  border-radius: 100%; }

.block--style-3.list .block-image {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  position: relative;
  padding: 15px; }

.block--style-3.list .block-image-sm {
  width: 180px; }

.block--style-3.list .block-image .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.block--style-3.list .block-title-wrapper {
  display: table-cell;
  vertical-align: top;
  padding: 20px 20px 20px 25px;
  border-left: 1px solid #f1f1f1; }

.block--style-3.list .block-body {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid #f1f1f1; }

@media (max-width: 767px) {
  .block--style-3.list .block-image {
    display: block;
    width: 100%; }
  .block--style-3.list .block-title-wrapper {
    border-left: 0;
    border-top: 1px solid #f1f1f1; }
  .block--style-3.list .block-body {
    display: block;
    padding: 20px; } }

.block--style-3.list .block-footer {
  padding: 12px 20px; }

.block--style-4 .info-author:after,
.block--style-4 .info-author:before {
  content: "";
  display: table; }

.block--style-4 .info-author:after {
  clear: both; }

.block--style-4 .block-body {
  padding: 2rem; }

.block--style-4 .info-author .author-img {
  display: table-cell;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0; }

.block--style-4 .info-author .author-info {
  height: 75px;
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
  text-align: left;
  border-bottom-left-radius: 0.25rem; }

.block--style-4 .info-author .author-info .author-name {
  display: block;
  font-style: normal;
  font-weight: 500;
  color: #2b2b2c; }

.block--style-4 .info-author .author-info .author-pos {
  display: block;
  font-size: 85%; }

.block--style-4-v1 {
  position: relative;
  margin-bottom: 34px; }

.block--style-4-v1.bg-white {
  border: 1px solid #f1f1f1; }

.block--style-4-v1 .block-body {
  padding: 2rem; }

.block--style-4-v1 .block-body p {
  padding: 0 20px; }

.block--style-4-v1 .info-author {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: -32px;
  margin-left: -32px;
  border-radius: 100%; }

.block--style-4-v1 .info-author .author-img {
  padding: 3px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #f1f1f1; }

.block--style-4-v1 .info-author .author-img.z-depth {
  padding: 0;
  background: #fff;
  border: 0; }

.block--style-4-v1 .info-author .author-img img {
  width: 100%;
  border-radius: 100%; }

.block--style-4-v1 .block-body span.quote-icon {
  display: block;
  text-align: center;
  margin: 20px 0; }

.block--style-4-v1 .block-body span.quote-icon > i {
  font-size: 26px; }

.block--style-4-v2 .block-body {
  position: relative;
  border-radius: 0.25rem; }

.block--style-4-v2 .block-body:after {
  top: 100%;
  left: 32px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px; }

.block--style-4-v2 .block-body > p {
  margin-bottom: 0; }

.block--style-4-v2 .block-body .quote {
  display: inline-block;
  margin-right: 8px;
  font-size: 24px; }

.block--style-4-v2 .block-body.bg-base-1:after {
  border-top-color: #e81c3b; }

.block--style-4-v2 .block-body.bg-white:after {
  border-top-color: white; }

.block--style-4-v2 .info-author {
  margin-top: 1.25rem; }

.block--style-4-v2 .info-author .author-img img {
  width: 64px; }

.block--style-4-v2 .style-8-author {
  width: 100%;
  margin-top: 15px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.block--style-5 .block-image img {
  max-width: 100%;
  border-radius: 0.25rem; }

.block--style-5 .block-title-upper {
  margin: 4px 0;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400; }

.block--style-5 .block-info-text {
  margin-top: 15px;
  margin-bottom: 0; }

.block--style-5 .block-caption--over {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }

.block--style-5:hover .block-caption--over {
  height: 130px; }

.block--style-5 .block-mask-caption--over {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
  color: #eceeef;
  border-radius: 0.25rem;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.block--style-5 .block-mask-caption--over.in,
.block--style-5:hover .block-mask-caption--over {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.block--style-5 .block-mask-caption--2.in {
  background: rgba(74, 85, 97, 0.9); }

.swiper-slide:not(.swiper-slide-active) .block--style-5 .block-mask-caption--2.in {
  background: rgba(0, 0, 0, 0.9); }

.block--style-5 .block-mask-caption--over .heading,
.block--style-5 .block-mask-caption--over .heading a {
  color: #eceeef; }

.block--style-5 .block-mask-caption--over .heading:hover a {
  color: #eceeef !important; }

.block--style-5 .block-footer {
  padding: 15px 20px; }

.block-quote {
  position: relative; }

.block-quote .quote-icon {
  font-size: 63px;
  color: #e81c3b;
  float: left;
  font-family: Georgia;
  position: relative;
  top: -20px;
  margin-right: 10px; }

.block-quote .quote-body {
  width: 80%;
  float: left;
  font-size: 16px;
  line-height: 28px; }

.block-testimonial > .quote {
  position: absolute;
  top: -28px;
  left: 15px;
  font-size: 50px;
  color: #e81c3b;
  z-index: 100; }

.block-testimonial > .block-body {
  position: relative;
  background: white;
  border-radius: 0.25rem; }

.block-testimonial > .block-body:after {
  top: 100%;
  left: 38px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -15px;
  border-top-color: white; }

.block-testimonial .block-author {
  margin-top: 1.5rem; }

.block.article > p {
  margin: 0; }

.block.article .heading {
  margin: 0;
  padding: 0; }

.block.article img {
  max-width: 100%;
  border-radius: 0.25rem; }

.block.article .meta-tags a {
  display: inline-block;
  color: #e81c3b; }

.block.article .article-meta {
  margin-bottom: 10px; }

.block.article .article-meta .article-labels {
  float: left; }

.block.article .article-meta .article-date {
  float: right;
  font-size: 11px;
  padding: 0.2em 0 0.3em;
  text-transform: uppercase;
  text-align: right;
  color: #818a91; }

.block.article .video-hover-play {
  font-size: 100%; }

.block.article .video-hover-play a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.block.article .video-hover-play a:before {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 30px;
  color: #FFF;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 46px;
  line-height: 46px;
  background: #2B2B2B;
  border-radius: 0.25rem;
  text-align: center; }

.block.article .video-hover-play-centered a:before {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%); }

.block.article .video-hover-play-inverse a:before {
  color: rgba(0, 0, 0, 0.7);
  background: #fff; }

.block.article .video-hover-play a:hover:before {
  color: #FFF;
  background: #e81c3b; }

.block.article .video-hover-play-sm a:before {
  font-size: 16px;
  bottom: 8px;
  left: 8px;
  width: 30px;
  height: 24px;
  line-height: 24px; }

.block.article.grid .block-image {
  position: relative;
  margin-bottom: 1rem; }

.block.article.grid .image-title {
  bottom: 10px; }

.block.article.grid .article-category {
  font-size: 11px;
  color: #e81c3b;
  text-transform: uppercase; }

.block.article.list {
  display: table;
  width: 100%; }

.block.article.list .block-image {
  display: table-cell;
  position: relative; }

.block.article--style-1.list .block-image {
  width: 50%; }

.block.article--style-2.list .block-image {
  width: 30%; }

.block.article--style-2.list .block-image-lg {
  width: 40%; }

.block.article.list .block-body {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
  padding-bottom: 0; }

.block.article.list .block-body > .article-date {
  color: #818a91;
  font-size: 0.875rem; }

.block.article--style-1.list .block-body.left {
  padding: 0 20px 0 0; }

.block.article--style-1.list .block-body.right {
  padding: 0 0 0 20px; }

.block.article--style-2.list .block-body.left {
  padding: 0 10px 0 0; }

.block.article--style-2.list .block-body.right {
  padding: 0 0 0 10px; }

.block.article.list .block-body p {
  margin-top: 15px; }

.block.article.list .article-label {
  display: inline-block;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 8px; }

.block.article.list .article-title {
  margin: 0 0 10px; }

.block.article.list .article-info {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  text-transform: uppercase;
  color: #818a91; }

.block.article--style-1.list .article-text {
  position: relative;
  padding-bottom: 25px; }

.block.article.list .article-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: #f1f1f1; }

.block.article.list .article-title-text {
  margin: 0 !important;
  line-height: 18px; }

.block.article.list .block-footer {
  display: table;
  width: 100%; }

.block.article.list .block-footer .meta-info span {
  float: left;
  margin-right: 8px;
  font-size: 11px; }

.block.article.list .block-footer .meta-info span i {
  margin-right: 4px;
  font-size: 13px; }

.block.article.list .image-title {
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 10px;
  font-weight: 500; }

.block.article.list .article-category {
  font-size: 11px;
  color: #e81c3b;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .block.article.list .block-image {
    display: block;
    width: 100% !important; }
  .block.article.list .article-text {
    padding-bottom: 0; }
  .block.article.list .block-body {
    display: block;
    padding: 0 !important; }
  .block.article.list .block-body.left {
    margin-bottom: 20px; }
  .block.article.list .block-body.right {
    margin-top: 20px; } }

.article-wrapper {
  padding: 1rem; }

.article-wrapper--style-1 {
  background: #fcfcfc; }

.article-wrapper--style-2 {
  background: #fff; }

.article-wrapper .article-title {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none !important;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  margin-bottom: 4px !important; }

.article-wrapper .article-title > a {
  color: #2b2b2c; }

.article-wrapper .article-title > a:hover {
  color: #e81c3b; }

@media (max-width: 767px) {
  .article-wrapper .article-title {
    margin-top: 1rem; } }

.card > .article-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.card > .article-wrapper .block-image > img {
  border-radius: 0; }

.article-wrapper > .block.article {
  margin: 0;
  padding: 0; }

.block.product {
  background: #fff;
  padding: 1px;
  border: 1px solid #f1f1f1;
  overflow: hidden; }

.block.product .figure {
  padding: 1px; }

.block.product .figure img {
  width: 100% !important; }

.block.product .product-title {
  margin: 10px 0;
  padding: 0;
  border-bottom: 0;
  line-height: 0.9; }

.block.product .product-title.heading {
  line-height: 1; }

.block.product .product-title a {
  font-size: 1.125rem;
  color: #2b2b2c; }

.block.product .product-title a:hover {
  color: #e81c3b; }

.block.product figure {
  padding-bottom: 1px;
  border-bottom: 1px solid #f1f1f1; }

.block.product .block-content {
  padding: 10px; }

.block.product p {
  margin: 5px 0; }

.block.product .price-wrapper {
  margin-top: 4px; }

.block.product .price {
  padding: 4px 0;
  font-size: 1.25rem;
  font-weight: 600; }

.block.product .price.discount {
  padding: 7px 0 0;
  margin-right: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff3b30 !important;
  text-decoration: line-through; }

.block.product .block-footer {
  border-top: 1px solid #f1f1f1;
  padding-top: 8px;
  margin-top: 10px; }

.block.product .block-footer:after {
  display: table;
  content: "";
  clear: both; }

.block.property {
  border: 1px solid #f1f1f1; }

.block.property .block-content .content-title {
  font-size: 1rem;
  color: #e81c3b;
  margin-bottom: 5px; }

.block.property .block-content .price {
  font-size: 1.25rem;
  color: #292f36;
  font-weight: 600; }

.block.property .block-content .period {
  font-size: 0.75rem;
  margin-left: 5px;
  color: #818a91; }

.block.property .block-content .capacity {
  font-size: 12px;
  color: #818a91; }

.block.property .block-footer ul.aux-info {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background: #f1f1f1;
  border-top: 1px solid #f1f1f1; }

.block.property .block-footer ul.aux-info li {
  display: table-cell;
  padding: 12px 15px;
  vertical-align: middle;
  border-right: 1px solid #f1f1f1;
  font-size: 0.75rem; }

.block.property .block-footer ul.aux-info li:last-child {
  border: 0; }

.block.property .block-footer ul.aux-info li i {
  font-size: 18px;
  margin-right: 8px;
  color: #2b2b2c; }

.block.property .block-footer--style-2 ul.aux-info {
  display: table;
  width: 100%;
  border: 1px solid #f1f1f1; }

.block.property .block-footer--style-2 ul.aux-info li {
  padding: 10px;
  font-size: 11px;
  text-align: center; }

.block.property .block-footer--style-2 ul.aux-info li i {
  display: block; }

.block.property.list .block-title {
  padding: 1rem 1rem 0; }

.block.property.list .block-title h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #2b2b2c; }

.block.property.list .block-title h3 > a {
  color: #2b2b2c; }

.block.property.list .block-image {
  display: table-cell;
  width: 250px; }

.block.property.list .block-image img {
  width: 100%; }

.block.property.list .block-body {
  padding: 12px; }

.block.property.list .block-body .block-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 12px; }

.block.property.list .block-content .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.8rem; }

@media (max-width: 767px) {
  .block.property.list .block-image {
    display: block;
    width: auto; }
  .block.property.list .block-body .block-content {
    display: block;
    padding-left: 0; } }

.block.property.grid {
  border: 1px solid #f1f1f1; }

.block.property.grid .block-title {
  padding: 15px 15px 0; }

.block.property.grid .block-title h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400; }

.block.property.grid .block-body .block-image img {
  width: 100%; }

.block.property.grid .block-body .block-content {
  padding-top: 15px; }

.block.property.grid .block-body .block-content .description {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1; }

.block-post .block-post-body {
  padding: 0; }

.block-post .block-post-body > .heading {
  margin-bottom: 0 !important;
  margin-top: 3rem !important; }

.block-post > .block-post-body > p {
  margin-top: 2rem !important; }

.block-post > .block-post-body > .tagcloud {
  margin-top: 2rem; }

.block-post-share {
  margin-top: 2rem;
  padding: 2rem 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }

.block-post-comment-action {
  padding: 1rem 0; }

.block-post-comment-action .heading {
  margin-bottom: 0; }

.block-post-comments {
  margin: 0;
  padding: 0;
  list-style: none; }

.block-comment {
  display: table;
  width: 100%;
  margin-bottom: 2rem; }

.block-comment:last-child {
  border-bottom: 1px solid rgba(243, 243, 243, 0.7); }

@media (min-width: 768px) {
  .block-comment-reply {
    padding-left: 72px; } }

.block-comment .block-image {
  display: table-cell;
  width: 72px;
  height: 72px; }

.block-comment .block-body {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 2rem; }

.block-comment .block-body > .block-body-inner {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(243, 243, 243, 0.7); }

.block-comment:last-child .block-body > .block-body-inner {
  border: 0; }

.block-body-inner .heading {
  margin: 0; }

.block-comment .block-body .comment-date {
  font-size: 0.875rem;
  color: #818a91; }

.block-comment .block-body .comment-text {
  margin-top: 1rem; }

.block-comment .block-body .comment-options > a {
  font-size: 0.875rem;
  color: #818a91;
  margin-right: 0.75rem; }

.block-comment .block-body .comment-options > a:hover {
  color: #e81c3b; }

.block-post-comments--style-1 {
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem; }

.block-post-comments--style-1 .block-comment {
  margin: 0;
  border-radius: 0;
  border: 0; }

.block-post-comments--style-1 .block-comment-reply {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f1f1f1; }

@media (min-width: 768px) {
  .block-comment-reply {
    padding-left: 100px; } }

.block-post-comments--style-1 > li {
  border-bottom: 1px solid #f1f1f1;
  padding: 2rem; }

.block-post-comments--style-1 > li:last-child {
  border: 0; }

.block-post-comments--style-1 li:nth-child(odd) {
  background: #fcfcfc; }

.block-post-comments--style-1 li:nth-child(even) {
  background: #fafafa; }

.block-post-comments--style-1 .block-comment-reply:last-child {
  border-bottom: 0; }

.block-comment .block-image {
  display: table-cell;
  width: 60px;
  height: 60px; }

.block-comment .block-body {
  padding-left: 40px; }

.block-post-comments--style-1 .block-comment .block-body > .block-body-inner {
  border: 0;
  padding: 0; }

.post-prev-next {
  margin: 2rem 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(243, 243, 243, 0.7);
  border-bottom: 1px solid rgba(243, 243, 243, 0.7); }

.post-prev-next h5 {
  padding: 0;
  margin: 0;
  color: #818a91; }

.post-prev-next h3 {
  padding: 0;
  margin: 5px 0 0; }

.post-prev-next .post-next,
.post-prev-next .post-prev {
  position: relative; }

.post-prev-next .post-prev {
  padding: 0 20px 0 40px; }

.post-prev-next .post-next {
  text-align: right;
  padding-right: 40px; }

.post-prev-next .post-next:before,
.post-prev-next .post-prev:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  font-family: "Ionicons";
  font-size: 20px;
  color: #2b2b2c; }

.post-prev-next .post-prev:before {
  content: "\f108";
  left: 0; }

.post-prev-next .post-next:before {
  content: "\f10b";
  right: 0; }

@media (max-width: 767px) {
  .post-prev-next .post-next {
    margin-top: 20px; } }

.animate-hover-slide .figure {
  position: relative;
  overflow: hidden; }

.animate-hover-slide .figure img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide .figure .figcaption {
  height: 100%;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide .figure:hover .figcaption {
  opacity: 0.8;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s; }

.animate-hover-slide .figure .figcaption {
  text-align: center; }

.animate-hover-slide .figure .figcaption-btn {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  opacity: 0;
  padding-left: 20px;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide .figure:hover .figcaption-btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s; }

.animate-hover-slide .figure .figcaption-txt {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding-left: 20px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide .figure:hover .figcaption-txt {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s; }

.animate-hover-slide .figure .figcaption-txt .title {
  padding: 0;
  margin: 30px 0 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize; }

.animate-hover-slide .figure .figcaption-txt .subtitle {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px; }

.animate-hover-slide .figure a {
  position: relative;
  top: 94%;
  margin-top: -11px; }

.animate-hover-slide .figure .figcaption h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2; }

.animate-hover-slide-2 .figure {
  position: relative;
  overflow: hidden; }

.animate-hover-slide-2 .figure img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide-2 .figure:hover img {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4); }

.animate-hover-slide-2 .figure .figcaption {
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: auto;
  background: #f3f3f3, 10%;
  color: #333 !important;
  padding: 0 15px;
  width: 100%;
  opacity: 1;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide-2 .figure:hover .figcaption {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.animate-hover-slide-2 .figure .figcaption h2 {
  text-align: center;
  margin-top: 15px; }

.animate-hover-slide-2 .figure .figcaption .social-icons {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center; }

.animate-hover-slide-3 .figure {
  position: relative;
  overflow: hidden; }

.animate-hover-slide-3 .figure img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide-3 .figure .figcaption {
  height: 32px;
  background: #f3f3f3;
  color: #333;
  padding: 0 15px;
  width: 100%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }

.animate-hover-slide-3 .figure:hover .figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s; }

.animate-hover-slide-4 {
  position: relative; }

.animate-hover-slide-4 .figure {
  position: relative; }

.animate-hover-slide-4 .figure .figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.75; }

.animate-hover-slide-4 .figure .figcaption {
  text-align: center; }

.animate-hover-slide-4 .figure .figcaption-btn {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  opacity: 0;
  padding-left: 20px;
  text-align: center; }

.animate-hover-slide-4 .figure:hover .figcaption-btn {
  opacity: 1; }

.animate-hover-slide-4 .figure .figcaption-txt {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding-left: 20px;
  text-align: center; }

.animate-hover-slide-4 .figure:hover .figcaption-txt {
  opacity: 1; }

.animate-hover-slide-4 .figure .figcaption-txt .title {
  padding: 0;
  margin: 30px 0 0;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize; }

.animate-hover-slide-4 .figure .figcaption-txt .subtitle {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px; }

.animate-hover-slide-4 .figure a {
  position: relative;
  top: 94%;
  margin-top: -11px; }

.animate-hover-slide-4 .figure .figcaption h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2; }

.block-cell {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }

.block-cell .block-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.block-cell .block-image,
.block-cell .block-text {
  width: 50%; }

@media screen and (max-width: 992px) {
  .block-cell .block-image,
  .block-cell .block-text {
    width: 100%; }
  .block-cell .block-image {
    height: 200px; } }

.block-cell .block-text {
  padding: 40px;
  position: relative; }

.block-cell .block-text h3 {
  margin: 0 0 10px; }

.block-cell .block-text:before,
.block-cell.reverse .block-text:before {
  z-index: 22;
  top: 15%;
  content: " ";
  height: 0;
  margin-top: -12px;
  pointer-events: none; }

.block-cell .block-text p:last-child {
  margin-bottom: 0; }

.block-cell .block-text p.price {
  font-size: 1.25rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #e81c3b; }

.block-cell .block-text:before {
  right: 100%;
  border: solid transparent;
  width: 0;
  position: absolute;
  border-color: rgba(255, 225, 255, 0);
  border-right-color: #fff;
  border-width: 12px; }

.block-cell.reverse .block-image {
  position: absolute;
  right: 0;
  width: 50%;
  min-height: 100%; }

@media screen and (max-width: 992px) {
  .block-cell.reverse .block-image {
    position: relative;
    width: 100%; } }

.block-cell.reverse .block-text:before {
  left: 100%;
  border: solid transparent;
  width: 0;
  position: absolute;
  border-color: rgba(255, 225, 255, 0);
  border-left-color: #fff;
  border-width: 12px; }

@media screen and (max-width: 768px) {
  .block-cell .block-text:before,
  .block-cell.reverse .block-text:before {
    display: none; } }

.row-no-padding .masonry-item,
.row-no-padding .view,
.row-no-padding .block,
.row-no-padding .block-image img,
.row-no-padding .block-info {
  margin: 0 !important;
  border-radius: 0 !important; }

.btn {
  position: relative;
  font-size: 0.875rem;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  text-align: center;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.btn-styled {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0.75rem 2rem; }

.btn.focus,
.btn:focus {
  box-shadow: none; }

.btn-sm {
  font-size: 0.7rem !important; }

.btn-styled.btn-xl {
  font-size: 1rem !important;
  padding: 1rem 2.5rem !important; }

.btn-styled.btn-lg {
  font-size: 0.8rem !important;
  padding: 1rem 2rem !important; }

.btn-styled.btn-sm {
  font-size: 0.6rem !important;
  padding: 0.625rem 1rem !important; }

.btn-styled.btn-xs {
  font-size: 0.625rem !important;
  padding: 0.5rem 0.75rem !important; }

@media (max-width: 767px) {
  .btn-xs-block {
    width: 100%; } }

.btn-icon-left .icon,
.btn-icon-left .fa {
  margin-right: 0.625rem; }

.btn-icon-right .icon,
.btn-icon-right .fa {
  margin-left: 0.625rem; }

.btn-icon--2 {
  position: relative;
  padding-left: 40px !important; }

.btn-icon--2 .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); }

.btn-square {
  border-radius: 0px !important; }

.btn-round {
  border-radius: 8px !important; }

.btn-circle {
  border-radius: 10rem !important; }

.btn-shadow {
  -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
  -moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8) !important; }

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

.btn-disable-hover {
  pointer-events: none !important; }

@media (max-width: 767px) {
  .btn-container {
    margin-top: 2rem; } }

@media (max-width: 991px) {
  .btn-container > .btn {
    margin-bottom: 1rem; } }

@media (min-width: 992px) {
  .btn-container > .btn {
    margin-right: 1.5rem;
    margin-bottom: 1rem; }
  .btn-container > .btn.btn-border-animated {
    margin-right: 3rem; }
  .btn-container > .btn:last-child {
    margin-right: 0; } }

.btn-inline-links > a {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 5px; }

.btn-inline-links > a:after {
  content: "-";
  position: absolute;
  right: 0;
  height: 20px;
  color: #e81c3b; }

.btn-inline-links > a:last-child:after {
  content: ""; }

.btn-base-1 {
  color: #FFF;
  background-color: #e81c3b;
  border: 1px solid #e81c3b; }

.btn-base-1:active,
.btn-base-1.active,
.btn-base-1:focus,
.btn-base-1:hover {
  background-color: #be132d;
  color: #FFF; }

.btn-base-1.btn-outline {
  background-color: transparent !important;
  border-color: #e81c3b !important;
  color: #e81c3b !important; }

.btn-base-1.btn-outline:active,
.btn-base-1.btn-outline:focus,
.btn-base-1.btn-outline:hover {
  background-color: #e81c3b !important;
  border-color: #e81c3b !important;
  color: #FFF !important; }

.btn-base-2 {
  color: #FFF;
  background-color: #292f36;
  border: 1px solid #292f36; }

.btn-base-2:active,
.btn-base-2.active,
.btn-base-2:focus,
.btn-base-2:hover {
  background-color: #131619;
  color: #FFF; }

.btn-base-2.btn-outline {
  background-color: transparent !important;
  border-color: #292f36 !important;
  color: #292f36 !important; }

.btn-base-2.btn-outline:active,
.btn-base-2.btn-outline:focus,
.btn-base-2.btn-outline:hover {
  background-color: #292f36 !important;
  border-color: #292f36 !important;
  color: #FFF !important; }

.btn-base-3 {
  color: rgba(255, 255, 255, 0.9);
  background-color: #818a91;
  border: 1px solid #818a91; }

.btn-base-3:active,
.btn-base-3.active,
.btn-base-3:focus,
.btn-base-3:hover {
  background-color: #687077;
  color: rgba(255, 255, 255, 0.9); }

.btn-base-3.btn-outline {
  background-color: transparent !important;
  border-color: #818a91 !important;
  color: #818a91 !important; }

.btn-base-3.btn-outline:active,
.btn-base-3.btn-outline:focus,
.btn-base-3.btn-outline:hover {
  background-color: #818a91 !important;
  border-color: #818a91 !important;
  color: rgba(255, 255, 255, 0.9) !important; }

.btn-base-4 {
  color: #FFF;
  background-color: #2B2B2B;
  border: 1px solid #2B2B2B; }

.btn-base-4:active,
.btn-base-4.active,
.btn-base-4:focus,
.btn-base-4:hover {
  background-color: #121111;
  color: #FFF; }

.btn-base-4.btn-outline {
  background-color: transparent !important;
  border-color: #2B2B2B !important;
  color: #2B2B2B !important; }

.btn-base-4.btn-outline:active,
.btn-base-4.btn-outline:focus,
.btn-base-4.btn-outline:hover {
  background-color: #2B2B2B !important;
  border-color: #2B2B2B !important;
  color: #FFF !important; }

.btn-base-5 {
  color: #0A0814;
  background-color: #FFF;
  border: 1px solid #FFF; }

.btn-base-5:active,
.btn-base-5.active,
.btn-base-5:focus,
.btn-base-5:hover {
  background-color: #e6e5e5;
  color: #0A0814; }

.btn-base-5.btn-outline {
  background-color: transparent !important;
  border-color: #FFF !important;
  color: #FFF !important; }

.btn-base-5.btn-outline:active,
.btn-base-5.btn-outline:focus,
.btn-base-5.btn-outline:hover {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #0A0814 !important; }

.bg-base-1 .btn-base-1 {
  background-color: #be132d;
  border-color: #be132d; }

.bg-base-1 .btn-base-1:active,
.bg-base-1 .btn-base-1:focus,
.bg-base-1 .btn-base-1:hover {
  background-color: #a71128;
  border-color: #a71128; }

.bg-base-1 .btn-base-5 {
  color: rgba(232, 28, 59, 0.7); }

.bg-base-1 .btn-base-5:hover {
  color: #e81c3b; }

.btn-white {
  color: #333;
  background-color: white;
  border: 1px solid white; }

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #e6e5e5;
  border-color: white;
  color: #333; }

.btn-white.btn-outline {
  background-color: transparent;
  border-color: white;
  color: white; }

.btn-white.btn-outline:active,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:hover {
  background-color: white;
  border-color: white;
  color: #333; }

.btn-gray-light {
  color: #eceeef;
  background-color: #818a91;
  border: 1px solid #818a91; }

.btn-gray-light:active,
.btn-gray-light:focus,
.btn-gray-light:hover {
  background-color: #687077;
  border-color: #818a91;
  color: #eceeef; }

.btn-gray-light.btn-outline {
  background-color: transparent;
  border-color: #818a91;
  color: #818a91; }

.btn-gray-light.btn-outline:active,
.btn-gray-light.btn-outline:focus,
.btn-gray-light.btn-outline:hover {
  background-color: #818a91;
  border-color: #818a91;
  color: #eceeef; }

.btn-gray-lighter {
  color: #2b2b2c;
  background-color: #eceeef;
  border: 1px solid #eceeef; }

.btn-gray-light:active,
.btn-gray-light:focus,
.btn-gray-light:hover {
  background-color: #d0d5d8;
  border-color: #eceeef;
  color: #2b2b2c; }

.btn-gray-light.btn-outline {
  background-color: transparent;
  border-color: #eceeef;
  color: #eceeef; }

.btn-gray-light.btn-outline:active,
.btn-gray-light.btn-outline:focus,
.btn-gray-light.btn-outline:hover {
  background-color: #eceeef;
  border-color: #eceeef;
  color: #2b2b2c; }

.btn-gray-dark {
  color: #eceeef;
  background-color: #2b2b2c;
  border: 1px solid #2b2b2c; }

.btn-gray-dark:active,
.btn-gray-dark:focus,
.btn-gray-dark:hover {
  background-color: #121212;
  border-color: #121212;
  color: #eceeef; }

.btn-gray-dark.btn-outline {
  background-color: transparent;
  border-color: #2b2b2c;
  color: #2b2b2c; }

.btn-gray-dark.btn-outline:active,
.btn-gray-dark.btn-outline:focus,
.btn-gray-dark.btn-outline:hover {
  background-color: #2b2b2c;
  border-color: #2b2b2c;
  color: #eceeef; }

.btn-blue {
  color: #FFF;
  background-color: #007aff;
  border-color: #007aff; }

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  background-color: #0062cc;
  border-color: #0062cc;
  color: #FFF; }

.btn-blue.btn-outline {
  background-color: transparent;
  border-color: #007aff;
  color: #007aff; }

.btn-blue.btn-outline:active,
.btn-blue.btn-outline:focus,
.btn-blue.btn-outline:hover {
  background-color: #007aff;
  border-color: #007aff;
  color: #007aff; }

.btn-teal-blue {
  color: #FFF;
  background-color: #5ac8fa;
  border-color: #5ac8fa; }

.btn-teal-blue:active,
.btn-teal-blue:focus,
.btn-teal-blue:hover {
  background-color: #29b8f9;
  border-color: #29b8f9;
  color: #FFF; }

.btn-teal-blue.btn-outline {
  background-color: transparent;
  border-color: #5ac8fa;
  color: #5ac8fa; }

.btn-teal-blue.btn-outline:active,
.btn-teal-blue.btn-outline:focus,
.btn-teal-blue.btn-outline:hover {
  background-color: #5ac8fa;
  border-color: #5ac8fa;
  color: #5ac8fa; }

.btn-green {
  color: #FFF;
  background-color: #4cd964;
  border-color: #4cd964; }

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

.btn-green.btn-outline {
  background-color: transparent;
  border-color: #4cd964;
  color: #4cd964; }

.btn-green.btn-outline:active,
.btn-green.btn-outline:focus,
.btn-green.btn-outline:hover {
  background-color: #4cd964;
  border-color: #4cd964;
  color: #4cd964; }

.btn-red {
  color: #FFF;
  background-color: #ff3b30;
  border-color: #ff3b30; }

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

.btn-red.btn-outline {
  background-color: transparent;
  border-color: #ff3b30;
  color: #ff3b30; }

.btn-red.btn-outline:active,
.btn-red.btn-outline:focus,
.btn-red.btn-outline:hover {
  background-color: #ff3b30;
  border-color: #ff3b30;
  color: #ff3b30; }

.btn-pink {
  color: #FFF;
  background-color: #ff2d55;
  border-color: #ff2d55; }

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

.btn-pink.btn-outline {
  background-color: transparent;
  border-color: #ff2d55;
  color: #ff2d55; }

.btn-pink.btn-outline:active,
.btn-pink.btn-outline:focus,
.btn-pink.btn-outline:hover {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ff2d55; }

.btn-orange {
  color: #FFF;
  background-color: #ff9500;
  border-color: #ff9500; }

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

.btn-orange.btn-outline {
  background-color: transparent;
  border-color: #ff9500;
  color: #ff9500; }

.btn-orange.btn-outline:active,
.btn-orange.btn-outline:focus,
.btn-orange.btn-outline:hover {
  background-color: #ff9500;
  border-color: #ff9500;
  color: #ff9500; }

.btn-yellow {
  color: #FFF;
  background-color: #ffcc00;
  border-color: #ffcc00; }

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

.btn-yellow.btn-outline {
  background-color: transparent;
  border-color: #ffcc00;
  color: #ffcc00; }

.btn-yellow.btn-outline:active,
.btn-yellow.btn-outline:focus,
.btn-yellow.btn-outline:hover {
  background-color: #ffcc00;
  border-color: #ffcc00;
  color: #ffcc00; }

.btn-purple {
  color: #FFF;
  background-color: #5856d6;
  border-color: #5856d6; }

.btn-purple:active,
.btn-purple:focus,
.btn-purple:hover {
  background-color: #3331c8;
  border-color: #3331c8;
  color: #FFF; }

.btn-purple.btn-outline {
  background-color: transparent;
  border-color: #5856d6;
  color: #5856d6; }

.btn-purple.btn-outline:active,
.btn-purple.btn-outline:focus,
.btn-purple.btn-outline:hover {
  background-color: #5856d6;
  border-color: #5856d6;
  color: #5856d6; }

.btn-color-470604 {
  color: #ffffff !important;
  background: linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }

.btn-color-470604:active,
.btn-color-470604:focus,
.btn-color-470604:hover {
  background: linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }

.btn-gradient-2 {
  color: #ffffff !important;
  background: linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%); }

.btn-gradient-2:active,
.btn-gradient-2:focus,
.btn-gradient-2:hover {
  background: linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
  background: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -o-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -ms-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -moz-linear-gradient(left, #089997 2%, #1e101d 99%);
  border-image: -webkit-linear-gradient(left, #089997 2%, #1e101d 99%); }

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998; }

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #fff; }

.btn-facebook.btn-outline {
  background-color: transparent;
  border-color: #3b5998;
  color: #3b5998; }

.btn-facebook.btn-outline:active,
.btn-facebook.btn-outline:focus,
.btn-facebook.btn-outline:hover {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #3b5998; }

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39; }

.btn-google:active,
.btn-google:focus,
.btn-google:hover {
  background-color: #c23321;
  border-color: #c23321;
  color: #fff; }

.btn-google.btn-outline {
  background-color: transparent;
  border-color: #dd4b39;
  color: #dd4b39; }

.btn-google.btn-outline:active,
.btn-google.btn-outline:focus,
.btn-google.btn-outline:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #dd4b39; }

/* Button Elements */
.btn .badge {
  position: absolute;
  top: -10px;
  right: -10px; }

/* Cards - General styling */
.card-wrapper > .card:not(:last-child) {
  margin-bottom: 2rem; }

.card {
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.card-fluid {
  height: 100%; }

.card-fluid .card-body,
.card-fluid .link-block {
  height: 100%; }

.card > .mask {
  border-radius: 0.25rem; }

@media (min-width: 992px) {
  .card-sticked-bottom {
    position: absolute;
    bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0; } }

/* Quick border classes for cards - Same classes as the global ones */
.card .border-top,
.card .border-right,
.card .border-bottom,
.card .border-left {
  border-color: #f1f1f1 !important; }

/* Card spacers */
.card-spacer--top {
  padding-top: 4rem !important; }

.card-spacer--top-lg {
  padding-top: 6rem !important; }

.card-spacer--top-xl {
  padding-top: 8rem !important; }

/* Cards contents */
.card-body {
  position: relative;
  padding: 1.5rem 1.5rem; }

.card-body--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.card-body--overlay > .card-body-inner {
  width: 100%; }

.card-body--overlap {
  position: relative;
  margin: -80px auto 0 auto;
  width: calc(100% - 30px);
  background: #fff;
  border-radius: 0.25rem; }

.card-body > .lead {
  margin-bottom: 0; }

.card > .card-title,
.card > .card-header {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0; }

.card-title .heading,
.card-header .heading {
  margin: 0;
  display: inline-block; }

.card-title > .btn-aux {
  float: right;
  font-size: 0.875rem;
  color: #818a91; }

.card-title > .btn-aux > .aux-text {
  display: inline-block;
  margin-left: 5px;
  color: #2b2b2c; }

.card-title > .btn-aux:hover > .aux-text {
  color: #e81c3b; }

/* Card navigation */
.card-header-tabs {
  margin-bottom: -1.5rem; }

/* Card action buttons */
.card-icon-actions > a {
  display: inline-block;
  margin-right: 0.625rem;
  color: #818a91;
  font-size: 0.875rem; }

.card-icon-actions-lg > a {
  font-size: 1.25rem;
  margin-right: 0.875rem; }

.card-icon-actions > a:hover,
.card-icon-actions > .active {
  color: #2b2b2c; }

.card-icon-actions > a:last-child {
  margin-right: 0; }

.card-icon-actions > .favorite:hover,
.card-icon-actions > .favorite.active {
  color: #ffcc00; }

.card-icon-actions > .love:hover,
.card-icon-actions > .love.active {
  color: #ff3b30; }

.card-icon-actions > .like:hover,
.card-icon-actions > .like.active {
  color: #007aff; }

/* Card comment box */
.card-comment-box input,
.card-comment-box textarea {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.3125rem 0;
  margin: 0;
  color: #2b2b2c;
  font-size: 0.875rem;
  outline: none;
  resize: none; }

/* Card actions */
.card-actions {
  padding: 1rem 0; }

.card.bg-base-1 .card-title-wrapped {
  background: #de1735;
  border: 1px solid #d51633; }

.card.bg-base-1 .card-title .heading {
  color: #FFF; }

.card-inner-title-wrapper {
  padding: 1.5rem 0; }

.card-inner-title {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111111; }

.card-inner-title > i {
  margin-right: 6px; }

.card-inner-subtitle {
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: #818a91; }

.card-inner-subtitle.subtitle-icon-aligned {
  padding-left: 1.5rem; }

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
  background: inherit; }

@media (min-width: 992px) {
  .card-footer.absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; } }

.card-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center; }

.card-icon-bg i {
  font-size: 10rem;
  color: rgba(0, 0, 0, 0.1);
  line-height: 0; }

/* Inverse cards */
.card-inverse {
  background: #1b1e23; }

.card-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
  color: rgba(255, 255, 255, 0.5); }

.card-inverse .heading,
.card-inverse .heading > a {
  color: #f3f3f3; }

.card-inverse .card-footer {
  border-top-color: rgba(0, 0, 0, 0.15); }

.card-inverse p {
  color: rgba(255, 255, 255, 0.5); }

.card-inverse .heading {
  color: white; }

.card-inverse .heading-light {
  color: rgba(255, 255, 255, 0.8); }

.card-inverse .stats-entry .stats-count {
  color: white; }

.card-inverse .stats-entry .stats-label {
  color: rgba(255, 255, 255, 0.8); }

.card-inverse .useful-links a {
  color: rgba(255, 255, 255, 0.8); }

.card-inverse .useful-links a:hover {
  color: white; }

.card-colored {
  border: 0; }

@media (min-width: 768px) {
  .row-no-padding .card-colored {
    border-radius: 0; }
  .row-no-padding [class^=col-]:first-child .card-colored {
    border-radius: 0.25rem 0 0 0.25rem; }
  .row-no-padding [class^=col-]:last-child .card-colored {
    border-radius: 0 0.25rem 0.25rem 0; } }

.card-colored .card-body {
  padding: 3rem; }

.card-colored .card-title + .card-body {
  padding: 1.5rem 1.5rem; }

.card-colored .card-body .heading,
.card-colored .card-body p {
  color: #FFF; }

@media (min-width: 1600px) {
  .row-no-padding .card-colored {
    padding-left: 3.5rem;
    padding-right: 3.5rem; } }

.card-img {
  border-radius: 0.25rem; }

.card-img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  border-radius: 0.25rem;
  -webkit-backface-visibility: hidden;
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1); }

.card:hover .card-img-bg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.card-image {
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.card-image img,
.card-image > .view {
  max-width: 100%;
  border-radius: 0.25rem 0.25rem 0 0; }

[class*=z-depth] .card-image img,
[class*=z-depth] .card-image > .view {
  max-width: 100% !important;
  margin-left: 0;
  margin-top: 0; }

.card-title + .card-image img,
.card-title + .card-image > .view {
  border-radius: 0; }

.card-icon {
  padding: 2.5rem; }

.card-icon-lg i,
.card-icon-lg i {
  font-size: 70px;
  line-height: 1; }

.card-image-container {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-color: #efe9e8;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.card-image-container > .card-image {
  max-width: none; }

@media (min-width: 768px) {
  .card > .row [class^=col-md] .card-image-container .card-img > img {
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    position: absolute;
    object-fit: cover; } }

/* Image overlays */
.card-caption-overlay {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 15px 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0 0 0.25rem 0.25rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.card-caption-overlay > .card-caption {
  padding: 0 1.5rem;
  width: 100%;
  align-self: center; }

.card-caption-overlay--animated {
  height: 80px; }

.card:hover > .card-caption-overlay--animated {
  height: 90px; }

.card-caption-overlay--animated:hover {
  height: 100%;
  border-radius: 0.25rem; }

.card-caption-overlay > .card-caption > .card-caption-hidden {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.card-caption-overlay--animated:hover > .card-caption > .card-caption-hidden {
  display: block;
  opacity: 1; }

.card-caption-overlay .card-caption-table {
  width: 100%;
  margin: 20px 0 0;
  color: #2b2b2c;
  font-size: 0.7em; }

.card-caption-overlay .heading {
  margin: 0;
  color: #2b2b2c; }

.card-caption-overlay .heading > a {
  color: #2b2b2c; }

.card-caption-overlay:hover .info-title > a {
  color: #2b2b2c; }

.card-caption-overlay--2 {
  height: 60px;
  width: calc(100% - 1.6rem);
  margin: 0.8rem;
  background: #FFF;
  border-radius: 0.25rem; }

.card-caption-overlay--2.card-caption-overlay--animated:hover {
  height: calc(100% - 1.6rem); }

.card-caption-overlay--3 {
  height: 80px;
  width: 100%;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8); }

.card:hover > .card-caption-overlay--3 {
  height: 90px;
  border-radius: 0.25rem; }

.card:hover > .card-caption-overlay--3:hover {
  height: 100%; }

.card-caption-overlay--dark {
  background: rgba(0, 0, 0, 0.8);
  color: #787878; }

.card-caption-overlay--dark-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.card:hover > .card-caption-overlay--dark-gradient {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.card-caption-overlay--dark .heading,
.card-caption-overlay--dark .heading > a {
  color: #eceeef; }

.card-caption-overlay--dark p {
  color: #818a91; }

.card-caption-overlay--dark .heading > a:hover,
.card-caption-overlay--dark .heading:hover a {
  color: #eceeef !important; }

.card-caption-overlay--dark .heading > a:hover {
  text-decoration: underline; }

.card-caption-overlay--dark .card-caption-table tr {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1); }

.card-caption-overlay--dark .card-caption-table td {
  color: #eceeef;
  padding: 8px 0;
  border: 0; }

.block-image-holder .block-info {
  padding: 1rem 0 !important;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 3;
  background: transparent; }

.block-image-holder .image-mask {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  transition: opacity 0.3s ease 0s; }

.block-image-holder:hover .image-mask {
  opacity: 0; }

/* Horizontal cards */
.card-horizontal .card-image-left img {
  border-radius: 0.25rem 0 0 0.25rem; }

.card-horizontal .card-image-right img {
  border-radius: 0 0.25rem 0.25rem 0; }

.card-horizontal .card-body {
  padding: 1.5rem; }

.card-horizontal .card-footer {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.card-blockquote {
  position: relative; }

.card-blockquote > p {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #818a91;
  font-weight: 400;
  font-style: italic; }

.card-blockquote > p > i {
  font-size: 30px;
  color: #eceeef;
  display: inline-block; }

.card-blockquote > p > .quote-left {
  position: relative;
  margin-right: 10px;
  top: -12px; }

.card-blockquote > p > .quote-right {
  position: relative;
  margin-left: 10px;
  bottom: -12px; }

.card-blockquote > footer {
  font-size: 1rem;
  margin-top: 2rem;
  color: #e81c3b; }

.card-outer-quote {
  position: absolute;
  top: -150px;
  left: 0;
  font-size: 100px;
  color: #e81c3b; }

.card-hover--animation-1,
.card-hover--animation-1 * {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.card-hover--animation-1:hover .btn {
  background: #e81c3b;
  color: #FFF;
  border-color: #e81c3b; }

/* Cards with flip animation */
.card-flip {
  height: 100%; }

.card-flip .card-back {
  background-color: #fff;
  border-radius: 0.25rem; }

/* Fade effect */
.card-overflow-fade {
  position: relative; }

.card-overflow-fade::after {
  position: absolute;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 0; }

@media (min-width: 992px) {
  .card-out-wrapper {
    position: absolute;
    width: 100%;
    height: 140%;
    padding: 3rem;
    top: 0;
    left: 0;
    transform: translateY(-25%); } }

/* Transparent cards + Fill on hover option */
.card-transparent {
  background: transparent;
  border: 0; }

.card-transparent * {
  color: #FFF !important; }

.card-fill--hover:hover {
  background: #fff; }

.card-fill--hover:hover i {
  color: #e81c3b !important; }

.card-fill--hover:hover .heading {
  color: black !important; }

.card-fill--hover:hover p,
.card-fill--hover:hover li {
  color: rgba(0, 0, 0, 0.5) !important; }

/* Show/Hide items on hover */
.show-on-hover .show-item {
  opacity: 0; }

.show-on-hover .show-item {
  transition-delay: 0s;
  transition-delay: 0.5s; }

.show-on-hover:hover .show-item {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* CAROUSEL - STYLE 1 */
.carousel--style-1 .carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

.carousel--style-1 .carousel-control.right {
  right: 0;
  left: auto;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.carousel--style-1 .carousel-control.left {
  left: 0;
  right: auto;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.carousel--style-1 .carousel-control:hover {
  width: 70px;
  background: #3452ff;
  color: #FFF;
  filter: alpha(opacity=100);
  opacity: 1; }

.carousel--style-1-v1 .carousel-control {
  opacity: 0; }

.carousel--style-1-v1:hover .carousel-control {
  opacity: 1; }

.carousel--style-2 .carousel-control {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  font-size: 20px;
  background: rgba(37, 37, 37, 0.8);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear; }

.carousel--style-2 .carousel-control.right {
  right: 0;
  left: auto;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.carousel--style-2 .carousel-control.left {
  left: 0;
  right: auto;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.carousel--style-2 .carousel-control:hover {
  width: 70px;
  background: #1f3a93;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1; }

.carousel--style-2 .carousel-inner .carousel-item img {
  max-width: 100%; }

.carousel--style-2 .carousel-indicators {
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel--style-2 .carousel-caption {
  text-shadow: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#00000000', endColorstr='#a6000000',GradientType=0 );
  color: #fff; }

.carousel--style-2 .carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px; }

.carousel--style-2 .carousel-caption .caption-title {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500; }

.carousel--style-2 .carousel-caption .caption-subtitle {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.1;
  color: #ddd;
  font-weight: 400; }

.carousel--style-2 .carousel-caption .meta-info-cells li,
.carousel--style-2 .carousel-caption .meta-info-cells li a,
.carousel--style-2 .carousel-caption .meta-info-cells li i {
  color: #ddd; }

/* COLLAPSE STACKED */
.accordion-cards--stacked .card {
  border-radius: 0; }

.accordion-cards--stacked .card:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.accordion-cards--stacked .card:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.accordion-cards--stacked .card + .card {
  margin-top: 0;
  border-top: 0; }

/* COLLAPSE SPACED */
.accordion-cards--spaced .card {
  border-radius: 0.25rem; }

.accordion-cards--spaced .card + .card {
  margin-top: 1rem; }

/* STYLE 2 & STYLE 3 */
.accordion--style-1 .card,
.accordion--style-2 .card {
  border: 0;
  background: transparent; }

.accordion--style-1 .card-block,
.accordion--style-2 .card-block {
  border: 0; }

.accordion--style-1 .card-header,
.accordion--style-2 .card-header {
  color: #333;
  border: none;
  padding: 0 !important; }

.accordion--style-1 .card-title,
.accordion--style-2 .card-title {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: inherit;
  background: #fff;
  border: 0; }

.accordion--style-2 .card-title {
  background: #000; }

.accordion--style-1 .card-title a,
.accordion--style-2 .card-title a {
  padding: 18px 35px 18px 22px;
  display: table;
  width: 100%;
  border: 1px solid #f1f1f1;
  color: black;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative; }

.accordion--style-2 .card-title a {
  border: none;
  color: #fff; }

.accordion--style-1 .card-title a span,
.accordion--style-2 .card-title a span {
  position: absolute;
  top: 22px;
  right: 17px;
  color: #ccc; }

/* STYLE 3 and 4 */
.accordion--style-3 .card-header,
.accordion--style-4 .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0; }

.accordion--style-4 .card-header {
  border: 1px solid #f1f1f1;
  padding: 0 20px 0 0; }

.accordion--style-3 .card,
.accordion--style-4 .card {
  margin-bottom: 1px;
  border-radius: 0;
  background-color: transparent; }

.accordion--style-3 .card:first-child {
  border-top: 1px solid #f1f1f1; }

.accordion--style-3 .card {
  border-bottom: 1px solid #f1f1f1; }

.accordion--style-3 .card-title,
.accordion--style-4 .card-title {
  overflow: hidden;
  padding: 0;
  border: 0; }

.accordion--style-3 .card-title a,
.accordion--style-4 .card-title a {
  padding: 1rem 0;
  font-weight: 400;
  font-size: 1rem;
  color: black;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden; }

.accordion--style-4 .card-title a {
  padding-left: 70px; }

.accordion--style-4 .card-title a > .collapse-heading-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  text-align: center;
  line-height: 54px;
  border-right: 1px solid #f1f1f1; }

.accordion--style-4 .card-title a > .collapse-heading-icon > i {
  font-size: 28px;
  line-height: 54px;
  color: #818a91; }

.accordion--style-3 .card,
.accordion--style-4 .card {
  border: none; }

.accordion--style-3 .card-header > .card-title,
.accordion--style-3 .show .card-body {
  border-bottom: 1px solid #f1f1f1; }

.accordion--style-3 .card-header > .card-title > a[aria-expanded="true"],
.accordion--style-4 .card-header > .card-title > a[aria-expanded="true"] {
  color: #e81c3b !important;
  text-decoration: none; }

.delimiter {
  display: block;
  margin-top: 20px; }

.delimiter.delimiter--fixed-width {
  width: 130px !important;
  margin: auto; }

.delimiter--style-1 {
  border-bottom: 1px solid #f1f1f1;
  margin: 30px 0;
  position: relative; }

.delimiter--style-1-v2 {
  border: 1px dotted #f1f1f1; }

.delimiter--style-1 .delimiter-title {
  width: 200px;
  position: relative;
  top: 25px;
  background: #FFF;
  border: 2px solid #f1f1f1;
  color: #818a91;
  margin: auto;
  height: 50px;
  text-align: center;
  z-index: 3;
  cursor: default; }

.delimiter--style-1 .delimiter-title h3 {
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600; }

.delimiter--style-1 .divider-title-wrapper::before {
  content: "";
  width: 280px;
  height: 50px;
  position: absolute;
  margin-left: -140px;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: 2; }

.delimiter--style-2 {
  border-bottom: 2px solid #252525;
  position: relative; }

.delimiter--style-2:before {
  content: "";
  width: 160%;
  position: absolute;
  left: -30%;
  top: -4px;
  border-top: 2px solid #f1f1f1; }

.delimiter--style-2 .delimiter-icon {
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  top: -18px;
  margin-left: -18px;
  background: white;
  font-size: 20px; }

.delimiter-left-thick--style-1 {
  border-left: 4px solid #e81c3b; }

.sd-1 {
  padding: 14px 0;
  display: block;
  position: relative; }

.sd-1:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #e81c3b; }

.sd-light:before {
  background: #818a91; }

.sd-dark:before {
  background: #2b2b2c; }

.sd-base-1:before {
  background: #e81c3b; }

.sd-thick-3px:before {
  height: 3px !important; }

.sd-sm:before {
  width: 40px; }

.sd-md:before {
  width: 60px; }

.sd-lg:before {
  width: 90px; }

.sd-center.sd-sm:before {
  left: 50%;
  margin-left: -20px; }

.sd-center.sd-md:before {
  left: 50%;
  margin-left: -30px; }

.sd-center.sd-lg:before {
  left: 50%;
  margin-left: -45px; }

.vd--1,
.vd--2 {
  display: block;
  height: 100px;
  width: 1px;
  position: relative;
  left: 50%;
  top: 0;
  background-color: #e81c3b; }

.vd--2 {
  height: 140px; }

.vd--2::before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: 1px;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: inherit; }

.vd--2[data-position="top"]::before {
  top: 0; }

.vd--2[data-position="bottom"]::before {
  bottom: 0; }

.vs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10; }

.vs--1 {
  width: 68px;
  height: 68px;
  line-height: 68px; }

.or {
  display: block;
  margin: 2rem 0; }

.or--1 {
  position: relative; }

.or--1:after,
.or--1:before {
  content: '';
  position: absolute;
  width: calc(50% - 30px);
  height: 30px;
  border-bottom: 1px dashed #f1f1f1; }

.or--1:before {
  left: 0; }

.or--1:after {
  right: 0; }

.or--1 > span {
  display: inline-block;
  height: 30px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 50%);
  font-size: 0.875rem;
  color: #d8d7d7; }

/* Triangles */
.ss-style-triangles::after,
.ss-style-triangles::before {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ss-style-triangles::before {
  top: -50px;
  background: #2980b9; }

.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit; }

/* Double Diagonal line */
.ss-style-doublediagonal {
  z-index: 1;
  padding-top: 6em;
  background: #2072a7; }

.ss-style-doublediagonal::after,
.ss-style-doublediagonal::before {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.ss-style-doublediagonal::before {
  height: 50%;
  background: #116094;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0; }

/* Half Circle */
.ss-style-halfcircle::after,
.ss-style-halfcircle::before {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ss-style-halfcircle::before {
  top: -50px; }

.ss-style-halfcircle::after {
  bottom: -50px; }

/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none; }

#bigTriangleColor path {
  fill: #3498db;
  stroke: #3498db;
  stroke-width: 2; }

/* Multiple Triangles */
.ss-style-multitriangles::after,
.ss-style-multitriangles::before {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ss-style-multitriangles::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }

.ss-style-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }

/* Rounded corners */
.ss-style-roundedcorners::before {
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background: inherit; }

/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
  padding-top: 7em;
  border-radius: 0 0 80px 80px; }

.ss-style-roundedsplit::after,
.ss-style-roundedsplit::before {
  top: -70px;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit; }

.ss-style-roundedsplit::before {
  border-radius: 0 80px 0 0; }

.ss-style-roundedsplit::after {
  left: 50%;
  border-radius: 80px 0 0 0; }

/* Inverted rounded corners */
.ss-style-invertedrounded {
  margin-bottom: 90px;
  padding: 13em 10% 10em;
  border-radius: 0 0 0 90px; }

.ss-style-invertedrounded::after,
.ss-style-invertedrounded::before {
  left: 0;
  z-index: -1;
  height: 90px;
  background: #3498db; }

.ss-style-invertedrounded::before {
  top: 100%;
  width: 100%;
  border-radius: 0 90px 0 0; }

.ss-style-invertedrounded::after {
  bottom: 0;
  z-index: -1;
  width: 50%; }

/* Boxes */
.ss-style-boxes {
  padding-top: 4em;
  padding-bottom: 13em; }

.ss-style-boxes::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
  background-image: linear-gradient(to right, #3498db 50%, #2980b9 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%; }

/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::after,
.ss-style-zigzag::before {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%; }

.ss-style-zigzag::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
  background-image: linear-gradient(315deg, #3093d5 25%, transparent 25%), linear-gradient(45deg, #3498db 25%, transparent 25%);
  background-position: 50%; }

.ss-style-zigzag::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
  background-image: linear-gradient(135deg, #3498db 25%, transparent 25%), linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-position: 50%; }

/* Edges */
.ss-style-roundedges {
  padding-bottom: 16em; }

.ss-style-roundedges::after,
.ss-style-roundedges::before {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #2980b9;
  top: -100px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.ss-style-roundedges::before {
  left: -100px; }

.ss-style-roundedges::after {
  right: -100px; }

/* Slit */
.ss-style-slit {
  padding-top: 5em; }

.ss-style-slit::after,
.ss-style-slit::before {
  width: 50.5%;
  width: -webkit-calc(50% + 10px);
  width: -moz-calc(50% + 10px);
  width: calc(50% + 10px);
  height: 160px;
  background: #2980b9;
  top: -160px; }

.ss-style-slit::before {
  left: -20px;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  box-shadow: -10px -20px #3192d3; }

.ss-style-slit::after {
  right: -20px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  box-shadow: 10px -20px #3192d3; }

/* Big half circle */
#bigHalfCircle path {
  fill: #3498db;
  stroke: #3498db; }

/* Big triangle with shadow */
#trianglePath1 {
  fill: #3498db;
  stroke: #3498db; }

#trianglePath2 {
  fill: #2072a7;
  stroke: #2072a7; }

/* Inclined Zig Zag */
.ss-style-inczigzag::after,
.ss-style-inczigzag::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 100px 100%; }

.ss-style-inczigzag::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2980b9), color-stop(0.5, #3498db));
  background-image: linear-gradient(15deg, #3498db 50%, #2980b9 50%); }

.ss-style-inczigzag::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
  background-image: linear-gradient(15deg, #2980b9 50%, #3498db 50%); }

/* Castle */
.ss-style-castle::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #3498db 50%, #2980b9 50%);
  background-image: linear-gradient(40deg, #3498db 50%, #2980b9 50%); }

/* Alternative slit with inner shadow */
#slitPath1 {
  fill: #3498db;
  stroke: red;
  stroke-width: 0; }

#slitPath2,
#slitPath3 {
  fill: #2072a7; }

/* Folded corner */
.ss-style-foldedcorner::after,
.ss-style-foldedcorner::before {
  bottom: 0;
  width: 100px;
  height: 100px; }

.ss-style-foldedcorner::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
  background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%); }

.ss-style-foldedcorner::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
  background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%); }

/* Dots */
.ss-style-dots::before {
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 30px 0 #2072a7, -30px 0 #2072a7; }

/* Double Line */
.ss-style-doubleline::before {
  bottom: 30px;
  width: 140px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 0 30px 0 #2072a7; }

/* Cross */
.ss-style-cross {
  padding-bottom: 15em; }

.ss-style-cross::after,
.ss-style-cross::before {
  background: #2072a7;
  bottom: 70px;
  width: 200px;
  height: 2px;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.ss-style-cross::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ss-style-cross::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg); }

/* Stamp */
#stamp path {
  fill: #3498db;
  stroke: #3498db;
  /* avoid gap in FF */ }

/* Clouds */
#clouds path {
  fill: #ecf0f1;
  stroke: #ecf0f1; }

.shape-container {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  transform: translateZ(0);
  overflow: hidden; }

.shape-container[data-shape-position="top"] {
  top: 0;
  bottom: auto;
  transform: rotate(180deg); }

.shape-container[data-shape-position="bottom"] {
  top: auto;
  bottom: 0; }

.shape-container .shape-item {
  fill: #FFF;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  position: absolute; }

.shape-container[data-shape-fill="primary"] .shape-item {
  fill: #e81c3b; }

.shape-container[data-shape-fill="secondary"] .shape-item {
  fill: #292f36; }

.shape-container[data-shape-fill="base-3"] .shape-item {
  fill: #818a91; }

.shape-container[data-shape-fill="base-4"] .shape-item {
  fill: #2B2B2B; }

.shape-container[data-shape-fill="base-5"] .shape-item {
  fill: #FFF; }

.shape-container[data-shape-fill="sct-color-1"] .shape-item {
  fill: #FFF; }

.shape-container[data-shape-fill="sct-color-2"] .shape-item {
  fill: #fcfcfc; }

.shape-container[data-shape-fill="sct-color-3"] .shape-item {
  fill: #282d33; }

.shape-container[data-shape-style="opaque_waves_2"] svg path:nth-child(1) {
  opacity: 0.2; }

.shape-container[data-shape-style="opaque_waves_2"] svg path:nth-child(2) {
  opacity: 0.4; }

@media only screen and (max-width: 767px) {
  .shape-container .shape-item {
    height: 33%; } }

.dropdown-menu {
  border: 1px solid #eceff1;
  border-radius: 1px;
  line-height: 1;
  min-width: 12rem;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15); }

.dropdown-menu {
  font-size: 0.9rem; }

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  .dropdown--animated .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } }

.dropdown-menu .dropdown-item {
  padding: 0.875rem 1rem;
  font-size: 0.875rem; }

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:hover {
  background-color: rgba(162, 162, 162, 0.1);
  color: inherit; }

.dropdown-menu .dropdown-item > i {
  margin-right: 1rem;
  font-size: 1.3rem;
  line-height: .75em;
  vertical-align: -17%; }

.dropdown-header {
  padding-left: 1rem;
  padding-right: 1rem; }

.dropdown-menu.dropdown-menu-sm {
  min-width: 100px;
  border: 0.1rem; }

.dropdown-menu.dropdown-menu-lg {
  min-width: 260px;
  border-radius: 0.25rem; }

.dropdown-menu.dropdown-menu-xl {
  min-width: 320px;
  border-radius: 0.25rem; }

.dropdown--style-2 .dropdown-toggle {
  display: block;
  padding: 0 1rem;
  text-decoration: none;
  color: inherit; }

.dropdown--style-2 .dropdown-toggle::after {
  border: 0;
  margin: 0;
  content: none; }

.dropdown--style-2 .dropdown-image {
  width: 32px;
  height: 32px;
  border-radius: 0.25rem; }

.dropdown--style-2 .dropdown-image.rounded-circle {
  border-radius: 50%; }

.dropdown--style-2 .dropdown-icon {
  font-size: 1.5rem;
  text-align: center; }

.dropdown--style-2 .has-badge .badge {
  position: absolute;
  left: 38px;
  font-weight: 300; }

.dropdown--style-2 .has-notification .badge {
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  font-weight: 300;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 6px; }

.dropdown--style-2 .dropdown-text {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  display: inline-block; }

.dropdown-menu.dropdown-menu-inverse {
  background: #282f37 !important;
  border-color: #242a31 !important; }

.dropdown-menu.dropdown-menu-inverse .dropdown-item {
  color: #dadada !important; }

.dropdown-menu.dropdown-menu-inverse .dropdown-item:active,
.dropdown-menu.dropdown-menu-inverse .dropdown-item:focus,
.dropdown-menu.dropdown-menu-inverse .dropdown-item:hover {
  color: #fff !important;
  background: #31353e !important; }

.dropdown-menu.dropdown-menu-inverse .dropdown-divider {
  background: #191e23; }

@media (min-width: 992px) {
  .show > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; } }

.dropdown-submenu .dropdown-toggle i {
  font-size: 10px;
  position: absolute;
  right: 14px;
  top: 8px;
  color: #a3a7bd; }

@media (max-width: 991px) {
  .dropdown-submenu .dropdown-menu {
    border-color: #e8e8e8; }
  .dropdown-submenu .dropdown-menu .dropdown-item {
    padding-left: 2rem; } }

@media (min-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    left: 98%;
    top: -2px;
    border-radius: 0.25rem !important; } }

.dropdown-extend {
  position: initial; }

.dropdown-extend-menu {
  width: 100%; }

@media (min-width: 768px) {
  .dropdown-extend-menu {
    padding: 20px 30px; } }

@media (min-width: 768px) {
  .dropdown-extend-menu .dropdown-item {
    margin: 5px 0; } }

.dropdown-extend-menu .dropdown-item i {
  margin-right: 3px;
  font-size: 14px;
  color: #6b7386; }

@media (max-width: 767px) {
  .dropdown-extend-menu .dropdown-item i {
    display: none; } }

.footer {
  background: #111;
  color: rgba(255, 255, 255, 0.8); }

.footer-top {
  padding: 4rem 0; }

.footer-bottom {
  padding: 1.5rem 0;
  background: #131313; }

.footer-bottom .copyright {
  font-size: 0.8rem; }

.footer .heading {
  color: rgba(255, 255, 255, 0.8); }

.footer ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer .footer-links > li > a {
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7); }

.footer .footer-links > li > a:hover {
  color: rgba(255, 255, 255, 0.5); }

.footer .footer-links > li > .footer-link-date {
  display: block;
  margin-bottom: 0.5rem; }

.footer p {
  font-size: 0.875rem; }

.footer .social-media > li > a > i {
  color: rgba(255, 255, 255, 0.7); }

.footer .social-media > li > a:hover > i {
  color: rgba(255, 255, 255, 0.5); }

.footer .footer-menu {
  padding: 0;
  margin: 0;
  list-style: none; }

.footer .footer-menu > li {
  display: inline-block;
  margin-right: 1rem; }

.footer .footer-menu > li > a {
  display: inline-block;
  padding: 0.25rem 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase; }

.footer .footer-menu-sm > li > a {
  font-size: 0.75rem; }

.footer .footer-menu > li:last-child > a {
  margin-right: 0; }

.footer .footer-menu > li > a:hover {
  color: rgba(255, 255, 255, 0.5); }

.footer .footer-menu > li.logo-delimiter {
  padding-left: 2rem;
  padding-right: 2rem; }

@media (max-width: 991px) {
  .footer .footer-menu > li.logo-delimiter {
    display: none; } }

.footer .copy-links {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none; }

.footer .copy-links li {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.75rem;
  color: #818a91; }

.footer .copy-links li a {
  color: #818a91; }

.footer .copy-links li a:hover {
  text-decoration: underline; }

.footer-inverse {
  background: #eeeeee;
  color: rgba(0, 0, 0, 0.8); }

.footer-inverse .footer-bottom {
  background: #ececec; }

.footer-inverse .heading {
  color: rgba(0, 0, 0, 0.8); }

.footer-inverse .footer-links > li > a {
  color: rgba(0, 0, 0, 0.7); }

.footer-inverse .footer-links > li > a:hover {
  color: rgba(0, 0, 0, 0.5); }

.footer-inverse .social-media > li > a > i {
  color: rgba(0, 0, 0, 0.7); }

.footer-inverse .social-media > li > a:hover > i {
  color: rgba(0, 0, 0, 0.5); }

.footer-inverse .footer-menu > li > a {
  color: rgba(0, 0, 0, 0.7); }

.footer-inverse .footer-menu > li > a:hover {
  color: rgba(0, 0, 0, 0.5); }

.footer--style-1 {
  background: #e81c3b;
  color: #FFF; }

.footer--style-1 .footer-links > li > a,
.footer--style-1 .heading {
  color: #FFF; }

.footer--style-1 .social-media > li > a > i {
  color: #FFF; }

.footer--style-2,
.footer--style-2 .footer-top,
.footer--style-2 .footer-bottom {
  background: #efefef; }

.form-control:disabled, input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not- !important; }

label {
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: none;
  color: rgba(0, 0, 0, 0.7); }

textarea[resize="none"] {
  resize: none !important; }

textarea[resize="both"] {
  resize: both !important; }

textarea[resize="vertical"] {
  resize: vertical !important; }

textarea[resize="horizontal"] {
  resize: horizontal !important; }

.form-control,
.form-control > .btn {
  font-size: 0.875rem;
  font-weight: 400;
  color: #555;
  background-color: #FFF;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

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

.form-group textarea.form-control,
textarea.form-control {
  height: auto; }

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px; }

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

.form-control-xl,
.input-group-xl > .form-control,
.input-group-xl > .input-group-addon,
.input-group-xl > .input-group-btn > .btn {
  padding: 1.25rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px; }

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 2.9375rem !important; }

.input-group-addon {
  color: #555;
  background-color: #FFF;
  border-color: #e6e6e6;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

.input-group--style-1 .form-control:not(:first-child) {
  border-left: 0; }

.input-group--style-1 .form-control:not(:last-child) {
  border-right: 0; }

.input-group--style-1 .input-group-addon {
  padding: 0.1875rem 0.875rem; }

.input-group--style-1 .input-group-addon > i {
  font-size: 1.375rem;
  line-height: 1.4; }

.input-group--style-2 .form-control {
  border-left: 0;
  border-right: 0; }

.input-group--style-2 .form-control:focus {
  background: transparent; }

.input-group--style-2 .input-group-btn > .btn {
  border-radius: 50%;
  background: transparent;
  border-color: #e6e6e6;
  color: #818a91;
  font-size: 0.625rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  cursor: pointer; }

.input-group--style-2 .input-group-btn > .btn[disabled] {
  color: #eceeef; }

.input-group--style-2 .input-group-btn > .btn:focus {
  box-shadow: none; }

.input-group--style-2 .input-group-btn:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: #FFF; }

.input-group--style-2 .input-group-btn:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: #FFF; }

.form-default .form-control {
  background: #FFF;
  border-color: #e6e6e6;
  color: #555; }

.form-default .form-control:focus,
.form-default .input-group--style-1 .form-control:focus + .input-group-addon {
  background: #f9f9f9;
  border-color: #e6e6e6; }

.form-control:disabled,
.form-control[readonly] {
  background: #e9ecef; }

.form-default .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important; }

.form-default select.form-control:invalid {
  color: rgba(0, 0, 0, 0.4) !important; }

.form-default .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.4); }

.form-default .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.4); }

.form-default .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4); }

.form-default .input-group--style-1 .input-group-addon {
  color: rgba(0, 0, 0, 0.4); }

.form-base-1 .form-control,
.form-base-1 .input-group-addon {
  background: #be132d;
  border-color: #b5122b;
  color: #FFF; }

.form-base-1 .form-control:focus {
  background: #be132d;
  border-color: #b5122b;
  color: #FFF; }

.form-base-1 .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-1 .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-1 .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-1 .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-2 .form-control {
  background: #131619;
  border-color: #0f1113;
  color: #FFF; }

.form-base-2 .form-control:focus {
  background: #131619;
  border-color: #0f1113;
  color: #FFF; }

.form-base-2 .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-2 .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-2 .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-base-2 .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.form-inverse label {
  color: rgba(255, 255, 255, 0.7); }

.form-inverse .form-control {
  background: #21252a;
  border-color: #333a41;
  color: #818a91; }

.form-inverse .form-control:focus {
  background: #21252a;
  border-color: white; }

.form-inverse .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.form-inverse .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4); }

.form-inverse .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4); }

.form-inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4); }

.form-material .bootstrap-select .btn-default,
.form-material .form-control {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-width: 1px;
  padding-left: 1px;
  padding-right: 1px; }

.form-material .form-control:focus {
  background: transparent; }

.form-material .bar {
  position: relative;
  display: block; }

.form-material .bar:after,
.form-material .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #e81c3b;
  transition: 0.5s ease all; }

.form-material .bar:before {
  left: 50%; }

.form-material .bar:after {
  right: 50%; }

.form-material .form-control:focus ~ .bar:after,
.form-material .form-control:focus ~ .bar:before {
  width: 50%; }

.form-inverse.form-material .form-control {
  border-color: rgba(230, 230, 230, 0.5);
  color: white; }

.form-inverse.form-material .form-control:focus {
  background: transparent; }

.form-inverse.form-material .form-control:focus {
  background: transparent;
  border-color: #191919; }

.has-floating-label {
  padding-top: 10px; }

.has-floating-label .control-label {
  font-size: 0.875rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate3d(0, 24px, 0) scale(1);
  transform-origin: left top;
  transition: 0.3s; }

.has-floating-label.focused .control-label {
  transform: scale(0.75); }

/* CUSTOM CHECKBOXES AND RADIOS */
.checkbox {
  outline: none; }

.checkbox-inline {
  display: inline-block;
  margin-right: 1.125rem; }

.checkbox label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.8rem;
  font-size: 0.875rem;
  line-height: 18px;
  cursor: pointer; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -15px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-left: -15px;
  padding-left: 3px;
  padding-top: 0;
  font-size: 12px;
  color: transparent; }

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
  border-color: #e81c3b; }

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  color: #e81c3b;
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #e9ecef;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.has-success input[type="checkbox"] + label::before,
.has-success input[type="radio"] + label::before {
  border-color: #5cb85c; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #e81c3b;
  border-color: #e81c3b; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #FFF; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ec971f;
  border-color: #ec971f; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.has-warning input[type="checkbox"] + label::before,
.has-warning input[type="radio"] + label::before {
  border-color: #ec971f; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #c9302c;
  border-color: #c9302c; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.has-error input[type="checkbox"] + label::before,
.has-error input[type="radio"] + label::before {
  border-color: #c9302c; }

/* Radio inputs */
.radio {
  outline: none; }

.radio-inline {
  display: inline-block;
  margin-right: 10px; }

.radio label {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 18px;
  position: relative;
  padding-left: 0.75rem;
  cursor: pointer; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -15px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  background-color: #FFF;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -15px;
  border-radius: 50%;
  background-color: #333;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: none; }

.radio input[type="radio"]:checked + label::after {
  background-color: #e81c3b;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #e81c3b; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #e81c3b; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #e81c3b; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px; }

/* Hide default HTML checkbox */
.toggle-switch input {
  display: none; }

/* The slider */
.toggle-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

.toggle-switch input:disabled + .toggle-switch-slider {
  border: 1px solid #e9ecef; }

.toggle-switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 2px;
  background-color: #e9ecef;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

input:checked + .toggle-switch-slider:before {
  background: #e81c3b;
  border-color: #e81c3b; }

input:checked + .toggle-switch-slider {
  border: 1px solid #e81c3b; }

input:focus + .toggle-switch-slider {
  box-shadow: 0 0 1px #e81c3b; }

input:checked + .toggle-switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.toggle-switch-slider.round {
  border-radius: 34px; }

.toggle-switch-slider.round:before {
  border-radius: 50%; }

.checkbox-alphanumeric::after,
.checkbox-alphanumeric::before {
  content: '';
  display: table; }

.checkbox-alphanumeric::after {
  clear: both; }

.checkbox-alphanumeric input {
  left: -9999px;
  position: absolute; }

.checkbox-alphanumeric label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: 0.375rem 0;
  margin-right: 0.375rem;
  display: block;
  color: #818a91;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.95); }

.checkbox-alphanumeric-circle label {
  border-radius: 100%; }

.checkbox-alphanumeric label > img {
  max-width: 100%; }

.checkbox-alphanumeric label:hover {
  cursor: pointer;
  border-color: #ef6177; }

.checkbox-alphanumeric input:checked ~ label {
  color: #e81c3b;
  border-color: #e81c3b;
  transform: scale(1.1); }

.checkbox-alphanumeric--style-1 label {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 2px; }

.d-table.checkbox-alphanumeric--style-1 {
  width: 100%; }

.d-table.checkbox-alphanumeric--style-1 label {
  width: 100%; }

/* CUSTOM COLOR INPUT */
.checkbox-color::after,
.checkbox-color::before {
  content: '';
  display: table; }

.checkbox-color::after {
  clear: both; }

.checkbox-color input {
  left: -9999px;
  position: absolute; }

.checkbox-color label {
  width: 2.25rem;
  height: 2.25rem;
  float: left;
  padding: 0.375rem;
  margin-right: 0.375rem;
  display: block;
  font-size: 0.875rem;
  text-align: center;
  opacity: 0.7;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0.95); }

.checkbox-color-circle label {
  border-radius: 100%; }

.checkbox-color label:hover {
  cursor: pointer;
  opacity: 1; }

.checkbox-color input:checked ~ label {
  transform: scale(1.1);
  opacity: 1; }

.checkbox-color input:checked ~ label:after {
  content: "\f121";
  font-family: "Ionicons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px; }

/* File inputs */
.custom-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.custom-input-file + label {
  max-width: 80%;
  font-size: 0.875rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  border: 1px solid #e81c3b;
  border-radius: 2px;
  color: #FFF;
  background-color: #e81c3b;
  outline: none; }

.custom-input-file + label:hover,
.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
  background-color: #be132d; }

.no-js .custom-input-file + label {
  display: none; }

.custom-input-file.has-focus + label,
.custom-input-file:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.custom-input-file + label i {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

/* Custom file input -- Style 2 */
.custom-input-file--2 + label {
  color: #e81c3b;
  border-color: #e81c3b;
  background: transparent; }

.custom-input-file--2 + label:hover,
.custom-input-file--2.has-focus + label,
.custom-input-file--2:focus + label {
  color: #be132d;
  border-color: #be132d;
  background: transparent; }

/* Custom file input -- Style 3 */
.custom-input-file--3 + label {
  background: transparent;
  border: 0;
  color: #e81c3b; }

.custom-input-file--3 + label:hover,
.custom-input-file--3.has-focus + label,
.custom-input-file--3:focus + label {
  background: transparent;
  border: 0;
  color: #a71128; }

/* Custom file input -- Style 4 */
.custom-input-file--4 + label {
  color: #e81c3b;
  background: transparent;
  border-color: #e81c3b;
  padding: 0; }

.custom-input-file--4 + label:hover,
.custom-input-file--4.has-focus + label,
.custom-input-file--4:focus + label {
  border-color: #a71128;
  background: transparent; }

.custom-input-file--4 + label span,
.custom-input-file--4 + label strong {
  padding: 0.625rem 1.25rem; }

.custom-input-file--4 + label span {
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top; }

.custom-input-file--4 + label strong {
  float: right;
  height: 100%;
  color: #FFF;
  background-color: #e81c3b;
  display: inline-block;
  font-weight: 600; }

.custom-input-file--4 + label:hover strong,
.custom-input-file--4.has-focus + label strong,
.custom-input-file--4:focus + label strong {
  background-color: #a71128; }

@media screen and (max-width: 456px) {
  .custom-input-file--4 + label strong,
  .custom-input-file--4 + label span {
    display: block;
    width: 100%; } }

.form-card--style-1 {
  background-color: #fff;
  border: 1px solid #f1f1f1; }

.form-card--style-1 .form-header {
  padding: 1.2rem;
  background-color: #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }

.form-card--style-1 .form-header .heading {
  margin: 0;
  padding: 0;
  color: #111111; }

.form-card--style-1 .form-body {
  padding: 2rem; }

.form-card--style-1 .form-footer {
  padding: 1rem 2rem;
  background-color: #f1f1f1; }

.form-card--style-2 .form-header {
  position: relative;
  padding: 2rem 0;
  background-color: #e81c3b; }

.form-card--style-2 .form-header .form-header-title {
  margin: 0;
  padding: 0;
  color: #FFF; }

.form-card--style-2 .form-header:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 14px;
  top: 100%;
  left: 50%;
  border-top-color: #e81c3b;
  margin-left: -14px; }

.form-card--style-2 .form-header .form-header-icon i {
  font-size: 3rem;
  color: #FFF; }

.form-card--style-2 .form-body {
  padding: 2rem;
  background-color: #fff; }

.form-card--style-2 .form-footer {
  padding: 1rem 0;
  background-color: #fff; }

.form-user-footer-links a {
  font-size: 0.75rem;
  color: #818a91; }

.help-block.with-errors > ul > li {
  font-size: 0.875rem;
  color: #ff3b30; }

.has-error .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #ff3b30; }

.has-success .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #4cd964; }

.has-feedback .glyphicon {
  font-family: "Ionicons" !important;
  font-size: 12px; }

.has-feedback .glyphicon-remove::before {
  content: "\f129";
  color: #ff3b30; }

.has-feedback .glyphicon-ok::before {
  content: "\f121";
  color: #4cd964; }

.form-subscribe-lg .form-control {
  border: 0;
  background: transparent;
  padding: 0.5rem 1rem;
  font-size: 2.5rem;
  font-weight: 300;
  color: black;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  border-radius: 0; }

.form-subscribe-lg .form-control:focus {
  background: transparent; }

.form-subscribe-lg.form-inverse .form-control {
  border-left: 5px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9); }

.form-subscribe-lg.form-inverse .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.form-subscribe-lg.form-inverse .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9); }

.form-subscribe-lg.form-inverse .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9); }

.form-subscribe-lg.form-inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9); }

.icon-block {
  position: relative; }

.row .feature > .icon-block {
  margin-top: 0 !important; }

.feature {
  background-color: #fff; }

.feature--boxed-border {
  padding: 2rem;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
  position: relative; }

.feature--boxed-border-light {
  border-color: rgba(255, 255, 255, 0.2); }

.feature--boxed-border.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #e81c3b;
  left: 0; }

.feature--boxed-border p {
  margin-bottom: 0; }

a > .feature--boxed-border p {
  color: #55595c; }

a > .feature--boxed-border:hover {
  border-color: #e81c3b; }

.feature--text-only .heading + p {
  max-width: 22.28571429em; }

.feature .feature-inner-spacer {
  max-width: 80%; }

.feature--bg-1 {
  background: #fff; }

.feature--bg-2 {
  background: #1b1e23; }

.feature--bg-2 *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a),
.feature-inverse *:not(.btn):not(.alert):not(.form-control):not(.heading):not(a) {
  color: rgba(255, 255, 255, 0.5); }

.feature--bg-2 .heading,
.feature--bg-2 .heading > a,
.feature-inverse .heading,
.feature-inverse .heading > a {
  color: #f3f3f3; }

.feature--bg-3 {
  background: #fafafa; }

.feature-body {
  padding: 1rem; }

.feature-content .heading,
.feature-content p {
  margin-bottom: 0; }

.feature-headline {
  position: relative; }

.feature-headline:before,
.feature-headline:after {
  content: '';
  display: table; }

.feature-headline:after {
  clear: both; }

.feature-headline:not(.no-linethrough):before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2); }

.feature-headline > .headline-title {
  padding-right: 1rem;
  position: relative; }

.feature-headline > .headline-title + .headline-label {
  float: right;
  padding-left: 1rem;
  position: relative; }

.feature--bg-1 .feature-headline > .headline-title,
.feature--bg-1 .feature-headline > .headline-label {
  background: #fff; }

.feature--bg-2 .feature-headline > .headline-title,
.feature--bg-2 .feature-headline > .headline-label {
  background: #1b1e23; }

.feature--bg-3 .feature-headline > .headline-title,
.feature--bg-3 .feature-headline > .headline-label {
  background: #fafafa; }

.block-icon.circle {
  border-radius: 100%; }

.block-icon.rounded {
  border-radius: 0.25rem; }

.block-bordered-grid {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 40px;
  border-radius: 0; }

.block-bordered-grid--style-2 {
  border-top-style: dashed;
  border-right-style: dashed; }

@media (max-width: 991px) {
  .block-bordered-grid--style-2 {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .block-bordered-grid.col-sm-6:nth-child(2n+2) {
    border-right: 0; }
  .block-bordered-grid.col-sm-4:nth-child(3n+3) {
    border-right: 0; }
  .block-bordered-grid.col-sm-3:nth-child(4n+4) {
    border-right: 0; } }

@media (min-width: 992px) {
  .block-bordered-grid[class*="col-"]:last-child {
    border-right: 0; }
  .block-bordered-grid.col-md-6:nth-child(2n+2) {
    border-right: 0; }
  .block-bordered-grid.col-md-4:nth-child(3n+3) {
    border-right: 0; }
  .block-bordered-grid.col-md-3:nth-child(4n+4) {
    border-right: 0; } }

.icon-block--style-1 {
  position: relative; }

[class^="icon-block--style-1"] {
  position: relative; }

.icon-block--style-1-v1 .block-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1; }

.icon-block--style-1-v1 .block-icon > .icon-number,
.icon-block--style-1-v1 .block-icon i {
  color: #e81c3b; }

.icon-block--style-1-v1 .block-icon i,
.icon-block--style-1-v1 .block-icon .icon-number {
  font-size: 50px; }

.icon-block--style-1-v1 .block-icon.c-white i {
  color: white; }

.icon-block--style-1-v1 .block-content {
  padding-left: 70px; }

.icon-block--style-1-v1 .block-icon-sm {
  width: 30px;
  height: 30px;
  line-height: 1.3; }

.icon-block--style-1-v1 .block-icon-sm i {
  font-size: 30px; }

.icon-block--style-1-v1 .block-icon-sm + .block-content {
  padding-left: 50px; }

.icon-block--style-1-v1 .block-icon-right {
  left: auto;
  right: 0; }

.icon-block--style-1-v1 .block-icon-right + .block-content {
  padding-right: 70px;
  padding-left: 0;
  text-align: right; }

.icon-block--style-1-v2 .heading {
  margin-bottom: 10px; }

.icon-block--style-1-v2 .block-icon,
.icon-block--style-1-v3 .block-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0; }

.icon-block--style-1-v2 .block-icon i,
.icon-block--style-1-v3 .block-icon i {
  font-size: 50px;
  line-height: 1; }

.icon-block--style-1-v2 .block-icon i {
  color: #2b2b2c; }

.icon-block--style-1-v2 .block-icon .icon-number {
  font-size: 50px;
  line-height: 1;
  display: block;
  text-align: right; }

.icon-block--style-1-v2 .block-icon .icon-number {
  color: #2b2b2c; }

.icon-block--style-1-v2 .block-content {
  padding-left: 70px; }

.icon-block--style-1-v2 .block-icon-lg,
.icon-block--style-1-v3 .block-icon-lg {
  width: 70px;
  height: 70px; }

.icon-block--style-1-v2 .block-icon-lg i,
.icon-block--style-1-v3 .block-icon-lg i {
  font-size: 70px; }

.icon-block--style-1-v2 .block-icon-lg + .block-content {
  padding-left: 80px; }

.icon-block--style-1-v2 .block-icon-sm {
  width: 30px;
  height: 30px; }

.icon-block--style-1-v2 .block-icon-sm i {
  font-size: 30px; }

.icon-block--style-1-v2 .block-icon-sm + .block-content {
  padding-left: 50px; }

.icon-block--style-1-v2 .block-icon-right {
  left: auto;
  right: 0;
  text-align: left; }

.icon-block--style-1-v2 .block-icon-right.block-icon-lg + .block-content {
  padding-left: 0;
  padding-right: 80px; }

.icon-block--style-1-v2 .block-icon-right + .block-content {
  padding-left: 0;
  padding-right: 70px;
  text-align: right; }

.icon-block--style-1-v2 .block-icon-right.block-icon-sm + .block-content {
  padding-left: 0;
  padding-right: 50px; }

.icon-block--style-1-v3 .block-icon,
.icon-block--style-1-v4 .block-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 5px; }

.icon-block--style-1-v3 .block-icon {
  border: 1px solid #e81c3b; }

.icon-block--style-1-v4 .block-icon {
  border: 1px solid #2b2b2c; }

.icon-block--style-1-v3-dashed .block-icon,
.icon-block--style-1-v4-dashed .block-icon {
  border-style: dashed; }

.icon-block--style-1-v3 .block-icon i,
.icon-block--style-1-v4 .block-icon i {
  font-size: 28px;
  line-height: 60px;
  font-weight: normal; }

.icon-block--style-1-v3 .block-icon i {
  color: #e81c3b; }

.icon-block--style-1-v4 .block-icon i {
  color: #2b2b2c; }

.icon-block--style-1-v3 .block-content,
.icon-block--style-1-v4 .block-content {
  padding-left: 85px; }

.icon-block--style-1.v3 .block-icon i {
  font-size: 15px;
  color: #e81c3b; }

.icon-block--style-1.v4 .block-icon i {
  font-size: 15px;
  color: #2b2b2c; }

.icon-block--style-1.v3 .block-content,
.icon-block--style-1.v4 .block-content {
  padding-left: 30px; }

.icon-block--style-1-v3.block-icon-right .block-icon,
.icon-block--style-1-v4.block-icon-right .block-icon {
  left: auto;
  right: 0; }

.icon-block--style-1-v3.block-icon-right .block-content,
.icon-block--style-1-v4.block-icon-right .block-content {
  padding-left: 0;
  padding-right: 85px;
  text-align: right; }

.icon-block--style-1-v5 {
  position: relative; }

.icon-block--style-1-v5 .block-icon {
  display: block;
  margin-bottom: 1rem; }

.icon-block--style-1-v5 .block-icon > i {
  font-size: 40px; }

.icon-block--style-1-v5 .block-icon-sm > i {
  font-size: 20px; }

.icon-block--style-1-v5 .block-icon-lg > i {
  font-size: 60px; }

.icon-block--style-1-v5 .block-icon > img {
  width: 80px; }

.icon-block--style-1-v5 .block-icon-sm > img {
  width: 60px; }

.icon-block--style-1-v5 .block-icon-lg > img {
  width: 100px; }

.icon-block--style-1-v5.active .block-icon {
  color: #e81c3b !important; }

.icon-block--style-1-v5 .block-icon-circle {
  display: inline-block;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  background: #be132d; }

.icon-block--style-1-v5 .block-content p {
  margin-top: 10px; }

.icon-block--style-1-v5.block-bordered-grid-animated {
  padding: 3rem 2rem; }

.icon-block--style-1-v5.block-bordered-grid-animated .block-inner {
  display: block;
  color: #818a91; }

.icon-block--style-1-v5.block-bordered-grid-animated .block-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background: transparent;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  transform: scale(0.1); }

.icon-block--style-1-v5.block-bordered-grid-animated:hover .block-inner::after {
  border: 2px solid #e81c3b;
  transform: scale(1); }

.block.style-5 .block-icon.block-icon-lg i {
  font-size: 60px; }

.icon-block--style-1-v3.icon-block-inverse .block-icon {
  border-color: white; }

.icon-block--style-1-v1.icon-block-inverse .block-icon i,
.icon-block--style-1-v2.icon-block-inverse .block-icon i,
.icon-block--style-1-v3.icon-block-inverse .block-icon i,
.icon-block--style-1-v4.icon-block-inverse .block-icon i,
.icon-block--style-1-v5.icon-block-inverse .block-icon i {
  color: white; }

.icon-block--style-2-v1:hover .block-icon,
.icon-block--style-2-v2:hover .block-icon {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }

.icon-block--style-2-v1 .heading,
.icon-block--style-2-v2 .heading {
  margin-bottom: 0.5rem !important; }

.icon-block--style-2-v1 .block-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 2rem; }

.icon-block--style-2-v2 .block-icon {
  margin-bottom: 2rem; }

.icon-block--style-2-v2 .block-icon {
  margin: auto auto 2rem;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  font-size: 32px;
  border: 2px solid #818a91;
  color: #55595c; }

.icon-block--style-2-v2.active .block-icon,
.icon-block--style-2-v2:hover .block-icon {
  border-color: #e81c3b;
  background: #e81c3b;
  color: #FFF; }

.icon-block--style-3 {
  position: relative; }

.icon-block--style-3 > i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
  font-size: 20px; }

.icon-block--style-3 > .icon-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
  font-size: 17px; }

.icon-block--style-3 .icon-label {
  display: block;
  position: absolute;
  width: 40px;
  left: 0;
  top: 45px;
  font-size: 13px;
  text-align: center; }

.icon-block--style-3 .icon-block-text {
  line-height: 40px;
  display: inline-block;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif; }

.icon-block--style-3 .icon-block-subtext {
  position: absolute;
  top: 34px;
  left: 54px; }

.icon-block--style-3-v1 > i {
  border: 1px solid #eceeef;
  background: transparent;
  color: #e81c3b; }

.icon-block--style-3-v2 > .icon-number,
.icon-block--style-3-v2 > i {
  position: absolute; }

.icon-block--style-3-v2 .icon-block-content {
  padding-left: 65px; }

.icon-block--style-4 {
  overflow: visible;
  position: relative;
  margin-top: 42px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-top: 0;
  border-radius: 0.25rem; }

.icon-block--style-4::before,
.icon-block--style-4::after {
  content: "";
  width: calc(50% - 52px);
  position: absolute;
  top: 0;
  border-top: 1px solid #f1f1f1; }

.icon-block--style-4::before {
  left: 0;
  border-top-left-radius: 0.25rem; }

.icon-block--style-4::after {
  right: 0;
  border-top-right-radius: 0.25rem; }

.icon-block--style-4 .block-icon {
  width: 84px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -42px;
  border-radius: 100%;
  background: #e81c3b;
  color: #FFF; }

.icon-block--style-4:hover .block-icon {
  -webkit-animation-name: rotate-icon;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out; }

.icon-block--style-4 .block-icon::after {
  content: "";
  width: 84px;
  height: 84px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.icon-block--style-4:hover .block-icon::after {
  width: 98px;
  height: 98px;
  top: -7px;
  left: 50%;
  margin-left: -49px;
  border: 3px solid #e81c3b; }

.icon-block--style-4 .block-icon i {
  font-size: 40px; }

.icon-block--style-4 .block-body {
  padding-top: 80px;
  padding-left: 2rem;
  padding-right: 2rem; }

@media (max-width: 991px) {
  .icon-block--style-4 {
    margin-top: 80px; } }

.icon-block--arrow {
  border: 0; }

.icon-block--arrow .block-icon {
  width: 120px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  text-align: center;
  border-radius: 0.25rem; }

.icon-block--arrow .block-icon i {
  font-size: 40px; }

.icon-block--arrow .block-icon:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #e81c3b;
  border-width: 12px;
  margin-left: -12px; }

.icon-block--arrow .block-body {
  margin-top: 1.7rem;
  padding: 0 2rem; }

@-webkit-keyframes rotate-icon {
  0% {
    -webkit-transform: scale(1) rotate(0deg); }
  10% {
    -webkit-transform: scale(1) rotate(0deg); }
  100% {
    -webkit-transform: scale(1) rotate(360deg); } }

.list-group {
  border-left: 0;
  border-right: 0; }

.list-group-item {
  padding: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #818a91;
  font-size: 0.875rem;
  background-color: #FFF;
  margin-bottom: 0; }

.list-group-item-action:hover {
  background-color: #eceeef; }

.list-group-item-sm {
  padding: 0.75rem 1rem; }

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 1px solid rgba(243, 243, 243, 0.7); }

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

.list-group-item-action.active,
.list-group-item-action.active:focus,
.list-group-item-action.active:hover {
  background-color: #eceeef;
  color: #2b2b2c;
  border-color: rgba(0, 0, 0, 0.125); }

.list-group-item .label {
  margin-left: 1rem; }

/* List groups included in cards */
.card .list-group .list-group-item:first-child {
  border-top: 0 !important; }

.card .list-group .list-group-item:last-child {
  border-bottom: 0 !important; }

/* List group components */
.lgi-img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  vertical-align: top;
  margin: -.1rem 1.2rem 0 -.2rem; }

.lgi-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

.lgi-heading {
  font-size: 0.875rem;
  color: #2b2b2c; }

.lgi-heading > small {
  float: right;
  color: #818a91;
  font-weight: 500; }

.lgi-content > p {
  color: #818a91;
  line-height: 1.5;
  margin: .2rem 0 0; }

.list-inline li {
  display: inline-block;
  float: left; }

ul.icons {
  margin: 0;
  padding: 0; }

ul.icons li {
  list-style: none;
  margin: 5px 0 0;
  vertical-align: top;
  font-size: 0.875rem; }

ul.icons li > a:not(.icon) {
  color: #818a91; }

ul.icons li > a:hover {
  color: #e81c3b; }

ul.icons li .icon {
  margin-right: 1rem;
  display: inline-block;
  font-size: 20px;
  width: 20px;
  position: relative;
  top: 4px; }

ul.inline-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: 1; }

ul.inline-links > li {
  display: inline-block;
  padding: 0 .4em 0 .4em;
  position: relative;
  font-size: 0.75rem; }

ul.inline-links > li:first-child {
  padding-left: 0; }

ul.inline-links > li:last-child {
  padding-right: 0; }

ul.inline-links > li,
ul.inline-links > li > a {
  color: #818a91; }

ul.inline-links > li > a.active {
  color: #2b2b2c;
  font-weight: 500; }

ul.inline-links > li > a:hover {
  color: #e81c3b;
  text-decoration: none; }

ul.inline-links > li > a:hover > heading {
  color: #e81c3b; }

ul.inline-links > li > a > i,
ul.inline-links > li > i {
  margin-right: 4px; }

ul.inline-links.inline-links--style-2 > li,
ul.inline-links.inline-links--style-2 > li > a {
  font-size: 13px; }

ul.inline-links.inline-links--style-2 > li:not(:last-child) {
  padding-right: 12px; }

ul.inline-links.inline-links--style-2 > li:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 4px;
  color: #e81c3b; }

ul.inline-links.inline-links--style-2 > li:last-child:before {
  content: ""; }

ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

ul.social-icons li {
  display: inline-block;
  font-size: 0.875rem; }

ul.social-icons li a {
  display: block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px; }

ul.social-icons li.text {
  height: 32px;
  padding-left: 10px;
  line-height: 32px; }

ul.social-icons li.facebook:hover {
  background: #3b5998;
  color: #fff; }

ul.social-icons li.facebook:hover > a {
  color: #fff; }

ul.social-icons li.twitter:hover {
  background: #1da1f2;
  color: #fff; }

ul.social-icons li.twitter:hover > a {
  color: #fff; }

ul.social-icons li.linkedin:hover {
  background: #0077b5;
  color: #fff; }

ul.social-icons li.linkedin:hover > a {
  color: #fff; }

.list-social-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%; }

.list-social-buttons > li {
  border-right: 1px solid #f1f1f1;
  display: table-cell; }

.list-social-buttons > li > a {
  padding: 2rem;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #2b2b2c; }

.list-social-buttons > li:last-child {
  border-right: 0; }

ul.categories {
  padding: 0;
  margin: 0;
  list-style: none; }

ul.categories > li {
  border-bottom: 1px solid #f1f1f1; }

ul.categories > li:last-child {
  border: 0; }

ul.categories > li > a {
  display: block;
  padding: 0.75rem 0;
  color: #818a91;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif; }

ul.categories > li > a:after,
ul.categories > li > a:before {
  content: "";
  display: table; }

ul.categories > li > a:after {
  clear: both; }

ul.categories > li:hover > a {
  color: #e81c3b;
  text-decoration: none; }

ul.categories > li > ul {
  padding-left: 3rem;
  list-style: none; }

ul.categories > li > ul > li > a {
  display: block;
  padding: 0.3125rem 0;
  color: #818a91;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif; }

ul.categories > li > ul > li > a.active {
  color: #e81c3b; }

ul.categories--style-1 > li > a {
  padding-left: 20px;
  position: relative;
  display: flex;
  align-items: center; }

ul.categories--style-1 > li > a > .category-name {
  color: #2b2b2c;
  flex-grow: 1; }

ul.categories--style-1 > li > a:hover > .category-name {
  color: #e81c3b; }

ul.categories--style-1 > li > a > .category-count {
  color: #818a91;
  font-size: 0.75rem; }

ul.categories--style-1 > li > a:before {
  content: "\f125";
  font-family: "Ionicons";
  position: absolute;
  height: 16px;
  line-height: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 10px;
  color: #818a91;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

ul.categories--style-2 > li {
  border: 0; }

ul.categories--style-2 > li > a {
  padding: 5px 0; }

ul.categories--style-3 > li {
  border: 0; }

ul.categories--style-3 > li > a {
  display: block;
  padding: 0.625rem 1rem; }

ul.categories--style-3 > li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  color: #e81c3b;
  font-weight: 600; }

ul.categories--style-3 > li > a.active {
  color: #e81c3b;
  font-weight: 600; }

ul.categories--style-3 > li i {
  margin-right: 0.75rem;
  position: relative;
  top: 2px;
  font-size: 1.25rem; }

ul.categories--style-3 > li > ul > li > a.active {
  color: #e81c3b;
  font-weight: 600; }

.list-wrapper {
  background: #e81c3b;
  padding: 1.5rem;
  border-radius: 0.25rem; }

.list-wrapper > .heading {
  color: #FFF;
  margin-bottom: 1rem; }

.list-wrapper ul.categories--style-1 > li {
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFF; }

.list-wrapper ul.categories--style-1 > li > a,
.list-wrapper ul.categories--style-1 > li > a > .category-count,
.list-wrapper ul.categories--style-1 > li > a > .category-name {
  color: #FFF; }

.list-wrapper ul.categories--style-1 > li > a:hover,
.list-wrapper ul.categories--style-1 > li > a:hover > .category-name {
  color: #FFF; }

.list-wrapper ul.categories--style-1 > li > a:before {
  color: #FFF; }

ul.categories--style-1 > li > a:hover:before {
  left: 5px; }

.sidebar .list-unstyled {
  font-size: 0.875rem; }

.sidebar .list-unstyled > li > a {
  color: #2b2b2c;
  padding: 0.2rem 0;
  display: block; }

.sidebar .list-unstyled > li:hover > a {
  color: #e81c3b; }

.vertical-info {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

.vertical-info > li {
  padding: 0.25rem 0; }

.vertical-info > li > span {
  display: inline-block;
  font-size: 0.875rem; }

.vertical-info > li > .vi-title {
  font-weight: 600;
  margin-right: 0.5rem; }

.vertical-info > li > .vi-content {
  color: #818a91; }

ul.list-bullet {
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }

ul.list-bullet li {
  clear: left;
  padding: 10px 0;
  display: block;
  width: 100%; }

ul.list-bullet li > figure {
  margin: 0;
  padding: 0;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 1rem;
  color: #eceeef;
  font-weight: 600;
  display: inline-block;
  float: left; }

ul.list-bullet li img {
  width: 60px; }

ul.list-bullet li h3 {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  display: inline-block; }

ul.list-bullet li p {
  margin: 0 0 0 50px;
  padding: 0; }

ul.list-bullet li span {
  margin-left: 6px; }

ul.list-bullet li a {
  font-weight: 500; }

ul.list-bullet li a:hover {
  text-decoration: none;
  color: #464646; }

ul.list-bullet li span {
  font-size: 12px; }

.list-recent-stories {
  background: #e6edf2; }

.list-recent .widget-title {
  padding: 26px 24px 28px; }

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

.list-recent li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(243, 243, 243, 0.7); }

.list-recent li:first-child {
  padding-top: 0;
  border-top: 0; }

.list-recent.list-recent-boxed li {
  padding: 10px 15px; }

.list-recent li:last-child {
  border: 0; }

.list-recent-stories li:nth-child(odd) {
  background: #c6d3dd; }

.list-recent-comments li:nth-child(odd) {
  background: #eceeef; }

.list-recent .inline-links {
  display: block; }

.list-recent .post-thumb {
  float: left;
  width: 72px;
  height: 72px;
  margin-right: 16px; }

.list-recent-stories .post-thumb,
.list-recent-stories .post-thumb img {
  border-radius: 50%; }

.list-recent-comments li:nth-child(even) .post-thumb {
  float: right;
  margin-right: 0;
  margin-left: 16px; }

.list-recent .post-thumb img {
  display: block;
  width: 100%;
  height: 100% !important; }

.list-recent .post-author,
.list-recent .post-title {
  display: block;
  margin-bottom: 0; }

.list-recent .post-author {
  font-size: 12px;
  color: #e81c3b; }

.list-recent .post-author a,
.list-recent .post-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 19px;
  color: #2b2b2c; }

.list-recent .post-author a:hover {
  color: #e81c3b; }

.list-recent .post-title a {
  color: #2b2b2c; }

.list-recent .post-title a:hover {
  color: #e81c3b; }

.list-recent .post-title .label {
  margin-top: 5px; }

.list-recent .post-title > a + .inline-links,
.list-recent .post-title > a + .star-rating {
  margin-top: 5px; }

.list-recent .post-entry,
.list-recent .post-desc {
  display: block;
  font-size: 12px;
  color: #818a91;
  line-height: 17px; }

.list-recent .post-meta-bot {
  padding: 21px 0;
  text-align: center; }

@media (max-width: 479px), (min-width: 768px) and (max-width: 991px) {
  .list-recent li {
    padding: 8px; }
  .list-recent .post-thumb {
    margin-right: 5px;
    margin-top: 3px; }
  .list-recent-comments li:nth-child(odd) .post-thumb {
    margin-left: 5px; } }

ul.list-border--dotted > li {
  border: 1px solid dotted !important; }

ul.list-border--dotted > li:last-child {
  border: 0; }

.list-icon {
  display: inline-block;
  margin-right: 10px; }

.list-icon--style-1 {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #f1f1f1;
  border-radius: 100%;
  color: #818a91; }

.list-icon--style-1 i {
  color: #e81c3b; }

/* List simple */
.list-simple {
  padding: 0;
  margin: 0;
  list-style: none; }

.list-simple--1 li {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-top: 0.75rem; }

/* List symbols */
.list-symbol--1 {
  list-style-type: square; }

/* Meta */
.meta-category {
  display: block;
  position: relative;
  z-index: 100; }

.meta-category a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  color: #e81c3b; }

.meta-category a:hover {
  color: #a71128; }

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.mask-base-1--style-1 {
  background: rgba(232, 28, 59, 0.9); }

.mask-base-1--style-2 {
  background: rgba(232, 28, 59, 0.5); }

.mask-base-1--style-3 {
  background: rgba(232, 28, 59, 0.7); }

.mask-base-2--style-1 {
  background: rgba(41, 47, 54, 0.9); }

.mask-base-2--style-2 {
  background: rgba(41, 47, 54, 0.5); }

.mask-base-2--style-3 {
  background: rgba(41, 47, 54, 0.7); }

.mask-gradient-1--style-1 {
  opacity: 0.9; }

.mask-gradient-1--style-2 {
  opacity: 0.5; }

.mask-light {
  background: white; }

.mask-light--style-1 {
  background: rgba(255, 255, 255, 0.9); }

.mask-light--style-2 {
  background: rgba(255, 255, 255, 0.4); }

.mask-light--style-3 {
  background: rgba(255, 255, 255, 0.2); }

.mask-light ~ .mask-container .heading {
  color: #333 !important; }

.mask-light ~ .mask-container p {
  color: #555 !important; }

.mask-dark {
  background: black; }

.mask-dark--style-1 {
  background: rgba(0, 0, 0, 0.9); }

.mask-dark--style-2 {
  background: rgba(0, 0, 0, 0.4); }

.mask-dark--style-3 {
  background: rgba(0, 0, 0, 0.2); }

.mask-dark ~ .mask-container .heading {
  color: #FFF; }

.mask-dark ~ .mask-container p {
  color: #d3d3d3; }

.modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #f1f1f1; }

.modal-header > .heading {
  margin-bottom: 0; }

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19); }

.modal-backdrop.in {
  opacity: 0.3; }

.modal[data-modal-color],
.modal[data-modal-color] .modal-footer .btn-link,
.modal[data-modal-color] .modal-title {
  color: #fff; }

.modal[data-modal-color=base-1] .modal-content {
  background-color: #e81c3b; }

.modal[data-modal-color=base-2] .modal-content {
  background-color: #292f36; }

.modal[data-modal-color=base-3] .modal-content {
  background-color: #818a91; }

.modal[data-modal-color=base-4] .modal-content {
  background-color: #2B2B2B; }

.modal[data-modal-color=base-5] .modal-content {
  background-color: #FFF; }

.modal[data-modal-color=dark] .modal-content {
  background-color: #2b2b2c; }

/* NAV PILLS */
.nav-pills {
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.nav-pills .nav-link {
  border-radius: 0;
  border-right: 1px solid #ddd;
  background-color: #eee; }

.nav-pills .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

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

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
  background: #3452ff;
  color: #2b2b2c; }

.nav-pills .nav-item + .nav-item {
  margin-left: 2px; }

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #2b2b2c;
  background: #3452ff; }

.nav-pills--style-2 {
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.nav-pills--style-2 .nav-link {
  padding: 26px;
  border-radius: 0;
  border-right: 0;
  background-color: #eee;
  text-transform: uppercase; }

.nav-pills--style-2 .nav-item:first-child .nav-link {
  border-top-left-radius: 0.25rem; }

.nav-pills--style-2 .nav-item:last-child .nav-link {
  border-top-right-radius: 0.25rem;
  border-right: 0; }

.nav-pills--style-2 .nav-link:focus,
.nav-pills--style-2 .nav-link:hover {
  background: #f5f5f5; }

.nav-pills--style-2 .nav-item + .nav-item {
  margin-left: 2px; }

.nav-pills--style-2 .nav-link.active,
.nav-pills--style-2 .nav-link.active:focus,
.nav-pills--style-2 .nav-link.active:hover {
  background: transparent;
  color: inherit; }

.nav-pills--style-3 {
  border: 0; }

.nav-pills--style-3 .nav-link:after,
.nav-pills--style-3 .nav-link:before {
  display: table;
  content: ""; }

.nav-pills--style-3 .nav-link:after {
  clear: both; }

.nav-pills--style-3 .nav-link {
  border: 1px solid #f1f1f1;
  margin-right: 20px;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  border-radius: 0.25rem; }

.nav-pills--style-3 .nav-item:last-child .nav-link {
  margin: 0; }

.nav-pills--style-3 .nav-link:focus,
.nav-pills--style-3 .nav-link:hover {
  background: #e81c3b;
  color: #FFF; }

.nav-pills--style-3 .nav-link.active,
.nav-pills--style-3 .nav-link.active:focus,
.nav-pills--style-3 .nav-link.active:hover {
  background: #fff; }

.nav-pills--style-3 .nav-pill-text {
  display: table-cell;
  padding: 1rem;
  vertical-align: middle; }

.nav-pills--style-3 .nav-pill-text p {
  margin: 0; }

.nav-pills--style-3 .nav-pill-text .heading {
  display: block;
  margin: 0;
  padding: 0; }

.nav-pills--style-3 .nav-pill-text .nav-pill-subtitle {
  display: block;
  margin-top: 5px;
  color: #818a91;
  font-size: 0.875rem; }

.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text {
  display: block;
  margin-top: 20px;
  color: #818a91;
  font-size: 0.875rem; }

.nav-pills--style-3 .nav-pill-text .nav-pill-aux-text strong {
  color: #2b2b2c; }

.nav-pills--style-3 .nav-pill-icon {
  width: 60px;
  display: table-cell;
  vertical-align: middle; }

.nav-pills--style-3 .nav-pill-icon i {
  font-size: 50px;
  color: #2b2b2c; }

.nav-pills--style-3 .nav-link:focus .nav-pill-icon i,
.nav-pills--style-3 .nav-link:hover .nav-pill-icon i {
  color: #FFF; }

.nav-pills--style-3 .nav-link.active .nav-pill-icon i {
  color: #2b2b2c; }

.nav-pills--style-3 .nav-link:hover * {
  color: #FFF; }

@media (max-width: 767px) {
  .nav-pills--style-3 .nav-link {
    margin-right: 0; } }

.nav-pills--style-3.nav-pills-inverse .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #1b1e23;
  color: #818a91; }

.nav-pills--style-3.nav-pills-inverse .nav-link:focus,
.nav-pills--style-3.nav-pills-inverse .nav-link:hover {
  background: #e81c3b;
  color: #FFF; }

.nav-pills--style-3.nav-pills-inverse .nav-link.active,
.nav-pills--style-3.nav-pills-inverse .nav-link.active:focus,
.nav-pills--style-3.nav-pills-inverse .nav-link.active:hover {
  background: #e81c3b;
  color: #FFF; }

.pagination-wrapper {
  margin: 1rem 0;
  font-size: 0; }

.pagination {
  margin: 0;
  border-radius: 0; }

.pagination .page-link,
.pagination .page-item > span {
  padding: 0.625rem 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7rem;
  color: #818a91;
  background-color: transparent;
  border: 1px solid #eceeef;
  text-align: center !important; }

.pagination .page-item:first-child .page-link,
.pagination .page-item:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

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

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover,
.pagination .page-item > span:focus,
.pagination .page-item > span:hover {
  color: #2b2b2c;
  background-color: #eceeef;
  border-color: #eceeef; }

.pagination > .active .page-link,
.pagination > .active .page-link:focus,
.pagination > .active .page-link:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #FFF;
  background-color: #3452ff;
  border-color: #3452ff; }

.pagination > .disabled .page-link,
.pagination > .disabled .page-link:focus,
.pagination > .disabled .page-link:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #818a91;
  background-color: #eceeef;
  border-color: #eceeef; }

/* Sizing */
.pagination-lg .page-item .page-link,
.pagination-lg .page-item > span {
  padding: 0.875rem 1.125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7rem;
  color: #818a91;
  background-color: transparent;
  border: 1px solid #eceeef; }

/* Styles */
.pagination--style-1 .page-link,
.pagination--style-1 .page-item > span {
  margin: 0 3px; }

.pagination--style-2 .page-item .page-link,
.pagination--style-2 .page-item > span {
  margin: 0 3px;
  background: #fff;
  color: #818a91; }

/* Variations */
.pagination-circle .page-item .page-link,
.pagination-circle .page-item > span {
  border-radius: 50% !important;
  margin: 0 5px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 5px;
  line-height: 2.2; }

.pagination-square .page-item .page-link,
.pagination-square .page-item > span {
  border-radius: 0 !important;
  margin: 0 5px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 5px;
  line-height: 2.2; }

.pager {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
  text-align: center; }

.pager .page-item {
  display: inline; }

.pager .page-item .page-link,
.pager .page-item > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 15px; }

.pager .page-item .page-link:focus,
.pager .page-item .page-link:hover {
  text-decoration: none;
  background-color: #e81c3b; }

.pager .next .page-link,
.pager .next > span {
  float: right; }

.pager .previous .page-link,
.pager .previous > span {
  float: left; }

.pager .disabled .page-link,
.pager .disabled .page-link:focus,
.pager .disabled .page-link:hover,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed; }

.pager .page-item .page-link,
.pager .page-item > span {
  background-color: transparent;
  border: 1px solid #eceeef;
  border-radius: 0.2rem;
  font-size: 0.875rem;
  color: #2b2b2c; }

.pager .page-item .page-link:focus,
.pager .page-item .page-link:hover {
  background-color: #eceeef;
  color: #2b2b2c; }

.pager--style-1 .page-item .page-link,
.pager--style-1 .page-item > span {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #2b2b2c;
  opacity: 0.6; }

.pager--style-1 .page-item:hover .page-link,
.pager--style-1 .page-item:hover > span {
  background-color: transparent;
  opacity: 1; }

.pager--style-1 .page-item.pager-count span {
  background: transparent;
  border: 0;
  padding: 0;
  font-style: italic; }

[data-toggle="popover"] {
  cursor: pointer; }

/* Price Tags */
.price-tag {
  display: block;
  padding: 0.75rem 0; }

.price-tag--1 {
  font-size: 3rem; }

.price-tag--1 sup {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.4);
  top: -1em;
  right: -8px; }

.price-tag--1 .price-type {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  left: -10px; }

.pricing-plans:after,
.pricing-plans:before,
.pricing-table:after,
.pricing-table:before {
  display: table;
  content: " "; }

.pricing-plans:before,
.pricing-table:before {
  clear: both; }

.pricing-plans .plan-title {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2b2b2c; }

.pricing-plans .price-tag {
  margin: 0;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  font-weight: 700;
  text-align: center; }

.pricing-plans .price-tag span {
  font-size: 28px;
  font-weight: 600; }

.pricing-plans .price-tag span.price-type {
  font-size: 20px;
  font-weight: 500; }

.pricing-plans ul {
  margin: 0;
  padding: 0 15px;
  list-style: none; }

.pricing-plans ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.875rem; }

.pricing-plans ul li i {
  margin-right: 8px; }

.pricing-plans .plan-info {
  margin: 0;
  padding: 15px;
  text-align: center; }

.pricing-plans .plan-select {
  padding: 15px;
  border-top: 1px solid #f1f1f1; }

.pricing-plans--style-1 .block-pricing {
  background: #fff; }

.pricing-plans--style-1 .block-pricing.active {
  background: #e81c3b;
  color: #FFF; }

.pricing-plans--style-1 .block-pricing.active * {
  color: #FFF; }

.pricing-plans--style-1 .block-pricing.active .btn {
  color: #FFF !important;
  border-color: #FFF !important; }

.pricing-plans--style-1 .plan-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  background: transparent;
  color: #2b2b2c;
  text-transform: normal; }

.pricing-plans--style-1 .price-tag {
  margin: 0;
  padding: 1rem;
  font-size: 4rem;
  font-weight: 400;
  height: auto;
  line-height: 1;
  text-align: center;
  color: #2b2b2c; }

.pricing-plans--style-1 .price-tag span {
  font-size: 28px;
  font-weight: 600;
  color: #818a91; }

.pricing-plans--style-1 .price-tag span.price-type {
  font-size: 20px;
  font-weight: 500; }

.pricing-plans--style-1 .price-tag-subtitle {
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  color: #818a91;
  display: block;
  text-align: center; }

.pricing-plans--style-1 ul li {
  padding: 0.875rem 0;
  color: #818a91; }

.pricing-plans--style-1 ul li.active {
  color: #2b2b2c; }

.pricing-plans--style-2 .plan-title {
  margin: 0;
  padding: 2rem;
  font-weight: 500;
  color: #2b2b2c;
  border-bottom: 1px solid #f1f1f1;
  text-transform: normal; }

.pricing-plans--style-2 .block-pricing.active .plan-title {
  background: #e81c3b;
  color: #FFF;
  border-bottom: 1px solid #e81c3b; }

.pricing-plans--style-2 .block-pricing.active--style-2 .plan-title {
  background: #2B2B2B;
  color: #FFF;
  border-bottom: 1px solid #2B2B2B; }

.pricing-plans--style-2 .price-tag {
  margin: 0.5rem 0 0 0;
  padding: 1rem 0 0;
  font-size: 3.75rem;
  font-weight: 500;
  height: auto;
  line-height: 1;
  text-align: center;
  color: #2b2b2c; }

.pricing-plans--style-2 .price-tag span {
  font-size: 28px;
  font-weight: 600; }

.pricing-plans--style-2 .price-tag span.price-type {
  font-size: 20px;
  font-weight: 500; }

.pricing-plans--style-2 .price-tag-subtitle {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 300;
  text-transform: capitalize;
  color: #818a91;
  display: block;
  text-align: center; }

.pricing-plans--style-2 ul {
  padding: 1rem 2rem; }

.pricing-plans--style-2 ul li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f1f1;
  color: #818a91;
  font-size: 0.875rem; }

.pricing-plans--style-2 ul li:last-child {
  border: 0; }

.pricing-plans--style-2 ul li.active {
  color: #2b2b2c;
  font-weight: 500; }

.pricing-plans--style-3 .block-pricing {
  border: 1px solid #f1f1f1; }

.pricing-plans--style-3 .row-no-padding .block-pricing {
  border-radius: 0; }

.pricing-plans--style-3 .row-no-padding [class^="col-"]:not(:last-child) .block-pricing {
  border-right: 0; }

.pricing-plans--style-3 .block-pricing .plan-title-wrapper {
  padding: 1rem;
  text-align: center;
  background: #f7f7f9;
  border-bottom: 1px solid #f1f1f1; }

.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active {
  background: #e81c3b;
  color: #FFF; }

.pricing-plans--style-3 .block-pricing .plan-title-wrapper.active * {
  color: #FFF !important; }

.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag {
  font-size: 4rem;
  font-weight: 400;
  color: #2b2b2c; }

.pricing-plans--style-1 .block-pricing .price-tag sup,
.pricing-plans--style-2 .block-pricing .price-tag sup,
.pricing-plans--style-3 .block-pricing .price-tag sup {
  font-size: 1.5rem;
  top: -1em; }

.pricing-plans--style-3 .block-pricing .plan-title-wrapper .price-tag-subtitle {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: capitalize; }

.pricing-plans--style-3 ul {
  padding: 0; }

.pricing-plans--style-3 ul > li {
  padding: 15px 0; }

.pricing-plans .plan-select {
  padding: 15px;
  background: #f1f1f1;
  border-top: 1px solid #f1f1f1; }

.pricing-plans .block {
  margin-top: 2rem;
  border: 1px solid #f1f1f1;
  background: #fff;
  overflow: hidden; }

@media (max-width: 767px) {
  .pricing-plans {
    margin-bottom: 30px; }
  .pricing-plans--style-3 [class^="col-"]:not(:last-child) .block-pricing {
    border: 1px solid #f1f1f1; } }

@media (min-width: 992px) {
  .pricing-plans .block.popular {
    margin-top: -1rem; } }

.promos {
  margin: 0 auto; }

.promos:before,
.promos:after {
  content: '';
  display: table; }

.promos:after {
  clear: both; }

.promo {
  margin: 15px 10px 25px;
  padding: 5px 0 30px;
  font-weight: 400;
  line-height: 1.625;
  text-align: center; }

.promos.bg-base-1,
.promos.bg-base-2,
.promos.bg-base-3,
.promos.bg-base-4,
.promos.bg-base-5 {
  background: transparent !important; }

.promos.bg-base-1 .promo {
  background: #e81c3b; }

.promos.bg-base-2 .promo {
  background: #292f36; }

.promos.bg-base-3 .promo {
  background: #818a91; }

.promos.bg-base-4 .promo {
  background: #2B2B2B; }

.promos.bg-base-5 .promo {
  background: #FFF; }

.promo h4 {
  margin: 15px 0 0;
  font-size: 150%;
  font-weight: normal; }

.promos.bg-base-1 .promo h4 {
  color: #FFF; }

.promos.bg-base-2 .promo h4 {
  color: #FFF; }

.promos.bg-base-3 .promo h4 {
  color: rgba(255, 255, 255, 0.9); }

.promos.bg-base-4 .promo h4 {
  color: #FFF; }

.promos.bg-base-5 .promo h4 {
  color: #0A0814; }

.promo li {
  padding: 5px 0;
  font-size: 0.875rem; }

.promos.bg-base-1 .brief {
  color: #FFF; }

.promos.bg-base-2 .brief {
  color: #FFF; }

.promos.bg-base-3 .brief {
  color: rgba(255, 255, 255, 0.9); }

.promos.bg-base-4 .brief {
  color: #FFF; }

.promos.bg-base-5 .brief {
  color: #0A0814; }

.promo .price {
  margin: 10px 0;
  padding: 5px 0;
  font-size: 250%; }

.promo .features {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.promo .buy {
  margin: 15px 0 0; }

.promos.bg-base-1 .promo .features {
  color: #FFF; }

.promos.bg-base-2 .promo .features {
  color: #FFF; }

.promos.bg-base-3 .promo .features {
  color: rgba(255, 255, 255, 0.9); }

.promos.bg-base-4 .promo .features {
  color: #FFF; }

.promos.bg-base-5 .promo .features {
  color: #0A0814; }

.promos.bg-base-1 .promo .price {
  background: #be132d;
  color: #FFF; }

.promos.bg-base-2 .promo .price {
  background: #131619;
  color: #FFF; }

.promos.bg-base-3 .promo .price {
  background: #687077;
  color: rgba(255, 255, 255, 0.9); }

.promos.bg-base-4 .promo .price {
  background: #121111;
  color: #FFF; }

.promos.bg-base-5 .promo .price {
  background: #e6e5e5;
  color: #0A0814; }

@media (min-width: 768px) {
  .promo {
    display: inline;
    float: left;
    width: 33.333%;
    margin: 15px 0 0;
    transition: transform 0.25s ease-out; }
  .promo.first {
    border-right: none; }
  .promo.second {
    float: right;
    border-left: none; }
  .promo.first:hover,
  .promo.second:hover {
    transform: translateY(-25px); }
  .scale {
    transform: scale(1.2); }
  .promos.bg-base-1 .scale {
    box-shadow: 0 0 4px 1px #be132d; }
  .promos.bg-base-2 .scale {
    box-shadow: 0 0 4px 1px #131619; }
  .promos.bg-base-3 .scale {
    box-shadow: 0 0 4px 1px #687077; }
  .promos.bg-base-4 .scale {
    box-shadow: 0 0 4px 1px #121111; }
  .promos.bg-base-5 .scale {
    box-shadow: 0 0 4px 1px #e6e5e5; } }

@media (max-width: 767px) {
  .promo {
    margin-bottom: 2rem;
    border-radius: 0.25rem; }
  .promo:last-child {
    margin-bottom: 0; } }

.progress-wrapper {
  position: relative;
  padding-top: 1.5rem; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-inverse {
  background-color: rgba(0, 0, 0, 0.3); }

.progress.progress-lg {
  height: 1.5rem; }

.progress.progress-md {
  height: 1rem; }

.progress.progress-sm {
  height: 0.625rem; }

.progress.progress-xs {
  height: 0.25rem; }

.progress .sr-only {
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
  left: 0;
  clip: auto;
  line-height: 20px;
  font-size: 13px; }

.progress.progress-lg .sr-only {
  height: 1.5rem;
  line-height: 1.5rem; }

.progress.progress-sm .sr-only {
  height: 0.625rem;
  line-height: 0.625rem; }

.progress.progress-xs .sr-only {
  height: 0.25rem;
  line-height: 0.25rem; }

.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0; }

.progress-bar {
  background-color: #3452ff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: auto; }

.progress-text {
  margin-bottom: 0; }

.progress-text .mark {
  float: left;
  width: 50%;
  background: transparent; }

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

.progress-tooltip {
  display: inline-block;
  background: #2b2b2c;
  color: #eceeef;
  padding: 4px 6px;
  line-height: 1;
  font-size: 0.7rem;
  position: relative;
  bottom: 8px;
  border-radius: 3px;
  margin-left: -15px; }

.progress-tooltip:after {
  top: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #2b2b2c;
  border-width: 5px; }

.progress-label {
  display: inline-block;
  color: #818a91;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem; }

.progress-percentage {
  display: inline-block;
  color: #818a91;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0; }

.star-rating {
  display: inline-block; }

.star-rating i {
  display: inline-block;
  color: #ffcc00; }

.star-rating-sm i {
  font-size: 0.75rem; }

.rating {
  display: inline-block; }

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  float: left;
  padding: 0 1px;
  cursor: pointer; }

.rating span.star:before {
  content: "\f005";
  display: block;
  font-size: 14px;
  color: #818a91;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.rating-lg span.star:before {
  font-size: 18px; }

.rating-xl span.star:before {
  font-size: 24px; }

.rating span.voted:before {
  color: #ffcc00; }

.rating:hover span.star:before {
  color: #818a91; }

.rating:hover span.star.over:before {
  color: #ffcc00; }

.rating > .rating-count {
  font-size: 0.75rem;
  color: #818a91;
  position: relative;
  top: -3px;
  margin-left: 1rem; }

.custom-scrollbar--1::-webkit-scrollbar {
  width: 5px; }

.custom-scrollbar--1::-webkit-scrollbar-track {
  background-color: #bdc3c7; }

.custom-scrollbar--1::-webkit-scrollbar-thumb {
  background-color: #aaa; }

.custom-scrollbar--1::-webkit-scrollbar-thumb:hover {
  background-color: #7f8c8d; }

section.ss-slice {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem; }

section.ss-slice::after {
  position: absolute;
  content: '';
  pointer-events: none; }

.ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit; }

.ss-slice.ss-style-doublediagonal {
  z-index: 1;
  padding-bottom: 10em; }

.ss-style-doublediagonal::after,
.ss-style-doublediagonal::before {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.ss-style-halfcircle::after,
.ss-style-halfcircle::before {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ss-style-halfcircle::before {
  top: -50px; }

.ss-style-halfcircle::after {
  bottom: -50px; }

.ss-style-multitriangles::after,
.ss-style-multitriangles::before {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg); }

.ss-style-multitriangles::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }

.ss-style-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db; }

.ss-style-roundedsplit {
  padding-top: 7em;
  border-radius: 0 0 80px 80px; }

.ss-style-roundedsplit::before {
  left: 0;
  z-index: 10;
  width: 50%;
  background: inherit; }

.ss-style-roundedsplit::before {
  border-radius: 0 80px 0 0; }

.ss-style-invertedrounded {
  padding: 13em 10% 10em;
  border-radius: 0 0 0 90px; }

.ss-style-invertedrounded::after,
.ss-style-invertedrounded::before {
  left: 0;
  z-index: -1;
  height: 90px;
  background: #be132d; }

.ss-style-invertedrounded::before {
  top: 100%;
  width: 100%;
  border-radius: 0 90px 0 0; }

.ss-style-invertedrounded::after {
  bottom: 0;
  z-index: -1;
  width: 50%; }

.ss-style-zigzag::after,
.ss-style-zigzag::before {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%; }

.ss-style-zigzag::after {
  top: 100%;
  background-position: 50%; }

.bg-base-1.ss-style-zigzag::after {
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #e81c3b), color-stop(0.25, #e81c3b));
  background-image: linear-gradient(135deg, #e81c3b 25%, transparent 25%), linear-gradient(225deg, #e81c3b 25%, transparent 25%); }

.sct-color-1.ss-style-zigzag::after {
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #FFF), color-stop(0.25, #FFF));
  background-image: linear-gradient(135deg, #FFF 25%, transparent 25%), linear-gradient(225deg, #FFF 25%, transparent 25%); }

.sct-color-2.ss-style-zigzag::after {
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #fcfcfc), color-stop(0.25, #fcfcfc));
  background-image: linear-gradient(135deg, #fcfcfc 25%, transparent 25%), linear-gradient(225deg, #fcfcfc 25%, transparent 25%); }

.sct-color-3.ss-style-zigzag::after {
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #282d33), color-stop(0.25, #282d33));
  background-image: linear-gradient(135deg, #282d33 25%, transparent 25%), linear-gradient(225deg, #282d33 25%, transparent 25%); }

.sct-color-4.ss-style-zigzag::after {
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #121416), color-stop(0.25, #121416));
  background-image: linear-gradient(135deg, #121416 25%, transparent 25%), linear-gradient(225deg, #121416 25%, transparent 25%); }

.section-title {
  margin-bottom: 1.5rem;
  position: relative; }

.section-title:after,
.section-title:before {
  content: "";
  display: table; }

.section-title:before {
  content: " ";
  display: table; }

.section-title.text-center,
.section-title.text-sm-center,
.section-title.text-md-center,
.section-title.text-lg-center,
.section-title.text-xl-center {
  margin-bottom: 4rem; }

.section-title .section-title-inner {
  margin: 0 0 5px 0;
  font-family: "Roboto";
  font-size: 2rem;
  font-weight: 500 !important;
  text-transform: none;
  position: relative;
  z-index: 2;
  color: #2b2b2c; }

.section-title-inverse .section-title-inner,
.section-title-inverse .heading {
  color: white; }

.section-title .section-title-delimiter {
  display: block;
  position: relative;
  margin-bottom: 20px; }

.section-title .section-title-delimiter::before {
  background: #2b2b2c; }

.section-title-inverse .section-title-delimiter::before {
  background: white; }

.section-title--style-1 .section-title-delimiter::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 23px;
  height: 2px; }

.section-title--style-1.text-center .section-title-delimiter::before,
.section-title--style-1.text-sm-center .section-title-delimiter::before,
.section-title--style-1.text-md-center .section-title-delimiter::before,
.section-title--style-1.text-lg-center .section-title-delimiter::before,
.section-title--style-1.text-xl-center .section-title-delimiter::before {
  margin-bottom: -1rem;
  left: 50%;
  margin-left: -17.25px;
  width: 34.5px; }

@media (min-width: 768px) {
  .section-title--style-1.text-sm-left .section-title-delimiter::before {
    left: 0;
    margin-left: 0;
    width: 23px; } }

@media (min-width: 992px) {
  .section-title--style-1.text-md-left .section-title-delimiter::before {
    left: 0;
    margin-left: 0;
    width: 23px; } }

@media (min-width: 1201px) {
  .section-title--style-1.text-lg-left .section-title-delimiter::before {
    left: 0;
    margin-left: 0;
    width: 23px; } }

.section-title--style-1 .text-muted {
  display: block;
  margin: 0.5rem 0;
  text-transform: none; }

.section-title--style-1 .shadow-subtitle {
  position: absolute;
  top: -40px;
  left: -20px;
  color: rgba(0, 0, 0, 0.1);
  font-size: 50px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  z-index: 1; }

.section-title--style-1 .underlay-subtitle {
  color: #e81c3b;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  opacity: 0.5;
  line-height: 1; }

.section-title--style-1 .underlay-subtitle--top + .section-title-inner {
  margin-top: -36px; }

.section-title--style-1 .underlay-subtitle--bottom {
  top: 10%; }

.section-title--style-2 {
  position: relative; }

.section-title--style-2.text-center .section-title-inner {
  position: relative;
  cursor: default; }

.section-title--style-2.text-center .section-title-inner:before {
  content: "";
  display: block;
  width: 60px;
  height: 70px;
  position: relative;
  top: 22px;
  background: transparent;
  border: 3px solid;
  margin: auto;
  z-index: 3;
  border-color: #2b2b2c; }

.section-title--style-2.section-title-inverse .section-title-inner:before {
  border-color: #eceeef; }

.section-title--style-2.text-center .section-title-inner > span {
  display: inline-block;
  position: relative;
  top: -32px;
  height: 36px;
  line-height: 36px;
  z-index: 4;
  background: #FFF; }

.section-title--style-2.text-center .section-title-inner.heading-1 > span {
  top: -38px; }

.section-title--style-2.text-center .section-title-inner.heading-3 > span {
  top: -31px; }

.section-title--style-2.text-center .section-title-inner.heading-4 > span {
  top: -31px; }

.sct-color-2 .section-title--style-2.text-center .section-title-inner > span {
  background: #fcfcfc; }

.sct-color-3 .section-title--style-2.text-center .section-title-inner > span {
  background: #282d33; }

.bg-base-1 .section-title--style-2.text-center .section-title-inner > span {
  background: #e81c3b; }

.section-title--style-2.section-title-inverse .section-title-inner > span {
  background: #2b2b2c; }

.section-title--style-2 .section-title-inner .heading {
  margin: 0; }

.social-media {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none; }

.social-media > li {
  display: inline-block;
  font-size: 1rem; }

.social-media > li > a {
  display: block; }

[class*="social-media--style-1"] > li > a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-right: 0.3rem;
  background: transparent; }

[class*="social-media--style-1"] > li > a:hover {
  background: #e81c3b;
  color: #FFF; }

.social-media-circle > li > a {
  border-radius: 100%; }

.social-media-round > li > a {
  border-radius: 0.25rem; }

.social-media.social-media--style-1-v1 > li > a {
  background: #e81c3b;
  color: #FFF; }

.social-media.social-media--style-1-v1 > li > a:hover {
  background: #be132d; }

.social-media.social-media--style-1-v2 > li > a {
  background: #ddd;
  color: #333; }

.social-media.social-media--style-1-v2 > li > a:hover {
  background: #e81c3b;
  color: #FFF; }

.social-media.social-media--style-1-v3 > li > a {
  background: #2b2b2c;
  color: #eceeef; }

.social-media.social-media--style-1-v3 > li > a:hover {
  background: #e81c3b;
  color: #FFF; }

.social-media.social-media--style-1-v4 > li > a {
  font-size: 2rem;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1rem;
  background: transparent;
  color: rgba(0, 0, 0, 0.7); }

.social-media.social-media--style-1-v4 > li > a:hover {
  background: transparent;
  color: rgba(0, 0, 0, 0.9); }

.social-media.social-media--style-1-v4 > li:last-child > a {
  margin-right: 0; }

.social-media.social-media--style-1-v5 > li > a {
  font-size: 1rem;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-right: 1rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.7); }

.social-media.social-media--style-1-v5 > li > a:hover {
  background: transparent;
  color: white; }

.social-media.social-media--style-1-v5 > li:last-child > a {
  margin-right: 0; }

.social-media.social-media--style-1-v5 > li > span {
  color: rgba(255, 255, 255, 0.5); }

.social-media-brand-color > li > a.facebook,
.social-media-brand-color--hover > li > a.facebook:hover {
  background: #3b5998;
  color: #fff; }

.social-media-brand-color > li > a.twitter,
.social-media-brand-color--hover > li > a.twitter:hover {
  background: #1da1f2;
  color: #fff; }

.social-media-brand-color > li > a.instagram,
.social-media-brand-color--hover > li > a.instagram:hover {
  background: #e1306c;
  color: #fff; }

.social-media-brand-color > li > a.linkedin,
.social-media-brand-color--hover > li > a.linkedin:hover {
  background: #0077b5;
  color: #fff; }

.social-media-brand-color > li > a.pinterest,
.social-media-brand-color--hover > li > a.pinterest:hover {
  background: #bd081c;
  color: #fff; }

.social-media-brand-color > li > a.dribbble,
.social-media-brand-color--hover > li > a.dribbble:hover {
  background: #444444;
  color: #fff; }

.social-media-brand-color > li > a.googleplus,
.social-media-brand-color--hover > li > a.googleplus:hover {
  background: #dd4b39;
  color: #fff; }

.social-media-brand-color > li > a.skype,
.social-media-brand-color--hover > li > a.skype:hover {
  background: #00aff0;
  color: #fff; }

.social-media-brand-color:not(.social-media-brand-color--hover) > li > a:hover {
  background: #e81c3b;
  color: #FFF; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #f1f1f1 !important; }

.table td,
.table th {
  font-size: 0.875rem; }

.table-bordered td,
.table-bordered th {
  border: 1px solid #f1f1f1; }

.table thead th {
  vertical-align: bottom;
  color: #2b2b2c;
  font-weight: 400; }

.table tbody td {
  vertical-align: middle;
  color: #818a91; }

.table tbody + tbody {
  border-top: 2px solid #f1f1f1; }

.table .table {
  background-color: #f3f3f3; }

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

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f1f1f1; }

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

.table-inverse.table-bordered,
.table-responsive.table-bordered {
  border: 0; }

.table-active,
.table-active > td,
.table-active > th,
.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f9fb; }

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #f3f3f3;
  background-color: #404c54; }

.thead-default th {
  color: #464a4c;
  background-color: #fbfbfb; }

.table-inverse {
  color: #f3f3f3;
  background-color: #404c54; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table thead th {
  border-bottom-width: 1px; }

.table tr[class*=table-] td,
.table tr[class*=table-] th,
.table tr[class*=table-] + tr td,
.table tr[class*=table-] + tr th {
  border: 0; }

.table:not(.table-bordered) > tbody:first-child td,
.table:not(.table-bordered) > tbody:first-child th,
.table:not(.table-bordered) > thead:first-child td,
.table:not(.table-bordered) > thead:first-child th {
  border-top: 0; }

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #505b63; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid rgba(243, 243, 243, 0.7);
  font-size: 0.875rem; }

.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
  border-top: 0; }

.table-profile > tbody > tr > td:not(.td-actions) {
  font-size: 0.875rem; }

.table-profile > tbody > tr > td.td-label {
  font-size: 0.75rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #818a91;
  text-transform: uppercase;
  white-space: nowrap; }

.table-profile > tbody > tr > td.td-label > span {
  display: block;
  padding-right: 1rem; }

.table-profile > tbody > tr > td.td-actions > .btn {
  opacity: 0; }

.table-profile > tbody > tr:hover > td.td-actions > .btn {
  opacity: 1; }

.table-cart {
  width: 100%; }

.table-cart > thead > tr > th {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .3px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e7e7e7; }

.table-cart > tbody > tr:not(:last-child) {
  border-bottom: 1px dashed #f1f1f1; }

.table-cart tbody tr td {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-transform: none;
  padding: 1.25rem 0;
  vertical-align: middle;
  color: #2b2b2c;
  border: none; }

.table-cart tbody tr td.product-remove a {
  display: block;
  width: 100px;
  text-align: center; }

.table-cart tbody tr td.product-remove a {
  font-size: 1rem;
  color: #818a91; }

.table-cart tbody tr td.product-remove a:hover {
  color: #ff3b30; }

.table-cart tbody tr td.product-image a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 80px;
  height: 80px; }

.table-cart tbody tr td.product-image img {
  max-width: 100%; }

.table-cart tbody tr td.product-quantity .form-control {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2; }

.table-cart tfoot tr {
  border-bottom: 1px solid #f1f1f1; }

.table-cart tfoot tr th,
.table-cart tfoot tr td {
  padding: 0.75rem 0;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: .3px;
  color: #2b2b2c; }

.table-cart tfoot tr.cart-subtotal th,
.table-cart tfoot tr.cart-shipping th,
.table-cart tfoot tr.cart-total th {
  padding: 0.75rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400; }

.table-cart tfoot tr.cart-total th,
.table-cart tfoot tr.cart-total td {
  padding: 1.25rem 0; }

.table-cart .cart-item-img {
  width: 120px; }

.table-cart .cart-item-img img {
  width: 100%; }

.table-cart .cart-item-content {
  vertical-align: middle;
  width: 70%; }

.table-cart .cart-item-content .cart-item-title {
  font-weight: 500;
  font-size: 1rem;
  color: #2b2b2c; }

.table-cart .cart-item-content .cart-item-title:hover {
  color: #e81c3b; }

.table-cart .cart-item-content .label-quantity {
  color: #818a91;
  font-weight: 400;
  font-size: 0.875rem; }

.table-cart .cart-item-content .label-value {
  font-weight: 600; }

.table-cart .cart-item-unit-price {
  vertical-align: middle;
  font-size: 18px; }

.table-cart .cart-item-price {
  width: 20%;
  vertical-align: middle;
  text-align: right; }

.table-cart .cart-item-price > .price {
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  color: #2b2b2c; }

.table-cart .cart-item-price > .price.discount {
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: line-through;
  color: #ff3b30;
  margin-top: 8px; }

.table-cart .cart-item-price > .price.savings {
  font-weight: 400;
  font-size: 0.75rem; }

.table-cart .cart-item-count {
  vertical-align: middle; }

.table-cart .label-subtotal {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase; }

.table-cart .table-cart-footer {
  padding: 15px;
  border-top: 1px solid rgba(243, 243, 243, 0.7); }

.table-cart .cart-items {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  background: #eee;
  color: #ccc;
  border-bottom: 1px solid #ccc; }

.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > tbody > tr > th,
.navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > tfoot > tr > th,
.navbar-dropdown--inverse .dropdown-cart .table > thead > tr > td,
.navbar-dropdown--inverse .dropdown-cart .table > thead > tr > th {
  border-color: rgba(30, 30, 30, 0.7); }

.navbar-dropdown--inverse .dropdown-cart-header {
  border-bottom: 1px solid rgba(30, 30, 30, 0.7); }

.navbar-dropdown--inverse .dropdown-cart-header .heading,
.navbar-dropdown--inverse .dropdown-cart-header .dropdown-cart-header-count {
  color: #eceeef; }

.navbar-dropdown--inverse .dropdown-cart .cart-item-content .cart-item-title {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dropdown--inverse .dropdown-cart .cart-item-content .label-quantity {
  color: #818a91; }

.navbar-dropdown--inverse .dropdown-cart-footer {
  border-top: 1px solid rgba(30, 30, 30, 0.7); }

.navbar-dropdown--inverse .dropdown-cart-footer-subtotal {
  border-top: 1px solid rgba(30, 30, 30, 0.7); }

.table-inner-well {
  padding: 15px; }

.table-inner-well > thead > tr > th {
  padding: 12px 0;
  border: 0;
  font-weight: 600; }

.table-inner-well > tbody > tr > td {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(243, 243, 243, 0.7);
  vertical-align: middle; }

.table-inner-well > tbody > tr:last-child > td {
  border: 0; }

.table-inner-well > tbody > tr.tr-sm > td {
  padding: 0.625rem 0; }

.table-inner-well .label-count {
  color: #818a91;
  font-weight: 600; }

.table-specs > tbody > tr > td {
  padding: 0.625rem 0; }

.tab-body {
  padding: 15px; }

.tabbable-panel {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px; }

.tabs.tabs--centered > .nav {
  text-align: center; }

.tabs.tabs--centered > .nav > li {
  float: none;
  display: inline-block; }

.nav-tab-image-wrapper:hover {
  cursor: pointer; }

.nav-tab-image-wrapper .nav-tab-image {
  display: block;
  width: 96px;
  height: 96px;
  margin: auto;
  border: 2px solid #f1f1f1; }

.nav-tab-image-wrapper:hover .nav-tab-image {
  border-color: #e81c3b; }

.nav-tab-image-wrapper .nav-tab-image img {
  width: 100%; }

.nav-tab-image-wrapper .nav-tab-image-title {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
  color: #111111;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif; }

.nav-tab-image-wrapper:hover .nav-tab-image-title {
  color: #e81c3b; }

@media (max-width: 991px) {
  .tabs .nav-pills.nav-pills--rounded > li {
    display: block;
    margin-bottom: 5px; } }

@media (min-width: 992px) {
  .tabs .nav-pills.nav-pills--rounded {
    padding: 0 50px; }
  .tabs .nav-pills.nav-pills--rounded > li > a,
  .tabs .nav-pills.nav-pills--rounded > li > a.active {
    min-width: 200px;
    background: transparent;
    border: 0;
    padding: 0;
    position: relative; }
  .tabs .nav-pills.nav-pills--rounded > li:last-child > a {
    min-width: auto; }
  .tabs .nav-pills.nav-pills--rounded > li > a:before {
    content: "";
    position: relative;
    display: block;
    top: 40px;
    height: 1px;
    margin-left: 105px;
    margin-right: 0;
    background: #f6f6f6;
    z-index: 0; }
  .tabs .nav-pills.nav-pills--rounded > li:last-child > a:before {
    background: transparent; }
  .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill {
    position: relative;
    display: block;
    width: 100px;
    height: 100px; }
  .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    text-align: center;
    border-radius: 100%;
    background: #eee;
    color: #2b2b2c;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    z-index: 10; }
  .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-circle > i {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px; }
  .tabs .nav-pills.nav-pills--rounded a:hover .nav-pill .nav-pill-circle {
    background: #c8c8c8; }
  .tabs .nav-pills.nav-pills--rounded .active .nav-pill .nav-pill-circle,
  .tabs .nav-pills.nav-pills--rounded a.active:hover .nav-pill .nav-pill-circle {
    background: #e81c3b;
    color: #FFF; }
  .tabs .nav-pills.nav-pills--rounded > li > a > .nav-pill > .nav-pill-text {
    display: block;
    margin: 10px 0 20px 0;
    color: #818a91;
    font-size: 13px; } }

.tabs--style-1 .tab-content {
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.tabs--style-1 .tab-pane {
  border: 0; }

.tabs--style-1 .nav-tabs {
  border: 0; }

.tabs--style-1 .nav-tabs > li {
  margin-right: 5px; }

.tabs--style-1 .nav-tabs > li > a {
  border-radius: 0;
  margin: 0;
  text-align: center;
  background-color: #FFF;
  border-left: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  padding: 18px 32px;
  display: table;
  width: 100%;
  border: 1px solid #f1f1f1;
  color: #000;
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative; }

.tabs--style-1 .nav-tabs > li > a:hover {
  background: #e81c3b;
  color: #FFF; }

.tabs--style-1 .nav-tabs > li > a.active {
  border: 1px solid #e81c3b;
  background: #e81c3b;
  color: #FFF; }

.tabs--style-1 .nav-tabs > li:first-child > a.active {
  border-left: 1px solid #e81c3b; }

.tabs--style-1 .nav-tabs > li.active > a,
.tabs--style-1 .nav-tabs > li.active > a:focus,
.tabs--style-1 .nav-tabs > li.active > a:hover {
  background: #e81c3b;
  color: #FFF; }

.tabs--style-1 .tab-content {
  margin-top: 5px;
  border: 1px solid #f1f1f1; }

.tabs--style-2 .nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0 20px;
  margin: 0; }

.tabs--style-2 .nav-tabs .nav-item {
  margin-right: 2rem; }

.tabs--style-2 .nav-tabs .nav-item:last-child {
  margin-right: 0; }

.tabs--style-2 .nav-tabs .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  margin-right: 0;
  color: #2b2b2c;
  padding: 1rem 0;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif; }

.tabs--style-2 > .nav-tabs > li > a > i {
  color: #a6a6a6; }

.tabs--style-2 .nav-tabs .nav-item.show .nav-link,
.tabs--style-2 .nav-tabs .nav-link.active,
.tabs--style-2 .nav-tabs .nav-link:hover {
  border-bottom: 1px solid #e81c3b;
  background: transparent !important;
  color: #e81c3b; }

.tabs--style-2 > .nav-tabs > li.show > a > i,
.tabs--style-2 > .nav-tabs > li:hover > a > i {
  color: #a6a6a6; }

.tabs--style-2 > .nav-tabs > li.open .dropdown-menu,
.tabs--style-2 > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0; }

.tabs--style-2 > .nav-tabs > li.active > a > i {
  color: #e81c3b; }

.tabs--style-2 > .tab-content {
  margin-top: 0;
  border: 0;
  border-top: 0;
  padding: 15px 0; }

.tabs--style-2.tabs--centered > .tab-content {
  border-top: 0;
  padding-top: 20px; }

.timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  height: 100%;
  width: 2px;
  background: #e81c3b; }

@media only screen and (min-width: 1170px) {
  .timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  .timeline::before {
    left: 50%;
    margin-left: -2px; }
  .timeline-one-side::before {
    left: 0; } }

.timeline-block {
  position: relative;
  margin: 2em 0; }

.timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.timeline-block:first-child {
  margin-top: 0; }

.timeline-block:last-child {
  margin-bottom: 0; }

.timeline-img {
  position: absolute;
  left: 18px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  border: 2px solid #e81c3b; }

@media only screen and (min-width: 1170px) {
  .timeline-img {
    left: 50%;
    margin-left: -9px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .timeline-one-side .timeline-img {
    left: 0; } }

.timeline-content {
  position: relative;
  margin-left: 60px;
  margin-right: 30px;
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid #f1f1f1; }

.timeline-body {
  padding: 1.5rem; }

.timeline-content:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    width: 38%;
    margin: 0 5%; }
  .timeline-body {
    padding: 1.5rem; }
  .timeline-block:nth-child(even) .timeline-content {
    float: right; }
  .timeline-one-side .timeline-block:nth-child(even) .timeline-content {
    float: none; } }

.well {
  border-radius: 0.25rem;
  background: #eceeef;
  border-color: #818a91;
  -webkit-box-shadow: none;
  box-shadow: none; }

.widget {
  margin-bottom: 2rem; }

/* Vendor */
/* COUNTDOWN TIMER */
.countdown .countdown-item {
  display: inline-block; }

.countdown .countdown-digit,
.countdown .countdown-label {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif; }

.countdown .countdown-label {
  font-size: 1.2rem;
  padding: 0 10px; }

.countdown-sm .countdown-digit,
.countdown-sm .countdown-label {
  font-size: 1.4rem; }

.countdown-sm .countdown-label {
  font-size: 0.875rem;
  padding: 0 10px; }

[data-countdown-label="hide"] .countdown-label:not(.countdown-days) {
  display: none; }

[data-countdown-label="show"] .countdown-separator {
  display: none; }

.countdown--style-1 .countdown-item {
  margin-right: 10px; }

.countdown--style-1 .countdown-item:last-child {
  margin-right: 0; }

.countdown--style-1 .countdown-digit {
  display: block;
  width: 60px;
  height: 60px;
  background: #f3f3f3;
  color: #333;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 60px;
  font-family: "Source Sans Pro", sans-serif; }

.countdown--style-1 .countdown-label {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase; }

.countdown--style-1-v1 .countdown-digit {
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

/* Dropzone - Default styles */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.dropzone,
.dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 54px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

/* Dropzone - Custom styles */
.dropzone {
  border: 2px dashed #e81c3b;
  border-radius: 5px;
  background: white; }

.dropzone .dz-message {
  font-weight: 400; }

.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem; }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.flatpickr-next-month,
.flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-next-month i,
.flatpickr-prev-month i {
  position: relative; }

.flatpickr-next-month.flatpickr-prev-month,
.flatpickr-prev-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 0;
  /*
        /*rtl:end:ignore*/ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-next-month.flatpickr-next-month,
.flatpickr-prev-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  right: 0;
  /*
        /*rtl:end:ignore*/ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
  color: #959ea9; }

.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
  fill: #f64747; }

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
  width: 14px; }

.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.numInputWrapper span {
  height: 8px; }

.numInputWrapper span.arrowUp {
  top: 50%;
  margin-top: -8px; }

.numInputWrapper span.arrowDown {
  top: 50%;
  margin-top: 0; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.endRange.startRange + .endRange,
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7,5px 0 0 #569ff7; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
  background: #f0f0f0; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fpFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fpFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.flatpickr-wrapper {
  display: block; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  content: none; }

.flatpickr-calendar {
  border-radius: 2px;
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
  width: auto;
  margin-top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flatpickr-calendar.static {
  top: calc(100% + 5px); }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-color: #f6f6f6;
  height: 60px; }

.flatpickr-month {
  background-color: #e81c3b;
  color: #FFF;
  height: 60px;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-bottom: 10px; }

.flatpickr-current-month {
  top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  height: 60px;
  padding: 0;
  line-height: 60px; }

.flatpickr-current-month input.cur-year, .flatpickr-current-month span.cur-month {
  font-weight: 500; }

.flatpickr-current-month .numInputWrapper:hover, .flatpickr-current-month span.cur-month:hover {
  background-color: transparent; }

.flatpickr-current-month .numInputWrapper span {
  border: 0;
  right: -5px;
  padding: 0; }

.flatpickr-current-month .numInputWrapper span:after {
  left: 3px; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #FFF; }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #FFF; }

.flatpickr-next-month,
.flatpickr-prev-month {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 1.2rem;
  top: 13px;
  padding: 0; }

.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF; }

.flatpickr-prev-month {
  margin-left: 12px; }

.flatpickr-next-month {
  margin-right: 12px; }

span.flatpickr-weekday {
  font-weight: 500;
  color: #333; }

.flatpickr-day {
  font-size: 0.875rem;
  border: 0; }

.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background-color: #e81c3b !important; }

.flatpickr-day.today, .flatpickr-day.today:hover {
  background-color: #f6f6f6;
  color: #333; }

.flatpickr-day:hover {
  background-color: #f6f6f6; }

.flatpickr-time {
  max-height: 60px;
  height: 60px;
  line-height: 60px; }

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .numInputWrapper {
  height: auto; }

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .numInputWrapper:hover {
  background-color: #f9f9f9; }

/* Hamburgers */
.hamburger {
  padding: 0; }

.hamburger-box {
  width: 20px;
  height: 18px; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5); }

.hamburger:hover:not(.is-active) .hamburger-inner,
.hamburger:hover:not(.is-active) .hamburger-inner:after,
.hamburger:hover:not(.is-active) .hamburger-inner:before {
  background-color: rgba(0, 0, 0, 0.8); }

.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #3452ff; }

.hamburger:not(.is-active) .hamburger-inner:before {
  top: 6px !important; }

.hamburger:not(.is-active) .hamburger-inner:after {
  top: 12px !important; }

.navbar-inverse .hamburger-inner,
.navbar-inverse .hamburger-inner:after,
.navbar-inverse .hamburger-inner:before {
  background-color: rgba(255, 255, 255, 0.5); }

.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner,
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:after,
.navbar-inverse .hamburger:hover:not(.is-active) .hamburger-inner:before {
  background-color: rgba(255, 255, 255, 0.7); }

.navbar-inverse .hamburger.is-active .hamburger-inner:after,
.navbar-inverse .hamburger.is-active .hamburger-inner:before {
  background-color: rgba(255, 255, 255, 0.9); }

.milestone-counter {
  margin: 30px 0; }

.milestone-counter .milestone-count {
  font-size: 60px;
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase; }

.milestone-counter .milestone-count.milestone-count-sm {
  font-size: 52px !important; }

.milestone-counter .milestone-count.milestone-count-xs {
  font-size: 32px !important; }

.milestone-counter .milestone-info {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase; }

.milestone-counter .milestone-icon {
  display: block;
  line-height: 1; }

.milestone-counter .milestone-icon .fa,
.milestone-counter .milestone-icon .icon {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px; }

.milestone-counter .milestone-icon .icon:before {
  line-height: 0; }

.milestone-counter .milestone-delimiter {
  display: block;
  width: 60px;
  margin-bottom: 14px;
  border-bottom: 3px solid #e81c3b;
  border-bottom: 3px solid #e81c3b; }

.milestone-counter .milestone-delimiter:after,
.milestone-counter .milestone-delimiter:before {
  display: table;
  content: "";
  width: 100%; }

.milestone-counter .milestone-delimiter:after {
  clear: both; }

@media (max-width: 767px) {
  .milestone-counter {
    margin-bottom: 60px; } }

/* No UI Slider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large,
.noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background: #e8e8e8;
  margin: 15px 0; }

.noUi-horizontal {
  height: 2px; }

.noUi-horizontal .noUi-handle {
  top: -5px;
  left: -1px; }

.noUi-vertical {
  width: 3px; }

.noUi-connect {
  background: #e81c3b;
  box-shadow: none; }

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  background-color: #e81c3b;
  transition: box-shadow 0.2s,-webkit-transform 0.2s;
  transition: box-shadow 0.2s,transform 0.2s;
  transition: box-shadow 0.2s,transform 0.2s,-webkit-transform 0.2s; }

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  display: none; }

.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.04); }

.input-slider--blue .noUi-connect {
  background: #03A9F4; }

.input-slider--blue.noUi-horizontal .noUi-handle,
.input-slider--blue.noUi-vertical .noUi-handle {
  background-color: #03A9F4; }

.input-slider--red .noUi-connect {
  background: #ff5652; }

.input-slider--red.noUi-horizontal .noUi-handle,
.input-slider--red.noUi-vertical .noUi-handle {
  background-color: #ff5652; }

.input-slider--amber .noUi-connect {
  background: #ffc107; }

.input-slider--amber.noUi-horizontal .noUi-handle,
.input-slider--amber.noUi-vertical .noUi-handle {
  background-color: #ffc107; }

.input-slider--green .noUi-connect {
  background: #32c787; }

.input-slider--green.noUi-horizontal .noUi-handle,
.input-slider--green.noUi-vertical .noUi-handle {
  background-color: #32c787; }

/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b2b2b2; }

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed; }

/* Range slider value labels */
.range-slider-value {
  font-size: 0.875rem;
  font-weight: 500; }

.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px; }

.input-slider-value-output {
  background: #333;
  color: #fff;
  padding: 4px 8px;
  position: relative;
  top: 12px;
  font-size: 11px;
  border-radius: 2px; }

.input-slider-value-output:after {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
  border-width: 4px;
  margin-left: -4px; }

.input-slider-value-output.left:after {
  left: 10px;
  right: auto; }

.input-slider-value-output.right:after {
  right: 10px;
  left: auto; }

.rev-slider-outer-wrapper {
  position: relative;
  overflow: hidden;
  background: #FFF; }

.rev_slider_wrapper {
  margin: 0 auto;
  padding: 0;
  background-color: transparent; }

.rev_slider_wrapper .play-video {
  position: relative;
  top: auto;
  left: auto; }

.rev_slider_wrapper .title--style-1,
.rev_slider_wrapper .tp-caption.title--style-1 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none; }

.rev_slider_wrapper .subtitle--style-1,
.rev_slider_wrapper .tp-caption.subtitle--style-1 {
  font-size: 1rem; }

.rev_slider_wrapper .content--style-1,
.rev_slider_wrapper .tp-caption.content--style-1 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none; }

.title--style-2,
.tp-caption.title--style-2 {
  color: white;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  padding: 21px 30px 16px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(17, 17, 17, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0 0 0 0; }

.category-title--style-2,
.tp-caption.category-title--style-2 {
  color: #111111;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  padding: 21px 30px 16px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0 0 0 0;
  letter-spacing: 3px; }

.non-generic-icon,
.tp-caption.non-generic-icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none; }

.rev_slider_wrapper .handwritten-title,
.rev_slider_wrapper .handwritten-title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Pacifico;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none; }

.rev_slider_wrapper .handwritten-subtitle,
.rev_slider_wrapper .tp-caption.handwritten-subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 0 0 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Pacifico;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 10px 0;
  text-decoration: none; }

@media (min-width: 768px) {
  .rev_slider_wrapper .rev-slider-search-wrapper {
    width: 650px; } }

@media (max-width: 767px) {
  .rev_slider_wrapper .rev-slider-search-wrapper {
    width: 450px; } }

@media (max-width: 440px) {
  .rev_slider_wrapper .rev-slider-search-wrapper {
    width: 300px; } }

.tp-tab-title {
  font-family: "Source Sans Pro", sans-serif !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

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

.select2-results__option[aria-selected] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Custom Select 2 styles */
.select2-selection--single .select2-selection__arrow {
  display: none; }

/* Single select */
.select2-container--default .select2-selection--single {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  height: calc(2.25rem + 2px);
  padding: 0 .75rem;
  outline: none; }

.select2-container--default .select2-selection--single:before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #e6e6e6; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.4); }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.25;
  padding: 0.65rem 0.1rem; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #555;
  border-color: #e6e6e6; }

/* Multiple select */
.select2-container--default .select2-selection--multiple {
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #FFF;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  height: calc(2.25rem + 2px);
  outline: none;
  padding: 0 .75rem; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #555;
  border-color: #e6e6e6; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px;
  border: 0;
  background-color: #f9f9f9;
  height: 2rem;
  padding: 0.375rem 0.8rem;
  color: #333;
  font-size: 0.75rem;
  margin-top: 0;
  margin-left: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 0.5rem; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.4);
  padding: 0.15rem 0.1rem; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
  opacity: 0.5; }

.select2-container--default .selection {
  position: relative;
  display: block; }

.select2-container--default .selection:after,
.select2-container--default .selection:before {
  content: ''; }

.select2-dropdown {
  background-color: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  padding: 0.8rem 0;
  box-shadow: none;
  z-index: 9;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.select2-dropdown .select2-results__option {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #555; }

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f7f9;
  color: #1d1e1f; }

.select2-dropdown .select2-results__option[aria-selected=true] {
  position: relative;
  padding-right: 1.5rem;
  background-color: #f9f9f9;
  color: #333; }

.select2-dropdown .select2-results__option[aria-selected=true]:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  font-size: 0.875rem;
  color: #b3b2b2; }

.select2-dropdown .select2-search--dropdown {
  margin-top: -.5rem;
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  margin-bottom: 1rem; }

.select2-dropdown .select2-search--dropdown:before {
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 0.875rem;
  color: #555;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 0;
  background-color: transparent;
  height: 2.8rem;
  color: #555;
  padding-left: 3.5rem;
  outline: none; }

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.swiper-pagination--style-1 {
  display: inline-block;
  position: relative; }

.swiper-pagination--style-1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 100%;
  background: #000;
  opacity: 0.4; }

.swiper-pagination--style-1 .swiper-pagination-bullet-active {
  background: #e81c3b; }

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

.swiper-container {
  height: 100%; }

.swiper-wrapper .swiper-slide,
.swiper-wrapper .swiper-slide *:not(.btn):not(.link) {
  cursor: grab !important;
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important; }

.swiper-wrapper .swiper-slide:active,
.swiper-wrapper .swiper-slide:active *:not(.btn):not(.link) {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important; }

.swiper-container .swiper-slide .animated {
  opacity: 0; }

.swiper-container .swiper-slide .animated.animation-ended {
  opacity: 1; }

.swiper-slide [data-swiper-hide="inactive"] {
  display: none;
  opacity: 0; }

.swiper-slide-active [data-swiper-hide="inactive"] {
  display: block;
  opacity: 1; }

@media (max-width: 767px) {
  .swiper-slide {
    height: auto !important; } }

.swiper-wrapper .swiper-slide .btn {
  cursor: pointer !important; }

.swiper-container-centered {
  margin: 20px auto; }

.swiper-container-centered .swiper-slide {
  width: 50%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container-vertical .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container-vertical .swiper-slide-inner-right {
  padding-left: 50px; }

.swiper-container-vertical .swiper-pagination {
  right: auto;
  left: 10px; }

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet {
  margin: 8px 0;
  width: 6px;
  height: 6px; }

.swiper-container-vertical .swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  margin-left: -2px; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: -22px;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  background: none;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5); }

.swiper-button-prev:after {
  content: "\f3d2";
  font-family: "Ionicons"; }

.swiper-button-next:after {
  content: "\f3d3";
  font-family: "Ionicons"; }

.background-image-holder .swiper-button-next,
.background-image-holder .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
  opacity: 0; }

.background-image-holder:hover .swiper-button-next,
.background-image-holder:hover .swiper-button-prev,
.swiper-button--hover-only.swiper-button-next,
.swiper-button--hover-only.swiper-button-prev {
  opacity: 1; }

.swiper-button--style-1 {
  width: auto;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block;
  position: static;
  background: transparent;
  color: #333;
  font-size: 24px; }

.swiper-button--style-1:active,
.swiper-button--style-1:focus,
.swiper-button--style-1:hover {
  background: transparent;
  color: #e81c3b;
  opacity: 1; }

.swiper-button--style-1.swiper-button-next {
  margin-left: 10px; }

.swiper-button--style-2 {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: -22px;
  border-radius: 100%;
  z-index: 10;
  cursor: pointer;
  background: none;
  background: white;
  color: #999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.swiper-button--style-2.swiper-button-prev {
  left: -10px; }

.swiper-button--style-2.swiper-button-next {
  right: -10px; }

.swiper-button--style-2.swiper-button-disabled {
  opacity: 0; }

.swiper-button--style-2:hover {
  background: white;
  color: #e81c3b; }

.swiper-container .swiper-caption {
  text-shadow: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=  '#00000000', endColorstr='#a6000000',GradientType=0 );
  color: #fff; }

.swiper-container .swiper-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px; }

.swiper-container .swiper-caption .caption-title {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500; }

.swiper-container .swiper-caption .caption-subtitle {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.1;
  color: #ddd;
  font-weight: 400; }

.swiper-container .swiper-caption .meta-info-cells li,
.swiper-container .swiper-caption .meta-info-cells li a,
.swiper-container .swiper-caption .meta-info-cells li i {
  color: #ddd; }

.gallery-container {
  position: relative; }

.gallery-container .gallery-top {
  width: 100%;
  padding: 1rem;
  background: #eceeef;
  border-radius: 0.25rem; }

.gallery-container .gallery-top--style-2,
.gallery-container .gallery-top--style-2 .swiper-wrapper {
  background: transparent; }

.gallery-container .gallery-top .swiper-button-next,
.gallery-container .gallery-top .swiper-button-prev {
  opacity: 0; }

.gallery-container .gallery-top:hover .swiper-button-next,
.gallery-container .gallery-top:hover .swiper-button-prev {
  opacity: 1; }

.gallery-container .gallery-top .swiper-slide img {
  max-width: 100%; }

.gallery-container .gallery-thumbs {
  box-sizing: border-box;
  padding: 1rem 0; }

.gallery-container .gallery-thumbs--style-1 a {
  display: block;
  padding: 1rem;
  border: 1px solid #f1f1f1; }

.gallery-container .gallery-thumbs .swiper-slide {
  background: transparent; }

.gallery-container .gallery-thumbs .swiper-slide img {
  max-width: 100%; }

.gallery-container.gallery-container--style-2 .gallery-top {
  background: transparent; }

.view {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }

.view--rounded {
  border-radius: 0.25rem; }

.view--circle {
  border-radius: 100%; }

.view--circle img {
  border-radius: 100% !important; }

.view .content,
.view .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0; }

.view .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.view:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.view img {
  max-width: 100%;
  display: block;
  position: relative; }

.view h2 {
  text-align: center;
  position: relative;
  padding: 10px;
  background: rgba(232, 28, 59, 0.8);
  color: #FFF;
  margin: 20px 0 0;
  font-size: 1.125rem;
  font-weight: 500; }

.view p {
  font-size: 0.875rem;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center; }

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000; }

.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000; }

.view .view-buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table; }

.view .view-buttons-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem; }

.view .view-buttons .icon {
  font-size: 32px; }

.view .view-buttons .icon-lg {
  font-size: 64px; }

/* EFFECT 1 */
.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.view-first .mask {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-first:hover a.info,
.view-first:hover h2,
.view-first:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* EFFECT 2 */
.view-second img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

.view-second .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.view-second h2 {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.view-second p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.view-second a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.view-second:hover img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); }

.view-second:hover a.info,
.view-second:hover h2,
.view-second:hover p {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/* EFFECT 3 */
.view-third img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.view-third .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -moz-transform: translate(460px, -100px) rotate(180deg);
  -o-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  -moz-transition: all 0.2s 0.4s ease-in-out;
  -o-transition: all 0.2s 0.4s ease-in-out;
  -ms-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out; }

.view-third h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-third p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-third a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.view-third:hover .mask {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.view-third:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.view-third:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.view-third:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s; }

/* EFFECT 4 */
.view-fourth img {
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.view-fourth .mask {
  background-color: black;
  -webkit-transform: scale(0) rotate(-180deg);
  -moz-transform: scale(0) rotate(-180deg);
  -o-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.view-fourth h2 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.view-fourth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.view-fourth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.view-fourth:hover .mask {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.view-fourth:hover img {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

.view-fourth:hover a.info,
.view-fourth:hover h2,
.view-fourth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s; }

/* EFFECT 5 */
.view-fifth img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.view-fifth .mask {
  background-color: black;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.view-fifth h2 {
  background: #e81c3b; }

.view-fifth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.view-fifth:hover .mask {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

.view-fifth:hover img {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.view-fifth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

/* EFFECT 6 */
.view-sixth .mask {
  top: -200px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0.5s;
  -moz-transition: all 0.3s ease-out 0.5s;
  -o-transition: all 0.3s ease-out 0.5s;
  -ms-transition: all 0.3s ease-out 0.5s;
  transition: all 0.3s ease-out 0.5s; }

.view-sixth h2 {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  -moz-transition: all 0.2s ease-in-out 0.1s;
  -o-transition: all 0.2s ease-in-out 0.1s;
  -ms-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s; }

.view-sixth p {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s; }

.view-sixth a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  transition: all 0.2s ease-in-out 0.3s; }

.view-sixth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
  -moz-animation: bounceY 0.9s linear;
  -ms-animation: bounceY 0.9s linear;
  animation: bounceY 0.9s linear; }

.view-sixth:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.view-sixth:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.view-sixth:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

@keyframes bounceY {
  0% {
    transform: translateY(-205px); }
  40% {
    transform: translateY(-100px); }
  65% {
    transform: translateY(-52px); }
  82% {
    transform: translateY(-25px); }
  92% {
    transform: translateY(-12px); }
  100%,
  55%,
  75%,
  87%,
  97% {
    transform: translateY(0px); } }

@-moz-keyframes bounceY {
  0% {
    -moz-transform: translateY(-205px); }
  40% {
    -moz-transform: translateY(-100px); }
  65% {
    -moz-transform: translateY(-52px); }
  82% {
    -moz-transform: translateY(-25px); }
  92% {
    -moz-transform: translateY(-12px); }
  100%,
  55%,
  75%,
  87%,
  97% {
    -moz-transform: translateY(0px); } }

@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translateY(-205px); }
  40% {
    -webkit-transform: translateY(-100px); }
  65% {
    -webkit-transform: translateY(-52px); }
  82% {
    -webkit-transform: translateY(-25px); }
  92% {
    -webkit-transform: translateY(-12px); }
  100%,
  55%,
  75%,
  87%,
  97% {
    -webkit-transform: translateY(0px); } }

/*

---- SUMMARY ----

1. Quick stats
2. Charts
3. Widgets
4. Profile

*/
/* ---- 1. Quick stats ---- */
.quick-stat {
  padding: 1.5rem;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.quick-stat-info,
.quick-stat-icon,
.quick-stat-chart {
  display: inline-block;
  vertical-align: middle; }

/* Quick Stat - Variation 1 */
.quick-stat--1 .quick-stat-icon {
  padding: 1.5rem;
  background: #f9f9f9;
  position: absolute;
  right: -80px;
  bottom: -80px;
  border-radius: 100%;
  width: 160px;
  height: 160px;
  line-height: 60px;
  text-align: center; }

.quick-stat--1 .quick-stat-icon > i {
  font-size: 40px;
  margin-left: -60px; }

.quick-stat--1.bg-blue {
  background-color: transparent !important;
  border: 1px solid rgba(0, 122, 255, 0.3); }

.quick-stat--1.bg-blue .quick-stat-icon {
  background: rgba(0, 122, 255, 0.1);
  color: rgba(0, 122, 255, 0.5); }

.quick-stat--1.bg-orange {
  background-color: transparent !important;
  border: 1px solid rgba(255, 149, 0, 0.3); }

.quick-stat--1.bg-orange .quick-stat-icon {
  background: rgba(255, 149, 0, 0.1);
  color: rgba(255, 149, 0, 0.5); }

.quick-stat--1.bg-green {
  background-color: transparent !important;
  border: 1px solid rgba(76, 217, 100, 0.3); }

.quick-stat--1.bg-green .quick-stat-icon {
  background: rgba(76, 217, 100, 0.1);
  color: rgba(76, 217, 100, 0.5); }

.quick-stat--1.bg-red {
  background-color: transparent !important;
  border: 1px solid rgba(255, 59, 48, 0.3); }

.quick-stat--1.bg-red .quick-stat-icon {
  background: rgba(255, 59, 48, 0.1);
  color: rgba(255, 59, 48, 0.5); }

/* Profile sidebar */
.profile.stacked-left .sidebar {
  margin-left: -15px; }

.profile.stacked-right .sidebar {
  margin-right: -15px; }

@media (max-width: 991px) {
  .profile.stacked-left .sidebar,
  .profile.stacked-right .sidebar {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 992px) {
  .profile.stacked-left .main-content {
    margin-left: 15px; }
  .profile.stacked-right .main-content {
    margin-left: 15px; } }

/* Profile picture */
.profile-picture-wrapper {
  position: relative; }

.profile-picture img {
  max-width: 100%; }

.profile-picture.profile-picture--style-1 {
  padding: 1rem 1rem 0; }

.profile-picture.profile-picture--style-1 img {
  border-radius: 0.25rem; }

.profile-picture .btn-aux {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: #ccc; }

.profile-picture:hover .btn-aux {
  display: block; }

.profile-picture.btn-aux:hover {
  background: #e81c3b;
  color: #FFF; }

.profile-picture.profile-picture--style-2 {
  margin: 0 auto;
  width: 140px;
  position: relative; }

.profile-picture.profile-picture--style-2 img {
  border-radius: 100%;
  margin-top: 30px;
  border: 8px solid rgba(0, 0, 0, 0.1); }

.sidebar-inverse .profile-picture.profile-picture--style-2 img {
  border-color: rgba(255, 255, 255, 0.1); }

.profile-picture.profile-picture--style-2 .btn-aux {
  right: 10px;
  top: 10px; }

.profile-details {
  text-align: center;
  margin-top: 20px; }

.profile-details .profile-name {
  margin: 0;
  padding: 0; }

.profile-details .profile-occupation {
  margin: 12px 0 0;
  padding: 0; }

.profile-details .profile-location {
  margin: 2px 0 0;
  padding: 0; }

.profile-connect {
  text-align: center;
  width: 180px;
  margin: 2rem auto; }

.profile-stats {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.profile-stats .stats-entry {
  padding: 20px 0;
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  float: left; }

.profile-stats .stats-entry:last-child {
  border-right: 0; }

.profile-stats .stats-entry .stats-count {
  display: block;
  font-weight: 500;
  font-size: 1.25rem; }

.profile-stats .stats-entry .stats-label {
  display: block;
  font-weight: 300;
  font-size: 0.75rem; }

.profile-useful-links:nth-child(n+2):not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.profile-useful-links .useful-links {
  padding: 2rem; }

.profile-useful-links .useful-links a {
  display: block;
  margin-bottom: 10px;
  font-size: 0.875rem; }

.profile-useful-links .useful-links a:last-child {
  margin-bottom: 0; }

.profile-useful-links .useful-links a > i {
  margin-right: 6px; }

.short-info {
  margin-bottom: 1.5rem; }

.short-info:last-child {
  margin: 0; }

.short-info .short-info-label {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 0.75rem;
  color: #818a91;
  font-weight: 400; }

.short-info .short-info-title {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1rem;
  color: #2b2b2c;
  font-weight: 500; }

.short-info .short-info-subtitle {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1rem;
  color: #818a91;
  font-weight: 300; }

.short-info i {
  font-size: 36px;
  display: inline-block; }

.short-info .short-info-img {
  width: 50px; }

.short-info .short-info-img img {
  max-width: 100%;
  border-radius: 100%; }

.short-info .short-info-offset {
  display: inline-block;
  padding-left: 16px;
  margin-bottom: 15px;
  position: relative; }

.short-info:last-child .short-info-offset {
  margin-bottom: 0; }

.short-info .short-info-offset .btn {
  position: relative;
  float: right; }

/* Page titles */
.inline-actions .ia-item {
  display: inline-block;
  margin-right: 1rem;
  padding: 0; }

.inline-actions .ia-item > a {
  padding: 0; }

.inline-actions .ia-item:last-child {
  margin: 0; }

/* SHOP DEFAULT - General styling for shop sections */
.shop-default #divProductList {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out; }

.shop-default .shop-grid-section-header {
  height: 62px;
  padding: 15px;
  border-bottom: 1px solid #f1f1f1; }

.shop-default .shop-grid-section-header .shop-grid-section-title {
  margin: 0;
  padding: 0 1rem;
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  color: #111111; }

.shop-default .shop-grid-section-footer {
  padding: 1rem; }

.shop-default .btn-view-mode {
  font-size: 20px;
  line-height: 1.6;
  margin-right: 0;
  color: #eceeef; }

.shop-default .btn-view-mode.active {
  color: #2b2b2c; }

.shop-default .aux-text {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #2b2b2c; }

.shop-default .btn-reset-filters {
  font-weight: 400; }

.shop-default .btn-reset-filters > i {
  margin-right: 5px;
  font-size: 13px; }

.shop-default .product .price-wrapper .price {
  font-size: 32px;
  color: #2b2b2c; }

.shop-default .product .price-wrapper .price sup {
  font-size: 16px;
  top: -1em;
  font-weight: 400; }

.shop-default .product .price-wrapper .price .price-value {
  margin: 0 3px; }

.shop-default .product .price-wrapper .price.discount {
  text-decoration: none;
  margin-right: 8px; }

.shop-default .product .price-wrapper .price.discount .price-value {
  margin: 0 1px;
  font-weight: 400;
  font-size: 24px;
  text-decoration: line-through; }

.shop-default .product .price-wrapper .price.discount sup {
  font-size: 14px; }

.shop-default .product .price-wrapper .price.discount sup.price-value-dec {
  text-decoration: line-through; }

.shop-default .product .product-colors .product-colors-label {
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #2b2b2c;
  font-size: 0.75rem;
  font-weight: 500; }

.shop-default .product .product-colors .color-switch a {
  display: inline-block;
  float: none !important;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.shop-default .filter-sidebar {
  padding: 30px; }

.shop-default .filter-sidebar .filter-checkbox .checkbox {
  margin-bottom: 15px; }

.shop-default .filter-sidebar .filter-checkbox .checkbox label {
  padding-left: 10px; }

.shop-default .product figure {
  border: 0; }

.shop-default .product .switch-on-hover img {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }

.shop-default .product .switch-on-hover img.img-primary {
  display: block;
  opacity: 1; }

.shop-default .product:hover .switch-on-hover img {
  display: block;
  opacity: 1; }

.shop-default .product:hover .switch-on-hover img.img-primary {
  display: none;
  opacity: 0; }

/* SHOP CARDS */
.shop-cards .product.product--style-2 {
  position: relative; }

.shop-cards .product.product--style-2 .product-image {
  display: inline-block;
  float: left;
  width: 40%; }

.shop-cards .product.product--style-2 .product-content {
  display: inline-block;
  width: 60%; }

.shop-cards .product.product--style-2 .product-content .product-info {
  position: absolute;
  right: 20px;
  bottom: 12px; }

.shop-cards .product.product--style-2 .product-content .product-info .price-wrapper {
  display: block;
  margin-bottom: 10px; }

.shop-cards .product.product--style-2 .product-content .product-icon-btn {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #2b2b2c;
  font-weight: 500; }

.shop-cards .product.product--style-2 .product-content .product-icon-btn.active {
  color: #e81c3b; }

.shop-cards .product.product--style-2 .product-content .product-icon-btn:last-child {
  margin-right: 0; }

.shop-cards .product.product--style-2 .product-content .product-icon-btn:hover {
  color: #e81c3b; }

.shop-cards .product .product-description {
  color: #818a91;
  font-size: 0.875rem;
  line-height: 1.6; }

.shop-cards .product .product-long-description {
  max-width: 360px;
  margin: 0 auto; }

.shop-cards.shop-tech .product-buttons .btn-cart {
  font-size: 0.625rem !important;
  padding: 0.625rem 0.875rem !important; }

.shop-cards.shop-tech .product-buttons .btn-icon {
  background: transparent;
  border: 0;
  text-align: center;
  font-size: 1.2rem;
  padding: 2px;
  color: #818a91;
  border: 0;
  cursor: pointer; }

.shop-cards.shop-tech .product-buttons .btn-icon:hover,
.shop-cards.shop-tech .product-buttons .btn-icon.active {
  color: #2b2b2c; }

.shop-cards .product .price-wrapper .price-sm {
  font-size: 24px; }

.shop-cards .product .price-wrapper .price-sm.discount .price-value {
  font-size: 1rem;
  font-weight: 600; }

.shop-grid .product {
  margin: 0;
  padding: 1.5rem; }

/* Shop Sportswear */
.shop-sportswear .product {
  background-color: #FFF; }

.shop-sportswear .block-image {
  padding: 1.5rem; }

/* SHOP MINIMALIST */
.shop-minimalist .product {
  border: 0; }

.shop-minimalist .product .product-image {
  position: relative;
  background: #ebebeb;
  padding: 2rem; }

.shop-minimalist .product:not(.no-radius) .product-image,
.shop-minimalist .product .product-image .mask {
  border-radius: 0.25rem; }

.shop-minimalist .product .product-image .product-title {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  margin: 30px 0; }

.shop-minimalist .product .product-image .product-price-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%; }

.shop-minimalist .product .product-image .product-price {
  font-weight: 400;
  color: white; }

.shop-minimalist .product .product-image .product-price .price-value {
  font-size: 24px; }

.shop-minimalist .product .product-image .product-price.discount {
  padding: 7px 0 0;
  margin-right: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff3b30;
  text-decoration: line-through; }

/* Product actions */
.product .product-actions--1.in,
.product .product-actions--2.in,
.product .product-actions--3.in {
  opacity: 1; }

.product .product-actions--1.animated,
.product .product-actions--2.animated,
.product .product-actions--3.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.product .product-actions--1 {
  opacity: 0;
  width: 42px;
  position: absolute;
  left: 15px;
  bottom: 20px; }

.product .product-actions--1 .btn-product-action {
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  margin-bottom: 6px;
  border: 0;
  border-radius: 38px;
  background: #eceeef;
  color: #2b2b2c;
  font-size: 18px;
  outline: 0;
  cursor: pointer; }

.product .product-actions--1 .btn-product-action:hover {
  background: #e81c3b;
  color: #FFF;
  border-color: #be132d; }

.product .product-actions--1 .btn-product-action:active {
  border-color: transparent; }

.product .product-actions--2 {
  opacity: 0;
  width: 80px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9); }

.product .product-actions--2 .btn-product-action {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  color: #2b2b2c;
  font-size: 1rem;
  outline: 0;
  cursor: pointer; }

.product .product-actions--2 .btn-product-action:hover {
  background: transparent;
  color: #e81c3b; }

.product .product-actions--2 .btn-product-action:active {
  border-color: transparent; }

.product .product-actions--3 {
  opacity: 0;
  width: 80px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: transparent; }

.product .product-actions--3.in {
  opacity: 1; }

.product .product-actions--3 .btn-product-action {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  color: #2b2b2c;
  font-size: 1rem;
  outline: 0;
  cursor: pointer; }

.product .product-actions--3 .btn-product-action:hover {
  background: transparent;
  color: #e81c3b; }

.product .product-actions--3 .btn-product-action:active {
  border-color: transparent; }

/* PRODUCT RIBBONS */
.product-ribbon {
  position: absolute;
  top: 15px; }

.product-ribbon.product-ribbon-left {
  left: 15px; }

.product-ribbon.product-ribbon-right {
  right: 15px; }

.product-ribbon.no-space {
  top: 0; }

.product-ribbon.no-space.product-ribbon-left {
  left: 0; }

.product-ribbon.no-space.product-ribbon-right {
  right: 0; }

.product-ribbon.product-ribbon--style-1 {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 11px;
  z-index: 10; }

/* SHOP - SWIPER CONTAINER */
.product-swiper-container {
  position: relative;
  padding-top: 20px; }

.product-swiper-container .swiper-slide img {
  max-width: 100%; }

.product-swiper-container .swiper-pagination {
  top: 0;
  bottom: auto;
  text-align: left; }

/* PRODUCT DESCRIPTION */
.product-description-wrapper .product-title {
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  color: #2b2b2c; }

.product-description-wrapper .product-category-label {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
  color: #818a91; }

.product-description-wrapper .product-short-text {
  margin: 16px 0; }

.product-description-wrapper .product-price {
  margin: 16px 0;
  font-size: 36px;
  font-weight: 400;
  color: #2b2b2c; }

.product-description-wrapper .product-price.discount {
  padding: 7px 0 0;
  margin-right: 4px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ff3b30;
  text-decoration: line-through; }

.product-description-wrapper .product-short-info {
  margin: 30px 0; }

.product-description-wrapper .product-short-info span {
  display: block;
  padding: 4px; }

.product-description-wrapper .product-short-info strong {
  font-weight: 500;
  color: #818a91;
  margin-right: 5px; }

/* PLUS - MINUS CONTROL */
.spinner {
  width: 100px; }

.spinner input {
  text-align: right;
  padding: 16px 20px;
  height: 61px;
  border: 0;
  text-align: center;
  background: #f3f3f3; }

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.input-group-btn-vertical > .btn {
  outline: 0 !important;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  height: 31px;
  width: 30px;
  border: 2px solid #f3f3f3;
  text-align: center;
  margin-left: -2px;
  position: relative;
  border-radius: 0; }

.input-group-btn-vertical > .btn:active,
.input-group-btn-vertical > .btn:focus {
  outline: 0 !important; }

.input-group-btn-vertical > .btn:hover {
  background-color: #e81c3b;
  color: #FFF; }

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 2px; }

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 2px; }

.input-group-btn-vertical i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.5px;
  margin-left: -4.5px;
  font-size: 9px; }

.input-group-btn-vertical i.icon {
  font-size: 14px;
  margin-top: -9px;
  margin-left: -3px; }

.c-base-1 {
  color: #e81c3b !important; }

.c-base-2 {
  color: #292f36 !important; }

.c-base-3 {
  color: #818a91 !important; }

.c-base-4 {
  color: #2B2B2B !important; }

.c-base-5 {
  color: #FFF !important; }

.c-base-text-1 {
  color: #FFF !important; }

.c-base-text-2 {
  color: #FFF !important; }

.c-base-text-3 {
  color: rgba(255, 255, 255, 0.9) !important; }

.c-base-text-4 {
  color: #FFF !important; }

.c-base-text-5 {
  color: #0A0814 !important; }

.c-gray-dark {
  color: #2b2b2c !important; }

.c-gray {
  color: #55595c !important; }

.c-gray-light {
  color: #818a91 !important; }

.c-gray-lighter {
  color: #eceeef !important; }

.c-gray-lightest {
  color: #f7f7f9 !important; }

.c-black {
  color: #000000 !important; }

.c-white {
  color: white !important; }

.c-white-3 {
  color: rgba(255, 255, 255, 0.3) !important; }

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

.c-white-7 {
  color: rgba(255, 255, 255, 0.7) !important; }

.c-blue {
  color: #007aff !important; }

.c-teal-blue {
  color: #5ac8fa !important; }

.c-green {
  color: #4cd964 !important; }

.c-red {
  color: #ff3b30 !important; }

.c-pink {
  color: #ff2d55 !important; }

.c-orange {
  color: #ff9500 !important; }

.c-yellow {
  color: #ffcc00 !important; }

.c-purple {
  color: #5856d6 !important; }

.c-twitter {
  color: #1da1f2; }

.c-facebook {
  color: #3b5998; }

.c-instagram {
  color: #e1306c; }

.c-skype {
  color: #00aff0; }

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

.bg-base-1 {
  background-color: #e81c3b !important;
  color: #FFF !important; }

.bg-base-2 {
  background-color: #292f36 !important;
  color: #FFF !important; }

.bg-base-3 {
  background-color: #818a91;
  color: rgba(255, 255, 255, 0.9); }

.bg-base-4 {
  background-color: #2B2B2B;
  color: #FFF; }

.bg-base-5 {
  background-color: #FFF;
  color: #0A0814; }

.bg-minimalist {
  background-color: #ebebeb !important; }

.bg-white {
  background-color: white; }

.bg-gray-dark {
  background-color: #2b2b2c; }

.bg-gray-light {
  background-color: #818a91; }

.bg-gray-lighter {
  background-color: #eceeef; }

.bg-black {
  background-color: #000000; }

.bg-space-gray {
  background-color: #282d33; }

.bg-blue {
  background-color: #007aff !important;
  color: #FFF; }

.bg-blue .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.bg-teal-blue {
  background-color: #5ac8fa !important; }

.bg-green {
  background-color: #4cd964 !important;
  color: #FFF; }

.bg-green .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.bg-red {
  background-color: #ff3b30 !important;
  color: #FFF; }

.bg-red .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.bg-pink {
  background-color: #ff2d55 !important;
  color: #FFF; }

.bg-pink .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.bg-orange {
  background-color: #ff9500 !important;
  color: #FFF; }

.bg-orange .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.bg-yellow {
  background-color: #ffcc00 !important;
  color: #FFF; }

.bg-yellow .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.bg-purple {
  background-color: #5856d6 !important;
  color: #FFF; }

.bg-purple .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #FFF !important; }

.sct-color-1 {
  background-color: #FFF; }

.sct-color-2 {
  background-color: #fcfcfc; }

.sct-color-3 {
  background-color: #282d33; }

.sct-color-3 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #d7d2cc; }

.sct-color-4 {
  background-color: #121416; }

.sct-color-4 .sct-inner *:not(.btn):not(.alert):not(.form-control):not(code) {
  color: #edebe9; }

.bg-gradient-1, .mask-gradient-1--style-1, .mask-gradient-1--style-2 {
  background: linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
  background: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -o-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -ms-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -moz-linear-gradient(left, #e9168c 2%, #f75254 99%);
  border-image: -webkit-linear-gradient(left, #e9168c 2%, #f75254 99%); }

.bg-gradient-2 {
  background: #f4fdff;
  background: -moz-linear-gradient(top, #f4fdff 0%, #ffffff 40%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f4fdff 0%, #ffffff 40%, #ffffff 100%);
  background: linear-gradient(to bottom, #f4fdff 0%, #ffffff 40%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fdff', endColorstr='#ffffff',GradientType=0 ); }

.bg-gradient-blue-pink {
  background-color: #E55D87;
  background-color: -webkit-linear-gradient(to left, #E55D87, #5FC3E4);
  background-color: linear-gradient(to left, #E55D87, #5FC3E4); }

.bg-gradient-electric-red {
  background-color: #D31027;
  background-color: -webkit-linear-gradient(to left, #D31027, #EA384D);
  background-color: linear-gradient(to left, #D31027, #EA384D); }

[class^="space-"] {
  display: block; }

.space-xs-sm {
  margin-bottom: 1.5rem; }

.space-xs-md {
  margin-bottom: 2.5rem; }

.space-xs-lg {
  margin-bottom: 3.5rem; }

.space-xs-xl {
  margin-bottom: 4.5rem; }

@media (min-width: 768px) {
  .space-sm-sm {
    margin-bottom: 1.5rem; }
  .space-sm-md {
    margin-bottom: 2.5rem; }
  .space-sm-lg {
    margin-bottom: 3.5rem; }
  .space-sm-xl {
    margin-bottom: 4.5rem; } }

@media (min-width: 992px) {
  .space-md-sm {
    margin-bottom: 1.5rem; }
  .space-md-md {
    margin-bottom: 2.5rem; }
  .space-md-lg {
    margin-bottom: 3.5rem; }
  .space-md-xl {
    margin-bottom: 4.5rem; } }

@media (min-width: 1201px) {
  .space-lg-sm {
    margin-bottom: 1.5rem; }
  .space-lg-md {
    margin-bottom: 2.5rem; }
  .space-lg-lg {
    margin-bottom: 3.5rem; }
  .space-lg-xl {
    margin-bottom: 4.5rem; } }

@media (max-width: 767px) {
  .space-xs-only-1 {
    clear: both;
    margin-bottom: 1rem; }
  .space-xs-only-2 {
    clear: both;
    margin-bottom: 2rem; }
  .space-xs-only-3 {
    clear: both;
    margin-bottom: 3rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .space-sm-only-1 {
    clear: both;
    margin-bottom: 1rem; }
  .space-sm-only-2 {
    clear: both;
    margin-bottom: 2rem; }
  .space-sm-only-3 {
    clear: both;
    margin-bottom: 3rem; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .space-md-only-1 {
    clear: both;
    margin-bottom: 1rem; }
  .space-md-only-2 {
    clear: both;
    margin-bottom: 2rem; }
  .space-md-only-3 {
    clear: both;
    margin-bottom: 3rem; } }

@media (min-width: 1201px) {
  .space-lg-only-1 {
    clear: both;
    margin-bottom: 1rem; }
  .space-lg-only-2 {
    clear: both;
    margin-bottom: 2rem; }
  .space-lg-only-3 {
    clear: both;
    margin-bottom: 3rem; } }

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

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

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

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

@media (min-width: 992px) {
  .mt--1 {
    margin-top: -1rem !important; }
  .mt--2 {
    margin-top: -2rem !important; }
  .mt--3 {
    margin-top: -3rem !important; }
  .mt--4 {
    margin-top: -4rem !important; }
  .mt--5 {
    margin-top: -5rem !important; }
  .mr--1 {
    margin-right: -1rem !important; }
  .mr--2 {
    margin-right: -2rem !important; }
  .mr--3 {
    margin-right: -3rem !important; }
  .mb--1 {
    margin-bottom: -1rem !important; }
  .mb--2 {
    margin-bottom: -2rem !important; }
  .mb--3 {
    margin-bottom: -3rem !important; }
  .ml--1 {
    margin-left: -1rem !important; }
  .ml--2 {
    margin-left: -2rem !important; }
  .ml--3 {
    margin-left: -3rem !important; }
  .ml--4 {
    margin-left: -4rem !important; }
  .ml--5 {
    margin-left: -5rem !important; }
  .mt-100 {
    margin-top: 100px !important; }
  .mb-100 {
    margin-bottom: 100px !important; }
  .mt-150 {
    margin-top: 150px !important; }
  .mb-150 {
    margin-bottom: 150px !important; }
  .mt-250 {
    margin-top: 250px !important; }
  .mb-250 {
    margin-bottom: 250px !important; }
  .mt-300 {
    margin-top: 300px !important; }
  .mb-300 {
    margin-bottom: 300px !important; }
  .mt--100 {
    margin-top: -100px !important; }
  .mb--100 {
    margin-bottom: -100px !important; }
  .mt--150 {
    margin-top: -150px !important; }
  .mb--150 {
    margin-bottom: -150px !important; }
  .mt--300 {
    margin-top: -300px !important; }
  .mb--300 {
    margin-bottom: -300px !important; }
  .pt-100 {
    padding-top: 100px !important; }
  .pb-100 {
    padding-bottom: 100px !important; }
  .pt-150 {
    padding-top: 150px !important; }
  .pb-150 {
    padding-bottom: 150px !important; }
  .pt-200 {
    padding-top: 200px !important; }
  .pb-200 {
    padding-bottom: 200px !important; }
  .pt-250 {
    padding-top: 250px !important; }
  .pb-250 {
    padding-bottom: 250px !important; }
  .pt-300 {
    padding-top: 300px !important; }
  .pb-300 {
    padding-bottom: 300px !important; }
  .pt--100 {
    padding-top: -100px !important; }
  .pb--100 {
    padding-bottom: -100px !important; }
  .pt--150 {
    padding-top: -150px !important; }
  .pb--150 {
    padding-bottom: -150px !important; }
  .pt--300 {
    padding-top: -300px !important; }
  .pb--300 {
    padding-bottom: -300px !important; }
  .rt-150 {
    position: relative;
    top: 150px !important; } }

.top-10vh {
  top: 10vh; }

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

.width-10 {
  width: 10% !important; }

.width-20 {
  width: 20% !important; }

.width-30 {
  width: 30% !important; }

.width-40 {
  width: 40% !important; }

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

.width-60 {
  width: 60% !important; }

.width-70 {
  width: 70% !important; }

.width-80 {
  width: 80% !important; }

.width-90 {
  width: 90% !important; }

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

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

.font-size-1 {
  font-size: 1rem !important; }

.font-size-2 {
  font-size: 2rem !important; }

.font-size-3 {
  font-size: 3rem !important; }

.font-size-4 {
  font-size: 4rem !important; }

.font-size-5 {
  font-size: 5rem !important; }

.font-size-6 {
  font-size: 6rem !important; }

.font-size-7 {
  font-size: 7rem !important; }

.font-size-8 {
  font-size: 8rem !important; }

.font-size-9 {
  font-size: 9rem !important; }

.font-size-10 {
  font-size: 10rem !important; }

@media (min-width: 992px) {
  .font-size-md-1 {
    font-size: 1rem !important; }
  .font-size-md-2 {
    font-size: 2rem !important; }
  .font-size-md-3 {
    font-size: 3rem !important; }
  .font-size-md-4 {
    font-size: 4rem !important; }
  .font-size-md-5 {
    font-size: 5rem !important; }
  .font-size-md-6 {
    font-size: 6rem !important; }
  .font-size-md-7 {
    font-size: 7rem !important; }
  .font-size-md-8 {
    font-size: 8rem !important; }
  .font-size-md-9 {
    font-size: 9rem !important; }
  .font-size-md-10 {
    font-size: 10rem !important; } }

@media (min-width: 1201px) {
  .font-size-lg-1 {
    font-size: 1rem !important; }
  .font-size-lg-2 {
    font-size: 2rem !important; }
  .font-size-lg-3 {
    font-size: 3rem !important; }
  .font-size-lg-4 {
    font-size: 4rem !important; }
  .font-size-lg-5 {
    font-size: 5rem !important; }
  .font-size-lg-6 {
    font-size: 6rem !important; }
  .font-size-lg-7 {
    font-size: 7rem !important; }
  .font-size-lg-8 {
    font-size: 8rem !important; }
  .font-size-lg-9 {
    font-size: 9rem !important; }
  .font-size-lg-10 {
    font-size: 10rem !important; } }

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

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

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

.text-line-through {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline; }

.text-underline--none,
.text-underline--none:hover {
  text-decoration: none !important; }

.typeface-base {
  font-family: "Source Sans Pro", sans-serif !important; }

.typeface-alt {
  font-family: "Source Sans Pro", sans-serif !important; }

.font-blzee {
  font-family: "Blzee", sans-serif !important; }

.font-custom-1 {
  font-family: "Sue Ellen Francisco", sans-serif !important; }

.font-custom-2 {
  font-family: "Pacifico", sans-serif !important; }

.font-custom-3 {
  font-family: "YellowTail", sans-serif !important; }

.font-custom-4 {
  font-family: "Slabo 27px", sans-serif !important; }

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

.border {
  border: 1px solid;
  border-color: #f1f1f1; }

.border-top {
  border-top: 1px solid #f1f1f1; }

.border-right {
  border-right: 1px solid #f1f1f1; }

.border-bottom {
  border-bottom: 1px solid #f1f1f1; }

.border-left {
  border-left: 1px solid #f1f1f1; }

@media (min-width: 768px) {
  .border-md {
    border: 1px solid #f1f1f1; }
  .border-md-top {
    border-top: 1px solid #f1f1f1; }
  .border-md-right {
    border-right: 1px solid #f1f1f1; }
  .border-md-bottom {
    border-bottom: 1px solid #f1f1f1; }
  .border-md-left {
    border-left: 1px solid #f1f1f1; } }

@media (min-width: 992px) {
  .border-lg {
    border: 1px solid #f1f1f1; }
  .border-lg-top {
    border-top: 1px solid #f1f1f1; }
  .border-lg-right {
    border-right: 1px solid #f1f1f1; }
  .border-lg-bottom {
    border-bottom: 1px solid #f1f1f1; }
  .border-lg-left {
    border-left: 1px solid #f1f1f1; } }

.b-inverse {
  border-color: rgba(255, 255, 255, 0.15); }

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

.sct-shadow-top-1 {
  background-image: url("/bitrix/templates/invest3/assets/css/../images/elements/shadow-1.png");
  background-repeat: no-repeat;
  background-position: top center; }

.sct-shadow-bottom-1 {
  background-image: url("/bitrix/templates/invest3/assets/css/../images/elements/shadow-1.png");
  background-repeat: no-repeat;
  background-position: bottom center; }

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

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

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

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

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

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

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

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

/* LINE SPACING */
.ls-1 {
  letter-spacing: 1px !important; }

.ls-2 {
  letter-spacing: 2px !important; }

.ls-3 {
  letter-spacing: 3px !important; }

.ls-4 {
  letter-spacing: 4px !important; }

.ls-5 {
  letter-spacing: 5px !important; }

.line-height-1_2 {
  line-height: 1.2 !important; }

.line-height-1_4 {
  line-height: 1.4 !important; }

.line-height-1_5 {
  line-height: 1.5 !important; }

.line-height-1_6 {
  line-height: 1.6 !important; }

.line-height-1_8 {
  line-height: 1.8 !important; }

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

.z-depth--removed {
  border-width: 1px !important;
  box-shadow: none !important; }

.z-depth-1:not(.btn),
.z-depth-1--hover:not(.btn):hover,
.z-depth-1-top:not(.btn),
.z-depth-1-top--hover:not(.btn):hover,
.z-depth-1-bottom:not(.btn),
.swiper-slide > .block--style-4-v1:not(.btn),
.z-depth-1-bottom--hover:not(.btn):hover,
.z-depth-2:not(.btn),
.z-depth-2--hover:not(.btn):hover,
.z-depth-2-top:not(.btn),
.z-depth-2-top--hover:not(.btn):hover,
.z-depth-2-bottom:not(.btn),
.z-depth-2-bottom--hover:not(.btn):hover,
.z-depth-3:not(.btn),
.z-depth-3--hover:not(.btn):hover,
.z-depth-3-top:not(.btn),
.z-depth-3-top--hover:not(.btn):hover,
.z-depth-3-bottom:not(.btn),
.z-depth-3-bottom--hover:not(.btn):hover,
.z-depth-4:not(.btn),
.z-depth-4--hover:not(.btn):hover,
.z-depth-4-top:not(.btn),
.z-depth-4-top--hover:not(.btn):hover,
.z-depth-4-bottom:not(.btn),
.z-depth-4-bottom--hover:not(.btn):hover,
.z-depth-5:not(.btn),
.image-animate-wrapper:hover .image-animate--hover img:not(.btn),
.z-depth-5--hover:not(.btn):hover,
.z-depth-5-top:not(.btn),
.z-depth-5-top--hover:not(.btn):hover,
.z-depth-5-bottom:not(.btn),
.z-depth-5-bottom--hover:not(.btn):hover {
  border-color: transparent !important; }

.z-depth-0,
.z-depth-0--hover:hover {
  box-shadow: none !important; }

.z-depth-1,
.z-depth-1--hover:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1); }

.z-depth-1-top,
.z-depth-1-top--hover:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.z-depth-1-bottom, .swiper-slide > .block--style-4-v1,
.z-depth-1-bottom--hover:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.z-depth-2,
.z-depth-2--hover:hover {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); }

.z-depth-2-top,
.z-depth-2-top--hover:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }

.z-depth-2-bottom,
.z-depth-2-bottom--hover:hover {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.1); }

.z-depth-3,
.z-depth-3--hover:hover {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1), 0 17px 50px rgba(0, 0, 0, 0.1); }

.z-depth-3-top,
.z-depth-3-top--hover:hover {
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.1); }

.z-depth-3-bottom,
.z-depth-3-bottom--hover:hover {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.1); }

.z-depth-4,
.z-depth-4--hover:hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1), 0 25px 55px rgba(0, 0, 0, 0.1); }

.z-depth-4-top,
.z-depth-4-top--hover:hover {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.1); }

.z-depth-4-bottom,
.z-depth-4-bottom--hover:hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.1); }

.z-depth-5, .image-animate-wrapper:hover .image-animate--hover img,
.z-depth-5--hover:hover {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1), 0 40px 77px rgba(0, 0, 0, 0.1); }

.z-depth-5-top,
.z-depth-5-top--hover:hover {
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.1); }

.z-depth-5-bottom,
.z-depth-5-bottom--hover:hover {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.1); }

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-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; }

.img-center, .shop-minimalist .product .product-image img, .product-swiper-container .swiper-slide img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.relative {
  position: relative; }

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

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

/* Opacities */
.alpha-1,
.alpha-wrapper:hover .alpha-1--hover {
  opacity: 0.1; }

.alpha-2,
.alpha-wrapper:hover .alpha-2--hover {
  opacity: 0.2; }

.alpha-3,
.alpha-wrapper:hover .alpha-3--hover {
  opacity: 0.3; }

.alpha-4,
.alpha-wrapper:hover .alpha-4--hover {
  opacity: 0.4; }

.alpha-5,
.alpha-wrapper:hover .alpha-5--hover {
  opacity: 0.5; }

.alpha-6,
.alpha-wrapper:hover .alpha-6--hover {
  opacity: 0.6; }

.alpha-7,
.alpha-wrapper:hover .alpha-7--hover {
  opacity: 0.7; }

.alpha-8,
.alpha-wrapper:hover .alpha-8--hover {
  opacity: 0.8; }

.alpha-9,
.alpha-wrapper:hover .alpha-9--hover {
  opacity: 0.9; }

/* Positions */
.pos-absolute {
  position: absolute !important; }

.top-0 {
  top: 0; }

.top-50px {
  top: 50px; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

body {
  background: #fff; }

.body-wrap {
  position: relative;
  z-index: 0;
  background: #FFF;
  overflow-x: hidden; }

.body-wrap.body-boxed {
  margin: 20px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.body-wrap.body-boxed--no-margin {
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }

.body-wrap:after,
.body-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 260px; }

.body-wrap:after {
  top: auto;
  bottom: 0; }

@media (min-width: 1200px) {
  .body-wrap.body-boxed {
    width: 1230px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .body-wrap.body-boxed {
    width: 1000px; } }

.body-bg-1 {
  background: url("/bitrix/templates/invest3/assets/css/../images/patterns/pattern-1.png");
  background-repeat: repeat; }

.body-bg-2 {
  background: url("/bitrix/templates/invest3/assets/css/../images/patterns/pattern-2.png");
  background-repeat: repeat; }

.body-bg-3 {
  background: url("/bitrix/templates/invest3/assets/css/../images/patterns/pattern-3.png");
  background-repeat: repeat; }

.same-height {
  min-height: 400px; }

.page-title {
  position: relative; }

.page-title .breadcrumb {
  background: transparent;
  float: none;
  padding: 0;
  margin: 0; }

.page-title .breadcrumb li,
.page-title .breadcrumb li > a {
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: uppercase; }

.page-title .breadcrumb--style-1 li,
.page-title .breadcrumb--style-1 li a,
.page-title .breadcrumb--style-1 li a:hover,
.page-title .breadcrumb--style-1 li.active a {
  color: #eceeef; }

.page-title .breadcrumb--style-2 li,
.page-title .breadcrumb--style-2 li a,
.page-title .breadcrumb--style-2 li a:hover,
.page-title .breadcrumb--style-2 li.active a {
  color: #2b2b2c; }

.page-title-wrapper {
  position: relative; }

.page-title-wrapper .page-title-scroll-down {
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -18px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 28px;
  text-align: center;
  background-color: inherit;
  border-radius: 100%;
  color: #818a91;
  font-size: 12px;
  z-index: 100; }

.page-title.page-title--style-1 {
  padding: 1.5rem 0;
  background: #fcfcfc;
  color: #333;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }

.page-title.page-title--style-1 h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0;
  color: #333; }

.page-title.page-title--style-1 .breadcrumb {
  margin-bottom: 5px; }

.page-title.page-title--style-2 {
  padding: 12rem 0;
  color: #333;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }

.page-title.page-title--style-2 h2 {
  display: block;
  padding: 10px 0;
  font-family: "Source Sans Pro", sans-serif; }

.page-title.page-title--style-2 .breadcrumb {
  display: inline-block;
  float: none;
  padding: 4px 8px; }

.page-title.page-title--style-2 .breadcrumb li,
.page-title.page-title--style-2 .breadcrumb li > a {
  font-size: 0.75rem;
  font-weight: 500; }

.page-title.page-title--style-2 .nav {
  position: relative;
  top: 30px;
  margin-top: 0;
  left: 0; }

.page-title.page-title--style-3 {
  padding: 30px 0;
  text-align: center; }

.page-title.page-title--style-3 h2 {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
  color: white; }

.page-title.page-title--style-3 .breadcrumb {
  float: none;
  padding: 10px 0; }

.page-title.page-title--style-4 {
  position: relative;
  padding: 4rem 0;
  background: transparent;
  color: #333;
  border-color: #f1f1f1;
  background-position: 50 0; }

.page-title.page-title--style-4 .breadcrumb {
  padding: 8px 0; }

.page-title.page-title--style-4 .heading-md {
  padding: 8px 0; }

@media only screen and (max-width: 767px) {
  .page-title h2 {
    padding: 18px 0 0; }
  .page-title .breadcrumb {
    float: none;
    padding: 18px 0; }
  .page-title.page-title--style-4 .sorting-options {
    text-align: center;
    margin-top: 20px; } }

@media (min-width: 992px) {
  .page-title.page-title--style-1 .row {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center; } }

.cta-block {
  padding: 4rem;
  border-radius: 0.3rem; }

.cta-container {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10; }

.cta-container-overlay {
  padding-bottom: 6rem; }

.cta-container-overlay .cta-block-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%); }

.cta-wrapper p {
  margin: 0; }

.cta-wrapper--over {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  width: 910px;
  height: 140px;
  margin-top: -70px;
  margin-left: -455px;
  z-index: 1000; }

.has-cta-over {
  position: relative;
  margin-top: 100px; }

@media (max-width: 991px) {
  .cta-wrapper--over {
    position: static;
    width: 100%;
    height: auto;
    left: 0;
    margin: 0;
    border-radius: 0; }
  .has-cta-over {
    margin-top: 0; } }

.cta-wrapper > a {
  display: block;
  text-underline: none; }

.cta-wrapper > a > .cta-inner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.cta-wrapper > a:hover > .bg-base-1 {
  background: #be132d !important; }

.cta-wrapper > a:hover > .bg-base-2 {
  background: #d51633 !important; }

.has-bg-cover {
  position: relative; }

.bg-size-cover {
  background-size: cover;
  background-repeat: no-repeat; }

.bg-size-contain {
  background-size: contain;
  background-repeat: no-repeat; }

.cover-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.cover-caption-inner {
  position: relative;
  z-index: 600;
  padding: 2rem; }

.parallax-section {
  position: relative;
  overflow-x: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.parallax-section {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.parallax-section-lg {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.parallax-section-xl {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.text-cover-wrapper {
  padding: 80px 0; }

.text-cover-title {
  margin: 0;
  padding: 0;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1; }

.text-cover-subtitle {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1; }

.text-cover-p {
  width: 480px;
  font-size: 1rem; }

@media (max-width: 991px) {
  .text-cover-title {
    font-size: 8rem; }
  .text-cover-subtitle {
    font-size: 2rem; }
  .text-cover-p {
    width: 100%; } }

.quote-info .quote-info-img {
  border-radius: 100%;
  display: inline-block;
  max-width: 100px;
  padding: 5px;
  border: 1px solid transparent;
  background: transparent; }

.quote-info .quote-info-img > img {
  max-width: 100%;
  border-radius: 100%; }

.quote-info-light .quote-info-img {
  border-color: #eceeef; }

.quote-info-dark .quote-info-img {
  border-color: #2b2b2c; }

.floating-quote-holder {
  height: 500px; }

.floating-quote-wrapper {
  width: 510px;
  height: 390px;
  position: absolute;
  padding: 4rem 5rem;
  z-index: 10;
  border-radius: 0.25rem; }

.floating-quote-wrapper-lg {
  width: 720px; }

.floating-quote-wrapper .quote-logo {
  max-width: 160px; }

.floating-quote-wrapper.top-left {
  left: 13%;
  top: -60px; }

.floating-quote-wrapper.top-right {
  right: 13%;
  top: -60px; }

.floating-quote-wrapper.bottom-right {
  right: 13%;
  bottom: -60px; }

.floating-quote-wrapper.bottom-center {
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px; }

.floating-quote-wrapper.bottom-left {
  left: 13%;
  bottom: -60px; }

@media (max-width: 991px) {
  .floating-quote-wrapper {
    width: 90%;
    left: 5%;
    right: auto; } }

.client-logo {
  padding: 1rem; }

.client-logo img {
  max-width: 100%; }

.client-logo-grayscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.client-logo-grayscale:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.client-logo--style-1 {
  background: #FFF;
  border-radius: 0.25rem; }

.client-logo--style-2 {
  background: #818a91;
  border-radius: 0.25rem; }

.client-logo--style-3 {
  background: transparent; }

.client-logo--style-4 {
  background: transparent;
  border-radius: 0.25rem;
  border: 1px solid #f1f1f1; }

.client-logo--style-4:hover {
  border-color: #e4e4e4; }

@media (max-width: 991px) {
  .client-logo {
    margin-bottom: 20px; } }

.single-brand-logo {
  width: 20%;
  float: left;
  overflow: hidden;
  padding: 30px;
  border-bottom: 1px solid rgba(243, 243, 243, 0.7);
  border-right: 1px solid rgba(243, 243, 243, 0.7); }

.single-brand-logo:nth-child(5n) {
  border-right: 0 none; }

.single-brand-logo:nth-child(6n),
.single-brand-logo:nth-child(7n),
.single-brand-logo:nth-child(8n),
.single-brand-logo:nth-child(9n),
.single-brand-logo:nth-child(10n) {
  border-bottom: 0 none; }

.brand-logo-outer {
  width: 100%;
  height: 100px;
  display: table; }

.brand-logo-inner {
  display: table-cell;
  vertical-align: middle; }

.single-brand-logo img {
  max-width: 120px;
  position: relative;
  cursor: pointer; }

@media (max-width: 991px) {
  .single-brand-logo {
    width: 50%; } }

.floating-content {
  position: relative;
  z-index: 100;
  padding: 2rem; }

@media (max-width: 991px) {
  .floating-content {
    width: 90%;
    margin: auto; } }

@media (min-width: 992px) {
  .floating-content--2 {
    width: calc(100% + 100px); }
  .floating-content-fixed {
    height: 300px; }
  .floating-content.float--top {
    top: -100px; }
  .floating-content.float--right {
    right: -100px; }
  .floating-content.float--bottom {
    bottom: -100px; }
  .floating-content.float--left {
    left: -100px; }
  .floating-content.float--width-200 {
    width: calc(100% + 200px); } }

.image-animate-wrapper .image-animate--hover img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.image-animate-wrapper:hover .image-animate--hover img {
  top: -1rem; }

.caption-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.caption-wrapper > .caption-aligner {
  width: 100%; }

.caption-wrapper > .caption-aligner > .caption {
  width: 70%;
  margin: auto; }

.caption-wrapper > .caption-aligner > .caption.caption--center {
  flex: 1;
  word-wrap: break-word; }

.caption-wrapper > .caption-aligner > .caption.caption--fluid {
  width: 100%; }

.caption-wrapper > .caption-aligner > .caption.caption--style-1 {
  background: #FFF;
  padding: 46px; }

.overlayed-form--style-1 {
  padding: 2rem; }

@media (min-width: 992px) {
  .overlayed-form--style-1 {
    position: absolute;
    top: 0;
    left: 120px;
    width: 380px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); }
  .overlayed-form--style-2 {
    position: relative; } }

@media (max-width: 991px) {
  .overlayed-form--style-2 {
    margin: 0 !important; } }

.search-page-wrapper {
  width: 760px;
  margin: 50px auto;
  position: relative;
  z-index: 10; }

.search-widget {
  position: relative; }

@media (min-width: 992px) {
  .search-widget .form-group {
    margin: 0; } }

.search-widget .form-control:hover {
  border-color: #f1f1f1; }

.search-widget .form-control:focus {
  border-color: #e81c3b; }

.search-widget button.btn-inner {
  position: absolute;
  top: 0;
  right: 20px;
  background: transparent;
  border: medium none;
  width: 43px;
  height: 52px;
  line-height: 35px;
  text-align: center; }

.search-widget--style-1 .form-control:not(.bootstrap-select),
.search-widget--style-1 select.form-control-lg:not([size]):not([multiple]) {
  border-radius: 0.25rem;
  height: 62px; }

.search-widget--style-1 .form-control > .dropdown-toggle {
  border-radius: 0.25rem; }

.search-widget--style-1 button.btn {
  height: 62px;
  line-height: 35px; }

.search-widget--style-2 .form-control {
  border-radius: 0.25rem;
  padding: 22px;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2); }

.search-widget--style-2 button.btn-inner {
  width: 43px;
  height: 62px;
  line-height: 35px; }

.search-widget--style-2 button.btn-inner:hover {
  color: #e81c3b; }

.search-widget--style-3 .form-control {
  height: 54px;
  border: 0;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.search-widget--style-3.form-base-1 .form-control {
  border: 0; }

.search-widget--style-3 .form-control:focus {
  background: white; }

.search-widget--style-3 button.btn-inner {
  width: 43px;
  height: 54px;
  line-height: 35px; }

.search-widget--style-4 {
  margin: 0;
  border-bottom: 1px solid #f1f1f1; }

.search-widget--style-4 form {
  position: relative; }

.search-widget--style-4 .form-control {
  height: 94px;
  border: 0;
  border-radius: 0;
  padding: 0 90px 0 0;
  font-size: 1.25rem; }

.search-widget--style-4 button.btn-inner {
  right: 0;
  height: 94px;
  line-height: 94px;
  color: #818a91; }

.search-widget--style-4 .bar:after,
.search-widget--style-4 .bar:before {
  height: 1px; }

.search-widget--style-4 .form-control::-webkit-input-placeholder {
  color: #818a91; }

.search-widget--style-4 .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #818a91; }

.search-widget--style-4 .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #818a91; }

.search-widget--style-5 .form-control {
  border-radius: 0.25rem;
  padding: 20px;
  background: #FFF;
  border: 4px solid rgba(232, 28, 59, 0.7); }

.search-widget--style-5 button.btn-inner {
  width: 150px;
  height: 53px;
  top: 8px;
  right: 8px;
  border-radius: 0.25rem;
  background: rgba(232, 28, 59, 0.7);
  color: #FFF;
  font-size: 0.875rem; }

.search-widget--style-5 .form-control:focus,
.search-widget--style-5 .form-control:hover {
  border-color: #e81c3b; }

.search-widget--style-5 .btn-inner:focus,
.search-widget--style-5 .btn-inner:hover {
  background: #e81c3b;
  color: #FFF; }

.form-default .form-control:-ms-input-placeholder {
  color: #818a91; }

@media (max-width: 991px) {
  .search-page-wrapper {
    width: 100%;
    padding: 0 20px; } }

.advanced-search-visible {
  position: relative; }

.advanced-search-hidden {
  display: none; }

.advanced-search-hidden.in {
  display: block; }

.btn-advanced-search-open {
  display: block;
  width: 48px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -24px;
  text-align: center;
  line-height: 40px;
  background: #f2f2f2;
  color: #818a91;
  border-radius: 0.25rem 0.25rem 0 0; }

.listing-wrapper--style-1 {
  padding: 2rem 0;
  border-top: 1px solid #f1f1f1; }

@media (max-width: 1200px) {
  .mobile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 500; } }

.sidebar-inverse p {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-inverse .heading {
  color: white; }

.sidebar-inverse .heading-light {
  color: rgba(255, 255, 255, 0.8); }

.sidebar-inverse .stats-entry .stats-count {
  color: white; }

.sidebar-inverse .stats-entry .stats-label {
  color: rgba(255, 255, 255, 0.8); }

.sidebar-inverse .useful-links a {
  color: rgba(255, 255, 255, 0.8); }

.sidebar-inverse .useful-links a:hover {
  color: white; }

.sidebar-inverse ul.categories--style-3 > li > a {
  color: rgba(255, 255, 255, 0.8); }

.sidebar--style-1 {
  background: #fafafa;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
  padding: 1.5rem; }

.sidebar--style-2 {
  background: #f8fafb;
  border-radius: 0.25rem;
  padding: 2rem 1.5rem; }

@media (min-width: 992px) {
  .sidebar--style-2-v2 {
    border-left: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-radius: 0; } }

.sidebar--style-3 {
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
  padding: 2rem; }

.sidebar--style-4 {
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.2rem; }

.sidebar-object {
  margin-bottom: 3rem; }

.sidebar--style-1 .sidebar-object {
  margin-bottom: 2rem;
  padding-bottom: 2rem; }

.sidebar--style-1 .sidebar-object.has-bb {
  border-bottom: 1px solid #e1e0e0; }

.sidebar--style-1 .sidebar-object:last-child {
  border: 0;
  padding: 0;
  margin: 0; }

.sidebar-object .section-title {
  margin-bottom: 1rem; }

.sidebar-object-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111111;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif; }

.sidebar .sidebar-search-widget {
  position: relative; }

.sidebar .sidebar-search-widget .form-control {
  padding-right: 46px; }

.sidebar .sidebar-search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: medium none;
  width: 46px;
  height: 100%;
  line-height: 35px;
  text-align: center; }

.sidebar .sidebar-search-widget button:hover {
  color: #e81c3b; }

.tagcloud a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  padding: 4px 8px;
  margin: 0 4px 4px 0;
  background: #e81c3b;
  color: #FFF;
  border-radius: 0.2rem;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.tagcloud a:hover {
  background: #ed4a63; }

.tagcloud--style-1,
.tagcloud--style-2 {
  background: transparent; }

.tagcloud--style-1 a {
  background: #eceeef;
  color: #818a91;
  padding: 8px 10px; }

.tagcloud--style-1 a:hover {
  background: #e81c3b;
  color: #FFF; }

.tagcloud--style-2 a {
  float: none;
  display: inline-block;
  margin: 0 20px 20px 0;
  background: transparent;
  border: 1px solid #2b2b2c;
  color: #2b2b2c;
  padding: 8px 12px; }

.tagcloud--style-2 a:hover {
  background: #2b2b2c;
  color: #eceeef; }

.tagcloud--style-3 a {
  float: none;
  display: inline-block;
  margin: 0 20px 20px 0;
  background: transparent;
  border: 1px solid #eceeef;
  color: #eceeef;
  padding: 8px 12px; }

.tagcloud--style-3 a:hover {
  background: #eceeef;
  color: #2b2b2c; }

.photostream:after,
.photostream:before {
  content: "";
  display: table; }

.photostream:after {
  clear: both; }

.photostream .photo-wrapper > a {
  display: block;
  width: calc(100% * 0.25 - 3px + 1px);
  float: left;
  margin-right: 3px;
  margin-bottom: 3px; }

.photostream .photo-wrapper:nth-child(4n) > a {
  width: calc(100% * 0.25 - 3px);
  margin-right: 0; }

.photostream .photo-wrapper > a > img {
  width: 100%; }

.photostream .photo-wrapper img:hover {
  box-shadow: 0 0 0 3px #e81c3b; }

.contacts:not(.c-profile) {
  padding: 0 8px; }

.contacts > [class*="col-"] {
  padding: 0 10px; }

.contacts .contact-entry {
  border: 1px solid rgba(243, 243, 243, 0.7);
  border-radius: 2px;
  margin-bottom: 24px;
  background: #fff; }

.contacts .contact-entry .contact-entry-image {
  display: block; }

.contacts .contact-entry .contact-entry-image img {
  width: 100%;
  border-radius: 2px 2px 0 0; }

.contacts .contact-entry-image {
  margin: -1px -1px 0; }

.contacts .contact-info {
  text-align: center;
  margin-top: 15px;
  padding: 0 5px; }

.contacts .contact-info strong {
  color: #2b2b2c;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 500; }

.contacts .contact-info small {
  color: #818a91;
  font-size: 0.75rem;
  margin-top: 3px; }

.contacts .contact-info small,
.contacts .contact-info strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.contacts .contact-footer {
  border-top: 1px solid rgba(243, 243, 243, 0.7);
  margin-top: 18px; }

.contacts .contact-footer > button {
  padding: 4px 10px 3px;
  display: block;
  width: 100%;
  text-align: center;
  color: #818a91;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  outline: 0; }

.contacts .contact-footer > button:hover {
  background: #e81c3b;
  color: #FFF; }

.contacts .contact-footer > button:active {
  background: #d51633;
  color: #FFF; }

.contacts .contact-footer > button > i {
  font-size: 0.75rem;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px; }

.listview {
  position: relative; }

.listview:not(.listview-lg):not(.listview-message) .listview-item {
  padding: 1rem 0; }

.listview.listview-lg .listview-item:hover {
  background-color: #FFFFDB; }

.listview .listview-item {
  position: relative;
  display: block;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms; }

.listview .listview-item .listview-small {
  font-size: 12px;
  color: #A9A9A9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%; }

.listview .listview-item .checkbox,
.listview .listview-item.media {
  margin: 0; }

.listview .listview-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }

.listview a.listview-item:hover {
  background: #ECF9FF; }

.listview [class*="listview-img"] {
  border-radius: 50%; }

.listview .listview-img {
  width: 48px;
  height: 48px; }

.listview .listview-img-sm {
  width: 35px;
  height: 35px; }

.listview.listview-bordered .listview-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0; }

.listview .listview-attrs {
  list-style: none;
  padding: 0;
  margin: 5px 0 0; }

.listview .listview-attrs > li {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 2px; }

.listview .listview-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
  border: 1px solid #f1f1f1;
  background: transparent;
  color: #818a91; }

.listview .listview-attrs > li > a {
  display: block; }

.listview:not(.listview-message) .listview-title {
  color: #2b2b2c; }

.feature-badge > .feature-badge-value {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  color: #2b2b2c; }

.feature-badge > .feature-badge-value > .feature-badge-subtext {
  font-size: 1.5rem;
  font-weight: 400;
  color: #2b2b2c; }

.feature-badge > .feature-badge-text {
  display: block;
  font-size: 0.875rem; }

.map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 0.25rem; }

.map-canvas.style-1 {
  border-radius: 0.25rem; }

.map-canvas .info-window-content {
  min-width: 250px; }

.map-canvas .info-window-content h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px; }

.map-canvas .info-window-content h3 {
  font-size: 14px;
  font-weight: 500; }

.map-canvas .info-window-content p {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #999;
  text-shadow: none; }

.map-canvas-square {
  height: 200px; }

@media only screen and (min-width: 768px) {
  .map-canvas {
    height: 300px; } }

@media only screen and (min-width: 1170px) {
  .map-canvas {
    height: 400px; } }

.map-container {
  position: relative; }

.map-container address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: fade(#e81c3b, 80%);
  color: #FFF; }

@media only screen and (min-width: 768px) {
  .map-container address {
    text-align: center; } }

#map-zoom-in,
#map-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(232, 28, 59, 0.5);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("/bitrix/templates/invest3/assets/css/../images/icons/google-maps/icon-controller.svg");
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

#map-zoom-in:hover,
#map-zoom-out:hover {
  background-color: #e81c3b; }

@media only screen and (min-width: 768px) {
  #map-zoom-in,
  #map-zoom-out {
    margin-left: 30px; } }

#map-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

@media only screen and (min-width: 768px) {
  #map-zoom-in {
    margin-top: 30px; } }

#map-zoom-out {
  background-position: 50% -32px; }

pre {
  padding: 0 1.5rem;
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem; }

.card-body pre {
  padding: 0;
  border: 0; }

.code-example {
  position: relative; }

.code-example .btn-clipboard {
  outline: none;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer; }

.code-example .btn-clipboard:hover {
  color: rgba(0, 0, 0, 0.9); }

.color-palette .color-entry {
  position: relative;
  display: block;
  height: 170px;
  color: #FFF;
  border-radius: 0.25rem; }

.color-palette a > .color-entry {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1); }

.color-palette a:hover > .color-entry {
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3); }

.color-palette a.active > .color-entry,
.color-palette a.active:hover > .color-entry {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }

.color-palette .color-entry .color-code {
  position: absolute;
  bottom: 12px;
  right: 12px; }

.color-code-preview {
  border: 1px solid 0.25rem;
  padding: 6px; }

.color-code-preview .color-preview {
  height: 150px;
  position: relative; }

.color-code-preview .color-code-rgb {
  display: block;
  padding: 0 0 5px;
  text-align: center;
  font-weight: 500;
  font-size: 13px; }

.color-code-preview .color-code-hex {
  display: block;
  padding: 10px 0 5px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase; }

.color-code-preview .color-text {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
  display: block;
  text-align: center; }

.color-code-preview .color-class {
  position: absolute;
  top: 10px;
  left: 10px; }

.typeface-palette .typeface-entry {
  position: relative;
  display: block;
  padding: 1rem;
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem; }

.typeface-palette a > .typeface-entry {
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1); }

.typeface-palette a:hover > .typeface-entry {
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.5);
  z-index: 2;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3); }

.typeface-palette a.active > .typeface-entry,
.typeface-palette a.active:hover > .typeface-entry {
  box-shadow: none;
  border-color: #e81c3b;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }

.typeface-badge {
  position: absolute;
  top: 10px;
  right: 10px; }

.typeface {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-weight: 600;
  color: #111111; }

.typeface-quicksand {
  font-family: "Quicksand", sans-serif !important; }

.typeface-roboto {
  font-family: "Roboto", sans-serif !important; }

.typeface-slabo-27px {
  font-family: "Slabo 27px", serif !important; }

.typeface-roboto-condensed {
  font-family: "Roboto Condensed", serif !important; }

.typeface-raleway {
  font-family: "Raleway", serif !important; }

.typeface-montserrat {
  font-family: "Montserrat", serif !important; }

.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 70px;
  display: inline-block;
  background: #fff;
  color: #333;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  animation-delay: 0.2s;
  text-align: center; }

.play-video:hover {
  transform: scale(1.1);
  cursor: pointer; }

.post .card-image .play-video {
  top: auto;
  right: 0;
  margin-right: 25px;
  left: auto;
  cursor: default; }

.post .card-image .play-video:hover {
  transform: scale(1); }

.play-video-inline {
  position: relative;
  left: 0;
  top: 0;
  margin: 0; }

.play-video-inline + .play-video-text {
  display: inline-block;
  margin-left: 12px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2b2b2c; }

.play-video > i {
  font-size: 20px;
  margin-left: 5px; }

.play-video-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  margin-left: -25px; }

.play-video-sm > i {
  font-size: 14px; }

.play-video-top-left {
  top: 30px;
  left: 30px;
  margin: 0; }

.play-video--1 {
  background: #e81c3b;
  color: #FFF; }

.play-video--2 {
  background: transparent;
  border: 2px solid #FFF;
  color: #FFF; }

.play-video--2 > i {
  color: #FFF; }

.gallery-top img {
  max-width: 100%;
  border-radius: 0.25rem; }

.gallery-bottom {
  margin-top: 1rem; }

.gallery-thumb img {
  max-width: 100%; }

.testimonial .testimonial-image {
  border-radius: 100%;
  max-width: 100%; }

.testimonial .testimonial-content .testimonial-text {
  line-height: 1.5; }

.link-menu > a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  cursor: pointer;
  padding: 0.2em 1.3em;
  margin-right: 0.625rem; }

.link-menu > a:last-child {
  margin-right: 0; }

.link-menu--style-1 > a {
  margin-left: 1rem;
  padding-left: 0;
  padding-right: 1rem;
  color: #818a91; }

.link-menu--style-1 > a:first-child {
  margin-left: 0; }

.link-menu--style-1 > a.active,
.link-menu--style-1 > a:hover {
  color: #e81c3b; }

.link-menu--style-1 > a:active {
  text-shadow: 0 1px 1px; }

.link-menu--style-1 > a:after {
  content: "-";
  position: relative;
  right: -1rem; }

.link-menu--style-1 > a:after:hover {
  color: #818a91; }

.link-menu--style-1 > a:last-child:after {
  content: ""; }

.link-menu--style-1--v1 > a:active {
  text-shadow: 0; }

.link-menu--style-2 {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.25rem; }

.link-menu--style-2.absolute-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem; }

.link-menu--style-2 a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 0 2rem;
  cursor: pointer;
  border-right: 1px dashed #eceeef; }

.link-menu--style-2 a:focus,
.link-menu--style-2 a:hover {
  color: white !important; }

.link-menu--style-2 a.active {
  color: #e81c3b !important; }

.link-menu--style-2 i {
  font-size: 1rem;
  margin-right: 0.75rem; }

.link-menu--style-2 a:last-child {
  border-right: none; }

@media (max-width: 991px) {
  .link-menu--style-2 a {
    padding: 0 1rem; } }

.link-menu--style-3 > a {
  background: #eceeef;
  color: #818a91;
  border-radius: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 0.8rem; }

.link-menu--style-3 > a.active,
.link-menu--style-3 > a:hover {
  background: #e81c3b;
  color: #FFF !important; }

@media (min-height: 600px) and (min-width: 767px) {
  .background-image-holder[data-holder-type="hero"] {
    height: 80vh; } }

.background-image-holder h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2; }

.background-image-holder .button-link-option {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 400; }

.background-image-holder .button-link-option > a {
  text-decoration: underline; }

.background-image-holder .holder-item {
  height: 100%;
  padding: 2rem 0; }

.navbar-transparent + .background-image-holder .holder-item {
  padding-top: 4rem; }

@media (max-width: 991px) {
  .background-image-holder .holder-item {
    height: auto;
    padding: 4rem 0; } }

.background-image-holder .animated {
  opacity: 0; }

.background-image-holder .animated.animation-ended {
  opacity: 1; }

.background-image-holder .holder-item-light .heading {
  color: #FFF; }

.background-image-holder .holder-item-light p {
  color: #d3d3d3; }

.background-image-holder .holder-item-dark .heading {
  color: #333; }

.background-image-holder .holder-item-dark p {
  color: #555; }

.background-image-holder .container {
  position: relative;
  height: 100%; }

.background-image-holder .swiper-pagination-bullet {
  width: 12px;
  height: 12px; }

.background-image-holder .text-boxed {
  display: inline-block;
  padding: 2rem;
  border: 2px solid #FFF; }

.background-image-holder .holder-overlay-wrapper {
  position: relative;
  z-index: 100; }

.background-image-holder .holder-overlay-wrapper .overlay-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

@media (max-width: 991px) {
  .background-image-holder .heading-1.heading-responsive {
    font-size: 3.5vw !important; }
  .background-image-holder .heading-xl {
    font-size: 4.75vw !important; }
  .background-image-holder .heading-xxl.heading-responsive {
    font-size: 6vw !important; }
  .background-image-holder .heading-xl-x2.heading-responsive {
    font-size: 7.5vw !important; } }

.palette-colors {
  border-radius: 0.25rem;
  cursor: pointer;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%; }

.palette-colors div {
  height: 22px;
  display: table-cell;
  box-shadow: inset rgba(255, 255, 255, 0.05) 0 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }

.palette-colors div:first-of-type {
  border-radius: 0.25rem 0 0 0.25rem;
  box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }

.palette-colors div:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
  box-shadow: inset rgba(255, 255, 255, 0.05) -1px 1px, inset rgba(255, 255, 255, 0.05) 0 -1px; }

.spotlight-floating-img {
  position: relative; }

.spotlight-floating-img.align-left {
  left: -15px; }

.spotlight-floating-img.align-right {
  right: -15px; }

.spotlight-img > img,
.spotlight-floating-img > img {
  max-width: 100%; }

.icons-holder i {
  margin-right: 1.5rem;
  color: #818a91; }

.icons-holder .desktop {
  font-size: 46px; }

.icons-holder .tablet {
  font-size: 40px; }

.icons-holder .mobile {
  font-size: 34px; }

.firm-element {
  width: 200px;
  height: 200px;
  border-radius: 0 50% 50% 50%;
  background: #e81c3b;
  color: white;
  padding: 25px; }

.navbar-brand {
  padding: 0;
  margin: 0; }

.navbar-nav {
  width: 100%; }

.navbar-collapse {
  width: 100%; }

.menu-ideas {
  background-color: white !important; }

.ideas-menu-img {
  width: 100%; }

@media (min-width: 992px) {
  .navbar {
    padding: 0; }
  .navbar .navbar-nav .nav-link {
    margin: 0;
    border-radius: 0; }
  .navbar-sm .navbar-nav .nav-link {
    margin: 0;
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }
  .navbar-nav .dropdown-menu.menu-ideas {
    padding: 0; }
    .navbar-nav .dropdown-menu.menu-ideas img {
      width: 100%; }
    .navbar-nav .dropdown-menu.menu-ideas .mega-dropdown-menu {
      padding: 0; } }

.main-navigation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .main-navigation .element {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
    cursor: pointer;
    color: black;
    width: 33.33%;
    transition: background-color 0.2s ease; }
    .main-navigation .element img {
      background: white;
      padding: 0.5rem;
      width: 4rem;
      border-radius: 50%; }
    .main-navigation .element.interior:hover, .main-navigation .element.interior.active {
      background-color: #009698;
      color: white; }
    .main-navigation .element.facade:hover, .main-navigation .element.facade.active {
      background-color: #7A507E;
      color: white; }
    .main-navigation .element.grunt:hover, .main-navigation .element.grunt.active {
      background-color: #F9BD20;
      color: white; }
    .main-navigation .element.metal:hover, .main-navigation .element.metal.active {
      background-color: #488955;
      color: white; }
    .main-navigation .element.effects:hover, .main-navigation .element.effects.active {
      background-color: #9A4A48;
      color: white; }
    .main-navigation .element.shine:hover, .main-navigation .element.shine.active {
      background-color: #756E62;
      color: white; }
    .main-navigation .element.wood:hover, .main-navigation .element.wood.active {
      background-color: #3869A4;
      color: white; }
    .main-navigation .element.solvent:hover, .main-navigation .element.solvent.active {
      background-color: #FF9D3E;
      color: white; }
    .main-navigation .element .element-text {
      padding-left: 1rem; }

.index-pattern {
  width: 100%;
  height: 50px;
  background: url("/assets/images/patterns/pattern3.png") repeat-x; }

.index-tambour-bl {
  position: absolute;
  right: 10%;
  top: -100px;
  z-index: 99999; }

.block-info-inner img {
  cursor: pointer; }

.color-gallery .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .color-gallery .items .item {
    width: 24%;
    padding-top: 24%;
    margin: 0 1% 1% 0; }

/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css?15259860009742*/
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}

/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/settings.css?152598600030060*/
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.4.5
date:      	15/05/17
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff!important}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../fonts/revicons/revicons.eot?5510888);src:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../fonts/revicons/revicons.woff?5510888) format('woff'),url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'),url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}.tp-parallax-wrap{transform-style:preserve-3d}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/../assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%}
/* End */


/* Start:/bitrix/templates/invest3/assets/vendor/revolution-slider/revolution-addons/particles/css/revolution.addon.particles.css?1525986000632*/
/* 
 * @author    ThemePunch <info@themepunch.com>
 * @link      http://www.themepunch.com/
 * @copyright 2017 ThemePunch
*/

.rs-particles-canvas {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s linear;	
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
	user-select: none;

}

/* interactive, no slidelink */
.rs-particles-interactive .rs-particles-canvas {
	
	pointer-events: auto;
	
}

/* interactive + slidelink */
.rs-particles-slidelink .rs-particles-canvas {
	
	cursor: pointer;
	pointer-events: auto;
	
}
/* End */
/* /bitrix/templates/invest3/styles.css?158136840045 */
/* /bitrix/templates/invest3/template_styles.css?1603746000329 */
/* /bitrix/templates/invest3/assets/vendor/bootstrap/css/bootstrap.css?1581282000159211 */
/* /bitrix/templates/invest3/assets/vendor/swiper/css/swiper.min.css?152598600017762 */
/* /bitrix/templates/invest3/assets/vendor/hamburgers/hamburgers.min.css?152598600022172 */
/* /bitrix/templates/invest3/assets/vendor/animate/animate.min.css?152598600055222 */
/* /bitrix/templates/invest3/assets/vendor/fancybox/css/jquery.fancybox.min.css?152598600013735 */
/* /bitrix/templates/invest3/assets/fonts/font-awesome/css/font-awesome.min.css?152598600031000 */
/* /bitrix/templates/invest3/assets/fonts/ionicons/css/ionicons.min.css?152598600051284 */
/* /bitrix/templates/invest3/assets/fonts/line-icons/line-icons.css?152598600011032 */
/* /bitrix/templates/invest3/assets/fonts/line-icons-pro/line-icons-pro.css?1525986000148839 */
/* /bitrix/templates/invest3/assets/fonts/linea/arrows/linea-icons.css?15259860008797 */
/* /bitrix/templates/invest3/assets/fonts/linea/basic/linea-icons.css?15259860007845 */
/* /bitrix/templates/invest3/assets/fonts/linea/ecommerce/linea-icons.css?15259860005655 */
/* /bitrix/templates/invest3/assets/fonts/linea/software/linea-icons.css?15259860007058 */
/* /bitrix/templates/invest3/assets/css/boomerang.min.css?1603659600439690 */
/* /bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css?15259860009742 */
/* /bitrix/templates/invest3/assets/vendor/revolution-slider/revolution/css/settings.css?152598600030060 */
/* /bitrix/templates/invest3/assets/vendor/revolution-slider/revolution-addons/particles/css/revolution.addon.particles.css?1525986000632 */
