@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#868e96;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#868e96;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace:"SFMono-Regular",Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 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[data-original-title], abbr[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;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
} */

/* a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
} */

/* a:not([href]):not([tabindex]):focus {
  outline: 0;
} */

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1, h1 {
  font-size: 2.5rem;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: .25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: 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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-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.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.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.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    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.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    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.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    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.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    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.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm td, .table-sm th {
  padding: .3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #e9ecef;
}

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
}

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file, .form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: .5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: .75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}

.form-check-input.is-valid + .form-check-label, .was-validated .form-check-input:valid + .form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid ~ .custom-control-description, .was-validated .custom-control-input:valid ~ .custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control, .was-validated .custom-file-input:valid ~ .custom-file-control {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-control::before, .was-validated .custom-file-input:valid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus, .was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control, .was-validated .custom-file-input:invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-control::before, .was-validated .custom-file-input:invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: .25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
  background-image: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus, .btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
  color: #868e96;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 2;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: flex;
  align-items: center;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn-group:first-child, .input-group-btn:not(:first-child) > .btn:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: flex;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: .25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: .25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary, button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active, button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary, button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success, button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active, button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info, button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active, button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light, button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active, button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark, button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active, button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
  left: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
  right: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: .8rem;
}

.popover .arrow::after {
  content: "";
  border-width: .8rem;
}

.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
  margin-bottom: .8rem;
}

.popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
  bottom: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
  bottom: -.8rem;
  margin-left: -.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
  bottom: calc((.8rem - 1px) * -1);
  margin-left: -.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
  margin-left: .8rem;
}

.popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
  left: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-right .arrow::before {
  margin-top: -.8rem;
  border-left-width: 0;
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before {
  left: -.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after, .popover.bs-popover-right .arrow::after {
  left: calc((.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
  margin-top: .8rem;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
  top: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-bottom .arrow::before {
  margin-left: -.8rem;
  border-top-width: 0;
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
  top: -.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
  top: calc((.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before, .popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
  margin-right: .8rem;
}

.popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
  right: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
  margin-top: -.8rem;
  border-right-width: 0;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before {
  right: -.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-left .arrow::after {
  right: calc((.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: 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;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.mr-5, .mx-5 {
  margin-right: 3rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}
/* 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;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/*
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
*/
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../themes/analyticumpro/assets/css/./fonts/slick.eot");
  src: url("../themes/analyticumpro/assets/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../themes/analyticumpro/assets/css/./fonts/slick.woff") format("woff"), url("../themes/analyticumpro/assets/css/./fonts/slick.ttf") format("truetype"), url("../themes/analyticumpro/assets/css/./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

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;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 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;
  text-align: center;
  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);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  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;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 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-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  color: #39B2E5;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 10;
  border: none;
  background: transparent;
}
   
.fancybox-close-small path{
  transition: 0.2s;
}

.fancybox-close-small:hover path{
    stroke: #d89d67;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8 !important;
  stroke: currentColor;
  stroke-width: 2;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1 !important;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: 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 > ul {
  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 > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* 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;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    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;
}
[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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/analyticumpro/assets/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../themes/analyticumpro/assets/css/./fonts/slick.eot');
    src: url('../themes/analyticumpro/assets/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../themes/analyticumpro/assets/css/./fonts/slick.woff') format('woff'), url('../themes/analyticumpro/assets/css/./fonts/slick.ttf') format('truetype'), url('../themes/analyticumpro/assets/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@font-face {
  font-family: 'montserrat';
  src: local('Montserrat-Light') url("../themes/analyticumpro/assets/fonts/Montserrat/Montserrat-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: local('Montserrat-Medium') url("../themes/analyticumpro/assets/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: local('Montserrat-SemiBold') url("../themes/analyticumpro/assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: local('Montserrat-Bold') url("../themes/analyticumpro/assets/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'montserrat';
  src: local('Montserrat-ExtraBold') url("../themes/analyticumpro/assets/fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-width: 320px;
}

body {
  font-family: "montserrat", "Helvetica", "Roboto", sans-serif;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all .2s;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  outline: none;
  cursor: pointer !important;
}

p {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  outline: none;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  padding-bottom: 70px;
  position: relative;
}

.pad0 {
  padding: 0;
}


.page-title {
  margin-bottom: 40px;
  font-size: 24pt;
  font-weight: 600;
  color: #2A3C43;
}

.page-title span {
  font-size: 14pt;
  font-weight: 500;
}

.block-title {
  font-weight: bold;
font-size: 30px;
line-height: 35px;
color: #2A3C43 !important;
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

/* .header {
  position: relative;
  padding: 20px 0 20px;
  box-shadow: 0 10px 10px 0 rgba(115, 126, 138, 0.2);
  display: flex;
} */

.logo {
  display: inline-block;
  margin: auto;
  margin-bottom: -8px;
  
}

.menu-toggle {
  position: absolute;
  top: 39px;
  left: 40px;
  display: none;
  z-index: 3;
}

.menu-toggle .fa-bars {
  color: #4d4d4d;
}

.header-menu {
  position: relative;
  -webkit-align-self: flex-end; 
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
}


.logo img{
 max-height: 90px;   
}
.header-menu .nav-list {
  font-size: 14pt;
}
.header-menu .nav-list li {
  display: inline;
  position: relative;
}
.header-menu .nav-list > li:first-child a {
  padding-left: 0;
}

/* .header-menu .nav-list > li:first-child:after {
      position: absolute;
    content: '';
     background: url("../img/icons/down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    right: 3px;
    top: 9px;
    z-index: 2;
    width: 10px;
    height: 10px;
}
 */
.header-menu .nav-list li a {
     color: #4f6b79;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.header-menu .nav-list li a:hover {
  color: #8d96a0;
}

.header-menu .nav-list li .sub-list {
     font-size: 12pt;
    height: auto;
    width: 320px;
    padding: 5px 20px 5px 20px;
    display: none;
    position: absolute;
    top: 27px;
    left: -55px;
    z-index: 3;
    background-color: #737e8a;
}

.header-menu .nav-list li .sub-list > li {
  border-bottom: 1px solid rgba(255,255,255,.2);
  display: block;
}
.header-menu .nav-list li .sub-list > li.has-nav a {
/*   padding-bottom: 10px; */
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
}
.header-menu .nav-list li .sub-list > li.has-nav>a:after {
  content: '';
  background-image: url("../themes/analyticumpro/assets/img/icons/down-white.png");
  -webkit-background-size: cover;
 background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    width: 12px;
    height: 8px;
    top: 2px;
    position: relative;
}
.header-menu .nav-list li .sub-list > li.has-nav.active > a {
  color: #a9b4c0;
}
.header-menu .nav-list li .sub-list > li.has-nav.active > a:after {
  background-image: url("../themes/analyticumpro/assets/img/icons/down.png");
  transform: rotate(180deg);
}
.header-menu .nav-list li .sub-list > li.has-nav.active ul {
  display: block;
}

.header-menu .nav-list li .sub-list > li > a {
      display: block;
    color: white;
    padding: 6px 0;
    font-size: 16px;
    text-transform: none;
}

.header-menu .nav-list li .sub-list li a:hover {
  color: #e6e2e2;
}
.header-menu .nav-list li .sub-list li:last-child {
  border: none;
}
.header-menu .nav-list li .sub-list li .sub-sub-list {
      margin-left: 15px;
  display: none;
  
}

.header-menu .nav-list li .sub-list li .sub-sub-list a{
color: white;
   padding: 0px 0 15px 0;
    font-size: 16px;
    text-transform: none;
    
}
.header-menu .nav-list li .sub-list li .sub-sub-list li {
  display: block;
}
/* .header-menu .nav-list li .sub-list li .sub-sub-list li a {
  display: block;
  color: #FFF;
  padding: 3px 0;
} */
.header-menu .nav-list li .sub-list li .sub-sub-list li a:hover {
  color: #e6e2e2;
}

.header-menu .nav-list li .sub-list li .sub-sub-list li:last-child a {
}



.header-right {
  display: flex;
  justify-content: space-between;
    width: 30%;
}

.contact-btn, .contacts {
  display: inline-block;
  vertical-align: bottom;
}

.contact-btn {
border: 1.3px solid #439CCD;
box-sizing: border-box;
border-radius: 30px;
font-size: 16px;
color: #439CCD !important;
  padding: 10px 40px;
  border-radius: 50px;
  font-weight: 500;
    margin-bottom: 10px;
}

.batten p{
    text-align:center;
font-style: normal;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;

color: #439CCD;

}

.contact-btn:hover {
  cursor: pointer;
  background-color: #439CCD;
  color: white !important;
}

.hidden-form {
  display: none;
  width: 780px;
  height: 665px;
  font-weight: 600;
  padding: 60px 30px;
  padding-top: 0;
  text-align: center;
  color: white;
  background-image: url("../themes/analyticumpro/assets/img/sukafone.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow:  hidden;
}

.hidden-form h3 {
  font-size: 20pt;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.hidden-form label {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.hidden-form input,
.hidden-form textarea {
  border-radius: 3px;
  font-size: 14pt;
  padding-left: 10px;
  padding-bottom: 3px;
  margin-bottom: 15px;
  width: 100%;
  border: none;
}
.hidden-form input {
  height: 40px;
}
.hidden-form input::-webkit-input-placeholder{
    color: #2A3C43;
    }
.hidden-form input::-moz-placeholder{
    color: #2A3C43;
    }
.hidden-form textarea {
  min-height: 140px;
  max-height: 250px;
}
.hidden-form textarea::-webkit-input-placeholder{
    color: #2A3C43;
    }
.hidden-form textarea::-moz-placeholder{
    color: #2A3C43;
    }
.hidden-form label span {
  position: absolute;
  top: -4px;
  left: 8px;
  z-index: 1;
  color: red;
  font-size: 9pt;
}
.hidden-form .send-true {
  font-size: 12pt;
/*   margin: 30px 0; */
  color: yellow;
}
.agree{
 text-align: center;   
}
.hidden-form .agree {
  font-size: 11pt;
  font-weight: 500;
  font-family: "montserrat", "Helvetica", "Roboto", sans-serif;
  margin-bottom: 25px;
  display: block;
          text-align: left;
        }

.hidden-form .captcha {
  width: 200px;
  height: 70px;
  background-color: white;
  margin-bottom: 30px;
}

.hidden-form .submit {
        background: none;
  border: 1px solid #fff;
  color: white;
  font-size: 14pt;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s;
  max-width: 255px;
  height: 55px;
  padding-left: 0;
  text-transform:uppercase;
  font-weight: normal;
font-size: 16px;
}

.hidden-form .submit:hover{
 background-color:#fff !important;
 color:#439CCD;
 cursor:pointer;
}

.hidden-form .submit:hover {
  background-color: #4f6b79;
}

.contacts p {
  text-align: left;
}
.contacts p:hover{
 cursor:pointer;   
}
.contacts p:nth-child(1) {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.contacts p:nth-child(1):before {
  position: absolute;
  left: 0;
  top: 0;
  content: url("../themes/analyticumpro/assets/img/icons/tel.svg");
  width: 21px;
  height: 21px;
  opacity: 1;
}

.contacts p:nth-child(1):after {
  position: absolute;
  left: 0;
  top: 0;
  content: url("../themes/analyticumpro/assets/img/icons/tel-hover.svg");
  width: 21px;
  height: 21px;
  opacity: 0;
}

.contacts p:nth-child(1):hover:before {
  opacity: 0;
}

.contacts p:nth-child(1):hover:after {
  opacity: 1;
}

.contacts p:nth-child(2) {
  position: relative;
  padding-left: 30px;
}

.contacts p:nth-child(2):before {
  position: absolute;
  left: 0;
  top: 0;
  content: url("../themes/analyticumpro/assets/img/icons/email.svg");
  width: 21px;
  height: 21px;
  opacity: 1;
}

.contacts p:nth-child(2):after {
  position: absolute;
  left: 0;
  top: 0;
  content: url("../themes/analyticumpro/assets/img/icons/email-hover.svg");
  width: 21px;
  height: 21px;
  opacity: 0;
}

.contacts p:nth-child(2):hover:before {
  opacity: 0;
}

.contacts p:nth-child(2):hover:after {
  opacity: 1;
}

.contacts p:nth-child(3) {
  padding-left: 30px;
}

.footer {
  width: 100%;
  background: #647279;
  padding: 30px 0;
  color: white;
}

.footer-menu ul li {
  display: inline;
}

.footer-menu ul li a {
  color: white;
  padding: 10px 20px;
  font-size: 14pt;
}
.footer-menu ul li:first-child a {
  padding-left: 0;
}
.footer-menu .nav-list li a:hover {
  color: #b5c0cc;
}

.footer-search {
  position: relative;
  margin-bottom: 30px;
}

.footer-search .search {
  width: 100%;
  height: 44px;
  padding-left: 10px;
  border-radius: 5px;
  border: none;

  font-weight: 500;
      background: rgba(0, 0, 0, 0);
      border: 1px solid #FFFFFF;
box-sizing: border-box;
border-radius: 3px;
color:#fff !important;
}

.footer-search .search::-webkit-input-placeholder { /* Chrome */
 color:#fff !important;
}
.footer-search .search:-ms-input-placeholder { /* IE 10+ */
  color:#fff !important;
}
.footer-search .search::-moz-placeholder { /* Firefox 19+ */
  color:#fff !important;
}
.footer-search .search:-moz-placeholder { /* Firefox 4 - 18 */
  color:#fff !important;
}

.footer-search .search-submit {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../themes/analyticumpro/assets/img/search-fff.svg");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 18px;
  width: 18px;
      background-size: contain;
}

.footer-contacts {
  position: relative;
  color: white;
}

.footer-contacts p {
  font-size: 11pt;
  float: left;
}

 .footer-contacts p:nth-child(1) {
  float: left;
}

.footer-contacts p:nth-child(2), .footer-contacts p:nth-child(3) {
  display: block;
  text-align: right;
} 


.slide {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.slide img {
  /*position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;*/
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li {
  margin: 2px;
}

.slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  width: 20px;
  height: 20px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

.shares-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 6px 19px 0 rgba(0, 0, 0, 0.14);
  max-width: 370px;
  margin: 0 auto;
}

.shares-item .shares-img {
  width: 100%;
  height: 300px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.shares-item .shares-img img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

.shares-item .price-block {
  width: 100%;
  padding: 0 15px;
  color: #2A3C43;
  margin-bottom: 50px;
}
.shares-item .price-block__name {
  margin-bottom: 15px;
}
.shares-item .price-block__price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shares-item .price-block__sale-price {
  font-size: 12pt;
  position: relative;
  display: inline-block;
  margin-left: 0px;
  margin-top: 1px;
}
.shares-item .price-block__sale-price:after {
  position: absolute;
  content: '';
  width: 110%;
  height: 1px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background: #2A3C43;
  left: -5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.shares-item .price-block__new-price {
  font-size: 20pt;
  font-weight: 500;
  margin-right: 17px;
}

.shares-item .more {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  bottom: 0;
  background-color: #a1aab3;
  color: white;
  font-size: 12pt;
  transition: 0.3s;
}

.shares-item:hover .more {
  background-color: #949ea7;
}
.category-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.icons-item {
  width: 255px;
  height: 230px;
  text-align: center;
  background-color: white;
  /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2); */
  border-radius: 200px;
/*   margin: auto; */
  padding: 40px 0;
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.icons-item:hover .bot-line{
    width: 200px;
    background: #26b0db;
    border-radius:6px;
}

.icons-item p {
  color: #2A3C43;
  line-height: 1;
  font-weight: 500;
  transition: 0.3s;
}
.icons-item:hover p {
      color: #00a1d4;
    } 

.icons-item .item-image {
  position: relative;
  height: 100px;
  width: 102px;
  margin: 0 auto 30px;
}

.icons-item .first:before {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/7.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}

.icons-item .first:after {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/7-hover.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.icons-item .second:before {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/2.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}

.icons-item .second:after {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/2-hover.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.icons-item .third:before {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/8.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}

.icons-item .third:after {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/8-hover.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.icons-item .fourth:before {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/4.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}

.icons-item .fourth:after {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/4-hover.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.icons-item .fives:before {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/5-icon.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 1;
  transition: 0.3s;
}

.icons-item .fives:after {
  position: absolute;
  content: '';
  background: url("../themes/analyticumpro/assets/img/icons/6-hover.png");
  background-size: cover;
  width: 102px;
  height: 100px;
  left: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
.icons-item:hover .item-image:after {
    opacity: 1 !important; 
}

/* .icons-item:hover .first:before {
  opacity: 0;
}

.icons-item:hover .first:after {
  opacity: 1;
}

.icons-item:hover .second:before {
  opacity: 0;
}

.icons-item:hover .second:after {
  opacity: 1;
}

.icons-item:hover .third:before {
  opacity: 0;
}

.icons-item:hover .third:after {
  opacity: 1;
}

.icons-item:hover .fourth:before {
  opacity: 0;
}

.icons-item:hover .fourth:after {
  opacity: 1;
}

.icons-item:hover .fives:before {
  opacity: 0;
}

.icons-item:hover .fives:after {
  opacity: 1;
} */
 .form-block {
  margin-top: 40px;
} 

.left-block {
  width: 100%;
  height: 500px;
  background-image: url("../themes/analyticumpro/assets/img/left-block-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-block .form {
    height: 570px
}

.form {
  width: 100%;
  height: 500px;
  background-image: url("../themes/analyticumpro/assets/img/forback.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 60px;
}

.form h3 {
font-size: 30px;
line-height: 35px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
color: #2A3C43;

  margin: 0 auto 35px;
}
.form label {
  display: block;
  font-size: 15pt;
}
.form input,
.form textarea {
  width: 100%;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 0 10px;
  background: #FFFFFF;
border: 1px solid #A1AAB3;
box-sizing: border-box;
border-radius: 3px;
font-size: 16px;
line-height: 19px;
font-weight: 500;
color: #4F6B79;
}

::-webkit-input-placeholder { /* Chrome */
 color: #4F6B79;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4F6B79;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4F6B79;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #4F6B79;
}
.form input {
  height: 55px;
  background: #FFFFFF;
border: 1px solid #A1AAB3;
box-sizing: border-box;
border-radius: 3px;
}
.form textarea {
  height: 110px;
  resize: none;
  padding: 10px; 
}
.form .form-part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -5px;
}
.form .form-part label {
  padding: 0 5px;
  width: 100%;
}
.form .submit {
     background: #439CCD;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    padding: 10px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border:none;
}

.form .submit:hover {
  background-color: #4f6b79;
}
#form-send-true .send-false {
  color: #FFF;
  background-color: #f50000;
  padding: 5px 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
#form-send-true .send-true {
  color: #FFF;
  background-color: #bf9504;
  padding: 5px 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 14pt;
}
.pros {
  margin-bottom: 40px;
}

.pros-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}

.pros-item:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100px;
  width: 30px;
  background: url("../themes/analyticumpro/assets/img/pros-before.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pros-item h3 {
  font-size: 16pt;
  font-weight: 600;
  color: #2A3C43;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 50px;
}

.pros-item p {
  color: #2A3C43;
  font-weight: 500;
  min-height: 50px;
}

.flex-part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-part__right {
  min-width: 230px;
}

.catalog-title {
  margin-bottom: 0;
}

.catalog-subtitle {
  font-size: 18pt;
  margin-top: 0;
  margin-left: 0;
}

.catalog-view a:first-child {
  margin-right: 10px;
} 

.catalog-search {
  width: 100%;
}

.catalog-search form {
  display: flex;
  align-items: center;
}

.catalog-search .search {
  border: 1px solid #BECDDC;
  border-radius: 1px;
  margin: 0 16px 0 30px;
  padding: 16px 30px;
  height: 60px;
  width: calc(100% - 120px);
}

@media screen and (max-width:1300px) {
  .catalog-search .search {
    height: 50px;
    margin: 0 12px 0 20px;
    padding: 6px 20px;
    width: calc(100% - 85px);
  }
}

@media screen and (max-width:576px) {
  .catalog-search .search {
    width: calc(100% - 40px);
    margin: 0 12px 0 0;
  } 
}

.catalog-search .search-submit {
  background: none;
  border: none;
  display: flex;
  margin: 0;
}

.products-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.products-content-filter {
  display: none;
  position: fixed;
  z-index: 1;
  background-color: #00a1d4;
  color: #FFF;
  transform: rotate(-90deg);
  transform-origin: left top;
  padding: 0px 20px 3px 20px;
  top: 50%;
  border-radius: 0 0 2px 2px;
  left: 0;
}
.products-content-filter:focus,
.products-content-filter:hover {
  color: #FFF;
  background-color: #0998c5;
}
.filter-col {
  background: #EBF6F8;
  border-radius: 1px;
  width: 300px;
  min-width: 250px;
  margin-right: 20px;
  padding: 25px;
  position: relative;
}
.line-margin{
 padding-bottom: 20px;   
}
.filter-col__title {
  text-align: center;
  font-size: 16pt;
  font-weight: 600;
  margin-bottom: 25px;
}

.filter-col__title img{
 height: 12px;
     margin-right: 10px;
}
.filter-box {
  margin-bottom: 40px;
}
.filter-box__name {
      margin-bottom: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #2A3C43;
}
.filter-box__inputs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.filter-box__inputs label:first-child {
  margin-right: 5px;
}
.filter-box__inputs label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.filter-box__inputs input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #a1aab3;
  max-width: 80px;
  padding: 0 6px;
  margin-left: 5px;
}
.filter-box__range {
  height: 20px !important;
  border-color: #39B2E5 !important;
  border: none !important;
  background: #ebf6f8 !important;
  position: relative;
}
.filter-box__range:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #698794;
  transform: translate(0, -50%);
  z-index: 1;
}
.filter-box__range:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10px;
  width: 1px;
  background-color: #698794;
  transform: translate(-50%,-50%);
}
.filter-box__range .ui-slider-handle {
  width: 10px !important;
  border-radius: 1px !important;
  background-color: #39B2E5 !important;
  border: none !important;
}
.filter-box__range .ui-slider-horizontal .ui-slider-handle {
  margin-left: 0px !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 0px !important;
  margin-left: 0px !important;
}

.ui-slider .ui-slider-range {
  background-color: transparent !important;
}
.filter-box label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
    margin-bottom: 15px;
  font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;

color: #2A3C43;
}
.filter-box label input[type="checkbox"] {
  margin-right: 15px;
  width: 5px;
  height: 5px;
  position: relative;
}
.filter-box label input[type="checkbox"]:checked:after {
  display: block;
}
.filter-box label input[type="checkbox"]:before,
.filter-box label input[type="checkbox"]:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #a1aab3;
  background-color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.filter-box label input[type="checkbox"]:after {
  width: 5px;
  height: 5px;
  background-color: #a1aab3;
  display: none;
}
.catalog-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
  margin-right: -20px;
}
.catalog-item-wrap {
  width: calc(100%/3);
  margin-bottom: 30px;
  transition: all .5s;
}
.catalog-item-wrap.on-hor {
  width: 100%;
}
/* .catalog-item-wrap.on-hor .product__item {
  display: none;
} */
.catalog-item-wrap.on-hor .catalog-item-hor {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.catalog-item {
  padding: 20px 15px 0 15px;
  box-shadow: 0px 4px 7px rgba(158, 149, 149, 0.25);
border-radius: 3px;
  color: #2A3C43ff;
  font-weight: 500;
  overflow: hidden;
}
.catalog-item .catalog-img {
  overflow: hidden;
  height: 280px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.catalog-item .catalog-img img {
  max-width: 100%;
  max-height: 400px;
}
.catalog-item .item-name {
  margin-bottom: 10px;
}
.catalog-item .price-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.catalog-item .price-block__old {
  position: relative;
  font-size: 14pt;
}
.catalog-item .price-block__old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2A3C43ff;
  transform: rotate(5deg);
}
.catalog-item .price-block__price {
  font-size: 28pt;
  line-height: 1;
}
.catalog-item .more {
  background-color: #a1aab3;
  text-align: center;
  height: 56px;
  line-height: 56px;
  display: block;
  margin: 0 -15px;
  color: #FFF;
  font-size: 16pt;
  transition: all .3s;
}
.catalog-item .more:hover {
  background-color: #8e969e;
}
.catalog-item-hor {
  box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  color: #2A3C43;
  font-weight: 500;
  padding: 20px 40px 20px 40px;
  вdisplay: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  display: none;
}
.catalog-item-hor .catalog-img {
  height: 180px;
  min-width: 280px;
  width: 280px;
  overflow: hidden;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-item-hor .catalog-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.catalog-item-hor .item-content {
  padding: 20px 0 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.catalog-item-hor .item-name-hor {
  font-size: 16pt;
  font-weight: 500;
}
.catalog-item-hor .item-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-item-hor .price-block {
  margin-right: 20px;
  margin-bottom: 20px;
}

.catalog-item-hor .price-block__old {
  position: relative;
  display: inline-block;
  font-size: 14pt;
  margin-bottom: 5px;
}
.catalog-item-hor .price-block__old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2A3C43ff;
  transform: rotate(5deg);
}
.catalog-item-hor .price-block__price {
  font-size: 28pt;
  line-height: 1;
}
.catalog-item-hor .more {
  display: block;
  line-height: 56px;
  width: 320px;
  background-color: #a1aab3;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
  font-size: 16pt;
  margin-bottom: 20px;
}
.catalog-item-hor .more:hover {
  background-color: #8e969e;
}

.page-pagination a {
  color: #2A3C43;
  margin: 0 3px;
}

.page-pagination .page-number {
  display: inline-block;
  width: 29px;
  line-height: 27px;
  height: 29px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #A1AAB3;
  font-size: 16px;
  color: #A1AAB3;
  font-weight: normal;
}

.page-pagination .active-page {
  background: #fff;
  color: #439CCD;
  border: 1px solid #439CCD;
}

.about {
  width: 100%;
  background-color: #fff;
 margin-top: 40px;
  margin-bottom: -70px;
      padding: 0 70px;
}

.about h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32pt;
  font-weight: 700;
  color: #4f6b79;
  margin-bottom: 20px;
}

.partner-img {
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.partner-img img {
  width: 270px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.centred-text {
  text-align: center;
  font-size: 14pt;
  color: #2A3C43;
  font-weight: 500;
  padding-bottom: 70px;
}

.bread-crumbs {
  text-align: left;
  height: 60px;
}

.bread-crumbs span {
  position: relative;
  color: #31323E;
  height: 16px;
} 

.product-title {
  margin-bottom: 30px;
}

.product-title h3, .product-title .h3 {
  font-size: 24pt;
  font-weight: 600;
  color: #2A3C43;
}

.product-title p {
  font-size: 18pt;
  font-weight: 600;
  color: #2A3C43;
  margin-top: 5px;
  line-height: 1;
}
.product-card-wrap {
  margin-bottom: 60px;
}
.product-card {
  background: #FFFFFF;
box-shadow: 0px 4px 4px rgba(151, 151, 151, 0.25);
border-radius: 3px;
  padding: 25px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.product-img, .product-information {
  display: inline-block;
  vertical-align: middle;
}

.product-img {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
}
.bread-crumbs.kat{
 margin-left: -10px !important;   
}

.product-information {
  margin-left: 30px;
  width: 300px;
}


.product-price__wrap {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.product-information div {
  margin: 30px 0 0px 0;
  font-weight: 300;
font-size: 24px;
line-height: 28px;

color: #2A3C43;
  word-wrap: normal;
  position: relative;
}

.product-information div .quantity-block label, .product-information div .quantity {
  display: inline-block;
}

.product-information div .quantity {
  width: 50px;
  margin: 4px 20px 0;
  text-align: center;
  border: none;
  font-size: 16pt;
  color: #2A3C43;
  z-index: 2;
}

.product-information div .quantity-block {
  position: relative;
  height: 34px;
}

.product-information div .quantity-control {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: auto;
  width: 90px;
  height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.product-information div .quantity-control .qc-minus, .product-information div .quantity-control .qc-plus {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}

.product-information div .quantity-control .qc-minus:hover, .product-information div .quantity-control .qc-plus:hover {
  cursor: pointer;
}

.product-information div .quantity-control .qc-minus {
  left: 0;
  content: url("../themes/analyticumpro/assets/img/icons/minus.png");
}

.product-information div .quantity-control .qc-plus {
  right: 0;
  content: url("../themes/analyticumpro/assets/img/icons/plus.png");
}

.product-price {
  margin: 0 0 0 auto;
  /*width: 250px;*/
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.product-price p {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #2A3C43;
    max-width: 238px;
    width: 100%;
    font-weight: 500;
}

.product-price p:nth-child(2) {
  font-size: 36pt;
  font-weight: 600;
  margin: 10px 0 30px;
  max-width: none;
  width: auto;
}

.product-price a.request {
      background: #439CCD;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    padding: 15px 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.product-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.product-content table {
  width: 100%;
  color: #31323E;
  margin-bottom: 20px;
}

.product-content table tr:nth-child(2n+1) {
  background: #DAF2F9;
}

.product-content table tr td {
  padding: 18px 30px;
}

.product-content ol {
  list-style-type: decimal;
}
.product-content ul {
  list-style-type: disc;
}
.product-content ol,
.product-content ul {
  padding: 0 0 0 40px;
  margin: 10px 0 20px 0;
}
.product-content p {
  margin: 10px 0;
}
.product-content img {
  max-width: 100%;
}
.product-content blockquote {
  padding: 20px 0 20px 40px;
  border-left: 4px solid #2A3C43;
  font-style: italic;
  font-size: 16pt;
  color: #2A3C43;
}
.product-content img {
  margin-bottom: 20px;
}

.product-content iframe {
  width: calc(100%/3);
  height: 245px;
}

@media screen and (max-width:1300px){
  .product-content iframe {
    width: calc(100%/2);
    height: 255px;
  }
}

@media screen and (max-width:992px){
  .product-content iframe {
    width: 60%;
  }
}

@media screen and (max-width:720px){
  .product-content iframe {
    width: 70%;
  }
}

@media screen and (max-width:576px){
  .product-content iframe {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width:480px){
  .product-content iframe {
    height: 240px;
  }
}

@media screen and (max-width:400px){
  .product-content iframe {
    height: 200px;
  }
}

.about-text {
  color: #2A3C43;
}

.about-bold {
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  font-size: 14pt;
}

.margtop {
  margin-top: 25px;
}

.about-list li {
  position: relative;
  padding: 10px 0 10px 15px;
}

.about-list li:before {
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: #737e8a;
}

.page-block-subtitle {
  font-weight: 600;
  font-size: 24pt;
  color: #2A3C43;
  margin: 80px 0 40px;
}

.reviews-carousel {
  max-width: 768px;
  height: 260px;
  margin-bottom: 55px !important;
}

.reviews-carousel .slide {
  height: auto;
  display: block;
  margin: 0 10px;
}

.reviews-carousel .slide img {
  width: 100%;
}

.reviews-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.reviews-carousel .slick-dots {
  bottom: 0 !important;
}

.reviews-carousel .slick-dots li {
  margin: 2px;
}

.reviews-carousel .slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #a1aab3;
  width: 20px;
  height: 20px;
}

.reviews-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #00a1d4;
}

.services-text {
  color: #2A3C43;
}

.services-bold {
  font-weight: 600;
  font-size: 14pt;
}

.services-title {
  font-weight: 600;
  color: #2A3C43;
  font-size: 16pt;
  margin: 40px 0;
  text-align: center;
}

.services-item {
  color: #2A3C43;
  margin-bottom: 40px;
}

.services-item-title {
  font-weight: 600;
  font-size: 14pt;
}

.projects-item {
  margin-bottom: 40px;
}

.projects-item-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 7px;
}

.project-name {
  color: #2A3C43;
  font-weight: 600;
  font-size: 16pt;
  text-align: center;
  margin-top: 15px;
}
.project-content-img {
  height: 270px;
  display: block;
  margin: 0 auto 30px auto;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.company-name {
  font-size: 16pt;
  font-weight: 600;
  color: #2A3C43;
  margin-bottom: 20px;
}

.contacts-info {
  width: 100%;
}

.contacts-info .info-number {
  font-size: 16pt;
  margin-bottom: 20px;
}

.contacts-info p {
  font-size: 12pt;
  color: #2A3C43;
}

.contacts-feedback {
  margin: 0 15px;
}

.feedback-form {
  font-size: 12pt;
}
.feedback-form .send-true {
  margin: 5px 0 15px 0;
  display: block;
  font-size: 16pt;
  color: #2A3C43;
  font-weight: 500;
}

.feedback-form p {
  font-size: 12px;
  color: #2A3C43;
  margin-bottom: 15px;
}

.feedback-title {
  font-size: 14pt;
  font-weight: 600;
  color: #2A3C43;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 25px;
}

.feedback-form {
  max-width: 570px;
  margin: 0 auto;
}
.feedback-form label {
  display: block;
  width: 100%;
  margin: 0;
}
.feedback-form input,
.feedback-form textarea {
  width: 100%;
  border: 2px solid #d6ddff;
  border-radius: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.feedback-form textarea {
  min-height: 90px;
  max-height: 250px;
}
.feedback-form .form-part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -5px;
}
.feedback-form .form-part label {
  padding: 0 5px;
}
.captcha {
  width: 200px;
  height: 60px;
  background: #efefef;
  margin-bottom: 20px;
}

.feedback-form input.feedback-submit {
  color: #a1aab3 !important;
  border: 2px solid #a1aab3;
  background: white;
  padding: 8px;
  border-color: #a1aab3;
  font-weight: 600;
  transition: 0.2s;
  width: 220px;
  border-radius: 22px;
  margin: 0 auto;
  display: block;
}

.feedback-form input.feedback-submit:hover {
  cursor: pointer;
  background-color: #a1aab3;
  color: white !important;
}

.order-product {
  width: 820px;
  max-width: 100%;
  padding: 0 30px 0px 30px;
  height: auto !important;
  min-height: auto !important;
  overflow: hidden;
}
.order-product__top {
  padding: 20px 40px 20px 40px;
  margin: 0 -30px 0 -30px;
  background-image: url(../themes/analyticumpro/assets/img/onkl.svg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #FFF;
  margin-bottom: 30px;
}
.order-product__top p {
  font-size: 24px;
  text-transform:uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.order-product__top span {
  font-size: 16px;
  font-weight: lighter;
}
.order-product__order {
  margin-bottom: 35px;
}
.table-order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: relative;
  border: 1px solid #BECDDC;
  border-radius: 1px;
}
.table-order:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
      background-color: #e6e8eb;
    height: 48px;
}
.table-order__column {
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
}
.table-order__column-left {
  text-align: left;
}
.table-order__column p {
  background-color: #DDEFF3;
  color: #31323E;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.table-order__column span {
  display: block;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #262942;
  max-width: 205px;
}
.order-form {
  width: 100%;
}
.order-form .send-success {
  padding: 0 0 50px 0;
  font-size: 14pt;
  font-weight: 500;
  color: #8a8a18;
}
.order-form__inst {
  margin-bottom: 25px;
  color: #a1aab3;
  font-weight: 600;
  font-size: 20px;
}
.order-form__part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -5px;
}
.order-form__part label {
  padding: 0 5px;
}
.order-form label {
  display: block;
  margin-bottom: 10px;
}
.order-form input,
.order-form textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #a1aab3;
  padding: 15px 15px;
}
.order-form input {}
.order-form textarea {
  min-height: 140px;
  max-height: : 550px;
}
.order-form__conf {
  display: block;
  margin: 15px 0 18px 0;
  color: #6E7579;
}
.order-form__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.order-form__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-captcha {
  width: 330px;
  border: 1px solid #ddd;
  height: 56px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.order-form input[type="submit"] {
  width: 260px;
  border-radius: 30px;
  border: none;
  background-color: #439CCD;
  color: #FFF;
  padding: 13px 15px;
    margin: 30px auto;
        font-size: 16px;
            text-transform: uppercase;
            border:1px solid #439CCD;
}
.order-form .fancybox-close-small {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 20px;
}
.search-page-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 100%;
  margin-bottom: 40px;
  margin-right: 20px;
}
.form-search input {
  border: 2px solid #a1aab3;
    border-radius: 3px 0px 0px 3px;
  border-right: none;
  width: 350px;
  max-width: 100%;
  padding: 5px 15px;
  color: #748189;
  font-weight: 500;
}
.form-search button {
  background-color: #a1aab3;
  border: none;
  color: #FFF;
    border-radius: 0px 3px 3px 0px;
  padding: 0 25px;
  cursor: pointer;
  transition: all .3s;
}
.form-search button:hover {
  background-color: #737e8a;
}
.form-byorder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #748189;
  font-weight: 500;
  margin-bottom: 40px;
}
.form-byorder p {
  margin-right: 10px;
}
.form-byorder select {
  width: 220px;
  max-width: 100%;
  border-radius: 3px;
  padding: 5px 15px;
  border: 2px solid #a1aab3;
  outline: none;
  cursor: pointer;
  color: #748189;
  font-weight: 500;
}
.search-content {
}
.search-pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  color: #2A3C43;
  font-weight: 500;
}
.search-pagination p {
  margin-right: 10px;
}
.search-pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.search-pagination ul li:first-child a,
.search-pagination ul li:last-child a {
  border: none;
  line-height: 25px;
  margin-right: 0;
}
.search-pagination ul li:last-child a {
  margin-left: -7px;
}
.search-pagination ul li:first-child a:hover,
.search-pagination ul li:last-child a:hover {
  background-color: transparent;
  color: #000;
}
.search-pagination ul li a,
.search-pagination ul li span {
  display: block;
  border: 2px solid #a1aab3;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 21px;
  font-size: 10pt;
  margin-right: 7px;
}
.search-pagination ul li a:hover,
.search-pagination ul li.active span {
  background-color: #a1aab3;
  color: #FFF;
}
.search-pagination .disabled {
  display: none;
}
.search-items {
  padding: 30px 0;
}
.search-items .search-item:last-child {
  margin-bottom: 0;
}
.search-item {
  padding: 30px;
  box-shadow: 0 5px 20px 0px rgba(0,0,0,.15);
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #2A3C43;
  font-weight: 500;
}
.search-item__image {
  min-width: 250px;
  max-width: 100%;
  height: 250px;
  margin-right: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-item__content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.search-item__content mark {
  padding: 0;
}
.search-item__name {
  margin-bottom: 30px;
  font-size: 16pt;
}
.search-item__description {
  margin-bottom: 30px;
}
.search-item__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  color: #a1aab3;
}
.search-item__link {
  font-size: 14pt;
  text-decoration: underline;
}

@media screen and (max-width: 1500px) {
  .header-menu .nav-list li a {
    font-size: 12pt;
  }
  .header-menu .nav-list li .sub-list {
    padding: 0px 20px 0 20px;
    top: 43px;
    left: -15px;
  }
/*   .contact-btn {
  color: #a1aab3 !important;
  border: 2px solid #a1aab3;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 10px;
} */
  .catalog-item .price-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .catalog-item .price-block__old {
    font-size: 12pt;
  }
  .catalog-item .price-block__price {
    font-size: 21pt;
  }
  .catalog-item .more {
    height: 36px;
    line-height: 36px;
    font-size: 12pt;
  }
  .catalog-item-hor .more {
    line-height: 36px;
    width: 260px;
    font-size: 12pt;
  }
  .catalog-item-hor .price-block__old {
    font-size: 12pt;
  }
  .catalog-item-hor .price-block__price {
    font-size: 21pt;
  }
}

@media screen and (max-width: 1400px) {

  .contact-btn {
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 10px;
    font-size: 10pt;
  }
  .contacts p {
    font-size: 10pt;
  }
  .shares-item .price-block__price {
    align-items: flex-start;
    flex-direction: column;
  }
  .header-menu .nav-list {
    font-size: 12pt;
  }
  .catalog-item .catalog-img {
    height: 240px;
  }
}

@media screen and (max-width: 1300px) {
  .header-menu {
    position: relative;
  }
  .header-menu .nav-list li:first-child:after {
    right: 2px;
    top: 7px;
    width: 12px;
    height: 12px;
  }
  .header-menu .nav-list li a {
    padding: 10px 15px;
    font-size: 11pt;
  }
  .footer-menu ul li {
    display: inline;
  }
  .footer-menu ul li a {
    color: white;
    padding: 10px 20px;
    font-size: 12pt;
  }
  .footer-contacts {
    color: white;
  }
  .footer-contacts p:nth-child(1) {
    float: none;
    text-align: right;
  }
  .footer-contacts p:nth-child(2), .footer-contacts p:nth-child(3) {
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 1200px) {
    .batten p{
     font-size:16px !important;   
    }
    .contactss p{
     font-size:14px !important;   
    }
    .contact-btn{
        padding: 10px 15px !important;
    }
    .flex-header {
    display: flex;
    width: 65% !important;
}
    .header-right{
     width:auto;   
    }
  .contact-btn {
/*     color: #a1aab3 !important;
border: 2px solid #a1aab3; */
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 20px;
    font-size: 10pt;
  }
  .contacts p {
    font-size: 10pt;
  }
  .header-menu {
    position: relative;
  }
  .header-menu .nav-list li {
    display: inline;
    position: relative;
  }
  .header-menu .nav-list li:first-child:after {
    right: 0;
    top: 8px;
    width: 11px;
    height: 11px;
  }
  .header-menu .nav-list li a {
    padding: 10px 11px;
    font-size: 12px;
  }
  .icons-item {
    margin-bottom: 40px;
  }
  .icons-item:nth-last-child {
    margin-bottom: 0;
  }
  .form .name {
    margin-right: 2px;
  }
  .partner-img {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .partner-img img {
    width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .shares-item {
    margin-bottom: 30px;
  }
  .footer-menu ul li {
    display: inline;
  }
  .footer-menu ul li a {
    color: white;
    padding: 10px 10px;
    font-size: 12pt;
  }
  .horizontal-item .more {
    right: 20px;
    bottom: 20px;
    padding: 10px 40px;
    font-size: 12pt;
  }
  .product-information {
    margin-left: 20px;
  }
  .catalog-item .catalog-img {
    height: 200px;
  }
  .catalog-item-wrap {
    width: 50%;
  }
  .catalog-item-hor {
    padding: 20px;
  }
  .catalog-item-wrap.on-hor .catalog-item-hor {
    flex-direction: column;
  }
  .catalog-item-hor .catalog-img {
    margin-right: 0;
    width: auto;
    min-height: auto;
  }
  .product-information div .quantity-control {
    right: 18px;
  }
  .flex-box {
    display: -webkit-flex; 
    -webkit-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }
}
    
@media screen and (max-width: 992px) {
/*   .logo img { 
 width: 90%
} */

.products-content {
  flex-direction: column;
}


.catalog-search.mobile input::-webkit-input-placeholder{
    color: #fff;
    }
.catalog-search.mobile input::-moz-placeholder{
    color: #fff;
    }
.catalog-search.mobile textarea {
  min-height: 140px;
  max-height: 250px;
}
.catalog-search.mobile textarea::-webkit-input-placeholder{
    color: #fff;
    }
.catalog-search.mobile textarea::-moz-placeholder{
    color: #fff;
    }
    
    
.catalog-search.hide{
 display: none !important;   
}
.left-logo{
    display: flex !important;
}
.logo__center{
        order: 1 !important;
}
  .menu-toggle {
    position: relative;
    display: block;
        top: 0;
    left: 0;
  }
  .header-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #00a1d4;
    z-index: 2;
  }
  .header-menu .nav-list {
    padding: 0 40px;
  }
  .header-menu .nav-list li {
        display: flex;
    align-items: center;
    position: relative;
  }
  .header-menu .nav-list li:first-child:after {
    background-image: url("../themes/analyticumpro/assets/img/icons/down-white.png");
    top: 50%;
    transform: translate(0,-50%);
    width: 15px;
    height: 15px;
  }
  .header-menu .nav-list li a {
    color: white;
    padding: 15px 0;
    font-size: 11pt;
    display: block;
  }
  .header-menu .nav-list li a:hover {
    color: #eaeaea;
  }
  .header-menu .nav-list li .sub-list {
    height: auto;
    width: 320px;
    padding: 0 40px;
    display: none;
    position: absolute;
    top: 69px;
    left: 280px;
    z-index: 3;
    background-color: #737e8a;
  }
  .header-menu .nav-list li .sub-list li a {
    padding: 20px 0;
  }
  .header-menu .nav-list li .sub-list > li.has-nav>a:after {
    width: 12px;
    height: 8px;
  }
  .header-right {
    display: flex;
       width: 380px;
  }
  .slide {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .slide img {
    /*position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;*/
  }
  .left-block {
    width: 100%;
    height: 600px;
  }
  .form {
    height: 600px;
  }
/*   .form h3 {
  font-weight: 600;
  font-size: 24pt;
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 35px;
  width: 320px;
} */
  .form .name {
    width: 100%;
    margin-right: 0;
  }
  .form .tel {
    width: 100%;
  }
  .footer-menu {
    display: none;
  }
  .footer-search {
    position: relative;
    margin-bottom: 30px;
    width: 300px;
    margin-left: 0;
    margin-top: 20px;
    margin-right: auto;
  }
  .footer-contacts {
    color: white;
    width: 300px;
    margin: auto;
  }
  .footer-contacts p:nth-child(1) {
    float: left;
  }
  .footer-contacts p:nth-child(2), .footer-contacts p:nth-child(3) {
    display: block;
    text-align: right;
  }
  .product-img {
    width: 200px;
    height: 250px;
  }
  .product-img img {
    width: 200px;
  }
  .product-information {
    padding-left: 30px;
    width: 260px;
  }
  .product-information div .quantity-control {
    top: 40px;
    left: -130px;
    right: 7px;
    bottom: 0;
  }
  .product-price {
    margin-left: auto;
    margin-right: 30px;
  }
  .page-block-subtitle {
    font-weight: 600;
    font-size: 24pt;
    color: #2A3C43;
    margin: 80px 0 40px;
  }
  .reviews-carousel {
    max-width: 576px;
    height: 260px;
    margin-bottom: 55px !important;
  }
  .reviews-carousel .slide {
    height: auto;
    display: block;
    margin: 0 10px;
  }
  .reviews-carousel .slide img {
    width: 100%;
  }
  .reviews-carousel .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .reviews-carousel .slick-dots {
    bottom: 0 !important;
  }
  .reviews-carousel .slick-dots li {
    margin: 2px;
  }
  .reviews-carousel .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #a1aab3;
    width: 20px;
    height: 20px;
  }
  .reviews-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00a1d4;
  }
  .filter-col {
    width: 230px;
    min-width: 230px;
    position: relative;
  }
  

  .contact-btn {
/*     color: #a1aab3 !important;
border: 2px solid #a1aab3; */
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 0px;
    font-size: 10pt;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
    .number__footer {
    padding-left: 0px !important;
}
.bot{
 display: flex;
 flex-direction:column;
}
    .form .form-part{
     flex-wrap:wrap;   
    }
 .bot-line{
        width: 200px !important;
        border-radius: 6px;
        background: #a1aab3;
    }
  .block-title {
    font-weight: bold;
font-size: 30px;
line-height: 23px;
text-transform: uppercase;

color: #4F6B79;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .header {
    position: relative;
    padding: 20px 0 20px;
  }
  .logo {
    top: -30px;
  }
/*   .menu-toggle {
  position: absolute;
  display: block;
  left: 30px;
} */
  .header-menu .nav-list li .sub-list {
    top: 69px;
    left: -40px;
  }
  .icons-item {
    width: 100%;
    height: 250px;
    text-align: center;
    background-color: white;
/*     box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
border-radius: 200px; */
    margin: 0 auto 30px;
    padding: 25px 0;

  }
  .icons-item:nth-last-child {
    margin-bottom: 0;
  }
  .icons-item p {
    color: #2A3C43;
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #4F6B79;
  }
  .icons-item .item-image {
    position: relative;
    height: 120px;
    width: 122px;
    margin: 0 auto 30px;
  }
  .icons-item .first:before {
    height: 120px;
    width: 122px;
  }
  .icons-item .first:after {
     height: 120px;
    width: 122px;
  }
  .icons-item .second:before {
    height: 120px;
    width: 122px;
  }
  .icons-item .second:after {
   height: 120px;
    width: 122px;
  }
  .icons-item .third:before {
     height: 120px;
    width: 122px;
  }
  .icons-item .third:after {
     height: 120px;
    width: 122px;
  }
  .icons-item .fourth:before {
    height: 120px;
    width: 122px;
  }
  .icons-item .fourth:after {
     height: 120px;
    width: 122px;
  }
  
  .icons-item .fives:after{
       height: 120px;
    width: 122px;
  }
  
  .icons-item .fives:before{
       height: 120px;
    width: 122px;
  }
  .hidden-form .name, .hidden-form .tel {
    width: 100%;
  }
  .hidden-form .name {
    margin-right: 0;
  }
  .left-block {
    display: none;
  }
  .form {
    height: 500px;
  }
  .form h3 {
    width: 400px;
  }
  .form .name {
    width: 49%;
    margin-right: 5px;
  }
  .form .tel {
    width: 49%;
  }
  .partner-img img {
    width: 250px;
  }
  .catalog-view {
    text-align: left;
  }
  /* .catalog-search {
    margin-bottom: 20px;
  } */
  .horizontal-item .price-block {
    height: 100%;
    padding: 40px 0;
    position: relative;
  }
  .horizontal-item .price-block p:nth-child(2) {
    font-size: 12pt;
    position: absolute;
    bottom: 120px;
    display: inline-block;
  }
  .horizontal-item .price-block p:nth-child(3) {
    font-size: 18pt;
    position: absolute;
    bottom: 70px;
  }
  .horizontal-item .more {
    right: 30px;
    bottom: 20px;
    padding: 10px 40px;
    font-size: 12pt;
  }
  .product-img {
    width: 200px;
    height: 250px;
  }
  .product-img img {
    width: 200px;
  }
  .product-information {
    margin-left: 20px;
    width: 260px;
  }
  .product-information div .quantity-control {
    top: 38px;
   /*  right: 40px; */
  }
  .product-price {
    margin: 20px auto 0 15px;
  }
  .page-block-subtitle {
    font-weight: 600;
    font-size: 24pt;
    color: #2A3C43;
    margin: 80px 0 40px;
  }
  .reviews-carousel {
    max-width: 320px;
    height: 430px;
    margin-bottom: 55px !important;
  }
  .reviews-carousel .slide {
    height: auto;
    display: block;
    margin: 0 10px;
  }
  .reviews-carousel .slide img {
    width: 100%;
  }
  .reviews-carousel .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .reviews-carousel .slick-dots {
    bottom: 0 !important;
  }
  .reviews-carousel .slick-dots li {
    margin: 2px;
  }
  .reviews-carousel .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #a1aab3;
    width: 20px;
    height: 20px;
  }
  .reviews-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00a1d4;
  }
  .feedback-name {
    width: 100%;
    margin-right: 0;
  }
  .feedback-numb {
    width: 100%;
  }
  .catalog-item-wrap {
    width: 50%;
  }
  .flex-part {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .flex-part__right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .table-order {
    flex-wrap: wrap;
  }
  .table-order__column {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .table-order__column p {
    margin-bottom: 5px;
  }
  .order-form__part {
    display: block;
  }
  .filter-col {
    display: none;
    min-width: auto;
    margin: 0;
    width: 400px;
    max-width: 100%;
  }
  .products-content-filter {
    display: block;
  }
  .search-item {
    padding: 15px;
  }
  .search-item__image {
    min-width: 170px;
    height: 170px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 576px) {
    .left-logo {
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    display: none;
}
.rigel{
 flex-direction:column;
 align-items:center;
padding-bottom: 0 !important;
}
    .flex-header{
     width: 100% !important;
     justify-content: space-between;
    }
    .header-right{
     display: none !important;   
    }
    
    .header-right.mob{
     display: flex !important;   
         order: 2;
         flex-direction:column;
         margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    width: auto;
    }
     .header-right.mob .seti {
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    height: 100%;

    }
  .block-title {
    font-size: 20px;
  }
  .header {
    position: relative;
    padding: 20px 0 20px;
  }
  .logo {
    margin: auto;
    transform: translate(-50%,0);
    margin-left: 50%;
  }
  .header-right {
      
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    margin-right: 20%;
  }
  .contact-btn, .contacts {
    display: block;
    width: 230px;
    margin: auto;
  }
  .contact-btn {
    color: #a1aab3 !important;
    border: 2px solid #a1aab3;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12pt;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .contact-btn:hover {
    cursor: pointer;
  }
  .contacts {
    margin-right: auto;
    margin-left: auto;
  }
/*   .menu-toggle {
  position: absolute;
  top: -65px;
  left: 0px;
  display: block;
  z-index: 3;
  width: 100%;
  height: 50px;
  padding-top: 7px;
  padding-left: 10px;
  background-color: rgba(161, 170, 179, 0.3);
} */
  .header-menu {
    top: 110px;
    width: 100%;
  }
  .header-menu .nav-list li .sub-list {
    top: 51px;
  }
  .form {
    height: 550px;
    padding: 40px 20px;
  }
  .form h3 {
    width: 280px;
    font-size: 18pt;
  }
  .form .name {
    width: 100%;
    margin-right: 0;
  }
  .form .tel {
    width: 100%;
  }
  .about h2 {
    font-size: 18pt;
  }
  .centred-text {
    font-size: 12pt;
  }
  .footer-search {
    position: relative;
    margin-bottom: 30px;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-contacts {
    color: white;
    width: 290px;
    margin: auto;
  }
  .footer-contacts p:nth-child(1) {
    float: left;
  }
  .footer-contacts p:nth-child(2), .footer-contacts p:nth-child(3) {
    display: block;
    text-align: right;
  }
  .horizontal-item {
    padding: 40px 20px;
  }
  .horizontal-item .catalog-img, .horizontal-item .price-block {
    display: block;
  }
  .horizontal-item .catalog-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin: auto;
  }
  .horizontal-item .catalog-img img {
    position: absolute;
    width: 200px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .horizontal-item .price-block {
    height: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .horizontal-item .price-block p:nth-child(2) {
    font-size: 12pt;
    position: relative;
    bottom: auto;
    display: inline-block;
  }
  .horizontal-item .price-block p:nth-child(3) {
    font-size: 18pt;
    position: relative;
    bottom: auto;
  }
  .horizontal-item .more {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 10px 40px;
    font-size: 12pt;
  }
  .bread-crumbs a {
    position: relative;
    padding: 0 10px;
    color: #a1aab3;
    font-size: 12pt;
  }
  .product-card {
    flex-direction: column;
  }
  .product-img, .product-information {
    display: block;
  }
  .product-img {
    margin: 15px auto 20px;
    width: 250px;
    height: auto;
    max-width: 500px;
  }
  .product-img img {
    width: 250px;
  }
  .product-information {
    padding-left: 30px;
    width: 100%;
    margin-left: 0 !important;
  }
  .product-information div .quantity-control {
    top: 0px;
    left: 131px;
    right: auto;
  }
  .product-price {
    margin: 20px 15px 0 15px;
  }
  .product-title h3, .product-title .h3 {
    font-size: 20pt;
    margin-bottom: 20px;
  }
  .product-title p {
    font-size: 14pt;
  }
  .product-information div {
    margin: 15px 0;
    font-size: 12pt;
  }
  .product-price p:nth-child(2) {
    font-size: 31pt;
  }
  .product-price a.request {
    font-size: 14pt;
  }
  .product-title h3, .product-title .h3 {
    font-size: 16pt;
  }
  .catalog-item-wrap {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }
  .feedback-form .form-part {
    display: block;
  }
  .project-content-img {
    height: 130px;
  }
  .search-item {
    flex-direction: column;
    font-size: 10pt;
  }
  .search-item__image {
    margin-right: 0;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .search-item__name {
    font-size: 12pt;
    margin-bottom: 10px;
  }
  .search-item__description {
    margin-bottom: 10px;
  }
  .search-item__link {
    font-size: 12pt;
  }
  .form-search button {
    min-width: 120px;
    padding: 0;
  }
  .flex-box {
    display: -webkit-flex; 
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
  }
}
.flex-box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.logo__center {
    -webkit-order: 1;
    order: -1;
}

.number__footer {
    padding-left: 40px;
    }
.flex-header {
    display: flex;
    width: 70%;
    }
    
.text-slider{
    background-image: url("../themes/analyticumpro/assets/img/slidefon.svg");
position: absolute;
    z-index: 1;
    left: 0;
    color: #000;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
 background-size: auto;
    background-repeat: no-repeat;
}
.samtext{
 margin-left: 70px;   
     width: 400px;
         height: 100%;
         display: flex;
    justify-content: center;

    flex-direction: column;
}


.samtext .title{
   font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 35px;
text-transform: uppercase;
margin-bottom: 25px;
color: #439CCD; 
}

.samtext .text{
 font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;

color: #2A3C43;   
}
.homeslide{
 position: relative;  
 
}


.readmore{
   background: #439CCD;
    border: 1.5px solid #439CCD;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    padding: 10px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   width: 258px;
height: 53px;
        margin-left: 0px;
    margin-top: 30px;
}

.readmore:hover{
 cursor:pointer; 
    background: #1E80B6;
 border: 1.5px solid #1E80B6;
}

.prinad{
     width: 30px;
    height: 30px;
    margin-bottom: 15px;   
}



.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 400px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    margin-bottom: 50px;
 
    
}

.slick-dots li{
    margin: 5px;   
}
.slick-dots li button:before{
    color: #C4C4C4;
}
.slick-dots li.slick-active button:before{
    color: #439CCD;
}


.actions{
    display: flex;
    flex-wrap: wrap;
}
.action{
    align-items: center;
    display: flex;
    margin: 15px;
    width: calc(33% - 25px);
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(158, 149, 149, 0.25);
    border-radius: 3px;
}

.left img{
        width: 320px;
    height: 320px;
    object-fit: cover;
}

.right{
        display: flex;
    flex-direction: column;
    padding: 25px;

}


.click{
    background: #439CCD;
    
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    padding: 10px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.click:hover{
   background: #1E80B6 !important;
   cursor:pointer;
 border: 1.5px solid #1E80B6;
}
.name{
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;

color: #355060;
}


.price{
 font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 35px;
margin-top: 25px;
color: #2A3C43;   
}


.price-old{
 font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
text-decoration-line: line-through;
margin-top: 10px;
color: #777C82;

   
}


.readmoreprod{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
text-decoration-line: underline;

color: #439CCD;
    text-align: center;
    margin-top: 10px;
}



@media screen and (max-width: 1750px) {
    .action{
        width: calc(33% - 30px);
        flex-direction: column;
    }
    .left img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
}

@media screen and (max-width: 1160px) {
    .action{
        flex-direction: column;
    }
    .left img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
}
@media screen and (max-width: 980px) {
    .text-slider{
     background:none; 
    }
/*     .text-slider{
 background: rgba(67, 156, 205, 0.37);   
} */

.text-slider{
        padding-bottom: 5px;
}
    .samtext {
    margin-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
        padding: 0 30px;
            padding: 0 30px;
    background: rgba(67, 156, 205, 0.37);
}
.samtext .title{
 text-align:center;   
 color:#fff;
}

.samtext .text{
     text-align:center;   
         color: #fff;
}
    
    
    .samtext .readmore{
            background: #ffffff;
    border: 1.5px solid #ffffff;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #439ccd !important;
    padding: 10px 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 258px;
    height: 53px;
    margin-left: 0px;
    margin-top: 30px;
    }
    .slick-dots{
     width: 100%;
     margin-bottom: 0;
    }
     .action{
        width: 100%;
        flex-direction: row;
    }
    
    .left img {
    width: 310px;
    height: 310px;
    object-fit: cover;
}

.slick-dots {
    bottom: -50px !important;
}
}
@media screen and (max-width: 700px) {
    .action{
        width: 100%;
        flex-direction: row;
    }
    
    .left img {
    width: 310px;
    height: 310px;
    object-fit: cover;
}
}


@media screen and (max-width: 575px) {
    .action{
        flex-direction: column;
    }
    .left img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
}

.sales{
       margin-left: auto;
    position: relative;
    top: -15px;
    right: -15px;
}



.catalog-item .readmoreprod{
       text-align: center;
    display: flex;
    justify-content: center;
    margin: 15px 0px 28px 0px;
}

.item-name{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;

color: #355060;
text-align: center;
}

  .line{
         height: 2px;
    width: 100%;
    background: #fff;
    margin: 0px -25px;
    position: absolute; 
  }
  
  
.seti{
        margin-bottom: 6px;
}
.seti a img{
 opacity: 0.5; 
 transition:0.5s;
}
.seti a img:hover{
 opacity: 1; 
}
.contactss p{
    font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 16px;

text-decoration-line: underline;
text-transform: lowercase;

color: #2A3C43;
}
.left-logo{
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}
.header-menu .catalog-search{
     position: relative;
    text-align: right;
    border: 1px solid #a1aab3;
    width: auto;
    margin: 0 0 18px auto;
    border-radius: 3px;
    height: 40px;
    display: flex;
    /*opacity: 0;*/
}

.item-more.lines .click{
    margin-left: 0;
    margin-right: 0;
}

.menu-toggle .fa-bars {
    color: #439ccd;
}

.header-right.mob{
  display: none;  
}


.katalog-item{
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(158, 149, 149, 0.25);
    border-radius: 3px;
    padding: 50px;
    width: calc(20% - 30px);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
        position: relative;
margin: 15px;
    transition: 0.5s;
    justify-content: space-between;
}

.katalog-item img{
    filter: grayscale(90%);
    transition:0.5s;
    width: 100px;
    margin-bottom: 20px;
}
.katalog-item a{
 position: absolute;
 width: 100%;
 height: 100%;
 top:0;
 z-index: 1;
}
.katalog-item:hover img{
    filter: grayscale(0%);
}

.katalog-item .title{
    font-size: 20px;
line-height: 28px;
text-align: center;
font-weight: normal;
color: #4F6B79;
}
.bot-line{
 height: 6px;
 width: 0px;
     position: absolute;
    bottom: 0;
    transition:0.5s;
}
.katalog-item:hover .bot-line{
    width:100%;
        background: #439ccd;
}

.katalog-item:hover .title{
    color: #439CCD;
}
.mainkatalog{
    padding: 20px 40px;
     height: auto;
    min-height: 62vh;
}

@media screen and (max-width: 1400px){
    .katalog-item{
            width: calc(33% - 28px);
    }
}

@media screen and (max-width: 920px){
    .katalog-item{
            width: calc(50% - 30px);
    }
}

@media screen and (max-width: 560px){
    .katalog-item{
            width:100%;
    }
}

.dropdownt{
    width: 13px;
}

.catalog-search.mobile{
    position: relative;
    text-align: right;
    border:none;
    border-bottom: 1px solid rgba(196, 196, 196, 0.35);
    width: 90%;
    border-radius: 3px;
    margin: auto;
    margin-top: 5px;
    color: #fff;
}

.mobile.poisk{
    position: absolute;
    height: 58px;
    background:#737E8A;
    width: 100%;
    left: 0;
    top: 100px;
    z-index: 1;
        display: none;
        padding-top: 8px;
        z-index: 100;
}


.catalog-search.mobile .search-submit {

    background:url("../themes/analyticumpro/assets/img/search-fff.svg");
    background-size:contain;
right: 0px;
}
.cen{
 justify-content: space-around;   
}
/* .cen{
 display: flex;
 justify-content:center;
} */

.rigel{
 display: flex;   
 padding-bottom: 35px;
}

.bread-crumbs.kat{
 margin-left: 0;   
}


.nal{
 font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 20px !important;
line-height: 23px;
font-weight: 500;
color: #439CCD !important;
   
}

.nal img{
 margin-right: 5px;  
     position: relative;
    top: -2px;
}

.catalog-item{
    position: relative;
    height: 100%;
}

.nal.all{
 position: absolute;
 top:0px;
 right: 5px;
 font-size: 16px !important;
    padding: 10px;
}

.nal.all img {
    width: 15px;
}

.header {
    padding-bottom: 0;    
}

.header-menu .nav-list,
.header-menu .nav-list > li{
    padding-bottom: 20px;    
}

.header-menu .nav-list li .sub-list {
    top: 100%;    
}

@media (max-width: 992px) {
    .header {
        padding-bottom: 20px;    
    }
    .header-menu .nav-list,
.header-menu .nav-list > li{
    padding-bottom: 0;    
}

/* .catalog-search .search{
 padding-left: 0;   
 padding-bottom: 5px;
 color:#fff;
} */
.catalog-search.mobile{
 border-radius:0;   
}
}



@media (max-width: 480px) {
    
    .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: -13px !important;
}
.header-menu{
 display: none !important;   
}

.product-card {
    padding: 0 !important;
}
.sp-horizontal .sp-previous-arrow {
    left: -15px !important;
}

.samtext .text{
 display: none;   
}

.prinad{
 display: none;   
}

.samtext .title{
 margin-bottom: 15px;   
}

.samtext .readmore{
 margin-top: 0;   
}

/* .slide img{
  filter: brightness(40%);  
} */


}


.mobile__menu{
        position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background:#737E8A;
    z-index: 1000;
    display: none;
}
.mobile__menu.active{
 display: block;   
}
.one__ekran{
        padding: 0 15px;
        position: absolute;
        width: 100%;
}

.one__ekran ul li{
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);;
    padding: 10px 0;
        position: relative;
}


.one__ekran ul li a{
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.closing{
 
 padding: 15px;   
}

.submenus{
 position: absolute;
    right: 0;   
        border: none;
    background-color: unset;
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.submenus{
    background-image: url("../themes/analyticumpro/assets/img/strelkahuelka.svg");
}
.one__ekran.twose{
 left: 100%;   
}

.phones{
   font-weight: bold;
font-size: 20px;

text-transform: uppercase;

color: #FFFFFF; 
    margin-bottom: 10px;
}


.upperblocks{
        position: relative;
    width: 100%;
    height: 250px;
}

.downblocks{
 display: flex;
 flex-direction:column;
     padding: 0 15px;
}

.malito{
 color: #FFFFFF;   
 
 font-size: 16px;
}

.callbackbutton{
    width: 258px;
    height: 53px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    color: #fff !important; 
}

.comeback{
        position: absolute;
    right: 15px;
    color: #fff;
    display: none;
}

.order-form__part input{
       height: 56px;
    padding: 0 20px;
     
}

.order-form__conf a{
    color:#439CCD;
    text-decoration:underline;
}

.order-form__conf a:hover{
 cursor:pointer;
 text-decoration:none;
}

.order-form input[type="submit"]:hover{
    color: #439CCD;
    border:1px solid #439CCD;
    background:none;
    cursor:pointer;
}

@media screen and (max-width: 480px){
   .order-product{
        padding: 0px 18px 0px 18px;   
   }
   
   .order-product__top{
           margin: 0 -18px 18px -18px;
               padding: 20px 18px 20px 18px;
               
                  
   }
   
   .order-form__inst{
    text-align:center;  
        line-height: 23px;
   }
   .order-form__conf{
        line-height: 19px;   
   }
   
   .order-product__top span{
       line-height:0;
   }
   
   .order-product__top p{
       font-weight: 500;
font-size: 16px;
   }
   
   .captcha{
           margin: 0 -15px;
   }
   
   
/* .fancybox-close-small {
    color: #39B2E5;
    cursor: pointer;
    height: 40px;
    margin: 18px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 10;
} */
   

   
   
.hidden-form{
        padding: 0px 15px;
            height: auto;
}
}
.hidden-form textarea{
 padding-top: 10px;   
}

.order-product__top.call{
 text-align:left;   
 border-bottom: 1px solid #fff;
}

.hidden-form input {
    height: 55px;
}

.hidden-form input, .hidden-form textarea{
        padding-left: 20px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
} 



.navblocks{
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    display: none;
}

.prewss{
 background-image:url("../themes/analyticumpro/assets/img/prew.svg");
 background-repeat:no-repeat;
 width: 30px;
    height: 20px;
     margin: 0 20px;
         background-size: contain;
         
}
.prewss:hover{
     cursor:pointer;   
     background-image:url("../themes/analyticumpro/assets/img/prewblu.svg");
}
.nextss{
    background-image:url("../themes/analyticumpro/assets/img/next.svg");  
     background-repeat:no-repeat;
      width: 30px;
      height: 20px;
      margin: 0 20px;
          background-size: contain;
}

.nextss:hover{
     cursor:pointer;
     background-image:url("../themes/analyticumpro/assets/img/nextblu.svg");  
}


@media screen and (max-width: 575px){
    .about{
     padding: 0 40px;   
    }
    .action{
     margin: 0;
   
    }
    .actions .slick-slide > div{
     padding: 20px;   
    }
    .navblocks{
        display: flex;
    }
    
    .w-100{
     display: none;   
    }
    .ala{
     width: 100%;   
         margin: auto;
    max-width: 100%;
    }
    .row.cen{
         margin-top: 30px;   
    }
    .partner-img{
     height: 150px;   
    }
    .partner-img img {
    width: 100%;
    margin: 0;
}
}
.flex-part{
 margin-bottom: 30px;   
}

@media screen and (max-width: 575px){
    .filter-col {
    display: flex;
    min-width: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
        padding: 8px 20px;
        

}
.flex-part{
 margin-bottom: 15px;   
}
.filter-col__title{
         margin-bottom: 3px;
}

.flex-part__right{
        align-items: end;
            flex-direction: row;
}

.line-margin{
     margin-bottom: 25px;   
}
.products-content-filter{
 display: none;   
}

.line{
           margin: 8px -20px;
}

.flex-part__right{
        margin-bottom: 15px;
}

.filter-col__title{
 text-align:left;   
}

.katalog-item{
        box-shadow: unset;
}

.filter-box{
 padding-left: 3px;   
}

 button.mfp-close{
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 25px !important;
    color: #2d8cc4bd !important;
    cursor: pointer !important;
    height: 25px !important;
    margin: 15px !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 25px !important;
    z-index: 10 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 1 !important;
        font-size: 18px !important;
}

.catalog-item-wrap{
    padding: 0;
}

.page-title.catalog-title{
    font-weight: 600;
font-size: 20px;
color: #2A3C43;
margin-bottom: 20px;
}

.flex-part__left{
 order:1;   
}
.bread-crumbs{
 display: flex;   
     flex-wrap: wrap;
}

.bread-crumbs a{
    font-size:14px;
}
}
 button.mfp-close{
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 25px !important;
    color: #2d8cc4bd !important;
    cursor: pointer !important;
    height: 33px !important;
    margin: 15px !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 33px !important;
    z-index: 10 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 1 !important;
    font-size: 20px !important;
}

.catalog-img.porp-div > a{
 height: 100%;   
     margin-top: 50px;
}


.catalog-item .catalog-img img{
 max-height:100%;   
}


.nav-list.left{
 display: flex;
 flex-direction:column;
 padding: 0;
 width: 220px;
}
.nav-list.left li a{
 margin: 0;   
 padding: 0;
 font-size: 16px;
 color:#fff;
 text-decoration:underline;
}

.nav-list.left li{
 margin-bottom: 10px;   
}
.nav-list.right{
 display: flex;
 flex-direction:column;
 padding: 0;
  width: 220px;
}
.nav-list.right li a{
 margin: 0;   
 padding: 0;
 text-transform:uppercase;
  font-size: 16px;
 color:#fff;
}
.nav-list.right li{
 margin-bottom: 10px;   
}
.footer-menu{
 display: flex;   
}

.footer-contactss{
 color: #fff;   
     display: flex;
    flex-direction: column;
    align-items: flex-end;

}


.bot{
        display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.number__footer {
    padding-left: 0;
}

@media screen and (max-width: 768px) {
    .footer-contactss{
            align-items: end;
    }
    
    .bot {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer-search{
 margin-left: 0;   
}
}
.textseo {
 margin-top: 50px;   
}
.textseo h2{
    font-weight: normal;
font-size: 30px;
color: #2A3C43;
margin-bottom: 30px;
}

.textseo p{
    font-weight: normal;
font-size: 20px;

color: #2A3C43;

}
.product-price p span{
        font-size: 24px;
        color: #2A3C43;
}
.product-price p{
    font-weight: normal;
font-size: 30px;
    font-weight: 500;
}




.product-price a.request {
    background: #439CCD;
    box-sizing: border-box;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    padding: 15px 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
    height: 58px;
}


@media screen and (max-width: 480px) {

.slider-pro{
 display: block !important;   
}
.product-information {
    padding-left: 20px;
    padding-right: 20px;
}
.nal{
    font-weight: normal;
font-size: 16px !important;
color: #439CCD;
}

.product-information div {
    margin: 10px 0;
    font-size: 16px;
}

.sp-bottom-thumbnails.sp-has-pointer {
    margin-top: 10px !important;
}

.sp-thumbnails.sp-grab{
    height: 100px !important;
}

.sp-thumbnail-container{
 overflow: unset !important;
 
}
}

@media screen and (max-width: 576px){
.product-title h3, .product-title .h3 {
    font-size: 20px;
        
}
.product-price p{
 margin-bottom: 0;   
 text-align: center;
}

.content {
    padding-bottom: 0px;
    position: relative;
}
.sp-horizontal .sp-next-arrow{
 background-image:url(../themes/analyticumpro/assets/img/tl.svg);
    width: 30px !important;
    height: 15px !important;
     background-repeat: no-repeat;
     display: block !important;
         transform: rotate(0deg);
             right: 0px !important;
}

.sp-horizontal .sp-next-arrow:before{
 display: none !important;   
}

.sp-horizontal .sp-next-arrow:after{
 display: none !important;   
}
.sp-horizontal .sp-arrows {
    width: 100%;
    left: 0;
    top: 100% !important;
   margin-top: 55px !important;
}


.sp-horizontal .sp-previous-arrow{
 background-image:url(../themes/analyticumpro/assets/img/tl.svg);
    width: 30px !important;
    height: 15px !important;
     background-repeat: no-repeat;
     display: block !important;
         transform: rotate(180deg);
         left: 0 !important;
}

.sp-horizontal .sp-previous-arrow:before{
 display: none !important;   
}

.sp-horizontal .sp-previous-arrow:after{
 display: none !important;   
}

.sp-thumbnail-image{
        border: 1px solid #A1AAB3;
    box-sizing: border-box;
    border-radius: 3px;
}

.sp-selected-thumbnail .sp-thumbnail-image{
        border: 1px solid #439CCD;
    box-sizing: border-box;
    border-radius: 3px;
}


.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
 display: none;   
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
 display: none;   
}

.product-card{
 box-shadow:none !important;   
}
}

.sp-horizontal .sp-next-arrow{
 background-image:url(../themes/analyticumpro/assets/img/tl.svg);
    width: 30px !important;
    height: 15px !important;
     background-repeat: no-repeat;
     display: block !important;
         transform: rotate(0deg);
             right: 10px !important;
}

@media screen and (max-width: 360px){
    .sp-horizontal .sp-previous-arrow{
        left: -15px !important;
    }
    
    .sp-horizontal .sp-next-arrow{
     right: -15px !important;   
    }
}

.sp-thumbnails-container,
.sp-thumbnail-container{
 overflow:unset !important;   
}

.sp-thumbnail-image{
 border:1px solid #A1AAB3;   
 border-radius:3px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail .sp-thumbnail-image{
            border: 1px solid #439CCD;
    box-sizing: border-box;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
 display: none !important;   
}




.sp-horizontal .sp-next-arrow:before{
 display: none !important;   
}

.sp-horizontal .sp-next-arrow:after{
 display: none !important;   
}



.sp-horizontal .sp-previous-arrow{
 background-image:url(../themes/analyticumpro/assets/img/tl.svg);
    width: 30px !important;
    height: 15px !important;
     background-repeat: no-repeat;
     display: block !important;
         transform: rotate(180deg);
         left: 10 !important;
}

.sp-horizontal .sp-previous-arrow:before{
 display: none !important;   
}

.sp-horizontal .sp-previous-arrow:after{
 display: none !important;   
}




.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows{
 margin-left: -35px !important;   
}




.sp-horizontal .sp-next-thumbnail-arrow{
 background-image:url(../themes/analyticumpro/assets/img/tl.svg);
    width: 30px !important;
    height: 15px !important;
     background-repeat: no-repeat;
     display: block !important;
         transform: rotate(0deg);
         bottom: -30px !important;
}

.sp-horizontal .sp-next-thumbnail-arrow:before{
 display: none !important;   
}

.sp-horizontal .sp-next-thumbnail-arrow:after{
 display: none !important;   
}



.sp-horizontal .sp-previous-thumbnail-arrow{
 background-image:url(../themes/analyticumpro/assets/img/tl.svg);
    width: 30px !important;
    height: 15px !important;
     background-repeat: no-repeat;
     display: block !important;
           transform: rotate(270deg) !important;
           top: -30px !important;
}

.sp-horizontal .sp-previous-thumbnail-arrow:before{
 display: none !important;   
}

.sp-horizontal .sp-previous-thumbnail-arrow:after{
 display: none !important;   
}

.product-card{
        padding: 40px 40px;
}

.samtext{
 display: none;   
}

.samtext.active{
 display: flex;   
} 



@media (max-width: 480px) {
    
    .sp-bottom-thumbnails.sp-has-pointer {
    margin-top: 0px !important;
}

.sp-horizontal .sp-arrows{
    margin-top: 45px !important;
}

.sp-thumbnail-image {
    width: 100%;
    height: 70px !important;
    object-fit: cover;
}

.sp-thumbnail-image-container {
    width: 100%;
    height: 100%;
    max-height: 70px;
    position: relative;
    overflow: hidden;
}

.sp-fade-arrows{
 opacity: 1 !important;   
}

}


.sp-fade-thumbnail-arrows{
    opacity: 1 !important;  
}

/* ----- new styles 23.12.2019 ----- */

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
    right: 0 !important;
}

.sp-thumbnails-container {
    overflow: hidden !important;
}

.sp-horizontal .sp-next-arrow,
.sp-horizontal .sp-previous-arrow{
    display: none !important;
}

.product-img {
    width: 100%;    
}

@media screen and (max-width: 992px) {
    .product-img img {
        width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .product-img img {
        width: 350px;
    }
}

.callbackbutton {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: .3s;
        -webkit-transition: .3s;
            -o-transition: .3s;
}

.callbackbutton:hover {
    background-color: #212529;
}

/* ----- правки слайдера в деталке 04.02.2020 ----- */

.slider-pro.sp-horizontal {
  padding-left: 150px !important;
}

@media screen and (max-width: 800px) {
  .slider-pro.sp-horizontal {
    padding-left: unset !important;
  }
}

/* ----- слайдер акций на главной 04.02.2020 ----- */

.actions-slider-wrap {
  position: relative;
}

.action-slide {
  width: 90% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 340px;
}

.left img {
  width: 100%;
  height: 100%;
}

.right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.actions-arrow {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  padding: 6px;
  background-color: rgba(67, 156, 205, 0.7);
  border-radius: 50%;
  cursor: pointer;
}

.actions-next {
  right: 0;
}
.actions-next svg {
  fill: #fff;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}


.actions-prev {
  left: 0;
}
.actions-prev svg {
  fill: #fff;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}


@media screen and (max-width: 1750px) {
  .action-slide {
    height: 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left img {
    width: 100%;
    height: 320px;
  }

  .name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 700px) {
  .action-slide {
    width: 95% !important;
  }

  .right {
    width: 100%;
  }
}


/* кнопка подать заявку в деталке 06.02.2020 */
.send-request-button {
  width: 260px;
  height: 58px;
}

/* форма подать заявку в деталке 06.02.2020 */
.send-request-form {
  height: auto;
  padding-bottom: 20px;
}

h1.product-title {
  font-size: 24pt;
  font-weight: 600;
  text-align: left;
}

/* правки Контакты 08.09.2020 */
.contacts-info {
  display: flex;
}

.p-contact__info {
  width: 225px;
  margin-right: 50px;
}

.p-contact__map {
  width: calc(100% - 275px);
}

.p-pros__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #439CCD;
  margin-bottom: 40px;
}

.p-pros__left,
.p-pros__right {
  width: calc(50% - 25px);
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #2A3C43;
}

.p-pros__wrap,
.p-pros__top,
.p-pros__bottom {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.p-pros__top {
  margin-bottom: 60px;
}

.p-pros__bottom-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #2A3C43;
  margin-bottom: 40px;
}

.p-pros__bottom-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-pros__bottom-card {
  width: calc(50% - 50px);
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.p-pros__bottom-text {
  width: calc(100% - 86px - 30px);
}

.p-pros__bottom-img img {
  max-width: 86px;
  max-height: 86px;
  width: 100%;
  height: auto;
}

.text-slider {
  background-image: none;
}

.samtext {
  width: 100%;
  margin-left: 0;
}

/* .slide {
  height: 450px;
} */

.about-text .p-pros__wrap,
.about-text .p-pros__top,
.about-text .p-pros__bottom {
  max-width: none;
}

.form-block .form {
    min-height: 570px;
    height: 100%;
}

.actions-arrow {
  z-index: 5;
}

.left a {
  display: block;
}

@media screen and (max-width: 1080px) {
  .p-pros__bottom-card {
    width: calc(50% - 25px);
  }
  
  .p-pros__bottom-text {
    width: calc(100% - 86px - 15px);
  }
}

@media screen and (max-width: 768px) {
  .contacts-info {
    flex-flow: column;
    margin-bottom: 0 !important;
  }

  .p-contact__info {
    width: 100%;
    margin-right: 0;
  }

  .p-contact__map {
    width: 101vw;
    margin-left: -35px;
    height: 350px;
    margin-top: 20px;
  }
  
  .p-pros__bottom-card {
      width: 100%;
  }
  
  .p-pros__wrap {
      flex-wrap: wrap;
  }
  
  .p-pros__left, 
  .p-pros__right {
      width: 100%;
  }
  
  .p-pros__left {
      margin-bottom: 15px;
  }
  
}

@media screen and (max-width: 746px) {
  .p-contact__map {
    width: 100vw;
    margin-left: -23px;
  }
}

@media screen and (max-width: 576px) {
  .p-contact__map {
    width: 100vw;
    margin-left: -15px;
  }
}

.samtext.active {
    display: flex;
    margin-left: 95px;
    width: 500px;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}

.samtext .title {
    color: #2A3C43;
}

@media screen and (max-width: 980px) {
    .samtext.active {
        margin-left: 0;
        width: auto;
    }
}


.logof-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

img.logof-img:not(:last-of-type) {
    margin-right: 10px;
}

@media screen and (max-width: 980px) {
    .logof-wrap {
        display: none;
    }
}

.seti a {
    margin-right: 9px;
}

.seti-inst:hover * {
    fill: #439CCD;
}

.seti-youtube:hover * {
    fill: #CD4364;
}

.logo-ipso {
    min-width: 200px;
}
/*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items:center;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
	float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
	    width: 100%;
    height: 100%;
}
.sp-thumbnail-image-container{
    width: 100%;
    height: 100%;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #439CCD;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #439CCD;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(../themes/analyticumpro/assets/css/images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(../themes/analyticumpro/assets/css/images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-rtl .sp-buttons {
	direction: rtl;
}

.sp-full-screen .sp-buttons {
	display: none;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
	right: auto;
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
	left: auto;
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	left: 20px;
	right: auto;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-previous-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-horizontal.sp-rtl .sp-next-arrow {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}


.sp-thumbnail-image{
 width: 100%;   
 height: 100%;
     object-fit: cover;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  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: -0.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: 0.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 {
    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: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    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: 0.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, 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, 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, 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, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.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; } }

.h1 {
  font-weight: 400;
  font-size: 70px;
  line-height: 80px; }
  .h1.blod {
    font-weight: 800; }
  @media screen and (max-width: 1600px) {
  .h1 {
    font-size: 50px;
    line-height: 60px; } }
  @media screen and (max-width: 576px) {
  .h1 {
    font-size: 30px;
    line-height: 40px; } }

.h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px; }
  @media screen and (max-width: 992px) {
  .h2 {
    font-size: 24px;
    line-height: 30px; } }
  @media screen and (max-width: 576px) {
  .h2 {
    font-size: 20px;
    line-height: 30px; } }
  .h2.light {
    font-weight: 400; }

.h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px; }
  @media screen and (max-width: 992px) {
  .h3 {
    font-size: 20px;
    line-height: 24px; } }

.h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px; }
  .h4.blod {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px; }
  @media screen and (max-width: 992px) {
  .h4 {
    font-size: 18px;
    line-height: 24px; } }

.h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }
  .h5.blod {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
  .h5.light {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }

.h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px; }
  .h6.blod {
    font-weight: 600; }

.pt-120 {
  padding-top: 120px; }

.pt-40 {
  padding-top: 40px; }

.pt-20 {
  padding-top: 20px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-120 {
  margin-top: 120px; }

.mt-40 {
  margin-top: 40px; }

.mt-20 {
  margin-top: 20px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-20 {
  margin-bottom: 20px; }

@media screen and (max-width: 1600px) {
  .pt-120 {
    padding-top: 80px; }

  .pb-120 {
    padding-bottom: 80px; }

  .mt-120 {
    margin-top: 80px; }

  .mb-120 {
    margin-bottom: 80px; } }

@media screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 60px; }

  .pb-120 {
    padding-bottom: 60px; }

  .mt-120 {
    margin-top: 60px; }

  .mb-120 {
    margin-bottom: 60px; } }

@media screen and (max-width: 576px) {
  .pt-40 {
    padding-top: 30px; }

  .pb-40 {
    padding-bottom: 30px; }

  .mt-40 {
    margin-top: 30px; }

  .mb-40 {
    margin-bottom: 30px; } }

body {
  position: relative; }

.bg-noscroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(42, 60, 67, 0.6);
  z-index: 30;
  display: none; }
  .bg-noscroll.active {
    display: block; }

.container {
  max-width: calc(1300px + (80px * 2));
  margin: 0 auto;
  padding: 0 80px;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 1300px) {
  .container {
    max-width: calc(915px + (80px * 2)); } }
  @media screen and (max-width: 992px) {
  .container {
    max-width: calc(700px + (20px * 2));
    padding: 0 20px; } }
  @media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px; } }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #c0e5eb; }

::-webkit-scrollbar-thumb {
  background: #39b2e5; }

::-moz-scrollbar-button:decrement, ::-moz-scrollbar-button:increment, ::-webkit-scrollbar-button:decrement, ::-webkit-scrollbar-button:increment {
  width: 0px; }

.no-scroll {
  overflow-y: hidden; }

.link {
  cursor: pointer;
  transition: 0.2s; }
  .link-dark {
    display: block;
    text-align: center;
    color: #1b6995;
    margin-bottom: 0; }
  .link--underline {
    text-decoration: underline; }
    .link--underline:hover {
      text-decoration: underline; }
  .link:hover {
    color: #39b2e5; }

.btn {
  background: #39b2e6;
  border-radius: 3px;
  padding: 17px 24px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0px 17px 30px rgba(57, 172, 236, 0.54);
  transition: 0.5s;
  cursor: pointer;
  display: block;
  text-align: center; }
  .btn:hover {
    background: #1b97cb;
    color: white; }
  .btn:active, .btn:focus {
    box-shadow: none; }
  .btn:disabled, .btn.disabled {
    box-shadow: none;
    background: #ebecef;
    color: #698794;
    pointer-events: none;
    border: 1px solid transparent; }
  .btn-small {
    box-shadow: 0px 7px 11px rgba(57, 172, 236, 0.25);
    padding: 10px; }
    @media screen and (max-width: 1300px) {
  .btn-small {
    padding: 6px; } }
    .btn-small__icon {
      display: none; }
      @media screen and (max-width: 1300px) {
  .btn-small__icon {
    display: block;
    width: 23px;
    height: 23px; } }
    @media screen and (max-width: 1300px) {
    .btn-small__text {
      display: none; } }
    .btn-small:disabled path, .btn-small.disabled path {
      fill: #698794; }
    @media screen and (max-width: 1300px) {
  .btn-small {
    padding: 6px; } }

.inputBox {
  position: relative;
  max-width: 630px;
  height: 85px;
  margin-bottom: 12px; }
  .inputBox .border-input {
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    border: 1px solid #31323e; }
    .inputBox .border-left {
      width: 24px;
      left: 0;
      border-right-width: 0 !important;
      border-radius: 1px 0 0 1px; }
    .inputBox .border-right {
      right: 0;
      border-left-width: 0 !important;
      border-radius: 0 1px 1px 0; }
      .inputBox .border-right--email {
        width: calc(100% - 73px); }
      .inputBox .border-right--fio {
        width: calc(100% - 105px); }
      .inputBox .border-right--phone {
        width: calc(100% - 130px); }
      .inputBox .border-right--comment {
        width: calc(100% - 115px); }
      .inputBox .border-right--budget {
        width: calc(100% - 125px); }
      .inputBox .border-right--equipment {
        width: calc(100% - 290px); }
      .inputBox .border-right--company {
        width: calc(100% - 170px); }
      .inputBox .border-right--wishes {
        width: calc(100% - 110px); }
  .inputBox .input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #31323e;
    border-radius: 1px;
    background: transparent;
    padding: 19px 32px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    line-height: 22px;
    color: #31323e;
    font-weight: 400;
    height: 60px;
    transition: all 0.2s; }
    .inputBox .input--textarea {
      height: 120px; }
    .inputBox .input:hover {
      border: 1px solid #39b2e5; }
    .inputBox .input:disabled {
      background: #ebecef;
      border: 1px solid #ebecef; }
      .inputBox .input:disabled ~ .label {
        color: #698794; }
  .inputBox .label {
    position: absolute;
    top: 20px;
    left: 24px;
    padding: 0 8px;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #31323e;
    font-weight: 400;
    transition: 0.5s;
    pointer-events: none;
    width: auto; }
    @media screen and (max-width: 5576px) {
  .inputBox .label {
    left: 12px;
    font-size: 14px; } }
  .inputBox .input:focus ~ .label, .inputBox.active .label {
    font-size: 14px;
    line-height: 18px;
    transform: translateX(0px) translateY(-29px); }
    @media screen and (max-width: 5576px) {
  .inputBox .input:focus ~ .label, .inputBox.active .label {
    left: 22px; } }
  .inputBox .input:focus, .inputBox.active .input {
    border: 0;
    border-bottom: 1px solid #31323e; }
  .inputBox .valid {
    display: none;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #ef1f1f;
    transition: 0.5s; }
  .inputBox.error .input {
    border: 0;
    border-bottom: 1px solid #ef1f1f; }
    .inputBox.error .label {
      font-size: 14px;
      line-height: 18px;
      transform: translateX(0px) translateY(-29px);
      color: #ef1f1f; }
    .inputBox.error .border-input {
      border: 1px solid #ef1f1f; }
    .inputBox.error .valid {
      display: block; }
  .inputBox--textarea {
    height: 140px; }
    .inputBox--textarea .border-input {
      height: 120px; }

.checkbox {
  position: relative;
  cursor: pointer; }
  .checkbox-block {
    display: flex;
    font-weight: 400;
    max-width: 698px; }
    @media screen and (max-width: 992px) {
  .checkbox-block {
    margin-top: 20px; } }
  .checkbox__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px; }
    .checkbox__input + .checkbox__box {
      display: inline-flex;
      align-items: center;
      user-select: none;
      cursor: pointer; }
      .checkbox__input + .checkbox__box::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        flex-grow: 0;
        border: 1px solid #31323e;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%; }
    .checkbox__input:checked + .checkbox__box::before {
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.19995 4.85185L5.19995 9L11.6 1' stroke='%2339B2E5' stroke-width='3'/%3E%3C/svg%3E%0A"); }

.product__wrap {
  display: flex;
  flex-wrap: wrap; }
  .product__item {
    max-width: 310px;
    border-radius: 1px;
    border: 1px solid #becddc;
    margin-right: 20px;
    transition: 0.5s;
    box-shadow: none; }
    .product__item:hover {
      box-shadow: 0px 17px 30px rgba(157, 211, 241, 0.66);
      border: 1px solid transparent; }
    @media screen and (max-width: 992px) {
  .product__item {
    max-width: none; } }
  .product__top {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 10px 20px 0 20px;
    height: 270px; }
  .product__img {
    height: calc(100% - 10px);
    width: calc(100% - 5px);
    object-fit: contain; }
  .product__status {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 118px;
    height: 32px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #262942 !important; }
    .product__status--available {
      background: #a1e995; }
    .product__status--order {
      background: #fdd6b2; }
  .product__desc {
    padding: 20px; }
  .product__name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #262942 !important;
    height: 48px; }
  .product__property {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #698794;
    margin-bottom: 10px; }
    .product__property span:last-child {
      padding-left: 6px;
      text-align: end;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .product__bottom {
    padding: 0 20px 30px 20px; }
  .product__btn {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%; }
  .product__price {
    text-align: center;
    margin-bottom: 0; }
  .product__link {
    text-align: center;
    color: #39b2e5;
    text-decoration: underline;
    display: block;
    margin-bottom: 0; }

.footer .nav-bar__list {
  display: flex;
  flex-wrap: wrap; }
  .footer .nav-bar__item {
    margin-right: 40px; }
    .footer .nav-bar__item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 700px) {
    .footer .nav-bar__item {
      margin-right: 19px; } }
    @media screen and (max-width: 576px) {
    .footer .nav-bar__item {
      margin-right: 0;
      margin-bottom: 20px;
      width: 50%; } }
  .footer .nav-bar__link {
    cursor: pointer;
    transition: 0.2s; }
    .footer .nav-bar__link:hover {
      color: #fdd6b2; }
  .footer__links {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 576px) {
    .footer__links {
      flex-direction: column; } }
  @media screen and (max-width: 576px) {
    .footer__left {
      order: 2; } }
  .footer .social__list {
    display: flex; }
  .footer .social__item {
    margin-right: 25px;
    cursor: pointer; }
    .footer .social__item:last-child {
      margin-right: 0; }
    .footer .social__item path {
      transition: 0.2s; }
  .footer .link:hover {
    color: #fdd6b2; }
  .footer__right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 40%; }
  @media screen and (max-width: 1300px) {
    .footer__right {
      width: 200px; } }
  @media screen and (max-width: 576px) {
    .footer__right {
      margin-top: 60px;
      margin-bottom: 60px;
      order: 1; } }
  .footer-right__item {
    width: 200px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 40px;
    transition: 0.2s; }
  .footer-right__item:nth-child(even) {
    margin-right: 0; }
  @media screen and (max-width: 1300px) {
    .footer-right__item {
      margin-right: 0; } }
  @media screen and (max-width: 1300px) {
    .footer-right__item:nth-child(2) {
      order: 2; } }
  .footer-right__item svg {
    margin-right: 10px; }
  .footer-right__item:hover {
    color: #fdd6b2; }

.header {
  position: fixed;
  background: white;
  z-index: 10;
  width: 100%; }
  @media screen and (max-width: 992px) {
  .header {
    padding: 0; } }
  .header__content {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px 0 20px 0; }
  @media screen and (max-width: 1300px) {
    .header__content {
      padding: 6px 0 16px 0; } }
  .header__logo {
    position: absolute;
    display: block;
    top: 0;
    left: 0px;
    width: 145px;
    height: 150px;
    z-index: 15;
    box-shadow: 0px 17px 30px rgba(57, 172, 236, 0.54);
    border-radius: 0px 0px 3px 3px;
    transition: 0.2s linear; }
  @media screen and (min-width: 1300px) {
      .header__logo.small {
        height: 115px;
        width: 110px; } }
  @media screen and (max-width: 1300px) {
    .header__logo {
      width: 80px;
      height: 90px; } }
  @media screen and (max-width: 992px) {
    .header__logo {
      width: 58px;
      height: 68px;
      box-shadow: none; } }
  .header__logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 3px 3px; }
  .header__center {
    position: relative;
    width: 85%;
    margin-left: auto; }
  @media screen and (max-width: 1300px) {
    .header__center {
      width: calc(100% - 90px); } }
  @media screen and (max-width: 992px) {
    .header__center {
      width: calc(100% - 400px); } }
  .header__search {
    display: none;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 175px;
    width: calc(100% - 360px);
    height: 100%;
    background: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }
  @media screen and (max-width: 1300px) {
    .header__search {
      height: 80px;
      left: 90px;
      width: calc(100% - 90px); } }
  @media screen and (max-width: 992px) {
    .header__search {
      height: 70px;
      left: -3px;
      top: 0;
      width: 100%;
      z-index: 20; } }
  .header__search.active {
    display: flex; }
  .header .contacts__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px; }
    @media screen and (max-width: 1300px) {
    .header .contacts__list {
      margin-bottom: 6px; } }
    @media screen and (max-width: 992px) {
    .header .contacts__list {
      display: none; } }
  .header .contacts__item {
    display: flex;
    align-items: center;
    color: #698794;
    cursor: pointer;
    transition: 0.2s; }
    .header .contacts__item:hover {
      color: #d89d67; }
    .header .contacts__item svg {
      margin-right: 10px; }
      @media screen and (max-width: 1300px) {
    .header .contacts__item svg {
      margin-right: 6px;
      width: 20px; } }
    .header .contacts__item--phone {
      opacity: 1 !important; }
  .header .nav-bar__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0; }
    @media screen and (max-width: 992px) {
    .header .nav-bar__list {
      display: none; } }
    .header .nav-bar__list--sub {
      flex-direction: column;
      align-items: flex-start;
      position: absolute;
      background: white;
      padding: 0 30px;
      top: 40px;
      left: -25px;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      width: 400px;
      max-height: 0;
      transition: all 0.5s ease-out;
      overflow: hidden;
      box-shadow: 0px 11px 7px rgba(57, 178, 229, 0.14);
      border-radius: 1px; }
      .header .nav-bar__list--sub svg {
        margin-right: 12px; }
      .header .nav-bar__list--sub.active {
        max-height: 750px;
        transition: all 0.5s ease-in; }
      @media screen and (max-width: 1300px) {
    .header .nav-bar__list--sub {
      padding: 0 12px;
      width: 320px;
      left: -15px; } }
    .header .nav-bar__list--sub-sub {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      font-weight: 400;
      font-size: 17.8415px;
      line-height: 22px;
      padding: 0 20px 0 45px;
      max-height: 0;
      transition: all 0.5s ease-out;
      overflow: hidden; }
      .header .nav-bar__list--sub-sub.active {
        max-height: 350px;
        transition: all 0.5s ease-in; }
  .header .nav-bar__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .header .nav-bar__item--more {
      position: relative; }
  .header .nav-bar__link {
    display: flex;
    align-items: center;
    transition: 0.2s; }
    .header .nav-bar__link:hover {
      color: #39b2e5; }
    .header .nav-bar__link img {
      width: 30px;
      margin-right: 12px; }
    .header .nav-bar__link .icon {
      margin-right: 6px; }
      @media screen and (max-width: 1300px) {
    .header .nav-bar__link .icon {
      margin-right: 3px; } }
  .header .nav-bar__arrow {
    margin-left: 8px;
    cursor: pointer;
    transition: 0.2s; }
    @media screen and (max-width: 1300px) {
    .header .nav-bar__arrow {
      margin-left: 4px; } }
    .header .nav-bar__arrow path {
      transition: 0.2s; }
    .header .nav-bar__arrow:hover path {
      stroke: #39b2e5; }
    .header .nav-bar__arrow.active {
      transform: rotate(-180deg); }
  .header__phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #39b2e5;
    display: block;
    text-align: end;
    transition: 0.2s; }
  @media screen and (max-width: 1300px) {
    .header__phone {
      font-size: 16px;
      line-height: 20px; } }
  @media screen and (max-width: 992px) {
    .header__phone {
      margin-right: 20px;
      font-size: 18px;
      line-height: 24px; } }
  @media screen and (max-width: 576px) {
    .header__phone {
      display: none; } }
  .header__phone:hover {
    color: #d89d67; }
  @media screen and (min-width: 1300px) {
    .header .btn {
      opacity: 1 !important; } }
  .header-search__icon {
    cursor: pointer;
    transition: 0.2s; }
    .header-search__icon path {
      transition: 0.2s; }
    .header-search__icon:hover path {
      stroke: #d89d67; }
    @media screen and (max-width: 992px) {
    .header-search__icon {
      margin-right: 20px; } }
    @media screen and (max-width: 576px) {
    .header-search__icon {
      margin-right: 12px; } }
  .header__right {
    display: none;
    align-items: center; }
  @media screen and (max-width: 992px) {
    .header__right {
      display: flex; } }
  .header__burger {
    width: 26px;
    height: 26px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
    margin: 14px 20px 6px 85px; }
  .header__burger:hover span {
    background: #d89d67; }
  @media screen and (max-width: 992px) {
    .header__burger {
      display: block; } }
  .header__burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #39b2e5;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out; }
    .header__burger span:nth-child(1) {
      top: 0; }
    .header__burger span:nth-child(2) {
      top: 11px; }
    .header__burger span:nth-child(3) {
      top: 22px; }
  .header__burger--open {
    margin: 0; }
    .header__burger--open span:nth-child(1) {
      top: 11px;
      transform: rotate(135deg); }
      .header__burger--open span:nth-child(2) {
        opacity: 0;
        left: -26px; }
      .header__burger--open span:nth-child(3) {
        top: 11px;
        transform: rotate(-135deg); }

.nav-mobile {
  position: fixed;
  background: linear-gradient(180deg, #fff -1.88%, #e3eef2 115.55%);
  padding: 20px 6px 40px 20px;
  transform: translateX(-100%);
  z-index: 40;
  width: 320px;
  height: 100vh;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -68px; }
  @media screen and (max-width: 576px) {
  .nav-mobile {
    width: 100%; } }
  .nav-mobile.active {
    transform: translateX(0); }
  .nav-mobile__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  .nav-mobile .nav-link {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .nav-mobile .nav-link--second span {
    max-width: 120px;
    padding-left: 10px; }
  .nav-mobile .nav-link:hover {
    color: #39b2e5; }
  .nav-mobile .nav-item--phone {
    margin: 30px 0; }
  .nav-mobile .nav-item__icon {
    margin-right: 10px;
    width: 35px; }
  .nav-mobile__back {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 16px; }
  .nav-mobile__back path {
    transition: 0.2s; }
  .nav-mobile__back .nav-link {
    margin-left: 6px;
    color: #39b2e5;
    padding: 0; }
  .nav-mobile__back:hover path {
    stroke: #d89d67; }
    .nav-mobile__back:hover .nav-link {
      color: #d89d67; }
  .nav-mobile .nav-expand__link {
    display: flex;
    align-items: center; }
  .nav-mobile .nav-expand__button {
    margin-left: 20px;
    cursor: pointer; }
    .nav-mobile .nav-expand__button path {
      transition: 0.2s; }
    .nav-mobile .nav-expand__button:hover path {
      stroke: #39b2e5; }
  .nav-mobile .nav-expand__content {
    position: absolute;
    background: linear-gradient(180deg, #fff -1.88%, #e3eef2 115.55%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 0.3s;
    visibility: hidden;
    padding: 20px; }
    .nav-mobile .nav-expand__content.active {
      transform: translateX(0);
      visibility: visible;
      z-index: 2; }
  .nav-mobile .header__phone {
    text-align: start; }
  @media screen and (max-width: 576px) {
    .nav-mobile .header__phone {
      display: block; } }
  .nav-mobile .contacts__item {
    color: #2a3c43; }
  .nav-mobile .soclink__item {
    margin-right: 25px;
    cursor: pointer; }
  .nav-mobile .soclink__item path {
    transition: 0.2s; }
  .nav-mobile .soclink__item:last-child {
    margin-right: 0; }
  .nav-mobile__center {
    max-height: calc(100% - 230px);
    overflow: auto; }
  .nav-mobile__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px; }
  .nav-mobile .btn {
    width: 100%;
    margin-right: 13px; }

.left-soclinks {
  position: fixed;
  height: 100vh;
  bottom: 0;
  left: 45px;
  z-index: 20; }
  .left-soclinks__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    align-items: center;
    height: 100%; }
  @media screen and (max-width: 1600px) {
  .left-soclinks {
    left: 20px;
    padding-right: 16px; } }
  @media screen and (max-width: 992px) {
  .left-soclinks {
    left: 12px;
    padding-right: 8px; } }
  @media screen and (max-width: 830px) {
  .left-soclinks {
    display: none; } }
  .left-soclinks .soclink__item {
    margin-bottom: 16px; }
  .left-soclinks .soclink__item path {
    transition: 0.2s; }
  @media screen and (max-width: 1300px) {
    .left-soclinks .soclink__item {
      margin-bottom: 28px; } }
  @media screen and (max-width: 1300px) {
    .left-soclinks .soclink__item {
      margin-bottom: 20px; } }

.cookie {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  transform: translateX(-50%);
  padding: 35px;
  background: #39b2e5;
  z-index: 100; }
  .cookie__text {
    width: 900px; }
  @media screen and (max-width: 1300px) {
    .cookie__text {
      font-size: 16px;
      width: 800px; } }
  @media screen and (max-width: 1025px) {
    .cookie__text {
      width: 650px; } }
  @media screen and (max-width: 780px) {
    .cookie__text {
      width: 100%; } }
  .cookie__content {
    width: 84%;
    margin: auto; }
  @media screen and (max-width: 1600px) {
    .cookie__content {
      width: 90%; } }
  @media screen and (max-width: 992px) {
    .cookie__content {
      width: 100%; } }
  .cookie__close {
    position: absolute;
    top: 55px;
    right: 10%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    color: white;
    cursor: pointer; }
  @media screen and (max-width: 1500px) {
    .cookie__close {
      right: 5%; } }
  @media screen and (max-width: 780px) {
    .cookie__close {
      right: 2%;
      top: 10px; } }
  .cookie__close path {
    transition: 0.5s; }
  .cookie__close:hover path {
    stroke: #d89d67; }
  @media screen and (max-width: 780px) {
  .cookie {
    padding-top: 35px; } }
  .cookie.show {
    display: flex; }

.fancybox-bg {
  background: rgba(42, 60, 67, 0.6);
  opacity: 1 !important; }

.modal {
  padding: 70px 88px;
  border-radius: 11px;
  overflow: hidden;
  background-image: url("../themes/analyticumpro/assets/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% 25%; }
  @media screen and (max-width: 992px) {
  .modal {
    padding: 60px; } }
  @media screen and (max-width: 576px) {
  .modal {
    padding: 35px 20px; } }
  .modal__small {
    background-size: 250%;
    background-position: 20% 35%; }
  .modal__content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .modal__form {
    width: 100%; }
  .modal__title {
    text-align: center;
    color: #31323e;
    max-width: 630px; }
  .modal__title--small {
    max-width: 230px; }
  .modal__subtitle {
    text-align: center;
    color: #39b2e5;
    max-width: 275px; }
  .modal__text {
    display: flex; }
  .modal__text span {
    margin-left: 10px;
    max-width: 200px; }
  .modal .inputBox {
    width: 100%; }
  .modal .checkbox__text {
    max-width: 500px; }
  .modal .btn {
    margin: 0 auto; }

.scrollup {
  position: fixed;
  bottom: 150px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #ebecef;
  border-radius: 7px;
  box-shadow: 0px 17.0594px 26.8077px rgba(157, 211, 241, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2;
  z-index: 200; }
  @media screen and (max-width: 1600px) {
  .scrollup {
    right: 12px; } }
  @media screen and (max-width: 1300px) {
  .scrollup {
    right: 20px;
    width: 50px;
    height: 50px; } }
  @media screen and (max-width: 992px) {
  .scrollup {
    right: 12px;
    bottom: 100px; } }
  .scrollup path {
    transition: 0.2; }
  .scrollup:hover {
    background: #39b2e5;
    border: 2px solid #39b2e5; }
  .scrollup:hover path {
    stroke: white; }

.swiper-button-prev, .swiper-button-next {
  top: 24px;
  background: #ebecef;
  border-radius: 1px;
  width: 30px;
  height: 30px;
  transition: 0.2s; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    background: #fdd6b2; }
  @media screen and (max-width: 576px) {
  .swiper-button-prev, .swiper-button-next {
    top: 45px; } }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev::after, .swiper-button-next::after {
  color: #31323e;
  font-size: 12px;
  font-weight: 600; }

.banner {
  position: relative;
  height: 820px;
  width: 100vw;
  overflow: hidden; }
  @media screen and (max-width: 1600px) {
  .banner {
    height: 760px; } }
  @media screen and (max-width: 1300px) {
  .banner {
    height: 650px; } }
  @media screen and (max-width: 576px) {
  .banner {
    height: 590px; } }
  .banner__bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute; }
  .banner__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%; }
  @media screen and (max-width: 1600px) {
    .banner__img {
      width: 40%; } }
  @media screen and (max-width: 1300px) {
    .banner__img {
      width: 45%; } }
  @media screen and (max-width: 992px) {
    .banner__img {
      width: 47%; } }
  @media screen and (max-width: 780px) {
    .banner__img {
      width: 55%; } }
  @media screen and (max-width: 576px) {
    .banner__img {
      display: none; } }
  .banner-slider {
    padding-top: 115px;
    overflow: hidden; }
  @media screen and (max-width: 1300px) {
    .banner-slider {
      padding-top: 90px; } }
  @media screen and (max-width: 992px) {
    .banner-slider {
      padding-top: 68px; } }
  .banner-slider .swiper-pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    position: relative; }
  .banner-slider .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background: transparent;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2a3c43;
    margin: 0 15px !important;
    transition: 0.2s; }
    @media screen and (max-width: 992px) {
    .banner-slider .swiper-pagination-bullet {
      font-size: 18px;
      line-height: 20px;
      width: 30px;
      height: 30px;
      margin: 0 6px !important; } }
    .banner-slider .swiper-pagination-bullet:hover {
      color: #39b2e5; }
  .banner-slider .swiper-pagination-bullet-active {
    transform: scale(2);
    transition: 0.2s; }
    @media screen and (max-width: 992px) {
    .banner-slider .swiper-pagination-bullet-active {
      transform: scale(1.5); } }
    .banner-slider .swiper-pagination-bullet-active:hover {
      color: #39b2e5; }
  .banner-slider .swiper-button-next, .banner-slider .swiper-button-prev {
    background: none;
    position: relative;
    color: #2a3c43;
    height: 30px;
    width: 30px;
    z-index: 20;
    top: 0;
    transition: 0.2s; }
    .banner-slider .swiper-button-next:hover::after, .banner-slider .swiper-button-prev:hover::after {
      color: #39b2e5; }
  .banner-slider .swiper-button-next {
    right: 0; }
  .banner-slider .swiper-button-prev {
    left: 0; }
  .banner-slider .swiper-button-next::after, .banner-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s; }
  .banner__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 280px);
    margin-top: 100px; }
  @media screen and (max-width: 1300px) {
    .banner__content {
      margin-top: 20px;
      height: calc(100% - 140px); } }
  @media screen and (max-width: 576px) {
    .banner__content {
      height: 100%;
      background: linear-gradient(359.48deg, rgba(255, 255, 255, 0.88) 1.43%, rgba(204, 237, 255, 0.41) 60.91%, rgba(254, 237, 221, 0) 110.17%);
      justify-content: flex-start; } }
  .banner__pagination {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 50px;
    max-width: 40%; }
  @media screen and (max-width: 1300px) {
    .banner__pagination {
      bottom: 25px;
      max-width: 45%; } }
  @media screen and (max-width: 1120px) {
    .banner__pagination {
      bottom: 20px;
      max-width: 40%; } }
  @media screen and (max-width: 576px) {
    .banner__pagination {
      bottom: 10px;
      max-width: calc(100% - 40px);
      width: 100%;
      justify-content: center; } }
  .banner__wrap {
    display: flex;
    align-items: flex-start; }
  @media screen and (max-width: 992px) {
    .banner__wrap {
      flex-direction: column; } }
  .banner__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    max-width: 60%; }
  @media screen and (max-width: 1300px) {
    .banner__title {
      max-width: 55%; } }
  @media screen and (max-width: 992px) {
    .banner__title {
      max-width: 62%;
      font-size: 40px;
      line-height: 50px; }
      .banner__title span {
        font-size: 40px;
        line-height: 50px; } }
  @media screen and (max-width: 660px) {
    .banner__title {
      max-width: 72%; } }
  @media screen and (max-width: 576px) {
    .banner__title {
      max-width: 280px;
      text-align: center;
      font-size: 30px;
      line-height: 40px;
      margin-left: auto;
      margin-right: auto; }
      .banner__title span {
        font-size: 30px;
        line-height: 40px; } }
  .banner__subtitle {
    color: #2a3c43;
    max-width: 55%; }
  @media screen and (max-width: 1300px) {
    .banner__subtitle {
      max-width: 53%; } }
  @media screen and (max-width: 992px) {
    .banner__subtitle {
      max-width: 50%; } }
  @media screen and (max-width: 660px) {
    .banner__subtitle {
      max-width: 72%; } }
  @media screen and (max-width: 576px) {
    .banner__subtitle {
      max-width: 280px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }
  .banner__logo {
    max-width: 50%;
    max-height: 110px; }
  .banner__logo img {
    height: 100%;
    max-width: 100%;
    object-fit: contain; }
  @media screen and (max-width: 1300px) {
    .banner__logo {
      max-height: 100px; } }
  @media screen and (max-width: 992px) {
    .banner__logo {
      max-height: 80px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 660px) {
    .banner__logo {
      max-width: 72%; } }
  @media screen and (max-width: 576px) {
    .banner__logo {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto; } }
  .banner__text {
    max-width: 320px;
    margin-left: 60px;
    text-transform: uppercase; }
  .banner__text:first-child {
    margin-left: 0; }
  @media screen and (max-width: 1300px) {
    .banner__text {
      max-width: 290px;
      margin-left: 30px; } }
  @media screen and (max-width: 992px) {
    .banner__text {
      order: 1;
      margin-left: 0;
      margin-bottom: 20px;
      max-width: 300px; } }
  @media screen and (max-width: 660px) {
    .banner__text {
      max-width: 260px; } }
  @media screen and (max-width: 576px) {
    .banner__text {
      text-align: center;
      margin-bottom: 40px;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media screen and (max-width: 992px) {
    .banner .btn {
      order: 2; } }
  @media screen and (max-width: 576px) {
    .banner .btn {
      width: 100%; } }

.block {
  padding: 120px 0; }
  @media screen and (max-width: 1300px) {
  .block {
    padding: 80px 0; } }
  @media screen and (max-width: 992px) {
  .block {
    padding: 60px 0; } }
  .block__title {
    text-transform: uppercase;
    max-width: 375px; }
  .block__title--blue {
    color: #39b2e5; }
  @media screen and (max-width: 992px) {
    .block__title {
      max-width: 320px; } }
  @media screen and (max-width: 576px) {
    .block__title {
      max-width: 230px; } }
  .block__title--big {
    max-width: 100%; }
  .block__title--medium {
    max-width: 720px; }

.form-block {
  background-image: url("../themes/analyticumpro/assets/img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% 25%;
  margin-top: 0; }
  .form-block__content {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .form-block__content {
      flex-direction: column; } }
  .form-block__left {
    width: calc(45% - 22px); }
  @media screen and (max-width: 992px) {
    .form-block__left {
      width: 100%; } }
  .form-block .inputBox .input--textarea, .form-block .inputBox--textarea, .form-block .inputBox--textarea .border-input {
    height: 255px; }
  @media screen and (max-width: 992px) {
    .form-block .inputBox .input--textarea, .form-block .inputBox--textarea, .form-block .inputBox--textarea .border-input {
      height: 160px; } }
  .form-block__right {
    width: 55%; }
  @media screen and (max-width: 992px) {
    .form-block__right {
      width: 100%; } }
  .form-block__right--small .inputBox .input--textarea, .form-block__right--small .inputBox--textarea, .form-block__right--small .inputBox--textarea .border-input {
    height: 158px; }
  @media screen and (max-width: 992px) {
    .form-block .inputBox {
      max-width: 100%; } }
  .form-block .btn {
    margin: 0 auto; }
  @media screen and (max-width: 576px) {
    .form-block .btn {
      width: 100%; } }

.partner-block {
  padding-bottom: 60px; }
  @media screen and (max-width: 1300px) {
  .partner-block {
    padding-bottom: 60px; } }
  @media screen and (max-width: 992px) {
  .partner-block {
    padding-bottom: 30px; } }
  .partner-block__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .partner-block__item {
    max-width: calc(100%/4 - 30px);
    max-height: 140px;
    margin-bottom: 60px; }
  @media screen and (max-width: 1300px) {
    .partner-block__item {
      max-height: 100px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 992px) {
    .partner-block__item {
      max-height: 80px;
      margin-bottom: 30px;
      max-width: calc(100%/4 - 15px); } }
  @media screen and (max-width: 576px) {
    .partner-block__item {
      max-height: 65px;
      max-width: calc(100%/2 - 15px);
      width: calc(100%/2 - 15px); } }
  .partner-block__item img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.about-block {
  background: linear-gradient(179.91deg, rgba(255, 255, 255, 0) -2.87%, #f1f5f5 99.92%); }
  .about-block__content {
    display: flex; }
  @media screen and (max-width: 992px) {
    .about-block__content {
      flex-direction: column; } }
  .about-block__left {
    width: 40%;
    margin-right: 60px; }
  @media screen and (max-width: 1300px) {
    .about-block__left {
      margin-right: 30px; } }
  @media screen and (max-width: 992px) {
    .about-block__left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 40px; } }
  @media screen and (max-width: 576px) {
    .about-block__left {
      margin-bottom: 20px; } }
  .about-block__right {
    width: calc(60% - 60px); }
  @media screen and (max-width: 1300px) {
    .about-block__right {
      width: calc(60% - 30px); } }
  @media screen and (max-width: 992px) {
    .about-block__right {
      width: 100%; } }

@media screen and (max-width: 576px) {
      .tasks-block .block__title {
        max-width: 215px; } }
  .tasks-block__wrap {
    display: flex;
    flex-wrap: wrap; }
  .tasks-block__item {
    width: 50%; }
  @media screen and (max-width: 576px) {
    .tasks-block__item {
      width: 100%; } }
  .tasks-block__item:nth-child(1) {
    padding-bottom: 60px;
    border-right: 1px solid transparent;
    border-image: linear-gradient(rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 90%);
    border-image-slice: 1; }
    @media screen and (max-width: 1300px) {
    .tasks-block__item:nth-child(1) {
      padding-bottom: 30px; } }
    @media screen and (max-width: 576px) {
    .tasks-block__item:nth-child(1) {
      padding-bottom: 20px;
      border-right: none;
      border-bottom: 1px solid transparent;
      border-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 100%);
      border-image-slice: 1; } }
  .tasks-block__item:nth-child(2) {
    padding-left: 130px;
    padding-bottom: 60px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 10%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 100%);
    border-image-slice: 1; }
    .tasks-block__item:nth-child(2) .tasks-block__text {
      max-width: 550px; }
    @media screen and (max-width: 1300px) {
    .tasks-block__item:nth-child(2) {
      padding-left: 85px;
      padding-bottom: 30px; }
      .tasks-block__item:nth-child(2) .tasks-block__text {
        max-width: 375px; } }
    @media screen and (max-width: 992px) {
    .tasks-block__item:nth-child(2) {
      padding-left: 35px; }
      .tasks-block__item:nth-child(2) .tasks-block__text {
        max-width: 310px; } }
    @media screen and (max-width: 576px) {
    .tasks-block__item:nth-child(2) {
      padding-top: 20px;
      padding-left: 0;
      padding-bottom: 20px;
      border-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 100%);
      border-image-slice: 1; }
      .tasks-block__item:nth-child(2) .tasks-block__text {
        max-width: 360px; } }
  .tasks-block__item:nth-child(3) {
    padding-top: 60px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 90%);
    border-image-slice: 1; }
    @media screen and (max-width: 1300px) {
    .tasks-block__item:nth-child(3) {
      padding-top: 30px; } }
    @media screen and (max-width: 576px) {
    .tasks-block__item:nth-child(3) {
      padding-top: 20px;
      padding-bottom: 20px;
      border-top: none;
      border-bottom: 1px solid transparent;
      border-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 100%);
      border-image-slice: 1; } }
  .tasks-block__item:nth-child(4) {
    padding-left: 130px;
    padding-top: 60px;
    border-left: 1px solid transparent;
    border-image: linear-gradient(rgba(119, 119, 119, 0) 10%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 100%);
    border-image-slice: 1; }
    @media screen and (max-width: 1300px) {
    .tasks-block__item:nth-child(4) {
      padding-left: 85px;
      padding-top: 30px; }
      .tasks-block__item:nth-child(4) .tasks-block__text {
        max-width: 375px; } }
    @media screen and (max-width: 992px) {
    .tasks-block__item:nth-child(4) {
      padding-left: 35px; }
      .tasks-block__item:nth-child(4) .tasks-block__text {
        max-width: 310px; } }
    @media screen and (max-width: 576px) {
    .tasks-block__item:nth-child(4) {
      padding-left: 0;
      padding-top: 20px;
      border-left: none; }
      .tasks-block__item:nth-child(4) .tasks-block__text {
        max-width: 360px; } }
  .tasks-block__name {
    max-width: 355px; }
  @media screen and (max-width: 992px) {
    .tasks-block__name {
      max-width: 255px; } }
  .tasks-block__text {
    max-width: 460px;
    margin-bottom: 0; }
  @media screen and (max-width: 1300px) {
    .tasks-block__text {
      max-width: 295px; } }
  @media screen and (max-width: 992px) {
    .tasks-block__text {
      max-width: 250px; } }
  @media screen and (max-width: 576px) {
    .tasks-block__text {
      max-width: 360px; } }
  .tasks-block__icon {
    height: 72px; }
  @media screen and (max-width: 1300px) {
    .tasks-block__icon {
      height: 66px; } }
  .tasks-block__icon svg {
    height: 100%;
    width: auto; }

.projects-block {
  background: linear-gradient(179.91deg, rgba(255, 255, 255, 0) -2.87%, #f1f5f5 99.92%);
  overflow: hidden; }
  .projects-block__top {
    display: flex;
    justify-content: space-between;
    width: 45%; }
  @media screen and (max-width: 992px) {
    .projects-block__top {
      width: 100%; } }
  @media screen and (max-width: 576px) {
    .projects-block .block__title {
      max-width: 135px; } }
  .projects-block__arrow {
    position: relative;
    width: 66px;
    height: 30px; }
  .projects-block__img {
    position: absolute;
    height: calc(100% + 314px);
    width: 50vw;
    right: calc((50vw - 50%)*(-1));
    top: -194px; }
  @media screen and (max-width: 1300px) {
    .projects-block__img {
      height: calc(100% + 283px);
      top: -154px; } }
  @media screen and (max-width: 992px) {
    .projects-block__img {
      position: relative;
      top: 0;
      width: 100%;
      height: auto;
      right: 0;
      margin-bottom: 40px; } }
  @media screen and (max-width: 576px) {
    .projects-block__img {
      margin-bottom: 30px; } }
  .projects-block__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 25%; }
  .projects-block__content {
    width: 41%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  @media screen and (max-width: 1300px) {
    .projects-block__content {
      width: 45%; } }
  @media screen and (max-width: 992px) {
    .projects-block__content {
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .projects-block__name {
      max-width: 375px; } }
  .projects-block__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical; }
  @media screen and (max-width: 1300px) {
    .projects-block__text {
      -webkit-line-clamp: 9;
      line-clamp: 9; } }
  @media screen and (max-width: 992px) {
    .projects-block .btn {
      margin: 0 auto; } }

.stages-block {
  background-image: url("../themes/analyticumpro/assets/img/bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% 25%; }
  @media screen and (max-width: 1300px) {
  .stages-block {
    background-position: 75% 25%; } }
  @media screen and (max-width: 992px) {
  .stages-block {
    background-position: 55% 25%; } }
  .stages-block__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 100px);
    margin-left: -50px; }
  @media screen and (max-width: 1300px) {
    .stages-block__list {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  @media screen and (max-width: 992px) {
    .stages-block__list {
      width: calc(100% + 100px);
      margin-left: -50px; } }
  @media screen and (max-width: 620px) {
    .stages-block__list {
      width: calc(100% + 40px);
      margin-left: -20px; } }
  @media screen and (max-width: 576px) {
    .stages-block__list {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  .stages-block__item-wrap {
    position: relative;
    padding: 0 50px;
    width: calc(100%/4);
    margin-bottom: 30px; }
  @media screen and (max-width: 1300px) {
    .stages-block__item-wrap {
      padding: 0 20px; } }
  @media screen and (max-width: 992px) {
    .stages-block__item-wrap {
      width: calc(100%/2);
      padding: 0 50px; } }
  @media screen and (max-width: 620px) {
    .stages-block__item-wrap {
      padding: 0 20px; } }
  @media screen and (max-width: 576px) {
    .stages-block__item-wrap {
      padding: 0 10px; } }
  .stages-block__item-wrap:not(:nth-child(4n))::after {
    content: "";
    width: 11px;
    height: 21px;
    position: absolute;
    right: -5px;
    top: calc(50% - 10px);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='23' viewBox='0 0 10 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.70688 9.66952L9.00001 11.5M9.00001 11.5L1.58243 1M9.00001 11.5L1.58243 22' stroke='%23D89D67' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat; }
  @media screen and (max-width: 992px) {
    .stages-block__item-wrap:nth-child(2n)::after {
      display: none; } }
  .stages-block__item {
    height: 100%;
    border: 1px solid #becddc;
    border-radius: 3px;
    padding: 20px; }
  @media screen and (max-width: 576px) {
    .stages-block__item {
      padding: 12px; } }
  .stages-block__text {
    margin-bottom: 0px; }
  .stages-block__subtitle {
    max-width: 460px; }
  .stages-block__form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .stages-block__form {
      flex-direction: column; } }
  .stages-block__form-right, .stages-block__form-left {
    width: calc(50% - 15px); }
  @media screen and (max-width: 1300px) {
    .stages-block__form-right, .stages-block__form-left {
      width: calc(50% - 10px); } }
  @media screen and (max-width: 992px) {
    .stages-block__form-right, .stages-block__form-left {
      width: 100%; } }
  .stages-block .checkbox-block {
    margin-right: 40%; }
  @media screen and (max-width: 1300px) {
    .stages-block .checkbox-block {
      margin-right: 80px; } }
  .stages-block .btn {
    width: 145px; }
  @media screen and (max-width: 1300px) {
    .stages-block .btn {
      margin: 0 auto; } }
  @media screen and (max-width: 576px) {
    .stages-block .btn {
      width: 100%; } }

.equipment-block__sliders {
  width: 100%; }
  .equipment-block__content {
    display: flex;
    justify-content: space-between;
    position: relative; }
  @media screen and (max-width: 992px) {
    .equipment-block__content {
      flex-direction: column; } }
  .equipment-block__menu {
    width: 245px;
    margin-right: 70px; }
  @media screen and (max-width: 1300px) {
    .equipment-block__menu {
      margin-right: 50px; } }
  @media screen and (max-width: 992px) {
    .equipment-block__menu {
      display: flex;
      justify-content: space-between;
      margin-right: 0;
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 576px) {
    .equipment-block__menu {
      justify-content: center; } }
  .equipment-block__item {
    padding: 16px 0;
    display: flex;
    align-items: center;
    cursor: pointer; }
  .equipment-block__item:hover .equipment-block__link, .equipment-block__item.active .equipment-block__link {
    color: #39b2e5; }
  .equipment-block__item:not(:last-child) {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(119, 119, 119, 0) 0%, rgba(119, 119, 119, 1) 50%, rgba(119, 119, 119, 0) 100%);
    border-image-slice: 1; }
  @media screen and (max-width: 992px) {
    .equipment-block__item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 120px;
      background: white;
      border: 2px solid #ebecef !important;
      border-radius: 7px;
      margin-right: 20px;
      box-shadow: 0px 17.0594px 26.8077px rgba(157, 211, 241, 0.38);
      transform: 0.2s; }
      .equipment-block__item:last-child {
        margin-right: 0; }
      .equipment-block__item:hover, .equipment-block__item.active {
        box-shadow: none; } }
  @media screen and (max-width: 740px) {
    .equipment-block__item {
      width: 100px;
      height: 100px; } }
  @media screen and (max-width: 576px) {
    .equipment-block__item {
      width: 50px;
      height: 50px;
      margin-right: 6px; } }
  .equipment-block__link {
    margin-left: 16px;
    margin-bottom: 0;
    transition: 0.2s; }
  @media screen and (max-width: 992px) {
    .equipment-block__link {
      display: none; } }
  .equipment-block__icon {
    height: 85px; }
  @media screen and (max-width: 740px) {
    .equipment-block__icon {
      height: 65px; } }
  @media screen and (max-width: 576px) {
    .equipment-block__icon {
      height: 35px; } }
  .equipment-block__slider {
    overflow: hidden;
    max-width: 972px;
    padding: 0 1px 40px 1px;
    display: none; }
  .equipment-block__slider.active {
    display: block; }
  @media screen and (max-width: 1300px) {
    .equipment-block__slider {
      max-width: 640px; } }
  @media screen and (max-width: 992px) {
    .equipment-block__slider {
      margin: 0 auto; } }
  @media screen and (max-width: 740px) {
    .equipment-block__slider {
      width: 100%; } }
  @media screen and (max-width: 576px) {
    .equipment-block__slider {
      max-width: 340px;
      padding-left: 25px;
      padding-right: 25px; } }
  .equipment-block__arrow {
    position: absolute;
    width: 66px;
    height: 30px;
    right: 0;
    top: -40px; }
  @media screen and (max-width: 992px) {
    .equipment-block__arrow {
      top: -70px; } }
  @media screen and (max-width: 576px) {
    .equipment-block__arrow {
      top: -83px; } }

.news-block, .docs {
  padding-bottom: 0; }
  .news-block__top, .docs__top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .news-block__arrow, .docs__arrow {
    position: relative;
    width: 66px;
    height: 30px; }
  @media screen and (max-width: 576px) {
    .news-block__arrow, .docs__arrow {
      top: -25px; } }
  .news-block__slider, .docs__slider {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .news-block__item, .docs__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 415px;
    width: calc(25% - 20px) !important;
    overflow: hidden; }
  .news-block__item img, .docs__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .news-block__item:hover .news-block__img, .docs__item:hover .news-block__img {
    transform: scale(1.5); }
  @media screen and (max-width: 1300px) {
    .news-block__item, .docs__item {
      height: 300px; } }
  @media screen and (max-width: 992px) {
    .news-block__item, .docs__item {
      height: 400px;
      width: calc(50% - 10px) !important; } }
  @media screen and (max-width: 700px) {
    .news-block__item, .docs__item {
      height: 360px; } }
  @media screen and (max-width: 576px) {
    .news-block__item, .docs__item {
      height: 330px;
      width: 100% !important; } }
  .news-block__img, .docs__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: 0.2s; }
  .news-block__content, .docs__content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px; }
  @media screen and (max-width: 576px) {
    .news-block__content, .docs__content {
      padding: 20px; } }
  .news-block__text, .docs__text {
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  @media screen and (max-width: 1300px) {
    .news-block__text, .docs__text {
      -webkit-line-clamp: 3; } }
  @media screen and (max-width: 576px) {
    .news-block__text, .docs__text {
      -webkit-line-clamp: 4; } }

.docs__item {
  border: 1px solid #becddc;
  padding: 12px; }

.news-block__item:first-child {
  margin-left: 0 !important;
  width: calc(50% - 20px) !important; }
  @media screen and (max-width: 576px) {
      .news-block__item:first-child {
        width: 100% !important; } }
  @media screen and (min-width: 993px) {
    .news-block__item.swiper-slide-active, .news-block__item.slide-big {
      width: calc(50% - 20px) !important;
      margin-left: 20px; } }

.page {
  padding-top: 200px; }
  @media screen and (max-width: 1300px) {
  .page {
    padding-top: 130px; } }
  @media screen and (max-width: 992px) {
  .page {
    padding-top: 108px; } }
  @media screen and (max-width: 576px) {
  .page {
    padding-top: 128px; } }
  .page__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .page__pagination .pagination__item {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page__pagination .pagination__item.active {
      color: #39b2e5; }
  .page__pagination .pagination__prev, .page__pagination .pagination__next {
    background: #ebecef;
    border-radius: 1px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: 0.2s; }
    .page__pagination .pagination__prev:hover, .page__pagination .pagination__next:hover {
      background: #fdd6b2; }

@media screen and (max-width: 576px) {
    .bread-crumbs {
      display: none; } }
  .bread-crumbs__hide {
    transition: 0.2ms;
    display: none; }
  .bread-crumbs__show {
    display: inline-block;
    margin-bottom: 0; }
  .bread-crumbs:hover .bread-crumbs__show {
    display: none; }
  .bread-crumbs:hover .bread-crumbs__hide {
    display: inline-block; }

.news__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px; }
  .news__item {
    height: 365px;
    width: calc(100%/4 - 20px);
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
  .news__item:hover .news-block__img {
    transform: scale(1.5); }
  .news__item .news-block__content {
    top: 0; }
  @media screen and (max-width: 1300px) {
    .news__item {
      height: 300px;
      width: calc(100%/3 - 20px); } }
  @media screen and (max-width: 992px) {
    .news__item {
      width: calc(100%/2 - 20px);
      height: 400px; } }
  @media screen and (max-width: 700px) {
    .news__item {
      height: 320px; } }
  @media screen and (max-width: 576px) {
    .news__item {
      height: 460px;
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .news__item {
      height: 340px; } }
  @media screen and (max-width: 400px) {
    .news__item {
      height: 280px; } }

.project__baner, .news-detail__baner {
  width: 100%;
  height: 540px; }
  .project__baner img, .news-detail__baner img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  @media screen and (max-width: 1300px) {
    .project__baner, .news-detail__baner {
      height: 410px; } }
  @media screen and (max-width: 992px) {
    .project__baner, .news-detail__baner {
      height: 300px; } }
  @media screen and (max-width: 576px) {
    .project__baner, .news-detail__baner {
      height: 200px; } }
  @media screen and (max-width: 480px) {
    .project__baner, .news-detail__baner {
      height: 150px; } }
  .project-slider:not(:last-child), .news-detail-slider:not(:last-child) {
    margin-bottom: 40px; }
  .project-slider__arrow, .news-detail-slider__arrow {
    position: relative;
    width: 66px;
    height: 30px;
    margin-left: auto;
    margin-right: 0; }
  @media screen and (max-width: 576px) {
      .project-slider__arrow, .news-detail-slider__arrow {
        top: -25px; } }
  .project-slider__slider, .news-detail-slider__slider {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .project-slider__item, .news-detail-slider__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    width: calc(50% - 10px) !important;
    overflow: hidden; }
  @media screen and (max-width: 1300px) {
      .project-slider__item, .news-detail-slider__item {
        height: 280px; } }
  @media screen and (max-width: 992px) {
      .project-slider__item, .news-detail-slider__item {
        height: 200px; } }
  @media screen and (max-width: 576px) {
      .project-slider__item, .news-detail-slider__item {
        height: 175px;
        width: 100% !important; } }
  .project-slider__item img, .news-detail-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .project__text h2, .news-detail__text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
      .project__text h2, .news-detail__text h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media screen and (max-width: 576px) {
      .project__text h2, .news-detail__text h2 {
        font-size: 20px;
        line-height: 30px; } }
  .project__text h3, .news-detail__text h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
      .project__text h3, .news-detail__text h3 {
        font-size: 20px;
        line-height: 24px; } }
  .project__text h4, .news-detail__text h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
      .project__text h4, .news-detail__text h4 {
        font-size: 18px;
        line-height: 24px; } }
  .project__text p, .news-detail__text p, .project__text ul, .news-detail__text ul, .project__text ol, .news-detail__text ol {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px; }
  .project__text li, .news-detail__text li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: flex-start; }
  .project__text li:last-child, .news-detail__text li:last-child {
    margin-bottom: 0; }
  .project__text ul li:before, .news-detail__text ul li:before {
    color: #39b2e5;
    content: "•";
    padding-right: 10px;
    font-size: 30px; }
  .project__text ol, .news-detail__text ol {
    counter-reset: num; }
  .project__text ol li:before, .news-detail__text ol li:before {
    color: #39b2e5;
    content: counter(num) '.';
    counter-increment: num;
    padding-right: 10px;
    font-weight: 700;
    font-size: 16px; }
  .project__back, .news-detail__back {
    display: flex;
    align-items: center;
    transition: 0.2s;
    color: #39b2e5; }
  .project__back svg, .news-detail__back svg {
    margin-right: 6px; }
  .project__back svg path, .news-detail__back svg path {
    transition: 0.2s; }
  .project__back:hover, .news-detail__back:hover {
    color: #d89d67; }
  .project__back:hover path, .news-detail__back:hover path {
    stroke: #d89d67; }

.top-padding {
  padding-top: 150px; }

.katalog .catalog-search form {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1034px; }
  .katalog .search {
    margin: 0;
    width: 100%;
    padding-right: 60px; }
  .katalog .header-search__icon {
    position: absolute;
    top: 18px;
    right: 20px; }
  @media screen and (max-width: 1300px) {
    .katalog .header-search__icon {
      top: 13px; } }
  .katalog__menu {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 576px) {
    .katalog__menu {
      justify-content: center; } }
  .katalog__item {
    width: calc(100%/5 - 10px);
    height: 280px;
    background: #fff;
    border: 1px solid #becddc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s; }
  .katalog__item:hover {
    border: 1px solid transparent;
    box-shadow: 0px 17px 30px rgba(157, 211, 241, 0.66); }
  @media screen and (max-width: 1300px) {
    .katalog__item {
      height: 200px; } }
  @media screen and (max-width: 992px) {
    .katalog__item {
      width: 120px;
      height: 120px; } }
  @media screen and (max-width: 740px) {
    .katalog__item {
      width: 100px;
      height: 100px; } }
  @media screen and (max-width: 576px) {
    .katalog__item {
      width: 50px;
      height: 50px;
      margin-right: 10px; }
      .katalog__item:last-child {
        margin-right: 0; } }
  .katalog__icon {
    height: 90px; }
  @media screen and (max-width: 1300px) {
    .katalog__icon {
      height: 70px; } }
  @media screen and (max-width: 992px) {
    .katalog__icon {
      margin-bottom: 0; } }
  @media screen and (max-width: 740px) {
    .katalog__icon {
      height: 60px; } }
  @media screen and (max-width: 576px) {
    .katalog__icon {
      height: 36px; } }
  .katalog__text {
    max-width: 167px;
    text-align: center; }
  @media screen and (max-width: 992px) {
    .katalog__text {
      display: none; } }

.applications-block {
  padding-bottom: 80px; }
  @media screen and (max-width: 1300px) {
  .applications-block {
    padding-bottom: 40px; } }
  @media screen and (max-width: 992px) {
  .applications-block {
    padding-bottom: 20px; } }
  .applications-block__top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  @media screen and (max-width: 992px) {
    .applications-block__top {
      width: 100%; } }
  .applications-block__slider {
    overflow: hidden;
    padding: 0 1px 40px 1px; }
  @media screen and (max-width: 992px) {
    .applications-block__slider {
      margin: 0 auto;
      max-width: 640px; } }
  @media screen and (max-width: 576px) {
    .applications-block__slider {
      max-width: 340px;
      padding-left: 25px;
      padding-right: 25px; } }
  .applications-block__arrow {
    position: relative;
    width: 66px;
    height: 30px; }
  .applications-block .block__title {
    max-width: 380px; }

.similar-block {
  padding-bottom: 80px; }
  @media screen and (max-width: 1300px) {
  .similar-block {
    padding-bottom: 40px; } }
  @media screen and (max-width: 992px) {
  .similar-block {
    padding-bottom: 20px; } }
  .similar-block__top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  @media screen and (max-width: 992px) {
    .similar-block__top {
      width: 100%; } }
  .similar-block__slider {
    overflow: hidden;
    padding: 0 1px 40px 1px; }
  @media screen and (max-width: 992px) {
    .similar-block__slider {
      margin: 0 auto;
      max-width: 640px; } }
  @media screen and (max-width: 576px) {
    .similar-block__slider {
      max-width: 340px;
      padding-left: 25px;
      padding-right: 25px; } }
  .similar-block__arrow {
    position: relative;
    width: 66px;
    height: 30px; }
  @media screen and (max-width: 576px) {
    .similar-block__arrow .swiper-button-prev, .similar-block__arrow .swiper-button-next {
      top: 21px; } }

.detail-card .block__title {
  max-width: 480px; }
  .detail-card__wrap {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .detail-card__wrap {
      flex-direction: column; } }
  .detail-card__img {
    width: 50%;
    display: flex;
    justify-content: space-between;
    height: 470px; }
  @media screen and (max-width: 1300px) {
    .detail-card__img {
      height: 380px; } }
  @media screen and (max-width: 992px) {
    .detail-card__img {
      width: 100%;
      height: 540px; } }
  @media screen and (max-width: 576px) {
    .detail-card__img {
      flex-direction: column;
      height: auto; } }
  .detail-card__slider {
    overflow: hidden;
    border: 1px solid #becddc;
    border-radius: 1px;
    width: calc(80% - 15px);
    margin-right: 15px;
    padding: 40px; }
  @media screen and (max-width: 1300px) {
    .detail-card__slider {
      padding: 30px;
      width: calc(80% - 12px);
      margin-right: 12px; } }
  @media screen and (max-width: 992px) {
    .detail-card__slider {
      padding: 45px;
      width: calc(80% - 20px);
      margin-right: 20px; } }
  @media screen and (max-width: 576px) {
    .detail-card__slider {
      padding: 25px;
      width: 100%;
      margin-right: 0;
      height: 296px;
      margin-bottom: 20px; } }
  .detail-card__slider img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .detail-card__thumbs {
    width: 20%;
    height: 100%;
    padding: 25px 0;
    position: relative; }
  @media screen and (max-width: 576px) {
    .detail-card__thumbs {
      width: 100%;
      height: 80px;
      padding: 0 25px; } }
  .detail-card__thumbs-container {
    overflow: hidden;
    height: 100%;
    width: 100%; }
  .detail-card__thumbs .swiper-slide {
    border: 1px solid #becddc;
    border-radius: 1px;
    height: 135px;
    padding: 12px;
    transition: 0.2s;
    cursor: pointer; }
  .detail-card__thumbs .swiper-slide:hover {
    border: 1px solid #39b2e5; }
  @media screen and (max-width: 1300px) {
      .detail-card__thumbs .swiper-slide {
        height: 110px;
        padding: 9px; } }
  @media screen and (max-width: 992px) {
      .detail-card__thumbs .swiper-slide {
        height: 160px;
        padding: 15px; } }
  @media screen and (max-width: 576px) {
      .detail-card__thumbs .swiper-slide {
        height: 80px;
        padding: 6px; } }
  .detail-card__thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  .detail-card__thumbs .swiper-slide-thumb-active {
    border: 1px solid #39b2e5; }
  .detail-card__thumbs .swiper-button-next {
    right: calc(50% - 15px);
    top: calc(100% - 8px);
    transform: rotate(90deg); }
  @media screen and (max-width: 576px) {
      .detail-card__thumbs .swiper-button-next {
        right: 0;
        top: calc(50% + 8px);
        transform: rotate(0deg); } }
  .detail-card__thumbs .swiper-button-prev {
    left: calc(50% - 15px);
    top: 22px;
    transform: rotate(90deg); }
  @media screen and (max-width: 576px) {
      .detail-card__thumbs .swiper-button-prev {
        left: 0;
        top: calc(50% + 8px);
        transform: rotate(0deg); } }
  .detail-card__inform {
    width: calc(50% - 65px); }
  .detail-card__inform-wrap {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 1300px) {
      .detail-card__inform-wrap {
        flex-direction: column; } }
  @media screen and (max-width: 992px) {
      .detail-card__inform-wrap {
        flex-direction: row; } }
  @media screen and (max-width: 576px) {
      .detail-card__inform-wrap {
        flex-direction: column; } }
  @media screen and (max-width: 1300px) {
    .detail-card__inform {
      width: calc(50% - 30px); } }
  @media screen and (max-width: 992px) {
    .detail-card__inform {
      width: 100%;
      margin-top: 40px; } }
  @media screen and (max-width: 576px) {
    .detail-card__inform {
      flex-direction: column; } }
  .detail-card .product__status--card {
    position: relative; }
  .detail-card__left {
    width: 50%; }
  @media screen and (max-width: 1300px) {
    .detail-card__left {
      width: 100%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 992px) {
    .detail-card__left {
      width: 60%;
      margin-bottom: 0; } }
  @media screen and (max-width: 576px) {
    .detail-card__left {
      width: 100%;
      margin-bottom: 30px; } }
  .detail-card__left .quantity {
    width: 45px;
    text-align: center;
    border: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #175074;
    z-index: 2; }
  .detail-card__left .quantity-block {
    position: relative;
    display: flex;
    align-items: center; }
  .detail-card__left .quantity-control {
    background: #39b2e5;
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer; }
  .detail-card__left .quantity-text {
    margin-bottom: 0;
    margin-right: 10px; }
  @media screen and (max-width: 1300px) {
    .detail-card__right {
      max-width: 208px; } }
  @media screen and (max-width: 576px) {
    .detail-card__right {
      max-width: 100%; } }
  .detail-card .product__price span {
    margin: 0 5px; }
  .detail-card__specifications {
    max-width: 100%; }
  .detail-card__specifications-name {
    font-weight: 400; }
  .detail-card__property {
    position: relative; }
  .detail-card__property .swiper-tab {
    position: relative;
    margin-bottom: 30px; }
  .detail-card__property .swiper-tab::before {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 2px;
    position: absolute; }
  .detail-card__property .swiper-tab .swiper-container {
    margin-right: 80px;
    overflow: hidden; }
  .detail-card__property .swiper-tab .swiper-button-prev {
    left: calc(100% - 70px); }
  @media screen and (max-width: 576px) {
        .detail-card__property .swiper-tab .swiper-button-prev, .detail-card__property .swiper-tab .swiper-button-next {
          top: 24px; } }
  .detail-card__menu__item {
    position: relative;
    padding-bottom: 12px;
    margin-right: 40px;
    width: auto;
    cursor: pointer;
    transition: 0.2s; }
  .detail-card__menu__item:hover {
    color: #39b2e5; }
  @media screen and (max-width: 576px) {
      .detail-card__menu__item {
        margin-right: 16px; } }
  .detail-card__menu__item:last-child {
    margin-right: 0; }
  .detail-card__menu__item.active::before {
    content: "";
    height: 5px;
    background-color: #39b2e5;
    width: 100%;
    bottom: 0;
    position: absolute; }
  .detail-card__block {
    display: none; }
  .detail-card__block.active {
    display: block; }

.catalog {
  position: relative; }
  .catalog__top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .catalog__view {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  @media screen and (max-width: 992px) {
    .catalog__view {
      position: absolute;
      top: 167px;
      right: 20px;
      z-index: 200; } }
  @media screen and (max-width: 576px) {
    .catalog__view {
      display: none; } }
  .catalog-view__icon {
    border: 1px solid #becddc;
    border-radius: 3px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer; }
  .catalog-view__icon:first-child {
    margin-right: 10px; }
  .catalog-view__icon rect {
    transition: 0.2s; }
  .catalog-view__icon.active rect {
    fill: #fdd6b2; }
  .catalog-view__icon:hover rect {
    fill: #fdd6b2; }
  .catalog__filter {
    background: #ebf6f8;
    border-radius: 1px;
    width: 300px;
    margin-right: 25px;
    padding: 25px;
    position: relative; }
  @media screen and (max-width: 1300px) {
    .catalog__filter {
      width: 250px;
      padding: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 992px) {
    .catalog__filter {
      width: calc(100% - 95px);
      margin-right: 0; } }
  @media screen and (max-width: 576px) {
    .catalog__filter {
      width: 100%; } }
  .catalog__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
    margin-right: -20px; }
  @media screen and (max-width: 1300px) {
    .catalog__list {
      width: calc(100% - 250px); } }
  @media screen and (max-width: 992px) {
    .catalog__list {
      width: calc(100% + 20px);
      margin-top: 40px; } }
  @media screen and (max-width: 1300px) {
    .catalog-item-wrap {
      width: calc(100%/2); } }
  @media screen and (max-width: 576px) {
    .catalog-item-wrap {
      width: 100%; } }
  .catalog__text h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
      .catalog__text h2 {
        font-size: 24px;
        line-height: 30px; } }
  @media screen and (max-width: 576px) {
      .catalog__text h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px; } }
  .catalog__text h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
      .catalog__text h3 {
        font-size: 20px;
        line-height: 24px; } }
  @media screen and (max-width: 576px) {
      .catalog__text h3 {
        margin-bottom: 30px; } }
  .catalog__text h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
      .catalog__text h4 {
        font-size: 18px;
        line-height: 24px; } }
  @media screen and (max-width: 576px) {
      .catalog__text h4 {
        margin-bottom: 30px; } }
  .catalog__text p, .catalog__text ul, .catalog__text ol {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .catalog__text li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    align-items: flex-start; }
  .catalog__text li:last-child {
    margin-bottom: 0; }
  .catalog__text ul li:before {
    color: #39b2e5;
    content: "•";
    padding-right: 10px;
    font-size: 30px; }
  .catalog__text ol {
    counter-reset: num; }
  .catalog__text ol li:before {
    color: #39b2e5;
    content: counter(num) '.';
    counter-increment: num;
    padding-right: 10px;
    font-weight: 700;
    font-size: 16px; }

.on-hor .product__item {
  display: flex;
  max-width: calc(100% - 20px);
  width: 100%;
  align-items: center;
  margin-right: 0; }
  .on-hor .product__desc {
    max-width: 300px; }
  @media screen and (max-width: 1300px) {
      .on-hor .product__desc {
        padding: 20px 12px; } }
  @media screen and (max-width: 1300px) {
      .on-hor .product__desc {
        padding: 12px 8px; } }
  .on-hor .product__bottom {
    width: 300px;
    margin-left: auto;
    padding: 0 20px; }
  @media screen and (max-width: 1300px) {
      .on-hor .product__bottom {
        padding: 0 20px 0 0; } }
  .on-hor .product__btn {
    width: 100%; }
  @media screen and (max-width: 1300px) {
      .on-hor .product__btn {
        padding: 12px;
        margin: 20px 0; } }
  .on-hor .product__top {
    height: 210px;
    width: 210px;
    padding: 10px 0 0 20px; }
  @media screen and (max-width: 1300px) {
      .on-hor .product__top {
        width: 220px; } }
  @media screen and (max-width: 1300px) {
      .on-hor .product__property {
        justify-content: flex-start; } }

.filter__title {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }
  .filter__title svg {
    margin-right: 10px; }
  @media screen and (max-width: 992px) {
    .filter__title {
      justify-content: flex-start;
      pointer-events: auto;
      cursor: pointer; } }
  .filter__title:hover .filter__arrow path {
    stroke: #39b2e6; }
  .filter__arrow {
    display: none;
    margin-left: auto;
    margin-right: 0 !important; }
  .filter__arrow path {
    transition: 0.2s; }
  @media screen and (max-width: 992px) {
    .filter__arrow {
      display: block;
      transition: transform 0.2s; }
      .filter__arrow.active {
        transform: rotate(180deg); } }
  .filter__name {
    font-weight: 600; }
  .filter__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
  .filter__inputs span {
    margin-right: 16px; }
  @media screen and (max-width: 1300px) {
      .filter__inputs span {
        width: 6px; } }
  @media screen and (max-width: 992px) {
    .filter__inputs {
      max-width: 200px; } }
  .filter__input {
    width: 80px;
    height: 30px;
    border: 1px solid #becddc;
    border-radius: 1px; }
  @media screen and (max-width: 1300px) {
    .filter__input {
      width: 70px; } }
  .filter__input--first {
    margin-right: 20px; }
  @media screen and (max-width: 1300px) {
      .filter__input--first {
        margin-right: 12px; } }
  .filter__checkbox::before {
    background: #fff;
    border: 1px solid #becddc !important;
    margin-right: 20px !important; }
  .filter__checkbox-block {
    margin-top: 6px; }
  .filter__box {
    margin-bottom: 30px; }
  @media screen and (max-width: 992px) {
    .filter__box {
      max-width: 300px; } }
  .filter-box__range {
    cursor: pointer;
    width: calc(100% - 10px); }
  .filter-box__range::before {
    width: calc(100% + 10px); }
  .filter__link {
    display: block;
    text-align: center; }
  @media screen and (max-width: 992px) {
    .filter__link {
      max-width: 300px; } }
  @media screen and (max-width: 576px) {
    .filter__link {
      max-width: 100%; } }
  .filter__none {
    text-align: center; }
  @media screen and (max-width: 992px) {
    .filter__none {
      margin-bottom: 0; } }
  @media screen and (max-width: 992px) {
    .filter__btn {
      max-width: 300px; } }
  @media screen and (max-width: 576px) {
    .filter__btn {
      max-width: 100%; } }
  @media screen and (max-width: 992px) {
    .filter .fcon {
      display: none; } }
