@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

time {
  display: inline; }

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

progress {
  vertical-align: baseline; }

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

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

fieldset {
  min-width: 0; }

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

ul,
ol {
  list-style: none; }

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

address {
  font-style: normal; }

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

img {
  border: 0; }

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

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

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

strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

input,
button {
  overflow: visible; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
select {
  text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1rem 0 1.5rem;
  color: #5e5e5e;
  padding: 20px 20px 20px 40px;
  border-left: 8px solid #c2c2c2;
  position: relative;
  background: #f8f8f8;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
  font-family: inherit; }

blockquote:before {
  content: "\201C";
  color: #c2c2c2;
  font-size: 70px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  display: block; }

blockquote p {
  font-style: italic;
  font-size: 18px;
  margin-top: 0; }

blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px; }

blockquote cite:before {
  content: "\2014 \2009"; }

html {
  max-width: 100%;
  overflow-x: hidden; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  min-width: 100%;
  overflow-x: hidden;
  font: 400 16px/ 1.4 "Lato", Helvetica, Arial, sans-serif;
  color: #2d2d2d; }
/* width */
/* Track */
/* Handle */
/* Handle on hover */
.main,
main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 320px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1360px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1920px) {
    .container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media (min-width: 320px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 1360px) {
    .container {
      max-width: 100%; }}
  @media (min-width: 1920px) {
    .container {
      max-width: 1600px; } }

.hidden {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .main--no-gutter {
    padding: 0; } }

@media (min-width: 1024px) {
  .main {
    padding-top: 0; }
    .main--no-gutter {
      padding: 0; } }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-Bold.eot");
  src: url("./../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-Bold.woff2") format("woff2"), url("./../fonts/Lato-Bold.woff") format("woff"), url("./../fonts/Lato-Bold.ttf") format("truetype"), url("./../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-BlackItalic.eot");
  src: url("./../fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-BlackItalic.woff2") format("woff2"), url("./../fonts/Lato-BlackItalic.woff") format("woff"), url("./../fonts/Lato-BlackItalic.ttf") format("truetype"), url("./../fonts/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-Black.eot");
  src: url("./../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-Black.woff2") format("woff2"), url("./../fonts/Lato-Black.woff") format("woff"), url("./../fonts/Lato-Black.ttf") format("truetype"), url("./../fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-Hairline.eot");
  src: url("./../fonts/Lato-Hairline.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-Hairline.woff2") format("woff2"), url("./../fonts/Lato-Hairline.woff") format("woff"), url("./../fonts/Lato-Hairline.ttf") format("truetype"), url("./../fonts/Lato-Hairline.svg#Lato-Hairline") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-Regular.eot");
  src: url("./../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-Regular.woff2") format("woff2"), url("./../fonts/Lato-Regular.woff") format("woff"), url("./../fonts/Lato-Regular.ttf") format("truetype"), url("./../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-Italic.eot");
  src: url("./../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-Italic.woff2") format("woff2"), url("./../fonts/Lato-Italic.woff") format("woff"), url("./../fonts/Lato-Italic.ttf") format("truetype"), url("./../fonts/Lato-Italic.svg#Lato-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-LightItalic.eot");
  src: url("./../fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-LightItalic.woff2") format("woff2"), url("./../fonts/Lato-LightItalic.woff") format("woff"), url("./../fonts/Lato-LightItalic.ttf") format("truetype"), url("./../fonts/Lato-LightItalic.svg#Lato-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-BoldItalic.eot");
  src: url("./../fonts/Raleway-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-BoldItalic.woff2") format("woff2"), url("./../fonts/Raleway-BoldItalic.woff") format("woff"), url("./../fonts/Raleway-BoldItalic.ttf") format("truetype"), url("./../fonts/Raleway-BoldItalic.svg#Raleway-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-ExtraLightItalic.eot");
  src: url("./../fonts/Raleway-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-ExtraLightItalic.woff2") format("woff2"), url("./../fonts/Raleway-ExtraLightItalic.woff") format("woff"), url("./../fonts/Raleway-ExtraLightItalic.ttf") format("truetype"), url("./../fonts/Raleway-ExtraLightItalic.svg#Raleway-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-ExtraBold.eot");
  src: url("./../fonts/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("./../fonts/Raleway-ExtraBold.woff") format("woff"), url("./../fonts/Raleway-ExtraBold.ttf") format("truetype"), url("./../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Bold.eot");
  src: url("./../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Bold.woff2") format("woff2"), url("./../fonts/Raleway-Bold.woff") format("woff"), url("./../fonts/Raleway-Bold.ttf") format("truetype"), url("./../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-HairlineItalic.eot");
  src: url("./../fonts/Lato-HairlineItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-HairlineItalic.woff2") format("woff2"), url("./../fonts/Lato-HairlineItalic.woff") format("woff"), url("./../fonts/Lato-HairlineItalic.ttf") format("truetype"), url("./../fonts/Lato-HairlineItalic.svg#Lato-HairlineItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Black.eot");
  src: url("./../fonts/Raleway-Black.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Black.woff2") format("woff2"), url("./../fonts/Raleway-Black.woff") format("woff"), url("./../fonts/Raleway-Black.ttf") format("truetype"), url("./../fonts/Raleway-Black.svg#Raleway-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-BoldItalic.eot");
  src: url("./../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-BoldItalic.woff2") format("woff2"), url("./../fonts/Lato-BoldItalic.woff") format("woff"), url("./../fonts/Lato-BoldItalic.ttf") format("truetype"), url("./../fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-BlackItalic.eot");
  src: url("./../fonts/Raleway-BlackItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-BlackItalic.woff2") format("woff2"), url("./../fonts/Raleway-BlackItalic.woff") format("woff"), url("./../fonts/Raleway-BlackItalic.ttf") format("truetype"), url("./../fonts/Raleway-BlackItalic.svg#Raleway-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-ExtraBoldItalic.eot");
  src: url("./../fonts/Raleway-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-ExtraBoldItalic.woff2") format("woff2"), url("./../fonts/Raleway-ExtraBoldItalic.woff") format("woff"), url("./../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype"), url("./../fonts/Raleway-ExtraBoldItalic.svg#Raleway-ExtraBoldItalic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-LightItalic.eot");
  src: url("./../fonts/Raleway-LightItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-LightItalic.woff2") format("woff2"), url("./../fonts/Raleway-LightItalic.woff") format("woff"), url("./../fonts/Raleway-LightItalic.ttf") format("truetype"), url("./../fonts/Raleway-LightItalic.svg#Raleway-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Medium.eot");
  src: url("./../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Medium.woff2") format("woff2"), url("./../fonts/Raleway-Medium.woff") format("woff"), url("./../fonts/Raleway-Medium.ttf") format("truetype"), url("./../fonts/Raleway-Medium.svg#Raleway-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lato';
  src: url("./../fonts/Lato-Light.eot");
  src: url("./../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Lato-Light.woff2") format("woff2"), url("./../fonts/Lato-Light.woff") format("woff"), url("./../fonts/Lato-Light.ttf") format("truetype"), url("./../fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-ExtraLight.eot");
  src: url("./../fonts/Raleway-ExtraLight.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-ExtraLight.woff2") format("woff2"), url("./../fonts/Raleway-ExtraLight.woff") format("woff"), url("./../fonts/Raleway-ExtraLight.ttf") format("truetype"), url("./../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-ThinItalic.eot");
  src: url("./../fonts/Raleway-ThinItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-ThinItalic.woff2") format("woff2"), url("./../fonts/Raleway-ThinItalic.woff") format("woff"), url("./../fonts/Raleway-ThinItalic.ttf") format("truetype"), url("./../fonts/Raleway-ThinItalic.svg#Raleway-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Light.eot");
  src: url("./../fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Light.woff2") format("woff2"), url("./../fonts/Raleway-Light.woff") format("woff"), url("./../fonts/Raleway-Light.ttf") format("truetype"), url("./../fonts/Raleway-Light.svg#Raleway-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Italic.eot");
  src: url("./../fonts/Raleway-Italic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Italic.woff2") format("woff2"), url("./../fonts/Raleway-Italic.woff") format("woff"), url("./../fonts/Raleway-Italic.ttf") format("truetype"), url("./../fonts/Raleway-Italic.svg#Raleway-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Regular.eot");
  src: url("./../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Regular.woff2") format("woff2"), url("./../fonts/Raleway-Regular.woff") format("woff"), url("./../fonts/Raleway-Regular.ttf") format("truetype"), url("./../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-SemiBold.eot");
  src: url("./../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-SemiBold.woff2") format("woff2"), url("./../fonts/Raleway-SemiBold.woff") format("woff"), url("./../fonts/Raleway-SemiBold.ttf") format("truetype"), url("./../fonts/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-SemiBoldItalic.eot");
  src: url("./../fonts/Raleway-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-SemiBoldItalic.woff2") format("woff2"), url("./../fonts/Raleway-SemiBoldItalic.woff") format("woff"), url("./../fonts/Raleway-SemiBoldItalic.ttf") format("truetype"), url("./../fonts/Raleway-SemiBoldItalic.svg#Raleway-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-MediumItalic.eot");
  src: url("./../fonts/Raleway-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-MediumItalic.woff2") format("woff2"), url("./../fonts/Raleway-MediumItalic.woff") format("woff"), url("./../fonts/Raleway-MediumItalic.ttf") format("truetype"), url("./../fonts/Raleway-MediumItalic.svg#Raleway-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Thin.eot");
  src: url("./../fonts/Raleway-Thin.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Thin.woff2") format("woff2"), url("./../fonts/Raleway-Thin.woff") format("woff"), url("./../fonts/Raleway-Thin.ttf") format("truetype"), url("./../fonts/Raleway-Thin.svg#Raleway-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-ThinItalic_1.eot");
  src: url("./../fonts/Raleway-ThinItalic_1.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-ThinItalic_1.woff2") format("woff2"), url("./../fonts/Raleway-ThinItalic_1.woff") format("woff"), url("./../fonts/Raleway-ThinItalic_1.ttf") format("truetype"), url("./../fonts/Raleway-ThinItalic_1.svg#Raleway-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("./../fonts/Raleway-Thin_1.eot");
  src: url("./../fonts/Raleway-Thin_1.eot?#iefix") format("embedded-opentype"), url("./../fonts/Raleway-Thin_1.woff2") format("woff2"), url("./../fonts/Raleway-Thin_1.woff") format("woff"), url("./../fonts/Raleway-Thin_1.ttf") format("truetype"), url("./../fonts/Raleway-Thin_1.svg#Raleway-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

/***** #Autocomplete ************************************************************/
.autocomplete-suggestions {
  background-color: #FAFAFA;
  overflow: hidden;
  display: table;
  top: 100%;
  border: none;
  border-radius: 20px;
  color: #333333; }

.autocomplete-suggestion {
  display: table-row;
  width: 100%;
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400; }

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

.autocomplete-suggestions strong {
  font-weight: 600;
  color: #a16d13; }

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

.autocomplete-suggestion img {
  border-radius: 20px;
  overflow: hidden; }

.autocomplete-suggestion div,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
  padding: .152rem .3rem;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none; }

.autocomplete-suggestions span {
  white-space: nowrap;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  border-left: none; }

.autocomplete-suggestion {
  cursor: pointer; }

/*!
 *  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';
  font-display: swap;
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/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);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

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

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

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

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.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 {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

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

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

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

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

@viewport {
  width: device-width; }

/*Normalize.css v5.0.0*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

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

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

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

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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 {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-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; } }

/*Ui-slider CSS*/
.ui-slider {
  position: relative;
  height: 6px;
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
  margin: 12px 10px 33px;
  border-radius: 2px; }

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  top: -10px;
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: inset 0 0 0 6px #fff, 0 1px 0 0 #c1c1c1;
          box-shadow: inset 0 0 0 6px #fff, 0 1px 0 0 #c1c1c1;
  border-radius: 100%;
  cursor: pointer; }

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #a16d13; }

.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #a16d13;
  height: 100%; }

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

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

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

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

.fn_categories {
  position: relative; }

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

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

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

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

.slick-loading::before,
.slick-loading::after {
  top: 50%;
  margin-top: -41px; }

.slick-loading::before {
  margin-top: -60px; }

/* Slick slider    v1.5.9 */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  color: #cfd0d2; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0px; }

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

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

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #a3a3a3; }

.all_brands .slick-prev,
.all_brands .slick-next {
  margin: 0;
  top: -58px;
  width: 70px;
  height: 57px;
  line-height: 57px;
  border-left: 1px solid #e8e8e1;
  border-top: none; }

.all_brands .slick-next {
  right: -1px; }

.all_brands .slick-prev {
  left: auto;
  right: 71px; }

.comparison_page .slick-prev,
.comparison_page .slick-next {
  top: 160px; }

.slick-dots {
  position: absolute;
  right: 55px;
  bottom: 30px;
  display: block;
  font-size: 0;
  padding: 0;
  list-style: none;
  text-align: right; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  background-color: #fff;
  opacity: .4; }

.slick-dots li.slick-active button {
  opacity: 1; }

.slick-dots li button:hover {
  opacity: .8; }

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: inherit;
  color: inherit; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

a,
button,
input {
  -webkit-tap-highlight-color: transparent; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0; }

p:last-child {
  margin-bottom: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }

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

th {
  text-align: left; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

textarea {
  resize: vertical; }

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

*:focus {
  outline: none; }

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

/* Mozilla Firefox 4 - 18 */
:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

/* IE 10+ */
:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

/* Edge */
::-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
  white-space: nowrap; }

::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

::placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7; }

[placeholder] {
  text-overflow: ellipsis; }

:focus::-webkit-input-placeholder {
  opacity: 0; }

:focus::-moz-placeholder {
  opacity: 0; }

:focus:-ms-input-placeholder {
  opacity: 0; }

:focus::-ms-input-placeholder {
  opacity: 0; }

:focus::placeholder {
  opacity: 0; }

/***** #Slick **************************************************************/
.product__img-box .slick-slide {
  position: relative; }

.product__img-box .slick-dots {
  right: auto;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .product__img-box .slick-dots li button {
    background: #969696; }
  .product__img-box .slick-dots li.slick-active {
    position: relative; }
    .product__img-box .slick-dots li.slick-active button {
      background: transparent;
      border: 2px solid #969696; }

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .slider-arrows .slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 20px;
    width: 42px;
    height: 42px;
    font-size: 30px;
    border: 2px solid transparent;
    border-radius: 50%;
    color: #a16d13;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider-arrows .slider-arrow.slick-disabled {
      color: #909090; }
    .slider-arrows .slider-arrow:not(.slick-disabled):active {
      border-color: #a16d13; }

@media (min-width: 1024px) {
  .slider-arrows {
    margin-top: 80px; }
    .slider-arrows .slider-arrow:not(.slick-disabled):hover {
      border-color: #a16d13; } }

/***** #price-slider ***************************************************************/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

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

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.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;
  white-space: nowrap; }

.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-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

#fn_slider_price.noUi-target {
  position: relative;
  height: 1px;
  margin: -1px 10px 24px;
  border: none;
  font-family: inherit;
  color: inherit; }

#fn_slider_price.noUi-target .noUi-handle {
  position: absolute;
  width: 12px;
  height: 12px;
  margin-left: -12px;
  top: -4px;
  background-color: var(--okay-basic-company);
  border-color: var(--okay-basic-company);
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

#fn_slider_price.noUi-target .noUi-handle::after,
#fn_slider_price.noUi-target .noUi-handle::before {
  content: none; }

#fn_slider_price.noUi-target .noUi-handle::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-bottom: 4px solid #119203;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  background: transparent; }

#fn_slider_price.noUi-target .noUi-connect,
#fn_slider_price.noUi-target .noUi-handle:hover {
  background-color: var(--okay-basic-company); }

#fn_slider_price.noUi-horizontal .noUi-handle {
  right: -6px; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

.select2-results {
  display: block; }

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

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

.select2-results__option[aria-selected] {
  cursor: pointer; }

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

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

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

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

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

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

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

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

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option[aria-selected=true] {
  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-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***** #Reedmore *************************************************************************/
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
  width: auto;
  position: relative; }

.fn_readmore[aria-expanded="false"]::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%); }

.fn_readmore[data-readmore] {
  -webkit-transition: height 500ms;
  transition: height 500ms;
  overflow: hidden;
  max-height: 100px;
  display: block;
  width: 100%; }

.fn_readmore + [data-readmore-toggle] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .fn_readmore + [data-readmore-toggle]:active {
    color: #a16d13; }

@media (min-width: 1024px) {
  .fn_readmore + [data-readmore-toggle]:hover {
    color: #a16d13; } }

/***** #Buttons ***********************************************************/
.button {
  padding: 15px 20px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }
  .button--primary {
    display: block;
    color: #fff;
    background-color: #a16d13; }
    .button--primary:active {
      background-color: #cf8c18; }
    .button--primary:disabled {
      background-color: #999; }
  .button--secondary {
    color: #a16d13;
    border: 2px solid;
    border-color: #a16d13; }
    .button--secondary:active {
      color: #fff;
      background-color: #a16d13; }
  .button--link {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500; }
    .button--link::after {
      content: "";
      position: absolute;
      bottom: -2px;
      width: 0;
      height: 12px;
      background-color: #a16d13;
      left: 0;
      z-index: -1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

@media (min-width: 1024px) {
  .button--primary:not(:disabled):hover {
    background-color: #cf8c18; }
  .button--secondary:not(:disabled):hover {
    color: #fff;
    background-color: #a16d13; }
  .button--link:hover::after {
    width: 100%; }
  .link:hover {
    cursor: pointer;
    color: #a16d13; } }

/* ==================================================
  Libraries & сomponents
  ================================================== */
/*
  #callback-form
  Libraries & сomponents
  ================================================== */
.main__btn-down {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff; }
  .main__btn-down-wrap {
    display: none;
    position: relative;
    margin: -35px auto 0; }
  .main__btn-down-link {
    position: absolute;
    top: 10px;
    left: calc(50% - 16px);
    cursor: pointer;
    color: #000;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main__btn-down-link svg {
      width: 32px;
      height: 32px; }
    .main__btn-down-link:hover {
      color: #a16d13;
      opacity: 1; }

.main__highlighted {
  margin-top: 40px; }

.main__get-inspired {
  position: relative;
  margin-top: 20px; }
  .main__get-inspired .p5Canvas {
    z-index: -100;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block; }

.main__hospitality-inspo {
  margin-top: 40px; }
  .main__hospitality-inspo-body {
    padding: 30px 0 4px; }

.main__about {
  padding: 40px 0 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4e2e2), to(#f1f1f1));
  background: linear-gradient(to top, #e4e2e2, #f1f1f1); }
  .main__about-body {
    margin-top: 30px; }
  .main__about-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
    padding: 5px 30px;
    min-height: 70px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #a16d13;
    border: 2px solid #a16d13;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .main__about-btn:active {
      border-color: transparent; }

.p5Canvas {
  display: none; }

@media (min-width: 1024px) {
  .main__btn-down-wrap {
    display: block; }
  .main__get-inspired {
    margin-top: 60px; }
  .main__hospitality-inspo {
    margin-top: 75px; }
    .main__hospitality-inspo-body {
      padding: 58px 0 8px; }
  .main__about {
    padding: 45px 0; }
    .main__about-body {
      max-width: 1200px;
      margin: 40px auto 0; }
    .main__about-btn {
      font-weight: normal;
      font-size: 24px; }
      .main__about-btn-text {
        position: relative;
        -webkit-transition: none;
        transition: none; }
        .main__about-btn-text::after {
          content: "";
          position: absolute;
          top: calc(100% + 16px);
          left: 0;
          width: 62px;
          height: 2px;
          background-color: #a16d13;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .main__about-btn:hover {
        font-weight: bold;
        border-color: transparent; }
        .main__about-btn:hover .main__about-btn-text::after {
          opacity: 1; } }

@media (min-width: 1360px) {
  .main__about {
    padding: 50px 120px; } }

.popup {
  position: relative;
  min-width: 300px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8); }
  .popup__heading {
    margin-bottom: 30px; }
  .popup__logo svg {
    width: 143px;
    height: 114px; }
  .popup__icon {
    position: absolute;
    top: calc(50% - 11px);
    left: 5px;
    color: #a16d13; }
    .popup__icon svg {
      width: 22px;
      height: 22px; }
    .popup__icon--msg {
      top: 12px; }
  .popup__btn {
    width: 100%;
    text-transform: uppercase; }
  .popup__link:active {
    color: #a16d13; }
  .popup .form__textarea, .popup .form__input {
    padding-left: 50px;
    border-color: transparent; }
  .popup .fancybox-close-small {
    right: 25px;
    top: 25px;
    width: 22px;
    height: 22px;
    padding: 0;
    color: #1d1d1d; }

@media (min-width: 1024px) {
  .popup {
    padding: 30px 50px; }
    .popup__link:hover {
      color: #a16d13; }
    .popup .form__textarea, .popup .form__input {
      min-width: 360px; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }
  .pagination .page_item {
    margin: 15px; }
    .pagination .page_item.active {
      font-weight: bold;
      color: #a16d13; }
  .pagination .page_link {
    cursor: pointer; }
    .pagination .page_link:active {
      color: #a16d13; }

@media (min-width: 1024px) {
  .pagination .page_link:hover {
    color: #a16d13; } }

.tabs {
  padding: 10px;
  border-bottom: 2px solid #878787; }
  .tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tabs__navigation-item {
      padding: 12px;
      font-size: 16px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }
      .tabs__navigation-item.selected {
        background-color: #a16d13;
        color: #fff; }

@media (min-width: 1024px) {
  .tabs {
    margin-top: 10px;
    padding: 0; }
    .tabs__navigation {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .tabs__navigation-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%; } }

@media (min-width: 1360px) {
  .tabs__navigation-item {
    font-size: 22px; } }

@media (min-width: 1920px) {
  .tabs__navigation-item {
    font-size: 24px; } }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 20px 10px 10px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(45, 45, 45, 0.5);
  text-transform: uppercase; }
  .breadcrumbs li::after {
    content: ">";
    margin: 0 10px; }
  .breadcrumbs li:last-child::after {
    display: none; }
  .breadcrumbs li a:active {
    color: #a16d13; }

@media (min-width: 768px) {
  .breadcrumbs {
    padding: 20px 20px 10px; } }

@media (min-width: 1024px) {
  .breadcrumbs {
    padding-top: 50px; }
    .breadcrumbs li a:hover {
      color: #a16d13; } }

@media (min-width: 1360px) {
  .breadcrumbs {
    padding: 50px 50px 10px; } }

.register {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px; }
  .register__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0; }
  .register__separator {
    display: block;
    margin: 7px 0 20px;
    width: 100%;
    height: 2px;
    background-color: #dedede; }
  .register__btn {
    width: 100%;
    padding: 5px 50px;
    font-size: 24px; }
  .register .w--100 {
    width: 100%; }

@media (min-width: 768px) {
  .register {
    padding: 0 20px; }
    .register__btn {
      width: auto; }
    .register .form__group--half-pass {
      margin-left: 0; }
    .register .form__group--half-rep-pass {
      margin-left: 10px; } }

@media (min-width: 1360px) {
  .register {
    padding: 0 50px; }
    .register__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 60px 0; }
    .register__separator {
      margin: 7px 0 45px; }
    .register .form__group {
      margin-bottom: 37px; }
    .register .form__placeholder {
      display: block;
      margin-bottom: 9px; }
    .register .change_pass--field {
      position: absolute;
      left: 0;
      bottom: 0; } }

.about__top {
  width: 100%;
  /* max-width: 1640px; */
  margin: 0 auto;
  padding: 0 10px; }

.about__desc {
  padding-top: 40px; }

.about__banner {
  background-color: rgba(182, 182, 182, 0.05); }

.about__bottom {
  padding: 80px 0; }

@media (min-width: 768px) {
  .about__top {
    padding: 0 20px; } }

@media (min-width: 1360px) {
  .about__top {
    padding: 0 26px 60px; } }

.order_notify_v2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0 50px; }

.o_notify_v2_head {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400; }
  .o_notify_v2_head svg {
    margin-right: 15px;
    color: #a16d13; }

.o_notify_v2_content {
  margin-bottom: 20px; }

.o_notify_v2_order_id {
  margin-bottom: 50px;
  font-style: italic; }

@media (min-width: 768px) {
  .order_notify_v2 .button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 60px; } }

@media (min-width: 1360px) {
  .order_notify_v2 {
    padding: 40px 30px 60px; } }

.menu_404 {
  text-align: center; }
  .menu_404 .menu_item {
    margin: 10px; }
  .menu_404 .menu_link {
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .menu_404 .menu_link:hover {
      color: #a16d13; }

.section-title {
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  color: #909090; }
  .section-title--uppercase {
    text-transform: uppercase; }
  .section-title--underline {
    position: relative;
    margin-bottom: 21px; }
    .section-title--underline::after {
      content: "";
      position: absolute;
      width: 94px;
      height: 1px;
      bottom: -20px;
      left: calc(50% - 47px);
      background-color: #A06E14; }
  .section-title--underline-left {
    position: relative;
    margin-bottom: 21px;
    text-align: left; }
    .section-title--underline-left::after {
      content: "";
      position: absolute;
      width: 94px;
      height: 1px;
      bottom: -20px;
      left: 0;
      background-color: #A06E14; }
.section-title--short{
  max-width: 1010px;
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #00000099;
  text-align: right;
  text-transform: none;
  margin-top: 20px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 50px; } }

/***** #Blocks & boxed ***********************************************/
.user-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }
  .user-content h1, .user-content h2 {
    font-size: 34px; }
  .user-content h3 {
    font-size: 24px; }
  .user-content h4 {
    font-size: 18px; }
  .user-content h5, .user-content h6 {
    font-size: 14px; }
  .user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6 {
    margin: 1.25em 0 1em;
    font-weight: 300 !important;
    line-height: 1.2;
    color: #909090;
    text-align: center; }
    .user-content h1:first-child, .user-content h2:first-child, .user-content h3:first-child, .user-content h4:first-child, .user-content h5:first-child, .user-content h6:first-child {
      margin-top: 0; }
    .user-content h1:last-child, .user-content h2:last-child, .user-content h3:last-child, .user-content h4:last-child, .user-content h5:last-child, .user-content h6:last-child {
      margin-bottom: 0; }
  .user-content h1, .user-content h2 {
    position: relative;
    margin-bottom: calc(20px + 1em);
    text-transform: uppercase; }
    .user-content h1::after, .user-content h2::after {
      content: "";
      position: absolute;
      width: 94px;
      height: 1px;
      bottom: -20px;
      left: calc(50% - 47px);
      background-color: #a16d13; }
  .user-content p, .user-content ul, .user-content ol, .user-content table {
    margin-bottom: 1em; }
    .user-content p:last-child, .user-content ul:last-child, .user-content ol:last-child, .user-content table:last-child {
      margin-bottom: 0; }
  .user-content ul {
    list-style: disc; }
    .user-content ul li::marker {
      color: #a16d13; }
  .user-content ol {
    list-style: decimal; }
    .user-content ol li {
      padding-left: 20px; }
      .user-content ol li::marker {
        font-weight: 600;
        color: #a16d13; }
  .user-content li {
    margin-bottom: 0.5em;
    margin-left: 20px; }
    .user-content li li {
      margin-top: 0.25em;
      margin-bottom: 0; }
    .user-content li:last-child {
      margin-bottom: 0; }

@media (min-width: 1024px) {
  .user-content {
    font-size: 20px; }
    .user-content h1, .user-content h2 {
      font-size: 50px; } }

@media (min-width: 1360px) {
  .user-content {
    font-size: 22px; } }

.main-banner__img {
  display: block;
  height: 100%; }
  .main-banner__img img {
    width: 100%;
    height: auto; }

.main-banner .slick-dots {
  left: 0;
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .main-banner .slick-dots li button {
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0.7; }
    .main-banner .slick-dots li button:hover {
      opacity: 1; }
  .main-banner .slick-dots li.slick-active button {
    opacity: 1;
    background-color: #fff; }

@media (min-width: 1024px) {
  .main-banner__wrap {
    margin-top: -54px; }
  .main-banner .slick-dots {
    left: auto;
    right: 40px;
    top: 110px;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main-banner .slick-dots li {
      margin: 12px 0; }
      .main-banner .slick-dots li button {
        width: 15px;
        height: 15px; } }

@media (min-width: 1360px) {
  .main-banner__wrap {
    margin-top: -58px; } }

.highlighted-banner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px 0; }
  .highlighted-banner__item {
    margin-bottom: 40px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .highlighted-banner__item:active .highlighted-banner__img {
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
    .highlighted-banner__item:active .highlighted-banner__title {
      color: #a16d13; }
      .highlighted-banner__item:active .highlighted-banner__title::after {
        opacity: 1; }
  .highlighted-banner__img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .highlighted-banner__img img {
      width: 100%;
      height: auto; }
    .highlighted-banner__img--border {
      border: 2px solid #a16d13; }
  .highlighted-banner__desc {
    position: absolute;
    top: 15px;
    right: 0;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #a16d13; }
  .highlighted-banner__title {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .highlighted-banner__title::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: 100%;
      left: 0;
      background-color: #a16d13;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

@media (min-width: 1024px) {
  .highlighted-banner {
    padding: 56px 30px 0; }
    .highlighted-banner__item:hover .highlighted-banner__img {
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
    .highlighted-banner__item:hover .highlighted-banner__title {
      color: #a16d13; }
      .highlighted-banner__item:hover .highlighted-banner__title::after {
        opacity: 1; } }

@media (min-width: 1360px) {
  .highlighted-banner__desc {
    top: 20px;
    font-size: 18px; }
  .highlighted-banner__title {
    margin-top: 25px;
    font-size: 30px; } }

.portfolio {
  padding-top: 35px;
  padding-bottom: 40px; }
  .portfolio__item {
    position: relative;
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
    height: 310px; }
    .portfolio__item--cover {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .portfolio__item.slick-center .portfolio__item--cover {
      opacity: 0; }
  .portfolio__img {
    display: block;
    height: 100%; }
    .portfolio__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@media (min-width: 768px) {
  .portfolio__item {
    height: 360px; } }

@media (min-width: 1024px) {
  .portfolio {
    padding-top: 85px;
    padding-bottom: 85px;
    margin: 0 -20px; }
    .portfolio__item {
      height: 400px;
      margin: 0 20px; }
    .portfolio .slider-arrows {
      margin-top: 80px; }
      .portfolio .slider-arrows .slider-arrow:not(.slick-disabled):hover {
        border-color: #a16d13; } }

@media (min-width: 1360px) {
  .portfolio__item {
    height: 450px; } }

@media (min-width: 1920px) {
  .portfolio__item {
    height: 590px;
    margin: 0px 30px; } }

/***** #Form  *************************************************************/
.form {
  position: relative; }
  .form--user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0; }
    .form--user .form__group {
      padding: 0 15px; }
    .form--user .button {
      width: 100%; }
  .form__title {
    font-weight: 500;
    font-size: 28px;
    padding: 20px 0; }
    .form__title--cart {
      font-size: 17px;
      padding: 0;
      margin-bottom: 15px; }
  .form__sub-title {
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0; }
  .form__group {
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    .form__group-title {
      font-size: 16px;
      font-weight: 300;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.88; }
    .form__group--textarea {
      width: 100%; }
    .form__group .select2-container--default .select2-selection--single {
      height: 38px;
      border-radius: 0;
      border: 1px solid  #000206;
      text-align: left; }
    .form__group .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 5px 20px 5px 15px; }
    .form__group .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 36px; }
    .form__group .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #626262 transparent transparent transparent; }
    .form__group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #626262 transparent; }
    .form__group .select2-dropdown {
      border-radius: 0;
      border: 1px solid; }
  .form input:focus,
  .form textarea:focus, .form__input:focus, .form__textarea:focus {
    border-color: #a16d13; }
  .form__textarea, .form__input, .form__select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    padding: 5px 15px;
    width: auto;
    margin: 0;
    font-weight: 500;
    border: 1px solid #000206; }
  .form__input, .form__select {
    height: 38px;
    display: block;
    width: 100%; }
  .form__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form__checkbox .cost {
      margin-left: 15px; }
    .form__checkbox-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .form__checkbox-input {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
      .form__checkbox-input:checked + .form__checkbox-btn::after {
        display: block; }
    .form__checkbox-btn {
      position: relative;
      margin-right: 11px;
      width: 20px;
      min-width: 20px;
      height: 20px;
      min-height: 20px; }
      .form__checkbox-btn::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border: 1px solid;
        border-color: var(--okay-button-color);
        border-radius: 2px; }
      .form__checkbox-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: none;
        width: 100%;
        height: 100%;
        background-color: var(--okay-button-color);
        background-image: url(../images/tick-checkbox.svg);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 2px; }
  .form__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form__radio-input {
      position: absolute;
      opacity: 0;
      visibility: hidden; }
      .form__radio-input:checked + .form__radio-btn::before {
        border: 8px solid; }
    .form__radio-btn {
      position: relative;
      margin-right: 11px;
      width: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px; }
      .form__radio-btn::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border: 1px solid;
        border-radius: 50%;
        background: #fff; }
  .form__button {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-weight: 300;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    padding: 10px;
    font-size: 17px;
    font-family: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .form--comment-rating-wrap {
    display: block; }
  .form__footer {
    padding-bottom: 20px; }

@media (min-width: 320px) {
  --comment-rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .form__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form__button--comment {
    width: 245px; }
  .form__group--half {
    width: calc(50% - 5px); }
    .form__group--half:nth-of-type(even) {
      margin-left: auto; } }

@media (min-width: 1024px) {
  .form__group--fourth {
    width: calc(25% - 30px / 4); }
    .form__group--fourth:nth-of-type(2n), .form__group--fourth:nth-of-type(4n+3) {
      margin-left: 10px; } }

@media (min-width: 1360px) {
  .form__group--fourth {
    width: calc(25% - 90px / 4); }
    .form__group--fourth:nth-of-type(2n), .form__group--fourth:nth-of-type(4n+3) {
      margin-left: 30px; } }

.form__textarea {
  display: block;
  width: 100%;
  padding: 15px;
  height: 150px; }

label,
.form__label {
  margin-bottom: 4px;
  display: block; }

.form__textarea.error,
.form__input.error {
  border-color: #e74747; }

input::-webkit-input-placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7a7a7a;
  font-weight: 400; }

input::-moz-placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7a7a7a;
  font-weight: 400; }

input:-ms-input-placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7a7a7a;
  font-weight: 400; }

input::-ms-input-placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7a7a7a;
  font-weight: 400; }

input::placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #7a7a7a;
  font-weight: 400; }

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.form__footer #uLogin,
.form__footer .form__button,
.form__footer .captcha {
  margin-bottom: 10px; }

.captcha {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.form__captcha {
  position: relative; }

.form__input_captcha {
  width: 100%;
  max-width: 130px; }

.form__input:-ms-input-placeholder,
.form__input_captcha:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #999;
  font-weight: 500; }

.form__input::-webkit-input-placeholder,
.form__input_captcha::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: 500; }

.form__button:active,
.form__button:focus {
  opacity: 0.8; }

.message_error {
  width: 100%;
  clear: both;
  padding: 10px;
  margin: 10px 0 20px;
  background-color: #fde4e4;
  border-left: 4px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
  min-height: 36px; }

.error {
  color: #e74747;
  font-family: inherit; }

.checkbox.active .checkbox__mark,
.checkbox__input:checked + * .checkbox__mark {
  stroke: #a16d13;
  stroke-width: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-miterlimit: 10;
  opacity: 1;
  stroke-dasharray: 0;
  stroke-dashoffset: 0; }

.checkbox__input:focus .checkbox__icon {
  border-color: #a16d13; }

.checkbox__input:disabled + * .checkbox__mark {
  border-color: #dbdbdb; }

.change_pass,
.password_remind {
  position: relative;
  font-family: inherit;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #222;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 0.7;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }

.change_pass span,
.password_remind span {
  padding-right: 3px; }

.change_pass:hover span,
.password_remind:hover span {
  padding-right: 7px;
  color: #a16d13;
  text-decoration: none; }

.change_pass svg,
.password_remind svg {
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px; }

.change_pass:hover svg {
  color: #a16d13; }

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none; }

.select2-container--default .select2-selection--single {
  height: 100%;
  border-radius: 4px;
  border: 2px solid;
  border-color: #909090;
  text-align: center; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e1e1e1;
  color: inherit; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none; }

.select2-results__options {
  margin-left: 0px !important;
  text-align: center; }

.select2-container.select2-container--open .select2-selection--single {
  border-color: #a16d13;
  border-bottom: 1px solid #909090; }

.select2-container.select2-container--open .select2-dropdown {
  border-color: #a16d13; }

.select2-results__option {
  margin-bottom: 0px !important;
  padding: 0;
  padding-right: 20px;
  padding-left: 8px;
  line-height: 32px; }
  .select2-results__option:not(:last-of-type) {
    border-bottom: 1px solid #909090; }

.select2-dropdown {
  border-radius: 3px;
  border: 2px solid;
  border-color: #909090; }

@media (min-width: 1024px) {
  input::-webkit-input-placeholder {
    font-weight: 500; }
  input::-moz-placeholder {
    font-weight: 500; }
  input:-ms-input-placeholder {
    font-weight: 500; }
  input::-ms-input-placeholder {
    font-weight: 500; }
  input::placeholder {
    font-weight: 500; } }

.header {
  position: static;
  width: 100%;
  z-index: 9999;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .header__container {
    padding: 0 10px;
    max-width: 100%; }
  .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
          z-index: 2; }
    .header__logo img {
      width: 143px;
      height: 114px; 
      background-color: #FFF;
    padding: 12px 15px;}
  .header__top {
    background: #000; }
    .header__top-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 114px;
      padding-bottom: 15px; }
    .header__top-tagline {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-left: 160px;
      font-size: 16px;
      font-weight: 200;
      letter-spacing: 3.2px;
      text-transform: uppercase; }
    .header__top-informers {
      display: none;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .header__top-informer {
      padding: 5px 36px;
      text-transform: uppercase;
      white-space: nowrap; }
      .header__top-informer + .header__top-informer {
        border-left: 1px solid #8f8f8f; }
      .header__top-informer .header__icon {
        margin-right: 10px; }
      .header__top-informer--lang, .header__top-informer--acc {
        position: relative; }
      .header__top-informer--lang {
        padding-right: 0; }
  .header__mobile-menu {
    position: relative;
    border-top: 1px solid #8f8f8f;
    background: #000; }
    .header__mobile-menu-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 0; }
    .header__mobile-menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 25%; }
      .header__mobile-menu-item + .header__mobile-menu-item {
        border-left: 1px solid #8f8f8f; }
      .header__mobile-menu-item--lang, .header__mobile-menu-item--acc {
        position: relative; }
  .header__mobile-dropdown {
    display: none;
    background-color: #1f1f1f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header__mobile-dropdown.is-active {
      display: block; }
    .header__mobile-dropdown .menu_item {
      padding: 15px 20px;
      font-size: 18px;
      text-align: center; }
      .header__mobile-dropdown .menu_item + .menu_item, .header__mobile-dropdown .menu_item--contact {
        border-top: 1px solid #8f8f8f; }
    .header__mobile-dropdown .menu_link {
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header__mobile-dropdown .menu_link:active {
        color: #a16d13; }
  .header__desktop-menu {
    display: none;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid #b6b6b6; }
    .header__desktop-menu-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 12px 0 12px 230px; }
    .header__desktop-menu-search {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      position: relative;
      margin-left: 30px; }
      .header__desktop-menu-search-input {
        width: 100%;
        border-bottom: 1px solid #000; }
        .header__desktop-menu-search-input:focus {
          border-bottom: 1px solid #a16d13; }
      .header__desktop-menu-search-button {
        position: absolute;
        right: 0;
        top: 0;
        color: #000; }
        .header__desktop-menu-search-button svg {
          width: 22px;
          height: 22px; }
        .header__desktop-menu-search-button:hover {
          color: #a16d13; }
    .header__desktop-menu .menu_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .header__desktop-menu .menu_item + .menu_item {
      margin-left: 25px; }
    .header__desktop-menu .menu_link {
      position: relative;
      cursor: pointer;
      white-space: nowrap;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header__desktop-menu .menu_link:hover {
        color: #a16d13; }
        .header__desktop-menu .menu_link:hover::after {
          opacity: 1; }
      .header__desktop-menu .menu_link::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        top: 100%;
        left: 0;
        background-color: #a16d13;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .header__langs {
    z-index: 10;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #000;
    white-space: nowrap; }
    .header__langs.is-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header__langs-item {
      padding: 10px 20px;
      text-transform: uppercase; }
      .header__langs-item:not(:active).active {
        color: #a16d13; }
      .header__langs-item:active {
        background-color: #a16d13; }
    .header__langs--mobile {
      min-width: 100%; }
  .header__mobile-search {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    padding: 15px;
    display: none;
    background-color: #000; }
    .header__mobile-search.is-active {
      display: block; }
    .header__mobile-search-input {
      width: 100%;
      border-bottom: 1px solid #fff; }
    .header__mobile-search-button {
      position: absolute;
      right: 20px;
      top: 10px;
      color: rgba(255, 255, 255, 0.7); }
      .header__mobile-search-button svg {
        width: 22px;
        height: 22px; }
  .header__burger-box {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer; }
    .header__burger-box .burger {
      width: 27px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .header__burger-box .burger span {
        width: 100%;
        height: 2px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 1px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .header__burger-box .burger span:not(:last-of-type) {
          margin-bottom: 4px; }
    .header__burger-box.is-active .burger span:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header__burger-box.is-active .burger span:nth-of-type(2) {
      opacity: 0;
      visibility: hidden; }
    .header__burger-box.is-active .burger span:nth-of-type(3) {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg);
      margin-top: -12px; }
  .header__icon {
    color: #a16d13; }
    .header__icon svg {
      width: 22px;
      height: 22px; }
    .header__icon--black {
      color: #000; }
  .header__link {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header__link:active {
      color: #a16d13; }
    .header__link--no-hover {
      pointer-events: none; }

@media (min-width: 1024px) {
  .header__container {
    padding: 0 20px; }
  .header__logo {
    left: auto; }
    .header__logo img {
      width: 190px;
      height: 167px; 
    padding: 24px 15px;
  background-color: #FFF;}
  .header__top-inner {
    height: 87px;
    padding-bottom: 20px; }
  .header__top-tagline {
    padding-left: 230px; }
  .header__top-informers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__mobile-menu {
    display: none; }
  .header__desktop-menu {
    display: block; }
  .header__langs {
    top: calc(100% + 19px); }
    .header__langs-item {
      padding: 10px 30px;
      font-size: 18px; }
      .header__langs-item:not(:hover).active {
        color: #a16d13; }
      .header__langs-item:hover {
        background-color: #a16d13; }
        .header__langs-item:hover.active {
          color: #fff; }
    .header__langs--acc {
      right: 0;
      left: auto; }
      .header__langs--acc .header__langs-item {
        text-align: right; }
  .header__link:hover {
    color: #a16d13; } }

@media (min-width: 1360px) {
  .header__container {
    padding: 0 50px; }
  .header__top-tagline {
    padding-left: 278px;
    font-size: 20px; }
  .header__desktop-menu-inner {
    padding-left: 278px; }
  .header__desktop-menu .menu_link {
    font-size: 22px; } }

@media (min-width: 1920px) {
  .header__container {
    max-width: 1700px;
    margin: 0 auto; }
  .header__desktop-menu-search-input {
    min-width: 280px; }
  .header__desktop-menu .menu_item + .menu_item {
    margin-left: 51px; } }

/***** #Footer  **********************************************************************/
.footer {
  color: rgba(255, 255, 255, 0.7);
  background-color: #292929; }
  .footer__body {
    padding: 0 10px 35px; }
  .footer__menu-title {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff; }
  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px; }
    .footer__social-link {
      display: block;
      padding: 12px;
      background-color: #373737;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer__social-link svg {
        width: 28px;
        height: 28px; }
      .footer__social-link + .footer__social-link {
        margin-left: 6px; }
      .footer__social-link:active {
        color: #fff;
        background-color: #a16d13; }
  .footer__subscribe-title {
    margin-bottom: 10px;
    color: #fff; }
  .footer__subscribe-input {
    margin-bottom: 12px;
    color: #000;
    background-color: #e1e1e1;
    border-color: transparent;
    font-size: 20px; }
    .footer__subscribe-input:-webkit-autofill::first-line {
      font-size: 20px; }
  .footer__subscribe-btn {
    width: 100%;
    padding: 5px 30px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase; }
  .footer__btn-up-wrap {
    display: none; }
  .footer__copyright {
    padding: 12px 20px;
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    background-color: #1f1f1f; }
  .footer .menu_item + .menu_item {
    margin-top: 10px; }
  .footer .menu_link {
    font-size: 18px;
    color: #a7a7a7;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer .menu_link:active {
      color: #a16d13; }

@media (min-width: 768px) {
  .footer__social {
    margin-bottom: 25px; } }

@media (min-width: 1024px) {
  .footer__body {
    padding: 19px 0 10px; }
  .footer__menu-title {
    font-size: 20px; }
  .footer__social-link {
    padding: 15px; }
    .footer__social-link svg {
      width: 30px;
      height: 30px; }
    .footer__social-link:hover {
      color: #fff;
      background-color: #a16d13; }
  .footer__subscribe-title {
    font-size: 20px;
    letter-spacing: 1px; }
  .footer__subscribe-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__subscribe-input {
    margin-bottom: 0; }
  .footer__subscribe-btn {
    padding: 0 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .footer__subscribe label {
    position: absolute;
    top: 100%; }
  .footer__btn-up {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #1f1f1f; }
    .footer__btn-up-wrap {
      display: block;
      position: relative;
      margin: 0 auto -45px; }
    .footer__btn-up-link {
      position: absolute;
      top: 0;
      left: calc(50% - 16px);
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer__btn-up-link svg {
        width: 30px;
        height: 44px; }
      .footer__btn-up-link:hover {
        color: #a16d13; }
  .footer__copyright {
    position: relative;
    padding: 20px 0 30px;
    text-align: right;
    font-size: 14px; 
  color: #FFF;}
  .footer .menu_item + .menu_item {
    margin-top: 12px; }
  .footer .menu_link {
    font-size: 20px; }
    .footer .menu_link:hover {
      color: #a16d13; } }

@media (min-width: 1360px) {
  .footer .container {
    max-width: 1600px;
    padding: 0 30px; }
  .footer__social, .footer__social-title, .footer__subscribe {
    padding-left: 25px; }
  .footer__social-title {
    margin-bottom: 15px; } }

.product {
  padding: 30px 0; }
  .product .button--link::after {
    height: 8px; }
  .product__wrap {
    margin-bottom: 30px;
    border-top: 3px solid #dedede; }
    .product__wrap--main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
  .product__img-box {
    border-bottom: 3px solid #dedede; }
  .product__image {
    position: relative;
    margin-bottom: 10px;
    padding: 30px;
    text-align: center;
    background: #f9f9f9; }
    .product__image-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #e8e7e7; }
      .product__image-wrap .slick-arrow {
        background-color: rgba(0, 0, 0, 0.2);
        color: white;
        opacity: 0.7; }
        .product__image-wrap .slick-arrow:hover {
          color: white;
          opacity: 1; }
    .product__image-link {
      position: relative;
      height: 100%;
      max-height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .product__image-link .main_img {
        -o-object-fit: contain;
           object-fit: contain;
        width: auto;
        height: 300px;
        max-height: 100%; }
    .product__image .promo_img {
      position: absolute;
      top: 30px;
      left: 30px; }
  .product__image-mini-box {
    padding: 0 20px;
    padding-bottom: 10px; }
  .product__image-mini-item {
    padding: 8px; }
  .product__image-img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    background: #e8e7e7; }
    .product__image-img .mini_img {
      -o-object-fit: contain;
         object-fit: contain;
      width: auto;
      height: 85px;
      max-height: 100%; }
  .product__features {
    padding-top: 20px; }
    .product__features-title {
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 1; }
    .product__features-container-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 5px; }
      .product__features-container-item--name {
        padding-right: 15px;
        padding-left: 20px; }
      .product__features-container-item--value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-right: 20px; }
      .product__features-container-item--fstart {
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .product__features-container-item .val {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-right: 15px;
        padding: 2px 10px;
        display: block;
        border: 2px solid;
        border-color: #a16d13;
        border-radius: 6px;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 5px; }
        .product__features-container-item .val.selected {
          border-width: 3px; }
        .product__features-container-item .val--pc {
          font-style: italic; }
        .product__features-container-item .val--grey {
          color: #909090; }
        .product__features-container-item .val--border-grey {
          border-color: #909090; }
        .product__features-container-item .val--orange {
          color: #a16d13; }
        .product__features-container-item .val .color-box {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 8px;
          width: 20px;
          height: 20px;
          border-radius: 50%;
          border: 1px solid #000; }
          .product__features-container-item .val .color-box--dual {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden; }
            .product__features-container-item .val .color-box--dual .color-item {
              width: 50%; }
  .product__characteristics {
    border-bottom: 3px solid #dedede; }
  .product__title {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    color: #909090; }
  .product__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px; }
    .product__buttons .button {
      width: 100%; }
  .product__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 3px solid #dedede; }
    .product__download-title {
      padding: 20px 30px;
      color: initial;
      text-transform: uppercase;
      font-weight: 500; }
    .product__download-container {
      padding: 15px 40px; }
      .product__download-container .button {
        padding-left: 0;
        text-transform: initial;
        font-size: 16px;
        position: relative;
        padding-left: 18px; }
        .product__download-container .button::before {
          content: "";
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          position: absolute;
          border: 4px solid transparent;
          border-left: 8px solid #a16d13; }
      .product__download-container .button--link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
    .product__download-link {
      position: relative;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: 50px;
      line-height: 1.2; }
      .product__download-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px solid; }
  .product__packing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    font-size: 20px; }
    .product__packing-name {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .product__packing-value {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-left: 30px; }
  .product__slider {
    padding: 60px; }
    .product__slider-list-wrap {
      position: relative;
      padding: 20px;
      margin-bottom: 50px; }
    .product__slider-list-item {
      padding: 10px; }
      .product__slider-list-item img {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 145px;
        -o-object-fit: contain;
           object-fit: contain; }
  .product__controls {
    margin-bottom: 20px; }
    .product__controls-price {
      padding-top: 20px;
      margin-bottom: 20px;
      font-size: 26px; }
    .product__controls-variant {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-width: 100%;
      margin-bottom: 17px; }
      .product__controls-variant-select {
        display: block;
        margin-right: 15px;
        padding: 7px;
        padding-right: 25px;
        border: 1px solid green;
        background-image: url("../images/select_arrow.svg");
        background-size: 14px 14px;
        background-repeat: no-repeat;
        background-position: center right 5px;
        background-color: #f1f2f3;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
    .product__controls-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 10px; }
      .product__controls-btns-item {
        margin: 0 7px 7px 0; }
        .product__controls-btns-item--button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 38px;
          color: #aaaaaa;
          border: 2px solid #e1e1e1; }
          .product__controls-btns-item--button .icon {
            padding: 7px; }
          .product__controls-btns-item--button .text {
            font-weight: 600; }
        .product__controls-btns-item--buy {
          padding: 0 15px 0 5px; }
        .product__controls-btns-item--preorder {
          padding-right: 7px; }
        .product__controls-btns-item--no-stock {
          color: yellow;
          border-color: transparent;
          cursor: not-allowed; }
        .product__controls-btns-item--hold {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 38px;
          padding-right: 0; }
          .product__controls-btns-item--hold.selected {
            color: blue;
            border-color: blue; }

@media (min-width: 320px) {
  .product__image-link .main_img {
    height: 400px; } }

@media (min-width: 768px) {
  .product__wrap--main {
    border-bottom: 3px solid #dedede; }
  .product__image {
    padding: 15px;
    margin-bottom: 0; }
  .product__image-mini-box {
    background: #f9f9f9;
    padding: 0 7px;
    padding-bottom: 10px;
    max-width: 100%;
    margin: auto; }
  .product__features-container-item--name {
    padding-left: 0; }
  .product__download-title {
    font-size: 24px; }
  .product__characteristics {
    border-right: 3px solid #dedede;
    border-bottom: none; }
  .product__buttons {
    padding-right: 20px; } }

@media (min-width: 1024px) {
  .product__download-link:hover::after {
    display: none; }
  .product__download-item .button--link::after {
    bottom: 2px; }
  .product__buttons {
    padding-top: 25px;
    padding-bottom: 30px; }
    .product__buttons .button {
      width: 50%; }
  .product__slider-list-wrap {
    padding-top: 70px; } }

@media (min-width: 1360px) {
  .product__image-link .main_img {
    height: 550px; }
  .product__image-mini-box .mini_img {
    height: 120px; }
  .product__features-container-item {
    font-size: 16px; }
    .product__features-container-item--name {
      padding-right: 20px; }
  .product__slider-list-wrap {
    padding-right: 35px;
    padding-left: 35px; }
  .product__slider-list-item img {
    height: 230px;
    max-height: 230px; }
  .product__characteristics {
    padding-left: 40px; } }

@media (min-width: 1920px) {
  .product__title {
    margin-bottom: 20px;
    font-size: 32px; }
  .product__characteristics, .product__packing {
    border-bottom: none; }
  .product__wrap--main {
    padding: 0 20px; }
  .product__features-container-item--name {
    padding-right: 65px; }
  .product__buttons .button--link::after {
    height: 12px; }
  .product__download-title {
    padding: 40px; }
  .product__download-item.button {
    font-size: 20px; }
  .product__download-link {
    font-size: 20px; }
  .product__packing {
    font-size: 26px;
    padding: 30px 40px;
    padding-bottom: 70px; }
    .product__packing-value {
      padding-left: 80px; }
      .product__packing-value p {
        margin-bottom: 10px; }
  .product__slider-list-item {
    padding: 15px; }
    .product__slider-list-item img {
      height: 320px;
      max-height: 320px;
      min-height: 320px; } }

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .price .currency {
    position: relative; }

.price__old {
  margin-left: 10px;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
  opacity: 0.45; }
  .price__old .currency {
    position: relative;
    text-decoration: none; }

.amount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  border: 2px solid;
  border-color: #909090;
  height: 100%;
  color: var(--okay-body-text);
  font-size: 14px;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  z-index: 20; }
  .amount__minus, .amount__plus {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .amount__minus:hover, .amount__minus:active, .amount__plus:hover, .amount__plus:active {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: var(--okay-second-company-text); }
  .amount__input {
    border: 0 none;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 40px);
    text-align: center;
    font-weight: 500;
    line-height: 1;
    font-size: 12px;
    height: 100%; }

.product-secondary {
  padding-bottom: 20px; }
  .product-secondary__no_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-secondary__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 16px;
    display: none; }
    .product-secondary__header-wrap {
      background-color: #e1e1e1; }
  .product-secondary__item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    .product-secondary__item::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: inline-block;
      width: calc(100% - 70px);
      border-bottom: solid 2px #dedede; }
    .product-secondary__item-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 16px; }
    .product-secondary__item-title {
      margin-bottom: 10px;
      font-weight: 600;
      text-transform: uppercase;
      white-space: nowrap; }
    .product-secondary__item--image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 50%;
      max-width: 50%;
      padding-right: 10px; }
    .product-secondary__item--characteristics {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%;
      max-width: 50%; }
      .product-secondary__item--characteristics .characteristics-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
        font-size: 12px; }
      .product-secondary__item--characteristics .characteristics-title {
        margin-right: 10px;
        font-weight: 600;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content; }
    .product-secondary__item--name {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 50%;
      max-width: 50%;
      padding-right: 10px; }
    .product-secondary__item--sku {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      width: 50%;
      max-width: 50%; }
      .product-secondary__item--sku .color-box {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 8px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #000; }
        .product-secondary__item--sku .color-box--dual {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden; }
          .product-secondary__item--sku .color-box--dual .color-item {
            width: 50%; }
    .product-secondary__item--select {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5;
      width: 50%;
      max-width: 50%;
      padding: 10px 0; }
      .product-secondary__item--select .select2 {
        max-width: 100px; }
    .product-secondary__item--amount {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6;
      width: 50%;
      max-width: 50%;
      padding: 10px 0; }
      .product-secondary__item--amount .amount {
        height: 32px;
        min-height: 32px; }
    .product-secondary__item--availability {
      -webkit-box-ordinal-group: 8;
          -ms-flex-order: 7;
              order: 7;
      width: 100%;
      max-width: 100%;
      display: none; }
    .product-secondary__item--price-old {
      -webkit-box-ordinal-group: 9;
          -ms-flex-order: 8;
              order: 8;
      width: 50%;
      max-width: 50%; }
    .product-secondary__item--price {
      -webkit-box-ordinal-group: 10;
          -ms-flex-order: 9;
              order: 9;
      width: 50%;
      max-width: 50%; }
    .product-secondary__item--button {
      padding: 20px 0;
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10;
      width: 100%;
      max-width: 100%; }
      .product-secondary__item--button-text-disable {
        display: none; }
      .product-secondary__item--button .button {
        padding: 6px 20px; }
        .product-secondary__item--button .button.disable {
          background-color: #b5b5b5; }
          .product-secondary__item--button .button.disable .product-secondary__item--button-text {
            display: none; }
          .product-secondary__item--button .button.disable .product-secondary__item--button-text-disable {
            display: inline; }
  .product-secondary__btn {
    max-width: 380px;
    padding: 6px 20px; }
    .product-secondary__btn-wrap {
      padding: 20px 16px; }

@media (min-width: 320px) {
  .product-secondary__item--button {
    padding: 20px 0;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    width: 100%;
    max-width: 380px; } }

@media (min-width: 768px) {
  .product-secondary__item--sku, .product-secondary__item--name, .product-secondary__item--image, .product-secondary__item--price, .product-secondary__item--select, .product-secondary__item--amount, .product-secondary__item--price-old, .product-secondary__item--availability, .product-secondary__item--characteristics {
    padding: 10px 0;
    max-width: 33.33%; }
  .product-secondary__item--availability {
    display: block; }
  .product-secondary__item--name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .product-secondary__item--characteristics {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (min-width: 1024px) {
  .product-secondary {
    padding-top: 30px;
    padding-bottom: 70px;
    font-size: 12px; }
    .product-secondary__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-secondary__header-wrap {
        margin-top: 80px; }
    .product-secondary__item--sku-w, .product-secondary__item--name-w, .product-secondary__item--image-w, .product-secondary__item--price-w, .product-secondary__item--select-w, .product-secondary__item--amount-w, .product-secondary__item--button-w, .product-secondary__item--price-old-w, .product-secondary__item--availability-w, .product-secondary__item--characteristics-w {
      width: 10%;
      max-width: 10%;
      min-width: 10%;
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial;
      padding-right: 10px;
      margin-right: auto; }
    .product-secondary__item--sku-w {
      width: 12%;
      max-width: 12%;
      min-width: 12%; }
    .product-secondary__item--name-w {
      width: 13%;
      max-width: 13%;
      min-width: 13%; }
    .product-secondary__item--availability {
      padding-left: 10px; }
      .product-secondary__item--availability-w {
        width: 11%;
        max-width: 11%;
        min-width: 11%; }
    .product-secondary__item--characteristics .characteristics-item {
      display: block; }
    .product-secondary__item--characteristics-w {
      width: 20%;
      max-width: 20%;
      min-width: 20%; }
    .product-secondary__item--price, .product-secondary__item--price-old {
      padding-left: 10px; }
    .product-secondary__item--button {
      font-size: 12px; }
      .product-secondary__item--button-w {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-right: 75%; }
      .product-secondary__item--button-head {
        display: none; }
      .product-secondary__item--button .button.disable:hover {
        background-color: #b5b5b5; }
    .product-secondary__item-title {
      display: none; }
    .product-secondary__btn-wrap {
      padding-right: calc(75% - 8px); } }

@media (min-width: 1360px) {
  .product-secondary {
    font-size: 14px; }
    .product-secondary__header {
      padding: 22px 46px; }
    .product-secondary__item-wrap {
      padding: 0 46px; }
    .product-secondary__item--sku-w, .product-secondary__item--name-w, .product-secondary__item--image-w, .product-secondary__item--price-w, .product-secondary__item--select-w, .product-secondary__item--amount-w, .product-secondary__item--price-old-w, .product-secondary__item--availability-w, .product-secondary__item--characteristics-w {
      width: 10%;
      max-width: 10%;
      min-width: 10%;
      -webkit-box-ordinal-group: initial;
          -ms-flex-order: initial;
              order: initial;
      padding-right: 10px; }
    .product-secondary__item--sku-w {
      padding-left: 0;
      width: 10%;
      min-width: 10%;
      max-width: 10%; }
    .product-secondary__item--characteristics-w {
      width: 15%;
      max-width: 15%;
      min-width: 15%; }
    .product-secondary__item--select-w, .product-secondary__item--amount-w, .product-secondary__item--image-w, .product-secondary__item--price-w, .product-secondary__item--price-old-w {
      padding-left: 0;
      width: 8%;
      min-width: 8%;
      max-width: 8%; }
    .product-secondary__item::after {
      width: calc(100% - 90px); }
    .product-secondary__item--button-w {
      width: 150px;
      min-width: 150px;
      max-width: 150px;
      padding-right: 0;
      margin-right: 0; }
    .product-secondary__item--button-head {
      display: block; }
    .product-secondary__btn {
      margin-left: auto;
      width: 150px;
      min-width: 150px;
      max-width: 150px; }
      .product-secondary__btn-wrap {
        padding: 40px 46px; } }

@media (min-width: 1920px) {
  .product-secondary {
    font-size: 16px; }
    .product-secondary__item--button {
      font-size: 24px; }
      .product-secondary__item--button-w {
        padding-right: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 250px;
        min-width: 250px;
        max-width: 250px; }
    .product-secondary__item--select-w, .product-secondary__item--amount-w, .product-secondary__item--image-w, .product-secondary__item--price-w, .product-secondary__item--price-old-w {
      padding-right: 0;
      width: 8%;
      min-width: 8%;
      max-width: 8%; }
    .product-secondary__item--name {
      font-size: 16px; }
    .product-secondary__item--availability-w {
      width: 8%;
      min-width: 8%;
      max-width: 8%; }
    .product-secondary__item--sku-w {
      padding-left: 0;
      width: 9%;
      min-width: 9%;
      max-width: 9%; }
    .product-secondary__item--availability, .product-secondary__item--price, .product-secondary__item--price-old {
      font-size: 22px; }
    .product-secondary__item--amount {
      font-size: 22px; }
      .product-secondary__item--amount .amount {
        height: 44px;
        min-height: 44px;
        max-width: 144px; }
        .product-secondary__item--amount .amount__input {
          font-size: 16px; }
        .product-secondary__item--amount .amount__minus, .product-secondary__item--amount .amount__plus {
          width: 50px;
          font-size: 17px; }
    .product-secondary__item--characteristics-w {
      padding-left: 0;
      width: 20%;
      min-width: 20%;
      max-width: 20%; }
    .product-secondary__item--characteristics .characteristics-item {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      font-size: 18px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .product-secondary__item--characteristics .characteristics-title {
      font-size: 16px; }
    .product-secondary__item--select .select2 {
      min-width: 122px; }
    .product-secondary__item--select .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 40px; }
    .product-secondary__item--select .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 5px; }
    .product-secondary__item--select .select2-results__option {
      line-height: 40; }
    .product-secondary__btn {
      font-size: 20px;
      width: 250px;
      min-width: 250px;
      max-width: 250px; }
      .product-secondary__btn-wrap {
        padding: 60px 46px; } }

.user--border-bottom {
  position: relative; }
  .user--border-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: dotted 2px #a8a8a8; }

.user .product-secondary__header-wrap {
  margin-top: 0; }

.user .product-secondary {
  padding-top: 0; }

.user .tabs {
  border: none;
  padding: 0; }

.user .tab {
  display: none; }

.user .tabs__navigation-item {
  padding: 0;
  background-color: transparent;
  width: 100%; }

.user .tabs__link {
  padding: 13px; }
  .user .tabs__link.selected {
    background-color: #a16d13;
    color: #fff; }

.user .tabs__navigation {
  border-bottom: 2px solid #878787; }

.user .tabs__link {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%; }

.user__projects-wrap {
  padding-bottom: 20px; }
  .user__projects-wrap--no-project {
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px; }

.user__projects-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .user__projects-item--column-1, .user__projects-item--column-2, .user__projects-item--column-3 {
    margin-bottom: 10px; }
  .user__projects-item-remove, .user__projects-item-edit {
    width: 25px;
    cursor: pointer; }
    .user__projects-item-remove svg, .user__projects-item-edit svg {
      color: #909090; }
  .user__projects-item .val--accent {
    color: #a16d13; }
  .user__projects-item .val--bold {
    font-weight: 500; }
  .user__projects-item .props {
    font-weight: 500;
    margin-right: 5px; }

.user__projects-form {
  padding: 20px 15px;
  padding-top: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4e2e2), to(#f1f1f1));
  background: linear-gradient(to top, #e4e2e2, #f1f1f1); }
  .user__projects-form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #a8a8a8;
    cursor: pointer; }
    .user__projects-form-title.active .user__projects-form-trigger {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .user__projects-form-trigger {
    font-size: 15px;
    padding: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.user__orders {
  padding-bottom: 30px; }

.user__quotations {
  padding-bottom: 30px; }
  .user__quotations-empty {
    font-size: 20px;
    padding: 40px 0; }
  .user__quotations--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .user__quotations--details {
    display: none; }
  .user__quotations--trigger {
    position: absolute;
    right: 20px;
    padding: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 50px;
    color: #909090;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .user__quotations--trigger .user__quotations--trigger-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .user__quotations--trigger:hover {
      color: #a16d13; }
    .user__quotations--trigger.is-active {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .user__quotations--final-price {
    width: 100%;
    white-space: nowrap; }
    .user__quotations--final-price-title {
      font-weight: 600; }
    .user__quotations--final-price .props {
      font-weight: 600; }
    .user__quotations--final-price.product-secondary__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 0; }
  .user__quotations--confirm-btn {
    margin-top: 20px; }
    .user__quotations--confirm-btn .button {
      padding: 5px 20px; }

@media (min-width: 430px) {
  .user .tabs__navigation-item {
    width: auto; }
  .user__projects-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .user__projects-item--remove, .user__projects-item--edit {
      margin: 0 auto; }
  .user__quotations--details {
    display: block;
    margin-left: 30px;
    font-style: italic; }
  .user__quotations--trigger {
    position: static;
    margin-right: 3%; }
  .user__quotations--remove.user__projects-item--remove {
    margin-right: 3%; } }

@media (min-width: 768px) {
  .user__projects-item--column-1, .user__projects-item--column-2, .user__projects-item--column-3 {
    width: auto; }
  .user__projects-item--remove, .user__projects-item--edit {
    margin: 0 auto; }
  .user__quotations--details {
    margin-left: 50px; } }

@media (min-width: 1024px) {
  .user .product-secondary {
    padding-bottom: 0; }
  .user .product-secondary__item {
    padding-bottom: 20px; }
  .user__projects-item--column-2 {
    max-width: 24.5%; }
  .user__projects-item--column-3 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .user__projects-item--remove, .user__projects-item--edit {
    margin-right: 10%; }
  .user__projects-item-remove svg:hover, .user__projects-item-edit svg:hover {
    color: #a16d13; }
  .user__projects-item:hover {
    background-color: #f9f9f9; }
  .user__quotations--final-price.product-secondary__header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .user__quotations--confirm-btn.product-secondary__item--button-w {
    padding-right: 0; } }

@media (min-width: 1360px) {
  .user--border-bottom::after {
    width: calc(100% - 80px); }
  .user__projects-wrap {
    padding-bottom: 110px; }
    .user__projects-wrap--no-project {
      padding: 0 40px;
      min-height: 320px;
      padding-top: 100px; }
  .user__projects-item {
    padding: 65px 46px; }
  .user__projects-form {
    padding: 40px 45px;
    padding-top: 15px; }
    .user__projects-form .form__group {
      padding-top: 52px; }
    .user__projects-form-title {
      padding: 30px 0;
      font-size: 30px; }
    .user__projects-form-trigger {
      font-size: 15px;
      padding-right: 15px; }
  .user__orders {
    padding-bottom: 80px; }
  .user__quotations {
    padding-bottom: 80px; }
    .user__quotations-empty {
      padding: 50px 30px;
      max-width: 1600px;
      margin: 0 auto; }
    .user__quotations--remove.user__projects-item--remove {
      margin-right: 2.5%; }
    .user__quotations--final-price {
      font-size: 18px; }
      .user__quotations--final-price-title {
        font-size: 22px; }
      .user__quotations--final-price .props {
        display: none; }
      .user__quotations--final-price.product-secondary__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 50px;
        padding-bottom: 100px; }
      .user__quotations--final-price .button {
        padding: 5px 20px;
        font-size: 20px; }
      .user__quotations--final-price .product-secondary__item--amount-w {
        text-align: center; }
    .user__quotations--confirm-btn.product-secondary__item--button-w {
      margin-top: 0; } }

@media (min-width: 1920px) {
  .user__projects-item {
    font-size: 24px; }
    .user__projects-item--first {
      margin-bottom: 30px; }
    .user__projects-item--column-2 {
      max-width: 23.5%; }
    .user__projects-item--column-3 {
      width: auto;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .user__projects-item--edit {
      margin-right: 130px; }
  .user__quotations--trigger {
    margin-right: 3%; }
  .user__quotations--remove.user__projects-item--remove {
    margin-right: 160px; }
  .user__quotations--final-price {
    font-size: 26px; }
    .user__quotations--final-price-title {
      font-size: 30px; } }

.blog__container {
  width: 100%;
  padding: 0 10px; }

.blog__posts {
  margin-top: 48px; }

.blog__post-item {
  position: relative;
  padding: 20px 0; }
  .blog__post-item:nth-child(2n)::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e4e2e2), to(#f1f1f1));
    background-image: linear-gradient(to top, #e4e2e2, #f1f1f1);
    opacity: 0.3; }

.post-preview__image img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .post-preview__image img:active {
    -webkit-box-shadow: 0 0 16px 0 rgba(9, 15, 11, 0.6);
            box-shadow: 0 0 16px 0 rgba(9, 15, 11, 0.6); }

.post-preview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.post-preview__title {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .post-preview__title:active {
    color: #a16d13;
    text-decoration: underline; }

.post-preview__annotation {
  font-size: 18px;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.post-preview__link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .post-preview__link:active {
    color: #a16d13; }

.post-preview__date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #aeadad; }
  .post-preview__date svg {
    z-index: 2;
    display: none; }

.publications {
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 35px 10px 45px; }
  .publications__description {
    max-width: 1400px;
    margin: 0 auto;
    padding: 35px 0;
    font-weight: 300;
    font-size: 18px;
    text-align: center; }

.publication-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 25px 0;
  text-align: center;
  font-size: 20px; }
  .publication-preview__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .publication-preview__image img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      margin: auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .publication-preview__image img:active {
        -webkit-box-shadow: -0.5px 5px 30.4px 7.6px rgba(0, 0, 0, 0.47);
                box-shadow: -0.5px 5px 30.4px 7.6px rgba(0, 0, 0, 0.47); }
  .publication-preview__title {
    margin: 15px 0;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .publication-preview__title:active {
      color: #a16d13;
      text-decoration: underline; }
  .publication-preview__link {
    font-style: italic;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .publication-preview__link:active {
      color: #a16d13; }

.post {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 0 45px;
  font-size: 22px;
  font-weight: 300; }
  .post__body {
    padding: 0 10px; }
  .post__title {
    margin-bottom: 35px;
    max-width: 600px;
    text-align: left; }
    .post__title::after {
      left: 0; }
  .post__date {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300; }
  .post__link {
    display: inline-block;
    margin-top: 20px;
    padding: 5px 30px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .post__switch-btn {
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 30px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .post__sidebar {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: -100%;
    height: 100vh;
    max-width: 100%;
    padding: 0;
    display: block;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .post__sidebar.opened {
      right: 0; }
    .post__sidebar-wrap {
      width: 100%; }
    .post__sidebar-close {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 20px;
      height: 20px;
      color: #2d2d2d; }
  .post__nav {
    width: 100%;
    height: 100vh;
    max-width: 300px;
    padding: 30px;
    overflow-y: scroll; }
  .post__nav-item {
    padding: 35px 0;
    border-bottom: 1px dotted #a8a8a8;
    font-size: 22px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .post__nav-item--all {
      padding: 10px 0;
      border-bottom: 2px solid #dedede;
      font-size: 24px;
      font-weight: 500; }
    .post__nav-item:active {
      color: #a16d13;
      text-decoration: underline; }

.inspirations__description {
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 10px 0;
  font-weight: 300;
  font-size: 18px;
  text-align: center; }

.inspirations__list {
  margin-bottom: 80px;
  padding: 0 10px; }

.inspirations .catalog__categories-switch-btn-wrap {
  margin-top: 20px; }

.inspiration-preview {
  margin: 30px 0; }
  .inspiration-preview__image {
    display: block; }
    .inspiration-preview__image img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .inspiration-preview__image img:active {
        -webkit-box-shadow: 0 0 16px 0 rgba(9, 15, 11, 0.6);
                box-shadow: 0 0 16px 0 rgba(9, 15, 11, 0.6); }
  .inspiration-preview__title {
    margin-top: 10px;
    font-size: 22px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .inspiration-preview__title:active {
      color: #a16d13;
      text-decoration: underline; }
  .inspiration-preview__annotation {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300; }
  .inspiration-preview.closed {
    display: none; }

.inspiration {
  padding: 30px 0 90px; }
  .inspiration__wallpapers {
    margin-top: 50px;
    width: 100%; }
    .inspiration__wallpapers img {
      width: 100%;
      height: auto;
      min-height: 250px;
      max-height: 350px;
      -o-object-fit: cover;
         object-fit: cover; }
  .inspiration__container {
    margin-top: 50px;
    width: 100%;
    padding: 0 10px; }
  .inspiration__description, .inspiration__related {
    padding-top: 15px; }
  .inspiration__description {
    font-size: 18px;
    font-weight: 300; }
    .inspiration__description p {
      margin-bottom: 1em; }
      .inspiration__description p:last-child {
        margin-bottom: 0; }
  .inspiration__related-title {
    margin-top: 50px; }
  .inspiration__projects .catalog__categories-switch-btn-wrap {
    margin-top: 20px; }
  .inspiration .product-preview__bottom {
    display: none; }

@media (min-width: 768px) {
  .blog__container {
    padding: 0 20px; }
  .blog__posts {
    position: relative; }
    .blog__posts::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      background-color: #f1f1f1; }
  .blog__post-item:nth-child(2n) .post-preview__image {
    padding: 40px 0 0 20px; }
  .blog__post-item:nth-child(2n) .post-preview__content {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0 20px 0 0; }
  .blog__post-item:nth-child(2n) .post-preview__date {
    left: 50%;
    right: auto; }
    .blog__post-item:nth-child(2n) .post-preview__date svg {
      left: -11px;
      right: auto; }
  .post-preview {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .post-preview__image {
      width: 50%;
      padding: 40px 20px 0 0; }
    .post-preview__content {
      width: 50%;
      padding: 0 0 0 20px; }
    .post-preview__title {
      margin: 0 0 10px 0; }
    .post-preview__date {
      margin-top: 0;
      padding: 0 30px;
      position: absolute;
      top: 5px;
      right: 50%; }
      .post-preview__date svg {
        display: block;
        position: absolute;
        top: calc(50% - 11px);
        right: -11px;
        width: 22px;
        height: 22px;
        color: #f1f1f1; }
  .publications {
    padding: 45px 20px 50px; }
  .post {
    padding: 45px 0 50px; }
    .post__body {
      padding: 0 20px; }
  .inspirations__list {
    padding: 0 20px; }
  .inspirations__description {
    padding: 35px 20px 0; }
  .inspiration-preview__title {
    margin-top: 15px;
    font-size: 26px; }
  .inspiration-preview__annotation {
    margin-top: 15px;
    font-size: 18px; }
  .inspiration__wallpapers img {
    min-height: 300px;
    max-height: 400px; }
  .inspiration__container {
    padding: 0 20px; } }

@media (min-width: 1024px) {
  .blog__post-item {
    padding: 50px 0; }
    .blog__post-item:nth-child(2n) .post-preview__image {
      padding: 40px 0 0 30px; }
    .blog__post-item:nth-child(2n) .post-preview__content {
      padding: 0 30px 0 0; }
  .post-preview__image {
    padding: 40px 30px 0 0; }
    .post-preview__image img {
      max-height: 400px; }
      .post-preview__image img:hover {
        -webkit-box-shadow: 0 0 16px 0 rgba(9, 15, 11, 0.6);
                box-shadow: 0 0 16px 0 rgba(9, 15, 11, 0.6); }
  .post-preview__content {
    padding: 0 0 0 30px; }
  .post-preview__title {
    font-size: 30px; }
    .post-preview__title:hover {
      color: #a16d13;
      text-decoration: underline; }
  .post-preview__annotation {
    font-size: 22px; }
  .post-preview__link {
    margin-right: 10px; }
    .post-preview__link:hover {
      color: #a16d13; }
  .publications__description {
    font-size: 22px; }
  .publication-preview {
    font-size: 25px; }
    .publication-preview__image img:hover {
      -webkit-box-shadow: -0.5px 5px 30.4px 7.6px rgba(0, 0, 0, 0.47);
              box-shadow: -0.5px 5px 30.4px 7.6px rgba(0, 0, 0, 0.47); }
    .publication-preview__title:hover {
      color: #a16d13;
      text-decoration: underline; }
    .publication-preview__link {
      font-style: italic; }
      .publication-preview__link:hover {
        color: #a16d13; }
  .post__title {
    margin-bottom: 45px; }
  .post__date {
    margin-bottom: 35px; }
  .post__link {
    margin-top: 35px; }
  .post__sidebar {
    position: initial;
    z-index: auto;
    height: 100%;
    border-left: 2px solid #dedede; }
    .post__sidebar-close {
      display: none; }
  .post__nav {
    height: auto;
    max-width: initial;
    padding: 0 30px;
    overflow-y: auto; }
  .post__nav-item--all {
    padding-top: 0; }
  .post__nav-item:hover {
    color: #a16d13;
    text-decoration: underline; }
  .post__switch-btn {
    display: none; }
  .inspirations__description {
    font-size: 22px; }
  .inspiration-preview__image img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .inspiration-preview__image img:hover {
      -webkit-box-shadow: -0.5px 5px 30.4px 7.6px rgba(0, 0, 0, 0.47);
              box-shadow: -0.5px 5px 30.4px 7.6px rgba(0, 0, 0, 0.47); }
  .inspiration-preview__title:hover {
    color: #a16d13;
    text-decoration: underline; }
  .inspiration__wallpapers img {
    max-height: 450px; }
  .inspiration__container {
    margin-top: 70px; }
  .inspiration__description {
    font-size: 20px; }
  .inspiration__projects {
    padding-top: 30px; }
    .inspiration__projects .catalog__categories-switch-btn-wrap {
      margin-top: 50px; } }

@media (min-width: 1360px) {
  .blog__container {
    max-width: 1632px;
    margin: 0 auto;
    padding: 0 50px; }
  .blog__post-item:nth-child(2n) .post-preview__image {
    padding: 0 0 0 170px; }
  .blog__post-item:nth-child(2n) .post-preview__content {
    padding: 0 140px 0 0; }
  .post-preview__image {
    padding: 0 170px 0 0; }
  .post-preview__content {
    padding: 0 0 0 140px; }
  .post-preview__title {
    margin: 0 0 30px 0; }
  .post-preview__link {
    margin: 30px 12px 0 0; }
  .post-preview__date {
    top: calc(50% - 11px);
    font-weight: 600;
    color: inherit;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .post-preview__date svg {
      color: #a16d13; }
  .post-preview:hover .post-preview__date {
    opacity: 1; }
  .publications {
    padding: 65px 50px 100px; }
    .publications__description {
      padding: 35px 0 45px; }
  .publication-preview {
    padding: 30px 0; }
  .post {
    padding: 65px 20px 100px; }
    .post__body {
      padding: 0 30px; }
    .post__nav-item {
      font-size: 24px; }
      .post__nav-item--all {
        font-size: 30px; }
  .inspirations__description {
    padding: 35px 50px 0; }
  .inspirations__list {
    padding: 0 40px; }
  .inspiration-preview {
    margin: 45px 0; }
    .inspiration-preview__title {
      margin-top: 30px;
      font-size: 30px; }
    .inspiration-preview__annotation {
      margin-top: 30px;
      font-size: 22px; }
  .inspiration__wallpapers img {
    min-height: 400px;
    max-height: 500px; }
  .inspiration__container {
    padding: 0 40px; }
  .inspiration__description, .inspiration__related {
    padding-top: 30px; }
  .inspiration__description {
    font-size: 22px; }
  .inspiration__related-title {
    margin-top: 0; } }

@media (min-width: 1920px) {
  .publication-preview {
    font-size: 30px; }
  .post {
    padding: 65px 0 100px; }
  .inspiration__wallpapers {
    margin-top: 60px; } }

.catalog-main {
  padding: 30px 0; }
  .catalog-main__container {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
  .catalog-main__description {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 300;
    text-align: center; }
  .catalog-main__categories {
    padding: 0 10px; }
  .catalog-main .category-preview {
    max-width: 441px;
    margin: 20px auto; }
    .catalog-main .category-preview__image {
      max-height: 283px; }
  .catalog-main__portfolio {
    margin-top: 50px; }
  .catalog-main__projects {
    position: relative;
    margin-top: 50px; }
    .catalog-main__projects .p5Canvas {
      z-index: -100;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block; }
  .catalog-main .portfolio-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0; }
    .catalog-main .portfolio-tabs__line {
      width: 30px;
      height: 2px;
      background-color: #b6b6b6;
      -ms-flex-item-align: center;
          align-self: center; }
  .catalog-main .portfolio-tab {
    margin: 0 10px;
    padding: 5px 15px;
    border: 2px solid transparent;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .catalog-main .portfolio-tab.active {
      color: #a16d13; }
    .catalog-main .portfolio-tab:active {
      color: #a16d13;
      border-color: #a16d13; }
    .catalog-main .portfolio-tab--interior {
      margin-left: 0; }
    .catalog-main .portfolio-tab--exterior {
      margin-right: 0; }
  .catalog-main .portfolio-banner {
    display: none; }
    .catalog-main .portfolio-banner.active {
      display: block; }
  .catalog-main .portfolio-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
    max-width: 320px; }
    .catalog-main .portfolio-item__img {
      width: 81px;
      height: 81px;
      margin-right: 25px; }
    .catalog-main .portfolio-item__title {
      font-size: 26px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .catalog-main .portfolio-item__title:active {
        color: #a16d13;
        text-decoration: underline; }
  .catalog-main--systems .category-preview__image {
    height: 283px; }
    .catalog-main--systems .category-preview__image img {
      -o-object-fit: cover;
         object-fit: cover; }

.catalog__categories {
  max-width: 1262px;
  margin: 45px auto 105px;
  padding: 0 20px; }
  .catalog__categories-switch-btn {
    font-size: 22px;
    text-align: right;
    text-decoration: underline;
    color: #000; }
    .catalog__categories-switch-btn-wrap {
      text-align: right; }
    .catalog__categories-switch-btn:active {
      color: #a16d13; }
    .catalog__categories-switch-btn.closed .btn-text--show {
      display: inline; }
    .catalog__categories-switch-btn.closed .btn-text--hide {
      display: none; }
    .catalog__categories-switch-btn .btn-text--show {
      display: none; }
    .catalog__categories-switch-btn .btn-text--hide {
      display: inline; }

.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 80px; }

.catalog__products {
  padding: 0 10px 20px; }

.catalog__sidebar {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: -100%;
  height: 100vh;
  max-width: 100%;
  padding: 0;
  display: block;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .catalog__sidebar.opened {
    left: 0; }
  .catalog__sidebar-wrap {
    width: 100%; }
  .catalog__sidebar-body {
    width: 100%;
    height: 100vh;
    padding: 30px;
    overflow-y: scroll; }
  .catalog__sidebar-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #2d2d2d; }

.catalog__switch-filter {
  margin: 20px 0;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #a16d13;
  border: 2px solid #a16d13;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .catalog__switch-filter:active {
    color: #fff;
    background-color: #a16d13; }
  .catalog__switch-filter--wrap {
    width: 100%; }

.product-preview--wrap {
  margin-top: 40px; }
  .product-preview--wrap:nth-child(1), .product-preview--wrap:nth-child(2) {
    margin-top: 0; }

.product-preview__image {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .product-preview__image img {
    width: 100%;
    height: auto; }
  .product-preview__image:active {
    border: 1px solid #a16d13;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .product-preview__image--border {
    border: 2px solid #a16d13; }

.product-preview__promo-image {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px; }
  .product-preview__promo-image img {
    -o-object-fit: contain;
       object-fit: contain; }

.product-preview__sticker-new {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0 10px;
  background-color: #a16d13;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px; }

.product-preview__sticker-promo {
  position: absolute;
  top: 15px;
  left: 0;
  padding-right: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border: 10px solid #a16d13;
  border-right-color: transparent; }
  .product-preview__sticker-promo-text {
    display: block;
    margin: -11px 0; }

.product-preview__name {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .product-preview__name:active {
    color: #a16d13;
    text-decoration: underline; }

.product-preview__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-size: 15px; }

.product-preview__variant {
  font-weight: 300;
  font-style: italic; }

.product-preview__price {
  font-weight: bold; }

.category-preview {
  display: block;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .category-preview__image {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .category-preview__image img {
      width: 100%;
      height: auto; }
  .category-preview__name {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .category-preview__name::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: 100%;
      left: 0;
      background-color: #a16d13;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .category-preview:active .category-preview__image {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .category-preview:active .category-preview__name {
    color: #a16d13; }
    .category-preview:active .category-preview__name::after {
      opacity: 1; }
  .category-preview.closed {
    display: none; }

@media (min-width: 560px) {
  .category-preview__wrap {
    width: 180px;
    max-width: 180px; }
  .grid--categories {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.filters .filter_name {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 30px;
  border-bottom: 2px dotted #a8a8a8;
  font-size: 20px;
  font-weight: 500; }
  .filters .filter_name--selected {
    padding: 0;
    border-color: transparent;
    font-size: 24px;
    font-weight: 600; }
  .filters .filter_name__icon {
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .filters .filter_name.active .filter_name__icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.filters .filter_group {
  margin-bottom: 40px; }

.filters .filter_reset {
  cursor: pointer;
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .filters .filter_reset:active {
    color: #a16d13; }

.filters .filter_item, .filters .selected_filter_item {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300; }
  .filters .filter_item .remove_icon, .filters .selected_filter_item .remove_icon {
    height: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .filters .filter_item .remove_icon:active, .filters .selected_filter_item .remove_icon:active {
      color: #a16d13; }

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

.filters .filter_link {
  text-align: left; }
  .filters .filter_link.checked .filter_indicator {
    color: #a16d13;
    border-color: #a16d13; }

.filters .filter_indicator {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px 5px 0;
  vertical-align: middle;
  color: #fff;
  border: 2px solid #939393; }

.filters .price_range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px; }

.filters .price_label {
  width: 50%; }

.filters .min_input, .filters .max_input {
  width: 100%; }

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

.blackout {
  position: relative; }
  .blackout::before {
    content: "";
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.77; }

@media (min-width: 768px) {
  .catalog-main {
    padding: 45px 0; }
    .catalog-main__container {
      padding: 0 20px; }
    .catalog-main__description {
      font-size: 18px; }
    .catalog-main__categories {
      padding: 0 20px; }
    .catalog-main .portfolio-tabs {
      margin: 30px 0; }
    .catalog-main .portfolio-tab {
      margin: 0 15px;
      padding: 5px 25px;
      font-size: 24px; }
  .catalog__products {
    padding: 0 20px 30px; }
  .product-preview--wrap {
    margin-top: 40px; }
    .product-preview--wrap:nth-child(1), .product-preview--wrap:nth-child(2), .product-preview--wrap:nth-child(3), .product-preview--wrap:nth-child(4) {
      margin-top: 0; }
  .product-preview__promo-image {
    right: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px; }
  .product-preview__sticker-new, .product-preview__sticker-promo {
    top: 20px;
    font-size: 16px; }
  .product-preview__sticker-promo {
    border-width: 11px; } }

@media (min-width: 1024px) {
  .catalog-main__description {
    padding: 30px 0;
    font-size: 20px; }
  .catalog-main .category-preview__name {
    font-size: 26px; }
  .catalog-main .portfolio-tab:hover {
    color: #a16d13;
    border-color: #a16d13; }
  .catalog-main .portfolio-item {
    margin: 30px auto; }
    .catalog-main .portfolio-item__title:hover {
      color: #a16d13;
      text-decoration: underline; }
  .catalog__categories-switch-btn-wrap {
    margin-top: -40px; }
  .catalog__categories-switch-btn:hover {
    color: #a16d13; }
  .catalog__products {
    width: 75%;
    padding: 0 30px 45px; }
  .catalog__sidebar {
    position: initial;
    z-index: auto;
    height: auto;
    width: 25%;
    border-right: 2px solid #dedede; }
    .catalog__sidebar-body {
      height: auto;
      padding: 0 30px;
      overflow-y: auto; }
    .catalog__sidebar-close {
      display: none; }
  .catalog__switch-filter {
    display: none; }
  .product-preview--wrap {
    margin-top: 60px; }
    .product-preview--wrap:nth-child(1), .product-preview--wrap:nth-child(2), .product-preview--wrap:nth-child(3) {
      margin-top: 0; }
  .product-preview__image:hover {
    border: 1px solid #a16d13;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
  .product-preview__name {
    margin-top: 20px; }
    .product-preview__name:hover {
      color: #a16d13;
      text-decoration: underline; }
  .product-preview__bottom {
    margin-top: 15px;
    font-size: 20px; }
  .category-preview {
    margin-bottom: 50px; }
    .category-preview__name {
      margin-top: 25px;
      font-size: 30px; }
    .category-preview:hover .category-preview__image {
      -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); }
    .category-preview:hover .category-preview__name {
      color: #a16d13; }
      .category-preview:hover .category-preview__name::after {
        opacity: 1; }
  .filters .filter_reset:hover {
    color: #a16d13; }
  .filters .selected_filter_item .remove_icon:hover {
    color: #a16d13; } }

@media (min-width: 1360px) {
  .catalog-main {
    padding: 60px 0; }
    .catalog-main__container {
      padding: 0 50px; }
    .catalog-main__description {
      padding: 45px 0 25px;
      font-size: 22px; }
    .catalog-main__categories {
      padding: 0 40px; }
    .catalog-main .category-preview__name {
      font-size: 30px; }
    .catalog-main__portfolio {
      margin-top: 100px; }
    .catalog-main__projects {
      margin-top: 100px; }
    .catalog-main .portfolio-item {
      margin: 50px auto; }
  .product-preview--wrap:nth-child(1), .product-preview--wrap:nth-child(2), .product-preview--wrap:nth-child(3), .product-preview--wrap:nth-child(4), .product-preview--wrap:nth-child(5), .product-preview--wrap:nth-child(6) {
    margin-top: 0; }
  .product-preview__name {
    font-size: 18px; }
  .catalog__products {
    width: 80%; }
  .catalog__sidebar {
    width: 20%; } }

@media (min-width: 1920px) {
  .product-preview__sticker-new, .product-preview__sticker-promo {
    font-size: 18px; }
  .product-preview__sticker-promo {
    border-width: 13px; }
    .product-preview__sticker-promo-text {
      line-height: 26px;
      margin: -13px 0; } }

.feedback {
  padding-bottom: 50px; }
  .feedback__wallpapers {
    width: 100%;
    height: auto;
    display: none; }
  .feedback__container {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 10px; }
  .feedback__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .feedback__title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 300;
    color: #909090;
    text-transform: uppercase; }
  .feedback__btn {
    padding: 10px 25px;
    font-size: 24px; }
  .feedback__message-success {
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 300; }
  .feedback .breadcrumbs {
    margin-bottom: 20px; }

.contact {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  color: #000; }
  .contact__title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400; }
  .contact__item {
    margin-bottom: 10px; }
  .contact__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #a16d13;
    width: 22px;
    height: 22px;
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0; }
    .contact__icon svg, .contact__icon img {
      padding: 4px;
      width: 22px;
      height: 22px; }
    .contact__icon--addr {
      background-image: url(../images/icon_maps.svg); }
    .contact__icon--phone {
      background-image: url(../images/icon_phone.svg); }
    .contact__icon--email {
      background-image: url(../images/icon_message.svg); }
    .contact__icon--website {
      background-image: url(../images/icon_email.svg); }

@media (min-width: 768px) {
  .feedback__container {
    padding: 0 20px; }
  .feedback__title {
    font-size: 30px; }
  .feedback__subject {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #909090; }
  .feedback__btn--back {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 430px;
    padding: 10px 70px; } }

@media (min-width: 1024px) {
  .feedback__wallpapers {
    display: block;
    margin-top: -2px; }
  .feedback__title {
    margin-bottom: 30px;
    font-size: 36px; }
  .feedback .breadcrumbs {
    margin-bottom: 0;
    padding-top: 20px; }
  .contact {
    padding-top: 80px; } }

@media (min-width: 1360px) {
  .feedback {
    padding-bottom: 100px; }
    .feedback__container {
      padding: 0 50px; }
    .feedback__title {
      margin-bottom: 60px;
      font-size: 50px; }
  .contact {
    padding-top: 130px;
    font-size: 22px; }
    .contact__title {
      margin-bottom: 30px;
      font-size: 30px; }
    .contact__item {
      margin-bottom: 15px; }
    .contact__icon svg {
      padding: 8px;
      width: 30px;
      height: 30px; } }

@media (min-width: 1920px) {
  .feedback {
    padding-bottom: 120px; }
    .feedback__subject {
      margin-top: 50px; }
    .feedback__btn {
      margin-top: 10px; }
    .feedback .form__group {
      margin-bottom: 30px; } }

/*# sourceMappingURL=style.css.map */
.portfolio--main{
  margin: 0 auto;
}
.portfolio--main .portfolio__grid{
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 80px 125px;
  width: 100%;
}
.portfolio--main .portfolio__grid .portfolio__item{
  margin: 0px;
  overflow: inherit;
  height: 842px;
}
.portfolio--main .portfolio__grid .portfolio__item.large{
  height: 657px;
}
.portfolio--main .portfolio__grid .portfolio__img{
  height: calc(100% - 115px);
}
.portfolio--main .portfolio__content{
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 20px;
}
.portfolio--main .portfolio__title{
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.portfolio--main .portfolio__descr{
  font-size: 16px;
  font-weight: 300;
  color: #1F1F1F;
}
.portfolio--main .portfolio__link{
  display: flex;
  align-items: center;
  color: #A16D13;
  gap: 5px;
}
.portfolio--main .portfolio__link .arrow_pointer{
  display: flex;
  margin-top: 2px;
}
.portfolio--main .portfolio__link:hover{
  text-decoration: underline;
}
.header__mobile_burger{
  flex-grow: 1;
  justify-content: flex-end;
  margin-right: 30px;
}
.category_products_count {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  /* font-size: ; */
  font-weight: 400;
  /* line-height:; */
  color: #A16D13;
  margin-top: 15px;
}
.category_products_count .arrow_pointer{
  display:flex;
  align-items: center;
  margin-left: 5px;
}
.catalog__categories .grid--categories{
  justify-content: space-between;
  gap: 50px 0;
}
.grid--categories .category-preview{
  margin-bottom: 0;
}

/* popup */
.all_products_data_block{
  margin-top: 55px;
  padding-right: 20px;
  overflow: auto;
}
.products_features_block{
  position: relative;
}
.features_block_close{
  position: absolute;
  top: 20px;
  right: 40px;
}
.category-preview__wrap.closed{
  display: none;
}
.popup_product__title{
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  color: #2D2D2D;
}
.category-preview__wrap{
  position: relative;
}
.products_features_html_block{
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  max-width: 1260px;
  max-height: 588px;
  padding: 0 20px;
  z-index: 9999;
}
.products_features_html_block.open{
  pointer-events: auto;
}
.products_features_block{
  background: #F7F7F7;
  box-shadow: 0px 4px 6px 0px #00000040;
  padding: 20px 40px;
}
.products_block{
  display: flex;
}
.popup_product__list{
  display: flex;
  flex-direction: column;
  max-height: 428px;
  margin-top: 15px;
}
.popup_product__list_item .product_one_feature {
  word-break: break-word;
}
.popup_product__list_item{
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  align-items: flex-start;
}
.popup_product__list_item > div{
  flex: 0 0 90px;
  flex-grow: 1;
  border-top: 1px solid #969696;
  padding: 10px 25px 10px 0;
}
.popup_product__list_item > div:first-child{
  flex: 0 0 250px;
}
.popup_product__head_list{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px 0;
  box-sizing: border-box;
}
.popup_product__head_list > div{
  flex: 0 0 90px;
  flex-grow: 1;
  padding-right: 25px;
}
.popup_product__head_list > div:first-child{
  flex: 0 0 250px;
}
.popup_product__head_name{
  font-weight: 600;
  color: #2D2D2D;
  flex: 0 0 90px;
}
.popup_product__list_content{
  display: flex;
  gap: 10px;
}

.popup_product__list_item:last-child{
  border-bottom: none;
}
.popup_product__image{
  flex-shrink: 0;
}

.popup_product__img{
  display: block;
  width: 55px;
  height: 55px;
  overflow: hidden;
}

.popup_product__variats_name{
  display: none;
}

.popup_product__variats{
  display: flex;
  flex-direction: column;
}
.popup_product__variat_item{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* .popup_product__variat_item .color-box:not(.color-box--dual){
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #2D2D2D;
} */

.popup_product__variat_item .color-box , .popup_product__variat_item .color-box.color-box--dual{
  display: flex;
  width: 16px;
  height: 16px;
  border: 1px solid #2D2D2D;
  overflow: hidden;
  border-radius: 50px;
}
.popup_product__variat_item .color-box--dual .color-item:first-child{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 15px;
  height: 15px;
}

.popup_product__variat_item .color-box--dual .color-item:last-child{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  width: 15px;
  height: 15px;
}
.about__banner_bottom{
  display: flex;
  justify-content: center;
  text-align: center;
}
@media(max-width: 1920px){
  .about__center .container{
    max-width: 80%;
  }
}
@media(max-width: 1400px){
  .portfolio--main .portfolio__grid{
    gap: 40px 65px;
  }

}

@media(max-width: 992px){
  .about__center .container{
    max-width: 100%;
  }
  .portfolio--main .portfolio__grid .portfolio__img{
    height: calc(100% - 150px);
  }
  .header__burger-box-container{
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 25px;
  }
  .portfolio--main .portfolio__grid{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
  }
  .portfolio--main .portfolio__grid .portfolio__item.large{
    height: 457px;
  }
  .portfolio--main .portfolio__grid .portfolio__item{
    height: 642px;
  }
  .all_products_data_block{
    margin-top: 0;
  }
  .products_features_block{
    padding: 20px;
  }
  .features_block_close{
    right: 20px;
  }
  .popup_product__list{
    margin-top: 0;
  }
  .popup_product__head_list{
    display: none;
  }
  .popup_product__list_item{
    flex-direction: column;
    gap: 0;
    border: none;
    padding: 0;
  }
  .popup_product__list_item:first-child{
    border: none;
  }
  .popup_product__list_item > div:first-child , .popup_product__list_item > div{
    flex: 0 0 auto;
    width: 100%;
    border-top: 1px solid #969696;
    padding: 7px 0;
  }
  .popup_product__list_item > div:first-child {
    border-top: none;
    padding: 40px 0 29px 0;
  }
  .popup_product__variats_item{
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .popup_product__variats_name{
    font-weight: 600;
  }
  .popup_product__variats_name{
    display: block;
  }
}

@media(max-width: 767px){
  .catalog__categories .grid--categories{
    gap: 50px 0px;
  }
  .portfolio--main .portfolio__grid{
    grid-template-columns: 1fr;
  }
  .portfolio__item:not(.large) .portfolio__img{
    width: 60%;
  }
  .portfolio--main .portfolio__grid .portfolio__item{
    height: 540px;
  }
  .portfolio--main .portfolio__grid .portfolio__item.large{
    height: 350px;
  }
  html.overflow_hidden{
    overflow: hidden;
  }
  .products_features_html_block{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    transform: translate(0,0);
    padding: 0;
  }
  .products_features_block{
    width: 100%;
    height: 100%;
  }
  .popup_product__list{
    max-height: none;
    height: calc(100vh - 100px);
    overflow: auto;
  }
  .popup_product__title{
    font-size: 28px;
  }
}



/* About Page */
.fn_banner_main_about{
  margin-top: 81px;
  text-align: center;
}
.fn_banner_main_about .slick-slide{
  text-align: center;
}

.about__desc{
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
  max-width: 900px;
  text-align: left;
  margin-top: 80px;
}
.about_desc_3{
  margin-top: 35px;
}
.about__desc--main{
  max-width: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 100px;
}

.gallery-item {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 108px 158px;
}

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

.gallery-item.left img {
  max-height: 744px;
}

.gallery-item.right img {
  max-height: 960px;
}
.about_banner_row{
  margin-top: 100px;
}
.fn_banner_about_row .slick-slide:not(:last-child ){
  padding-right: 49px; 
}
.about__center .about__desc--main.user-content ul , .about__center .about__desc--main.user-content ol{
  margin-top: 45px;
}
.about__center .about__desc--main.user-content ul li , .about__center .about__desc--main.user-content ol li{
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 44px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}
.about__center .about__desc--main.user-content ul li:last-child , .about__center .about__desc--main.user-content ol li:last-child{
  margin-bottom: 0;
}
.about__center .about__desc--main.user-content ul li:before , .about__center .about__desc--main.user-content ol li:before{
  content: "";
  display: inline-block;
  width: 28px;
  height: 4px;
  background-color: #A06E14;
  margin-right: 25px;
  flex-shrink: 0;
}
@media(max-width: 1366px){
  .gallery , .about_banner_row{
    margin-top: 50px;
  }
  .about__desc{
    margin-top: 40px;
  }
  .about__bottom{
    padding: 40px 0;
  }
  .gallery-item{
    gap: 54px;
  }
}
@media (max-width: 1024px) {
  .gallery-item {
      flex: 1 1 100%;
  }
}


@media(max-width: 767px){
  .section-title--short{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin-top: 60px;
  }
  .fn_banner_main_about{
    margin-top: 62px;
  }

  .about__center{
    overflow: hidden;
  }
  .gallery-item .left{
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media(max-width: 576px){
  .about__center .about__desc--main.user-content ul li, .about__center .about__desc--main.user-content ol li{
    margin-top: 21px;
    margin-bottom: 21px;
    margin-left: 0;
    padding-left: 0;
  }
  .about__center .about__desc--main.user-content ul li, .about__center .about__desc--main.user-content ol li{
    align-items: flex-start;
  }
  .about__center .about__desc--main.user-content ul li:before, .about__center .about__desc--main.user-content ol li:before{
    margin-top: 15px;
  }
  .fn_banner_main_about img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 500px;
    min-height: 500px;
  }
  .gallery-item{
    flex-direction: column-reverse;
  }
  .gallery--grid_2 .gallery-item .left{
    margin-left: 0;
    margin-right: 0;
  }
  .gallery--grid_2 .gallery-item .right , .about__banner_bottom{
    margin-left: -15px;
    margin-right: -15px;
  }
  .about__banner_bottom img{
    min-height: 700px;
    max-height: 700px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fn_banner_about_row .slick-slide:not(:last-child ){
    padding-right: 0;
  }
}