/* Bootstrap */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Superfish */
/* Fancybox */
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;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer, .fancybox-inner, .fancybox-bg, .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;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  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;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  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--previous, .fancybox-slide--current, .fancybox-slide--next {
  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(.5, 0, .14, 1);
          animation-timing-function: cubic-bezier(.5, 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;
  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: zoom-out;
}

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

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .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--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .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-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.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;
}

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

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  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;
}

/* Fix IE11 */
.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--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  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;
  transition-property: -webkit-transform;
  transition-property:         transform;
  transition-property:         transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.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;
}

/* Navigation arrows */
.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;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 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 fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */
.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: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */
.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(.5, .5, .5);
          transform: scale3d(.5, .5, .5);
}

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

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

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

/* transitionEffect: circular */
.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .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;
  }
}

/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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;
  box-shadow: inset 0 0 6px rgba(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, .1);
  background-position: center center;
  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;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
   -khtml-user-select: none;
  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;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-slide a {
  outline: none;
}

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.slick-slide {
  outline: none !important;
}

/* Select style */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: calc(2.25rem + 2px);
  line-height: calc(2.25rem + 2px)-2;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #e0e0e0;
}
.nice-select:after {
  border: 7px solid transparent;
  border-top: 11px solid #e0e0e0;
  content: "";
  display: block;
  height: 15px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 50%;
  transition: all .15s ease-in-out;
  width: 15px;
}
.nice-select .current {
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #ec7963;
  padding: 8px 15px 8px 5px;
  display: block;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #e0e0e0;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(.75) translateY(-calc(2.25rem + 2px)/2);
          transform: scale(.75) translateY(-calc(2.25rem + 2px)/2);
  transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: calc(2.25rem + 2px)-2;
  list-style: none;
  min-height: calc(2.25rem + 2px)-2;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  transition: all .2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #e0e0e0;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Parials */
body {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #4f4f4f;
  line-height: 1.4;
}

.btn {
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 25px;
  border: 1px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: all .4s;
  outline: 0;
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}
.btn.btn-primary {
  background: #2d9cdb;
  border-color: #2d9cdb;
}
.btn.btn-secondary {
  color: #828282;
  background: transparent;
  border-color: #828282;
}
.btn.btn-orange {
  background: #ec7963;
  border-color: #ec7963;
}

.popup {
  display: none;
  background: #f9f9f9;
  padding: 30px;
  text-align: left;
  width: 500px;
  max-width: 100%;
  margin: 40px auto;
  position: relative;
}
.popup-ttl {
  font-weight: bold;
  font-size: 36px;
  color: #ec7963;
  margin-bottom: 20px;
  line-height: 1;
}
.popup .form-input, .popup textarea {
  width: 100%;
  display: block;
  resize: none;
}

.mfp-wrap .popup {
  display: block;
}

.form-input {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px 18px;
  outline: none;
  margin-bottom: 20px;
}

textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  font-size: 16px;
  padding: 8px 18px;
  outline: none;
  margin-bottom: 20px;
}

/**
  * PRELOADER
 */
.preloader {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  top: 100px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .preloader {
    top: 50px;
  }
}
.preloader.active {
  display: block;
}

svg {
  height: 120px;
  width: 120px;
  margin: 0 2em 2em;
  overflow: visible;
  /*   border: 1px solid red; */
}

.g--circle {
  -webkit-transform-origin: 60px 60px;
          transform-origin: 60px 60px;
  fill: #2d9cdb;
  -webkit-animation: opacity 1.2s linear infinite;
          animation: opacity 1.2s linear infinite;
}
.g--circle:nth-child(12n + 1) {
  -webkit-animation-delay: -.1s;
          animation-delay: -.1s;
  -webkit-transform: rotate(-30deg) translate(5px, 5px) scale(.9);
          transform: rotate(-30deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 2) {
  -webkit-animation-delay: -.2s;
          animation-delay: -.2s;
  -webkit-transform: rotate(-60deg) translate(5px, 5px) scale(.9);
          transform: rotate(-60deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 3) {
  -webkit-animation-delay: -.3s;
          animation-delay: -.3s;
  -webkit-transform: rotate(-90deg) translate(5px, 5px) scale(.9);
          transform: rotate(-90deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 4) {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
  -webkit-transform: rotate(-120deg) translate(5px, 5px) scale(.9);
          transform: rotate(-120deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 5) {
  -webkit-animation-delay: -.5s;
          animation-delay: -.5s;
  -webkit-transform: rotate(-150deg) translate(5px, 5px) scale(.9);
          transform: rotate(-150deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 6) {
  -webkit-animation-delay: -.6s;
          animation-delay: -.6s;
  -webkit-transform: rotate(-180deg) translate(5px, 5px) scale(.9);
          transform: rotate(-180deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 7) {
  -webkit-animation-delay: -.7s;
          animation-delay: -.7s;
  -webkit-transform: rotate(-210deg) translate(5px, 5px) scale(.9);
          transform: rotate(-210deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 8) {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
  -webkit-transform: rotate(-240deg) translate(5px, 5px) scale(.9);
          transform: rotate(-240deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 9) {
  -webkit-animation-delay: -.9s;
          animation-delay: -.9s;
  -webkit-transform: rotate(-270deg) translate(5px, 5px) scale(.9);
          transform: rotate(-270deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 10) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: rotate(-300deg) translate(5px, 5px) scale(.9);
          transform: rotate(-300deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 11) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
  -webkit-transform: rotate(-330deg) translate(5px, 5px) scale(.9);
          transform: rotate(-330deg) translate(5px, 5px) scale(.9);
}
.g--circle:nth-child(12n + 12) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: rotate(-360deg) translate(5px, 5px) scale(.9);
          transform: rotate(-360deg) translate(5px, 5px) scale(.9);
}

.g-circles--v1 .g--circle {
  fill-opacity: 0;
  -webkit-animation-name: opacity;
          animation-name: opacity;
}

@-webkit-keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}

@keyframes opacity {
  3% {
    fill-opacity: 1;
  }
  75% {
    fill-opacity: 0;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active, .mfp-close.nice-select.open {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active, .mfp-arrow.nice-select.open {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

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

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
            transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Modal effects */
/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
          transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
          transform: scale(.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-3d-unfold .popup {
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .popup {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-3d-unfold.mfp-removing .popup {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .popup {
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}
.mfp-zoom-out.mfp-ready .popup {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: .8;
}
.mfp-zoom-out.mfp-removing .popup {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

@media (max-width: 992px) {
  .header {
    box-shadow: 0 0 8px #eee;
  }
}

.header-left {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header-left {
    justify-content: flex-start;
    padding: 10px 15px;
  }
}
@media (max-width: 576px) {
  .header-left {
    padding: 5px 0 5px 15px;
  }
}
.header-left__logo {
  margin-right: 44px;
}
@media (max-width: 992px) {
  .header-left__logo {
    margin-right: 0;
  }
  .header-left__logo img {
    width: 95px;
  }
}
.header-left__slogan {
  font-weight: bold;
  line-height: 21px;
  font-size: 20px;
  width: 270px;
  color: #ec7963;
}
@media (max-width: 1200px) {
  .header-left__slogan {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .header-left__slogan {
    display: none;
  }
}

.header-right {
  display: flex;
  align-items: center;
  padding-left: 3px;
}
@media (max-width: 992px) {
  .header-right {
    padding: 0 15px;
  }
}
.header-right__address {
  font-size: 14px;
  color: #1c4365;
  width: 145px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 16px 15px;
  margin-right: 27px;
}
@media (max-width: 1200px) {
  .header-right__address {
    font-size: 12px;
    width: 117px;
    padding: 14px 12px;
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .header-right__address {
    display: none;
  }
}
.header-right__phone {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header-right__phone {
    justify-content: flex-end;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .header-right__phone {
    flex-direction: column;
    justify-content: flex-end;
    padding: 5px 0;
  }
}
.header-right__phone .call {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .header-right__phone .call {
    width: 100%;
    text-align: right;
  }
}
.header-right__phone .call a {
  font-size: 16px;
  color: #1c4365;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .header-right__phone .call a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header-right__phone .call a br {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right__phone .call a span {
    display: none;
  }
}
.header-right__phone ul.numbers {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 80px;
  margin: 0 0 0 20px;
  list-style: none;
  background: url(../img/icon-phone.svg) no-repeat left center;
  background-size: auto 95%;
}
@media (max-width: 1200px) {
  .header-right__phone ul.numbers {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .header-right__phone ul.numbers {
    margin: 0;
    padding-left: 35px;
  }
}
@media (max-width: 360px) {
  .header-right__phone ul.numbers {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
}
.header-right__phone ul.numbers li {
  display: block;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .header-right__phone ul.numbers li {
    padding-left: 10px;
    line-height: 1;
  }
}
.header-right__phone ul.numbers li a {
  font-size: 24px;
  color: #1c4365;
}
@media (max-width: 1200px) {
  .header-right__phone ul.numbers li a {
    font-size: 16px;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #185472;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav ul li {
  display: inline-block;
  border-right: 1px solid #e0e0e0;
  margin-left: -7px;
  /* &.current-menu-item {

          a {
            background: #FF8363;
            color: #ffffff;
          }
        }*/
}
.header-nav ul li:first-child {
  border-left: none;
  margin-left: 0;
}
@media (max-width: 767px) {
  .header-nav ul li {
    margin-left: 0;
  }
}
.header-nav ul li a {
  font-size: 14px;
  color: #1c4365;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  padding: 18px 38px;
  transition: all .2s;
}
@media (max-width: 1200px) {
  .header-nav ul li a {
    padding: 14px 24px;
  }
}
@media (max-width: 767px) {
  .header-nav ul li a {
    padding: 14px 18px;
  }
}
.header-nav ul li a:hover {
  background: #ff8363;
  color: #fff;
  text-decoration: none;
}
.header-nav__toolbar {
  display: flex;
  align-items: center;
}
.header-nav__toolbar .search {
  position: relative;
  padding: 0 25px;
}
@media (max-width: 1200px) {
  .header-nav__toolbar .search {
    padding: 0 14px;
  }
}
.header-nav__toolbar .search input {
  border: 0;
  border-bottom: 1px solid #f2f2f2;
  outline: 0;
  color: #ec7963;
  font-size: 14px;
  width: 205px;
}
@media (max-width: 1200px) {
  .header-nav__toolbar .search input {
    width: 130px;
  }
}
.header-nav__toolbar .search ::-webkit-input-placeholder {
  color: #ec7963;
}
.header-nav__toolbar .search ::-moz-placeholder {
  color: #ec7963;
}
.header-nav__toolbar .search :-ms-input-placeholder {
  color: #ec7963;
}
.header-nav__toolbar .search :-moz-placeholder {
  color: #ec7963;
}
.header-nav__toolbar .search button {
  border: 0;
  outline: 0;
  background: none;
  color: #ec7963;
  cursor: pointer;
}
.header-nav__toolbar .lang {
  padding: 14px 20px;
  border-left: 1px solid #e0e0e0;
}
@media (max-width: 1200px) {
  .header-nav__toolbar .lang {
    padding: 14px 15px;
  }
}
.header-nav__toolbar .lang img {
  margin-right: 6px;
}
.header-nav__toolbar .lang a {
  color: #1c4365;
  font-size: 14px;
}

.header .mobtoggle {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .header .mobtoggle {
    display: none;
  }
}
.header .mobtoggle a {
  color: #1c4365;
  font-size: 25px;
}

@media (max-width: 992px) {
  .header .leftbar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: all .5s;
    background: #fff;
    border-top: 0;
    display: block;
  }
  .header .leftbar ul li {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }
  .header .leftbar .header-nav__toolbar {
    display: block;
    padding: 15px 5px;
  }
  .header .leftbar .header-nav__toolbar .lang {
    border: 0;
  }
  .header .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity .7s;
  }
}

.footer {
  background: #f2f2f2;
  padding: 40px 0 20px;
}
.footer .row > div {
  margin-bottom: 20px;
}
.footer-left__logo {
  display: inline-block;
  margin-bottom: 41px;
}
.footer-left__logo img {
  width: 118px;
  height: auto;
}
.footer-left__copy {
  font-size: 18px;
  color: #4f4f4f;
  margin-bottom: 0;
}
.footer-center__contacts {
  font-size: 18px;
  color: #4f4f4f;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-center__contacts a {
  font-size: 18px;
  color: #4f4f4f;
}
.footer-center__contacts li {
  padding-left: 55px;
  min-height: 40px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.footer-center__contacts li:last-child {
  margin-bottom: 0;
}
.footer-center__contacts li.address {
  background: url(../img/list-address.svg) no-repeat left center;
}
.footer-center__contacts li.phone {
  background: url(../img/list-phone.svg) no-repeat left center;
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer-right {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .footer-right__ask {
    margin-bottom: 20px;
  }
}
.footer-right__ask .btn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 37px 15px 62px;
  background-image: url(../img/icon-ask.png);
  background-repeat: no-repeat;
  background-position: left 13px center;
}
.footer-right__copy {
  font-size: 14px;
  color: #bdbdbd;
}
.footer-right__copy a {
  color: #bdbdbd;
  text-decoration: underline;
}
.footer-right__copy a:hover {
  text-decoration: none;
}

.slider-main {
  background: url(../img/fon.jpg) no-repeat center top;
  background-size: cover;
  height: 400px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .slider-main {
    height: auto;
  }
}
@media (max-width: 576px) {
  .slider-main {
    margin: 0 -15px;
  }
}
.slider-main .item {
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 992px) {
  .slider-main .item {
    height: auto;
  }
}
.slider-main .item .row {
  padding: 0 55px;
}
@media (max-width: 992px) {
  .slider-main .item .row {
    padding: 15px 20px;
  }
}
.slider-main .item .image {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .slider-main .item .image {
    margin-bottom: 15px;
  }
}
.slider-main .item .image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .slider-main .item .image img {
    max-height: 100px;
    width: auto;
  }
}
.slider-main .item .caption {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .slider-main .item .caption {
    justify-content: center;
    text-align: center;
  }
}
.slider-main .item .slide-ttl {
  font-size: 50px;
  font-weight: bold;
  color: #fffdfd;
  line-height: 1.25;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .slider-main .item .slide-ttl {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .slider-main .item .slide-ttl {
    font-size: 22px;
  }
}
.slider-main .item .slide-ttl a {
  color: #fff;
  text-decoration: none;
}
.slider-main .item .slide-desc {
  font-size: 24px;
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 992px) {
  .slider-main .item .slide-desc {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .slider-main .item .slide-desc {
    font-size: 18px;
  }
}
.slider-main .item .slide-btn {
  margin-top: 28px;
}
.slider-main .item .slide-btn a {
  font-size: 16px;
  color: #2d9cdb;
  font-weight: bold;
  background: #fff;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  line-height: 1.25;
  text-transform: uppercase;
  min-width: 200px;
  text-decoration: none;
  transition: all .3s;
}
.slider-main .item .slide-btn a:hover {
  opacity: .8;
}
.slider-main .item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 400px;
}
@media (max-width: 992px) {
  .slider-main .item-text {
    height: auto;
  }
}
.slider-main .item-text__content {
  padding: 20px 0;
  width: 80%;
  overflow: hidden;
}
.slider-main .item-text .slide-ttl {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fffdfd;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider-main .item-text .slide-ttl {
    margin-bottom: 15px;
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .slider-main .item-text .slide-ttl {
    font-size: 18px;
  }
}
.slider-main .item-text .slide-desc {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .slider-main .item-text .slide-desc {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .slider-main .item-text .slide-desc {
    font-size: 16px;
  }
}
.slider-main .slick-arrow {
  position: absolute;
  top: 45%;
  border: 0;
  background: none;
  text-indent: -9999px;
  width: 17px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  outline: 0;
}
.slider-main .slick-prev {
  left: 25px;
  background: url(../img/arrow-left.svg) no-repeat center;
}
@media (max-width: 992px) {
  .slider-main .slick-prev {
    left: 5px;
  }
}
.slider-main .slick-next {
  right: 25px;
  background: url(../img/arrow-right.svg) no-repeat center;
}
@media (max-width: 992px) {
  .slider-main .slick-next {
    right: 5px;
  }
}

.partner {
  margin: 40px auto;
}
.partner-ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #4f4f4f;
  background: #fff;
  padding: 0 20px;
  width: 90%;
  margin: 0 auto -15px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .partner-ttl {
    margin-bottom: -25px;
  }
}
@media (max-width: 767px) {
  .partner-ttl {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0;
  }
}
.partner-list {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 75px 40px 60px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
}
@media (max-width: 767px) {
  .partner-list {
    padding: 30px 15px;
  }
}
.partner-list__slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.partner-list__slider .slick-track {
  display: flex;
  align-items: center;
}
.partner-list__slider a {
  margin: 0 10px;
}

.category-box {
  margin-bottom: 80px;
}
.category-box .row {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  .category-box .row {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.category-box .category-item {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .category-box .category-item {
    text-align: center;
    flex-direction: column;
    padding: 20px 15px;
  }
}
.category-box .category-item__img {
  margin-right: 30px;
}
@media (max-width: 576px) {
  .category-box .category-item__img {
    margin: 0 auto 10px;
  }
}
@media (max-width: 576px) {
  .category-box .category-item__info {
    text-align: center;
    margin: 0 auto;
  }
}
.category-box .category-item__info .ttl {
  margin-bottom: 10px;
}
.category-box .category-item__info .ttl a {
  font-weight: bold;
  font-size: 20px;
  color: #4f4f4f;
}
.category-box .category-item__info .desc {
  font-size: 18px;
  color: #4f4f4f;
  margin-bottom: 10px;
}
.category-box .category-item__info .more a {
  font-size: 14px;
  color: #bdbdbd;
}

.company {
  margin-bottom: 120px;
}
.company .row > div {
  border-top: 1px solid #e0e0e0;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .company .row > div {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
  }
}
.company .row > div:first-child {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .company .row > div:first-child {
    border: 0;
  }
}
.company-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company-numbers li {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #bdbdbd;
  width: 185px;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .company-numbers li {
    width: 50%;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.company-numbers li span {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #4f4f4f;
  display: block;
}
.company-info {
  max-width: 580px;
  margin: 0 auto;
}
.company-info__ttl {
  font-size: 50px;
  font-weight: bold;
  color: #ec7963;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.company-info__desc {
  font-size: 18px;
  color: #4f4f4f;
  margin-bottom: 30px;
}
.company-info__more a {
  font-size: 14px;
  color: #bdbdbd;
}
.company .map {
  margin-top: -100px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .map {
    margin-top: 10px;
  }
}
.company .map img {
  max-width: 100%;
}

.page-header {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3bb4e7;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 0 0 5px 5px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .page-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .page-header {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .page-header {
    margin: 0 -15px 15px;
    height: 100px;
  }
}
.page-header h1, .page-header h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #fffdfd;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .page-header h1, .page-header h2 {
    font-size: 30px;
  }
}

.page-entry {
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .page-entry {
    padding: 30px 70px;
  }
}
@media (max-width: 992px) {
  .page-entry {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .page-entry {
    padding: 15px;
  }
}

/* JOBS */
.jobs-icons {
  display: block;
  margin: 64px -30px 50px;
}
@media (max-width: 992px) {
  .jobs-icons {
    margin-left: 0;
    margin-right: 0;
  }
}
.jobs-icons__item {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  width: 230px;
  height: 230px;
  padding: 25px 35px;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.jobs-icons__item .icon {
  margin-bottom: 28px;
  align-items: flex-end;
  justify-content: center;
  display: flex;
}
.jobs-icons__item .name {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #828282;
  line-height: 1.2;
}

.tabs {
  margin: 33px auto;
}
.tabs-ttl {
  font-size: 36px;
  font-weight: bold;
  color: #ec7963;
  margin-bottom: 5px;
}
.tabs .tab {
  margin-bottom: -9px;
}
.tabs .tab-ttl {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
  color: #828282;
  text-transform: uppercase;
  padding: 15px;
  cursor: pointer;
}
.tabs .tab-ttl span {
  text-transform: none;
  font-weight: normal;
  float: right;
}
@media (max-width: 767px) {
  .tabs .tab-ttl span {
    width: 100%;
    display: block;
    text-align: right;
    float: none;
  }
}
.tabs .tab-ttl span i.fa {
  margin-left: 35px;
}
.tabs .tab-content {
  display: none;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .tabs .tab-content {
    padding: 15px 10px;
  }
}
.tabs .tab-content__btns {
  margin: 15px -10px 0;
}
.tabs .tab-content__btns .btn {
  text-transform: none;
  font-size: 16px;
  margin: 5px 10px;
}
.tabs .tab-content__btns .btn.hhru {
  color: #828282;
  border-color: #e0e0e0;
  font-weight: normal;
  background: url(../img/hhru.png) no-repeat left 10px center;
  padding-left: 45px;
}
.tabs .tab.active .tab-ttl {
  border-bottom-style: dashed;
}
.tabs .tab.active .tab-ttl span i.fa:before {
  content: "\f078";
}

.form-footer {
  background: #f9f9f9;
  padding: 15px 0 100px;
}
.form-footer .ttl {
  font-size: 36px;
  font-weight: bold;
  color: #ec7963;
  margin: 50px 0;
  line-height: 1;
}
.form-footer .form-gr .form-input {
  width: 100%;
}
.form-footer .form-gr.w50 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
}
.form-footer .form-gr.w50 > * {
  flex: 0 0 45%;
  max-width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.form-footer textarea {
  resize: none;
  width: 100%;
}
.form-footer .b-file-wrap {
  margin-bottom: 30px;
}
.form-footer .b-file-label a {
  padding: 15px 0 15px 45px;
  font-size: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #828282;
  background: url(../img/file.png) no-repeat left 15px center;
}
.form-footer .b-file-input {
  display: none;
}
.form-footer .btn {
  font-size: 16px;
  text-transform: none;
  padding-left: 42px;
  padding-right: 42px;
}

/* CONTACTS PAGE */
.address-box {
  margin-bottom: 60px;
}
.address-box__item {
  border-radius: 5px;
  text-align: left;
  width: 100%;
  padding: 34px 42px;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  background: #fff;
}
.address-box__item .name {
  font-size: 24px;
  font-weight: bold;
  color: #ec7963;
  margin-bottom: 25px;
  line-height: 1;
}
.address-box__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
  font-size: 18px;
  color: #4f4f4f;
}
.address-box__item ul li {
  position: relative;
  padding-left: 30px;
}
.address-box__item ul li a {
  color: #4f4f4f;
  text-decoration: underline;
}
.address-box__item ul li i.fa {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 14px;
  color: #ec7963;
}
.address-box__item .desc {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bdbdbd;
}

.map-global {
  display: block;
  margin: 120px auto;
  text-align: center;
}
.map-global img {
  max-width: 100%;
}

/* ABOUT PAGE */
.page-about-numbers {
  margin-top: -40px;
}
@media (max-width: 1200px) {
  .page-about-numbers {
    margin-top: -30px;
  }
}
@media (max-width: 992px) {
  .page-about-numbers {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .page-about-numbers {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.page-about-numbers .row > div {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #bdbdbd;
  width: 185px;
  margin: 0 auto 20px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .page-about-numbers .row > div {
    border-right: 0;
    padding: 15px 0;
    margin-bottom: 0 !important;
  }
}
.page-about-numbers .row > div:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .page-about-numbers .row > div {
    width: 50%;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-about-numbers .row > div span {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #4f4f4f;
  display: block;
}

.about-icons {
  margin: 100px auto;
}
@media (max-width: 767px) {
  .about-icons {
    margin: 30px auto 0;
  }
}
.about-icons .row > :first-child .about-icons__item {
  background: #ec7963;
  box-shadow: none;
}
.about-icons .row > :first-child .about-icons__item .name {
  color: #fff;
}
.about-icons__item {
  border-radius: 5px;
  text-align: center;
  padding: 45px 35px;
  margin: 0 auto 20px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.about-icons__item .icon {
  margin-bottom: 28px;
  align-items: flex-end;
  justify-content: center;
  display: flex;
}
.about-icons__item .name {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  color: #828282;
  line-height: 1.2;
}

/* CATALOG PAGE */
.topbar {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .topbar {
    margin-bottom: 0;
  }
}
.topbar-category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.topbar-category label {
  font-weight: bold;
  line-height: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #bdbdbd;
  margin: 3px 15px 3px 0;
}
.topbar-category .nice-select {
  width: 70%;
  max-width: 100%;
}
.topbar-breadcrumbs {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-bottom: 10px;
}
.topbar-breadcrumbs .breadcrumbs {
  margin-bottom: 10px;
}
.topbar-type {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .topbar-type {
    justify-content: center;
  }
}
.topbar-type__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar-type__list li {
  display: inline-block;
  margin: 0 3px 10px;
}
.topbar-type__list li:last-child {
  margin-right: 0;
}
.topbar-type__list li .btn {
  font-size: 12px;
  padding: 6px 17px;
}
@media (max-width: 767px) {
  .topbar-type__list li .btn {
    padding: 4px 12px;
  }
}
.topbar-type__list li .btn.btn-secondary {
  color: #bdbdbd;
  border-color: #e0e0e0;
}
.topbar-type__list li .btn:hover {
  background: #ec7963;
  border-color: #ec7963;
  opacity: 1;
  color: #fff;
}

.product-default .product {
  border-radius: 5px;
  position: relative;
  padding: 40px 25px 25px;
  margin-bottom: 50px;
  transition: all .5s;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}
.product-default .product:hover .product-stock span.order {
  color: #7d7d7d !important;
  border-color: #afafaf !important;
}
.product-default .product:hover .btn.btn-secondary {
  background: #fff;
}
.product-default .product-sticky {
  position: absolute;
  top: 0;
  left: 0;
}
.product-default .product-sticky > span {
  border-radius: 5px 0 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 11px 0;
  min-width: 80px;
  display: block;
}
.product-default .product-sticky > span.new {
  background: #ec7963;
}
.product-default .product-sticky > span.sale {
  background: #2d9cdb;
}
.product-default .product-stock {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product-default .product-stock > span {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 4px 12px;
  display: block;
}
.product-default .product-stock > span.order {
  color: #bdbdbd;
  border-color: #e0e0e0;
}
.product-default .product-stock > span.avail {
  color: #2d9cdb;
  border-color: #2d9cdb;
}
.product-default .product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.product-default .product-thumb img {
  max-width: 100%;
  max-height: 235px;
}
.product-default .product-info .title {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
}
.product-default .product-info .title span {
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.product-default .product-more {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.product-default .product-more .btn {
  font-size: 12px;
}
@media (max-width: 767px) {
  .product-default .product-more .btn {
    font-size: 13px;
  }
}
.product-default .product-more a {
  margin: 5px 3px;
}
.product-default .product-more .link-more {
  font-size: 14px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #828282;
}
.product-default .product-more .link-more:hover {
  text-decoration: none;
}

.product-default .section {
  background: #f9f9f9;
  border-radius: 5px;
  position: relative;
  padding: 30px 25px;
  margin-bottom: 40px;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.product-default .section:hover {
  background: #c5e6f9;
}
.product-default .section-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.product-default .section-thumb img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .product-default .section-thumb img {
    max-height: 200px;
  }
}
.product-default .section-info .title {
  font-weight: bold;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #4f4f4f;
}

.product-default .section-big {
  background: #f9f9f9;
  border-radius: 5px;
  position: relative;
  padding: 30px 25px;
  margin-bottom: 40px;
  transition: all .5s;
  display: flex;
  text-decoration: none;
}
.product-default .section-big:hover {
  background: #c5e6f9;
}
.product-default .section-big > .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-default .section-big-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.product-default .section-big-thumb img {
  max-width: 100%;
  max-height: 490px;
}
@media (max-width: 767px) {
  .product-default .section-big-thumb img {
    max-height: 200px;
  }
}
.product-default .section-big-info .title {
  font-weight: bold;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #4f4f4f;
}

.product-seealso {
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .product-seealso {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.product-seealso > .ttl {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .filter {
    display: none;
  }
}

.filter-switch {
  display: none;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .filter-switch {
    display: block;
  }
}

.filter-item {
  margin-bottom: 30px;
}
.filter-item__ttl {
  font-weight: bold;
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 14px;
}
.filter-item__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter-item__list.checkbox li {
  margin: 0 0 10px 12px;
}
.filter-item__list.checkbox li input {
  display: none;
}
.filter-item__list.checkbox li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 19px;
  font-size: 14px;
  color: #4f4f4f;
  padding-left: 27px;
  position: relative;
  margin-bottom: 0;
}
.filter-item__list.checkbox li label:before {
  content: "";
  border: 1px solid #4f4f4f;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}
.filter-item__list.checkbox li label:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/check.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 2px;
  display: none;
}
.filter-item__list.checkbox li input:checked + label:after {
  display: block;
}
.filter-item__list.radio li {
  margin: 0 0 10px 12px;
}
.filter-item__list.radio li input {
  display: none;
}
.filter-item__list.radio li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 19px;
  font-size: 14px;
  color: #4f4f4f;
  padding-left: 27px;
  position: relative;
  margin-bottom: 0;
}
.filter-item__list.radio li label:before {
  content: "";
  border: 1px solid #4f4f4f;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 100px;
}
.filter-item__list.radio li label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #dc3545;
  position: absolute;
  left: 0;
  top: 2px;
  display: none;
  border-radius: 100px;
  margin: 3px;
}
.filter-item__list.radio li input:checked + label:after {
  display: block;
}

.wp-pagination {
  margin-bottom: 60px;
}
.wp-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.wp-pagination ul li {
  display: inline-block;
}
.wp-pagination ul li a {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #bdbdbd;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.wp-pagination ul li a:hover {
  color: #ec7963;
  border-color: #ec7963;
}
.wp-pagination ul li span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #ec7963;
  border: 1px solid #ec7963;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.wp-pagination ul li a, .wp-pagination ul li span {
  margin: 0 10px;
}

.breadcrumbs {
  font-size: 16px;
  color: #bdbdbd;
  line-height: 1.2;
  margin-bottom: 30px;
}
.breadcrumbs > a, .breadcrumbs > span {
  font-size: 16px;
  color: #bdbdbd;
  margin: 0 10px;
}
.breadcrumbs > a a, .breadcrumbs > span a {
  font-size: 16px;
  color: #bdbdbd;
}
.breadcrumbs > a:first-child, .breadcrumbs > span:first-child {
  margin-left: 0;
}

.card-ttl {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 48px;
  color: #4f4f4f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .card-ttl {
    font-size: 30px;
    text-align: center;
  }
}
.card-ttl strong {
  font-weight: bold;
}

.card-gallery {
  margin-bottom: 40px;
  text-align: center;
}
.card-gallery img {
  max-width: 100%;
}
.card-gallery__for {
  margin-bottom: 40px;
  text-align: center;
}
.card-gallery__for img {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .card-gallery__for img {
    max-height: 250px;
  }
}
.card-gallery__for .video-wrap {
  position: relative;
}
.card-gallery__for .video-wrap .play {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card-gallery__for .video-wrap .play img {
  width: 90px;
  height: 90px;
}
.card-gallery__nav {
  text-align: center;
}
.card-gallery__nav .slick-slide .img-nav {
  width: 130px;
  height: 130px;
  overflow: hidden;
  padding: 20px;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .card-gallery__nav .slick-slide .img-nav {
    width: 90px !important;
    height: 90px;
    padding: 10px;
  }
  .card-gallery__nav .slick-slide .img-nav img {
    max-width: 100%;
    max-height: 100%;
  }
}
.card-gallery__nav .slick-slide.slick-current .img-nav {
  border-color: #ec7963;
}
.card-gallery__nav .slick-slide img {
  max-height: 95px;
  margin: 0 auto;
}
.card-gallery__nav .video-wrap {
  position: relative;
}
.card-gallery__nav .video-wrap .play {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card-gallery__nav .video-wrap .play img {
  width: 58px;
  height: 58px;
}
@media (max-width: 992px) {
  .card-gallery__nav .video-wrap .play img {
    width: 28px;
  }
}

.card-info {
  margin-bottom: 40px;
}
.card-info__manuf {
  margin-bottom: 35px;
}
.card-info__short {
  line-height: 34px;
  font-size: 24px;
  color: #000;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .card-info__short {
    font-size: 20px;
    line-height: 1.2;
  }
}
.card-info__labels {
  margin-bottom: 40px;
}
.card-info__labels span {
  border: 1px solid #ec7963;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.card-info__labels span.sale {
  border-color: #2d9cdb;
  background: #2d9cdb;
  color: #fff;
}
.card-info__labels span.new {
  background: #ec7963;
  border-color: #ec7963;
  color: #fff;
}
.card-info__labels span.order {
  border-color: #e0e0e0;
}
.card-info__labels span.avail {
  color: #2d9cdb;
  border-color: #2d9cdb;
}
.card-info__files ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-info__files ul li {
  padding-left: 58px;
  background: url(../img/pdf.svg) no-repeat left top 5px;
  margin-bottom: 15px;
  min-height: 45px;
}
.card-info__files ul li a {
  font-size: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000;
}
.card-info__files ul li a:hover {
  text-decoration: none;
}
.card-info__buy {
  margin: 70px auto 15px;
}
@media (max-width: 992px) {
  .card-info__buy {
    margin: 30px auto 15px;
  }
}
.card-info__buy .btn-buy {
  background: #2d9cdb;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  padding: 20px 50px;
  line-height: 1;
  color: #fff;
}

.card-bottom {
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .card-bottom {
    margin: 0 15px 35px;
  }
}
.card-bottom .ttl {
  font-weight: bold;
  line-height: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #ec7963;
  margin-bottom: 25px;
}
.card-bottom__desc {
  margin-bottom: 30px;
}
.card-bottom__list {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 -40px;
  padding: 40px;
}
@media (max-width: 992px) {
  .card-bottom__list {
    margin: 0;
    padding: 15px;
  }
}
.card-bottom__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-bottom__list ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 10px;
}
.card-bottom__list ul li:before {
  content: "";
  background: #ec7963;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}

.card-related {
  margin-bottom: 20px;
}
.card-related .ttl {
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 35px;
  display: block;
}

.partners-page__desc {
  font-weight: bold;
  line-height: 1.25;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #828282;
  width: 620px;
  max-width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 576px) {
  .partners-page__desc {
    font-size: 22px;
  }
}

.partners-page__items > div {
  padding: 0 25px;
}
@media (max-width: 576px) {
  .partners-page__items > div {
    padding: 0 15px;
  }
}

.partners-page .partner {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.25;
  color: #4f4f4f;
  padding: 40px;
  margin: 0 auto 50px;
}
@media (max-width: 576px) {
  .partners-page .partner {
    padding: 25px;
  }
}
.partners-page .partner-logo {
  margin-bottom: 40px;
}
.partners-page .partner-logo a {
  text-decoration: none;
}
.partners-page .partner-logo img {
  max-width: 100%;
}
.partners-page .partner-desc {
  margin-bottom: 27px;
}
.partners-page .partner-link a {
  color: #4f4f4f;
  text-decoration: underline;
}
.partners-page .partner-link a:hover {
  text-decoration: none;
}
