@charset "UTF-8";
/* Color palette */
@import url(../css/font-awesome.min.css);
@import url(../libs/DataTables/datatables.min.css);
@import url(../libs/nouislider/nouislider.min.css);
@import url(../libs/select2/select2.min.css);
@import url(../libs/scroll/perfect-scrollbar.min.css);
@import url(../libs/owlcarousel/owl.carousel.min.css);
@import url(../libs/owlcarousel/owl.theme.default.min.css);
@font-face {
  font-family: "Helvetica_Neue";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica_Neue";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "rubic";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Rubik/Rubik.ttf") format("truetype");
}

@font-face {
  font-family: "rubic";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "rubic";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
}

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

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

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

article, aside, 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: 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;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  -webkit-border-radius: 0;
          border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

@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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: -webkit-calc(100% - (0.5rem * 2));
  min-height: calc(100% - (0.5rem * 2));
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

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

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

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  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: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: -webkit-calc(100% - (1.75rem * 2));
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Helvetica_Neue", sans-serif;
  overflow-x: hidden;
  color: #384254;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.img-width {
  width: 100%;
}

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

b,
strong {
  font-weight: bold;
}

.none {
  display: none;
}

a {
  text-decoration: none !important;
}

.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 60px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 20px 0 rgba(56, 66, 84, 0.53);
          box-shadow: inset 0 0 20px 0 rgba(56, 66, 84, 0.53);
  background-color: rgba(56, 66, 84, 0.8);
  z-index: 20;
  text-align: center;
  line-height: 60px;
  display: none;
}

.preloader.active {
  display: block;
}

.preloader .dot {
  display: inline-block;
  text-align: center;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: scale 0.9s infinite alternate;
          animation: scale 0.9s infinite alternate;
  margin: 0 7px;
}

.preloader .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  opacity: 0;
}

.preloader .dot:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  opacity: 0;
}

@-webkit-keyframes scale {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.1;
    opacity: 0.9;
  }
  100% {
    width: 4px;
    height: 4px;
    opacity: 0.1;
  }
}

@keyframes scale {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.1;
    opacity: 0.9;
  }
  100% {
    width: 4px;
    height: 4px;
    opacity: 0.1;
  }
}

header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dde1e7;
}

header::before {
  position: absolute;
  content: '';
  width: 100%;
  bottom: -2px;
  border-bottom: 1px solid #fff;
}

header .openMenu, header .closeMenu {
  display: none;
}

header .header.fix {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  top: -40%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header .header.fix.active {
  opacity: 1;
  top: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(56, 66, 84, 0.09);
          box-shadow: 0 0 20px 0 rgba(56, 66, 84, 0.09);
}

header .header.fix .nav-menu li.active::before {
  position: absolute;
  bottom: -33px;
}

header .logo {
  display: inline-block;
  margin-top: 33px;
  margin-bottom: 28px;
  margin-right: 14px;
  vertical-align: middle;
}

header .logo img {
  width: 122px;
}

header .nav-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}

header .nav-menu li {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

header .nav-menu li:hover a {
  opacity: 1;
  color: #4d69d7;
}

header .nav-menu li:first-child {
  margin-left: 0;
}

header .nav-menu li a {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #384454;
  opacity: 0.75;
}

header .nav-menu li.active::before {
  position: absolute;
  bottom: -35px;
  content: '';
  width: 100%;
  border-bottom: 2px solid #4d69d7;
}

header .nav-menu li.active a {
  opacity: 1;
  color: #4d69d7;
}

header .heade-right {
  display: inline-block;
  margin-top: 30px;
  float: right;
}

header .local {
  position: relative;
  display: inline-block;
}

header .local span {
  display: inline-block;
  font-weight: normal;
  color: #384454;
  opacity: 0.75;
  cursor: pointer;
  vertical-align: top;
  line-height: 2.3;
}

header .local span b {
  font-weight: 300;
}

header .local .select2-container--default {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

header .local .select2-container--default .select2-selection--single {
  width: 135px;
}

header .local .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 145px;
  height: 32px;
}

header .local::after {
  position: relative;
  content: '';
  display: inline-block;
  top: -5px;
  height: 40px;
  width: 1px;
  background: #dde1e7;
  margin-left: 33.5px;
  margin-right: 30.7px;
}

header .local img {
  margin-right: 10px;
}

header .time {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: #384254;
  vertical-align: top;
}

header .time span {
  display: block;
  font-weight: 500;
}

header .logoMob, header .timeMob {
  display: none;
}

footer {
  padding: 55px 0;
  background: #fff;
}

footer .wrapper {
  position: relative;
}

footer p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #999fab;
  margin-bottom: 0;
}

footer .logo {
  display: inline-block;
  margin-bottom: 26px;
  vertical-align: middle;
}

footer .logo img {
  width: 118px;
}

footer .copyright {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #999fab;
  margin-bottom: 30px;
}

footer .socialLink .socials {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 3px;
}

footer .socialLink .socials li {
  display: inline-block;
  margin-right: 18px;
}

footer .socialLink .socials li a {
  text-decoration: none;
  color: #e0e2e5;
  font-size: 20px;
}

footer .socialLink .socials li a:hover {
  color: #4d69d7;
}

footer .nav-footer {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .nav-footer li {
  margin-bottom: 15px;
  line-height: 1;
}

footer .nav-footer li:first-child {
  margin-bottom: 22px;
  font-size: 18px;
  color: #384254;
}

footer .nav-footer li a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

footer .nav-footer.nav-footer1 {
  margin-left: 32px;
}

footer .wrap-b {
  margin-top: 29px;
}

footer .wrap-b p {
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #999fab;
}

#bg {
  background: rgba(56, 66, 84, 0.44);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

#bg.active {
  display: block;
}

.nicescroll-cursors {
  width: 3px;
  height: 80px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.modal-dialog {
  max-width: 55%;
}

.modal-open .modal {
  background: rgba(56, 66, 84, 0.44);
}

.modal-header {
  display: block;
  padding: 0;
}

.modal-body {
  padding: 0;
}

.modal-header .close {
  padding: 0;
  outline: none;
}

.closePopup {
  position: absolute;
  top: 31px;
  right: 57px;
  border: none;
  background: none;
  padding: 0;
  font-size: 28px;
  color: rgba(190, 196, 206, 0.5);
}

.closePopup:hover {
  color: #bec4ce;
}

#contactPop .modal-dialog {
  max-width: 576px;
}

.contactPop {
  width: 576px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  position: fixed;
  padding: 30px 40px;
  background: #fff;
}

.contactPop h4 {
  position: relative;
  font-family: "rubic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 25px;
}

.contactPop .send {
  display: block;
  width: 196px;
  height: 50px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #4d69d7;
  border: none;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
}

.contactPop .textWrap textarea {
  font-family: "rubic", sans-serif;
  width: 100%;
  height: 20px;
  min-height: 40px;
  border: none;
  position: relative;
  overflow: hidden;
  outline: none;
  color: #384254;
}

.contactPop .textWrap textarea::-webkit-input-placeholder {
  color: #bec4ce;
}

.contactPop .textWrap textarea:-ms-input-placeholder {
  color: #bec4ce;
}

.contactPop .textWrap textarea::-ms-input-placeholder {
  color: #bec4ce;
}

.contactPop .textWrap textarea::placeholder {
  color: #bec4ce;
}

.contactPop .textWrap .sessionNum_count {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bec4ce;
}

.contactPop label {
  position: relative;
  display: block;
  margin-bottom: 26px;
  text-align: left;
  border-bottom: 1px solid #c1c5cb;
  padding-bottom: 10px;
}

.contactPop label p {
  font-family: "rubic", sans-serif;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #313943;
}

.contactPop .selectBox.themereson {
  float: none;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  height: auto;
}

.contactPop .selectBox.themereson .valueTag {
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bec4ce;
}

.contactPop input {
  min-width: 100%;
  border: none;
  outline: none;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.contactPop input::-webkit-input-placeholder {
  color: #bec4ce;
}

.contactPop input:-ms-input-placeholder {
  color: #bec4ce;
}

.contactPop input::-ms-input-placeholder {
  color: #bec4ce;
}

.contactPop input::placeholder {
  color: #bec4ce;
}

#getCourse .modal-dialog {
  max-width: 556px;
}

.popupRequest {
  width: 556px;
  height: 475px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 26px 40px;
  padding-bottom: 40px;
  background: #fff;
}

.popupRequest h4 {
  position: relative;
  font-family: "rubic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 25px;
}

.popupRequest .wrapBtn {
  display: block;
}

.popupRequest .wrapBtn .ChoisePop {
  position: relative;
  display: inline-block;
  width: 223px;
  height: 50px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid rgba(222, 225, 230, 0.81);
  padding-top: 8px;
  padding-left: 10px;
  cursor: pointer;
}

.popupRequest .wrapBtn .ChoisePop:first-child {
  margin-right: 24px;
}

.popupRequest .wrapBtn .ChoisePop:last-child {
  float: right;
}

.popupRequest .wrapBtn .ChoisePop.active .selectMenuBox {
  display: block;
  width: 100%;
}

.popupRequest .wrapBtn .ChoisePop.active .fa-angle-down {
  color: #4d69d7;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popupRequest .wrapBtn .ChoisePop .fa-angle-down {
  color: #bec4ce;
  position: absolute;
  top: 17px;
  right: 10px;
  font-size: 18px;
}

.popupRequest .wrapBtn .ChoisePop .valueTag {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #384254;
  vertical-align: -webkit-baseline-middle;
}

.popupRequest .wrapBtn .ChoisePop .valueTag span {
  display: inline-block;
}

.popupRequest .wrapBtn .ChoisePop .valueTag img {
  margin-right: 15px;
  width: 34px;
}

.popupRequest .wrapBtn .ChoisePop .selectMenuBox {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  top: 55px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ccc;
  z-index: 10;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(222, 225, 230, 0.81);
  background-color: #ffffff;
}

.popupRequest .wrapBtn .ChoisePop .selectMenuBox .option {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(222, 225, 230, 0.81);
}

.popupRequest .wrapBtn .ChoisePop .selectMenuBox .option:hover {
  color: #999fab;
}

.popupRequest .wrapBtn .ChoisePop .selectMenuBox .option:active {
  color: #4d69d7;
}

.popupRequest .wrapBtn .ChoisePop .selectMenuBox .option img {
  width: 24px;
  margin-right: 12px;
}

.popupRequest .wrapBtn .ChoisePop .selectMenuBox .option span {
  vertical-align: middle;
}

.popupRequest .wrapRange {
  position: relative;
}

.popupRequest .wrapRange .rect {
  position: absolute;
  top: -38px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.popupRequest .wrapRange .rect1 {
  left: 0;
}

.popupRequest .wrapRange .rect2 {
  right: 0;
}

.popupRequest .wrapRange .rectinfo {
  position: absolute;
  top: -65px;
  left: 23%;
  opacity: 0.5;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.popupRequest .wrapRange {
  position: relative;
  margin-bottom: 40px;
  margin-top: 100px;
}

.popupRequest .wrapRange .value-range {
  position: absolute;
  top: -43px;
  left: 110px;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.popupRequest .wrapRange .value-range:after {
  content: ' ₽';
}

.popupRequest .wrapRange .noUi-base, .popupRequest .wrapRange .noUi-connects {
  padding-top: 10px;
}

.popupRequest .wrapRange .noUi-horizontal {
  width: 242px;
  height: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  margin-left: 105px;
}

.popupRequest .wrapRange .noUi-target {
  position: relative;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
}

.popupRequest .wrapRange .noUi-target:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(222, 225, 230, 0.81)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(222, 225, 230, 0.81), transparent);
  background: -o-linear-gradient(left, transparent, rgba(222, 225, 230, 0.81), transparent);
  background: linear-gradient(to right, transparent, rgba(222, 225, 230, 0.81), transparent);
}

.popupRequest .wrapRange .noUi-connect {
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#4d69d7));
  background: -webkit-linear-gradient(left, transparent, #4d69d7);
  background: -o-linear-gradient(left, transparent, #4d69d7);
  background: linear-gradient(to right, transparent, #4d69d7);
}

.popupRequest .wrapRange .noUi-handle {
  border: none;
  top: 0;
  outline: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #4d69d7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 8px 12px 0 rgba(77, 105, 215, 0.2);
          box-shadow: 0 8px 12px 0 rgba(77, 105, 215, 0.2);
}

.popupRequest .wrapRange .noUi-handle:before {
  display: block;
  height: auto;
  width: auto;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  content: "";
  background-color: #fff;
  -webkit-border-radius: inherit;
          border-radius: inherit;
}

.popupRequest .wrapRange .noUi-handle:after {
  display: none;
}

.popupRequest .form {
  height: 14px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 21px;
}

.popupRequest .form p {
  color: #c1c5cb;
}

.popupRequest .form .text {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: rgba(242, 244, 247, 0.29);
  border: 1px solid rgba(222, 225, 230, 0.81);
  width: 100%;
  min-width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.popupRequest .form .text::-webkit-input-placeholder {
  color: #c1c5cb;
}

.popupRequest .form .text:-ms-input-placeholder {
  color: #c1c5cb;
}

.popupRequest .form .text::-ms-input-placeholder {
  color: #c1c5cb;
}

.popupRequest .form .text::placeholder {
  color: #c1c5cb;
}

.popupRequest .form .send {
  width: 220px;
  height: 50px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #4d69d7;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: none;
  float: right;
  margin-top: 24px;
}

.popuprequisites {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 26px 40px;
  padding-bottom: 40px;
  background: #fff;
}

.popuprequisites h4 {
  position: relative;
  font-family: "rubic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 25px;
}

.popuprequisites .blockrequisites {
  width: 100%;
}

.popuprequisites .blockrequisites tr {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  height: 50px;
}

.popuprequisites .blockrequisites tr:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(222, 225, 230, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(222, 225, 230, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(222, 225, 230, 0.4), transparent);
  background: linear-gradient(to right, transparent, rgba(222, 225, 230, 0.4), transparent);
}

.popuprequisites .blockrequisites tr td {
  padding: 13px 0px;
  vertical-align: middle;
  padding-right: 35px;
}

.popuprequisites .blockrequisites tr td:last-child {
  color: #999fab;
}

#mapPop .modal-dialog {
  max-width: 70%;
  height: 70%;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  outline: none;
}

.modal-inline-block {
  display: block;
  z-index: -1;
  opacity: 0;
}

.modal-inline-block-top {
  z-index: 1050;
  opacity: 1;
}

.mapPop {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background: #fff;
  width: 100%;
  height: 100%;
}

.mapPop .modal-header {
  padding: 26px 20px;
  padding-bottom: 0;
  z-index: 10;
  background: #fff;
}

.mapPop h4 {
  position: relative;
  font-family: "rubic", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 25px;
}

.mapPop .marker {
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 5px 7px 0 rgba(56, 66, 84, 0.12), inset 0 0 6px 0 rgba(56, 66, 84, 0.17);
          box-shadow: 0 5px 7px 0 rgba(56, 66, 84, 0.12), inset 0 0 6px 0 rgba(56, 66, 84, 0.17);
  background-color: #4d69d7;
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 2;
  font-family: "rubic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  border: 3px solid #fff;
}

.mapPop .marker.active {
  background: #374055;
}

.mapPop .mapboxgl-popup {
  max-width: 300px;
}

.mapPop .mapboxgl-popup-content {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 20px;
}

.mapPop .mapboxgl-popup-content .mapboxgl-popup-close-button {
  display: none;
}

.mapPop .mapboxgl-popup-content h6 {
  position: relative;
  font-family: "rubic", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 10px;
}

.mapPop .mapboxgl-popup-content h5 {
  position: relative;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 20px;
}

.mapPop .mapboxgl-popup-content h5::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(190, 196, 206, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: linear-gradient(to right, transparent, rgba(190, 196, 206, 0.4), transparent);
}

.mapPop .mapboxgl-popup-content p {
  margin-bottom: 15px;
  font-size: 12px;
  padding-left: 45px;
  color: #bec4ce;
  line-height: normal;
}

.mapPop .mapboxgl-popup-content .adress {
  position: relative;
}

.mapPop .mapboxgl-popup-content .adress:before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: '\f278';
  font: normal normal normal 14px/1 FontAwesome;
  color: #4d69d7;
  font-size: 20px;
}

.mapPop .mapboxgl-popup-content .tel {
  position: relative;
}

.mapPop .mapboxgl-popup-content .tel:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '\f095';
  font: normal normal normal 14px/1 FontAwesome;
  color: #4d69d7;
  font-size: 20px;
}

.mapPop .mapboxgl-popup-content table {
  width: 100%;
}

.mapPop .mapboxgl-popup-content table td {
  color: #bec4ce;
  font-size: 12px;
}

.mapPop .mapboxgl-popup-content table td:last-child {
  text-align: right;
  color: #4d69d7;
}

.mapPop .mapboxgl-ctrl-group:not(:empty) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mapPop .mapboxgl-ctrl-group {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mapPop .mapboxgl-ctrl-group > button {
  width: 30px;
  height: 30px;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(56, 66, 84, 0.12);
          box-shadow: 0 3px 5px 0 rgba(56, 66, 84, 0.12);
  background-color: #ffffff;
  color: #bec4ce;
}

.mapPop .mapboxgl-ctrl-group > button:hover {
  background: #fff;
  color: #4d69d7;
}

.mapPop .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: none;
  margin-bottom: 5px;
}

.mapPop .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in:before {
  content: '\f067';
  font-size: 14px;
}

.mapPop .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: none;
}

.mapPop .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out:before {
  content: '\f068';
  font-size: 14px;
}

.mapPop .mapboxgl-ctrl-top-right {
  bottom: 25px;
  right: 25px;
  top: auto;
}

.mapPop .mapboxgl-ctrl-compass {
  display: none;
}

.mapPop #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
}

.mapPop .geocoder {
  width: 184px;
  height: 36px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(56, 66, 84, 0.12);
          box-shadow: 0 3px 5px 0 rgba(56, 66, 84, 0.12);
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 90px;
}

.mapPop .geocoder:hover .geocoder-icon-search {
  color: #4d69d7;
}

.mapPop .mapboxgl-ctrl-geocoder input[type='text'] {
  font-family: "rubic", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #bec4ce;
  padding: 10px;
}

.mapPop .mapboxgl-ctrl-geocoder .geocoder-icon-search {
  background-image: none;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 13px;
  right: 10px;
  left: auto;
  color: #bec4ce;
}

.mapPop .mapboxgl-ctrl-geocoder .geocoder-icon-search:before {
  content: '\f002';
  font-size: 14px;
}

.mapPop .mapboxgl-ctrl-geocoder {
  min-width: 100%;
}

.container {
  padding: 0;
}

.main {
  position: relative;
}

.breadcrumbWrapper .breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
  margin-top: 23px;
  margin-bottom: 15px;
}

.breadcrumbWrapper .breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
}

.breadcrumbWrapper .breadcrumb li a {
  text-decoration: none;
  opacity: 0.75;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  vertical-align: middle;
  color: #aeb4bf;
}

.breadcrumbWrapper .breadcrumb li a:hover {
  color: #959ba5;
}

.breadcrumbWrapper .breadcrumb li.active a {
  color: #959ba5;
}

.breadcrumbWrapper .breadcrumb li:first-child:before {
  display: none;
}

.breadcrumbWrapper .breadcrumb li:before {
  display: inline-block;
  position: relative;
  background: #d7d9df;
  content: "";
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 10px;
  vertical-align: middle;
}

.breadcrumbWrapper .breadcrumb li.active:before {
  background: rgba(149, 155, 165, 0.6);
}

.description-page-top {
  margin-top: 15px;
}

.description-page-bottom {
  margin-top: 35px;
  margin-bottom: 26px;
}

.description-page h2 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 10px;
}

.description-page h3 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.description-page p {
  font-size: 16px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #999fab;
  margin-bottom: 20px;
}

#btnTop {
  position: fixed;
  bottom: 196px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 15px 25px 0 rgba(27, 42, 102, 0.2);
          box-shadow: 0 15px 25px 0 rgba(27, 42, 102, 0.2);
  background-color: #4d69d7;
  text-align: center;
  cursor: pointer;
  right: -100px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 12;
  border: none;
}

#btnTop.active {
  right: 30px;
}

hr.lineFull {
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 0;
}

hr.lineFull:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background: rgba(190, 196, 206, 0.4);
}

hr.lineGrad {
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1px;
  margin-top: 22px;
  margin-bottom: 0;
}

hr.lineGrad:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(190, 196, 206, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: linear-gradient(to right, transparent, rgba(190, 196, 206, 0.4), transparent);
}

.select-city-mini, .select-city, .selectMonth, .select-for-table {
  display: none;
}

.select2-container--default .container-select-for-month {
  background: #fff;
}

.select2-container--default .container-select-for-month .select2-selection__arrow {
  float: right;
}

.select2-container--default .container-select-for-table {
  border: none;
  background: none;
  outline: none;
  white-space: nowrap;
}

.select2-container--default .container-select-for-table .select2-selection__rendered {
  padding: 0;
  display: inline-block;
  float: left;
}

.select2-container--default .container-select-for-table .select2-selection__rendered .flag {
  width: 34px;
  margin-right: 10px;
  padding-top: 0;
}

.select2-container--default .container-select-for-table .select2-selection__rendered .descrFlag {
  display: inline-block;
  font-size: 14px;
  padding-top: 8px;
  margin-left: 0;
  color: #2c333d;
}

.select2-container--default .container-select-for-table .select2-selection__arrow {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 15px;
  top: 8px;
  color: #bec4ce;
}

.select2-container--default .container-select-for-table .select2-selection__arrow b {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  margin: 0;
  top: 0;
  padding-top: 8px;
  left: auto;
  width: 10px;
}

.select2-container--default .container-select-for-table .select2-selection__arrow b:before {
  content: "\f107";
}

.select2-container--default.select2-container--open .container-select-for-table .select2-selection__arrow b {
  color: #4d69d7;
}

.select2-container--default.select2-container--open .container-select-for-table .select2-selection__arrow b:before {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select2-container--default .dropdown-select-for-table {
  top: 10px;
  border: none;
  -webkit-border-radius: inherit;
          border-radius: inherit;
}

.select2-container--default .dropdown-select-for-table .select2-results > .select2-results__options {
  max-height: 100%;
  overflow: inherit;
  width: 235px;
  height: auto;
  top: 35px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #ccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(222, 225, 230, 0.81);
  background-color: #ffffff;
  color: #bec4ce;
}

.select2-container--default .dropdown-select-for-table .select2-results > .select2-results__options li {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(222, 225, 230, 0.81);
}

.select2-container--default .dropdown-select-for-table .select2-results > .select2-results__options li:hover {
  color: #999fab;
  background-color: none;
}

.select2-container--default .dropdown-select-for-table .select2-results > .select2-results__options li:active {
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-table .select2-results > .select2-results__options li img {
  width: 24px;
  margin-right: 15px;
}

.select2-container--default .dropdown-select-for-table .select2-results__option[aria-selected=true] {
  background: none;
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-table .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-city, .select2-container--default .dropdown-select-for-city-mini {
  width: 360px !important;
  left: -85px;
  border: none;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  padding: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(222, 225, 230, 0.81);
  background: #fff;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown {
  padding: 0;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown .titleCity, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .titleCity {
  display: block;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 20px;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown hr.lineGrad, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown hr.lineGrad {
  margin-top: 19px;
  margin-bottom: 17px;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown .select2-search__field, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .select2-search__field {
  width: 300px;
  height: 36px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #f2f4f7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  z-index: 3;
  padding: 12px 10px;
  background: url("../img/icon-search.svg") no-repeat, rgba(242, 244, 247, 0.29);
  background-position: 95% 10px;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown .select2-search__field::-webkit-input-placeholder, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #bec4ce;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown .select2-search__field:-ms-input-placeholder, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #bec4ce;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown .select2-search__field::-ms-input-placeholder, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #bec4ce;
}

.select2-container--default .dropdown-select-for-city .select2-search--dropdown .select2-search__field::placeholder, .select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .select2-search__field::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #bec4ce;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option {
  max-height: 100%;
  overflow: inherit;
  width: 100%;
  height: auto;
  top: 35px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  color: #bec4ce;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option .select2-results__group, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option .select2-results__group {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  padding: 0;
  margin-bottom: 14px;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option .select2-results__options--nested, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option .select2-results__options--nested {
  margin-bottom: 13px;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option li, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option li {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a8b4bf;
  padding: 0;
  padding-bottom: 9px;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option li:last-child, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option li:last-child {
  padding-bottom: 0;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option li:hover, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option li:hover {
  color: #999fab;
  background-color: none;
}

.select2-container--default .dropdown-select-for-city .select2-results .select2-results__option li:active, .select2-container--default .dropdown-select-for-city-mini .select2-results .select2-results__option li:active {
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-city .select2-results__option[aria-selected=true], .select2-container--default .dropdown-select-for-city-mini .select2-results__option[aria-selected=true] {
  background: none;
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-city .select2-results__option--highlighted[aria-selected], .select2-container--default .dropdown-select-for-city-mini .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #4d69d7;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.select2-dropdown {
  background: none;
}

.select2-container {
  width: auto !important;
}

.select2-container--default .dropdown-select-for-month {
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(222, 225, 230, 0.81);
  background: #fff;
}

.select2-container--default .dropdown-select-for-month.select2-dropdown--below {
  top: 10px;
}

.select2-container--default .dropdown-select-for-month.select2-dropdown--above {
  top: -10px;
}

.select2-container--default .dropdown-select-for-month .select2-results .select2-results__option {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bec4ce;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(222, 225, 230, 0.81);
}

.select2-container--default .dropdown-select-for-month .select2-results .select2-results__option:last-child {
  border-bottom: none;
}

.select2-container--default .dropdown-select-for-month .select2-results .select2-results__option:hover {
  color: #999fab;
  background-color: none;
}

.select2-container--default .dropdown-select-for-month .select2-results .select2-results__option:active {
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-month .select2-results__option[aria-selected=true] {
  background: none;
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-month .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #4d69d7;
}

.select2-container--default .dropdown-select-for-city-mini {
  width: 230px !important;
  height: 267px;
  padding: 12px 14px 14px 14px;
  overflow: hidden;
  left: -85px;
  background: #fff;
}

.select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .titleCity {
  font-size: 12px;
  margin-bottom: 9px;
  color: #384254;
}

.select2-container--default .dropdown-select-for-city-mini .select2-search--dropdown .select2-search__field {
  width: 200px;
}

.select2-container--default .dropdown-select-for-city-mini .select2-results > .select2-results__options {
  max-height: 150px;
}

.select2-container--default .select2-selection--single {
  border: none;
  outline: none;
  height: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0px;
  border: none;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #999fab;
  float: left;
  line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  color: #818794;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  position: relative;
  width: auto;
  margin-left: 7px;
  color: #bec4ce;
  top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  border: none;
  margin: 0;
  top: 0;
  left: auto;
  width: 10px;
  vertical-align: top;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  color: #4d69d7;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  display: block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page {
  background: #f2f4f7;
}

.section p {
  margin-bottom: 0;
}

.section h3 {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 7px;
}

.section h3 img {
  margin-right: 15px;
  width: 34px;
}

.section .statusUp, .section .statusDown {
  width: auto !important;
  font-size: 16px;
  margin-right: 8px;
  margin-left: 0;
}

.section .head-title {
  display: inline-block;
}

.section .title-wrap {
  padding: 25px 30px;
  padding-bottom: 0;
}

.section .title-wrap > img {
  vertical-align: baseline;
  margin-right: 15px;
  width: 34px;
}

.section .info {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #959ba5;
}

.section .info .date {
  position: relative;
  color: #787f8b;
  font-weight: 500;
  padding-right: 5px;
}

.section .info .time {
  color: #8a919d;
  font-weight: 500;
}

.section .btnOpen {
  position: relative;
  top: 6px;
  width: 120px;
  height: 34px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: transparent;
  border: 1px solid rgba(222, 225, 230, 0.81);
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  cursor: pointer;
  color: #999fab;
  outline: none;
  float: right;
}

.section .selectBox {
  float: right;
  position: relative;
  display: inline-block;
  width: 161px;
  height: 33px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(222, 225, 230, 0.81);
  background-color: #fff;
  padding-top: 10px;
  padding-left: 10px;
  line-height: 0;
  cursor: pointer;
  margin-top: 5px;
}

.section .selectBox > div {
  height: 100%;
}

.section .selectBox.active .selectMenuBox {
  display: block;
}

.section .selectBox.active .fa-angle-down {
  color: #4d69d7;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section .selectBox .fa-angle-down {
  color: #bec4ce;
  position: absolute;
  top: 8px;
  right: 10px;
}

.section .selectBox .valueTag {
  display: inline-block;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.section .selectBox .selectMenuBox {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  top: 36px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(222, 225, 230, 0.81);
  background-color: #ffffff;
}

.section .selectBox .selectMenuBox .option {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 9px 10px;
  color: #bec4ce;
  border-bottom: 1px solid rgba(222, 225, 230, 0.81);
}

.section .selectBox .selectMenuBox .option:hover {
  color: #999fab;
}

.section .selectBox .selectMenuBox .option:active {
  color: #4d69d7;
}

.section .rectInput {
  min-width: 90px;
  width: auto;
  height: 34px;
  position: relative;
  display: inline-block;
}

.section .rectInput .sign {
  display: inline-block;
  width: 32px;
  background: rgba(190, 196, 206, 0.14);
  -webkit-border-radius: 0 8px 8px 0;
          border-radius: 0 8px 8px 0;
  text-align: center;
  line-height: 2.6;
  color: #c1c5cb;
  font-size: 14px;
  border: 1px solid #e3e6eb;
  border-left: none;
  height: 34px;
}

.section .rectInput input {
  font-size: 14px;
  width: 34px;
  height: 100%;
  float: left;
  -webkit-border-radius: 8px 0 0 8px;
          border-radius: 8px 0 0 8px;
  text-align: left;
  outline: none;
  padding: 0;
  padding-left: 10px;
  border: 1px solid #e3e6eb;
  border-right: none;
  color: #2c333d;
}

.section .rectInput .input-buffer {
  position: absolute;
  top: -1000px;
  left: -1000px;
  visibility: hidden;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.section .block {
  margin-bottom: 30px;
}

.section .blockBOX {
  position: relative;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 100%;
  -webkit-box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
          box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
}

.section .blockBOX .iconBlock {
  position: relative;
  float: right;
  margin-top: 6px;
  color: rgba(190, 196, 206, 0.56);
  font-size: 25px;
}

.section .blockBOX .content {
  padding: 25px 30px;
  padding-bottom: 25px;
}

.section .blockBOX .link a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #999fab;
  text-decoration: none;
  border-bottom: 1px dashed #999fab;
}

.section .blockBOX .linecourseBox {
  margin-top: 14px;
}

.section .blockBOX .resultConvert {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.section .blockBOX .boxConvert {
  position: relative;
}

.section .blockBOX .boxConvert .box {
  position: relative;
}

.section .blockBOX .boxConvert .box2 {
  padding-top: 20px;
}

.section .blockBOX .boxConvert .rate {
  display: block;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bec4ce;
  margin-top: 18px;
  margin-bottom: 12px;
}

.section .blockBOX .boxConvert .select2-container--default {
  width: 165px !important;
}

.section .blockBOX .boxConvert .select2-container--default .container-select-for-table .select2-selection__rendered .descrFlag {
  font-size: 16px;
}

.section .blockBOX .refreshBtn {
  position: absolute;
  top: 112px;
  right: -6px;
  background: none;
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
          box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
  background-color: #4d69d7;
  cursor: pointer;
  line-height: 0;
}

.section .blockBOX .refreshBtn:hover img {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

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

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

.section .blockBOX .courseBox {
  margin: 30px 4px;
}

.section .blockBOX .dynamicsCourse h3 {
  margin-bottom: 13px;
}

.section .blockBOX .courseBox .boxInfo {
  display: inline-block;
  text-align: left;
}

.section .blockBOX .courseBox .boxInfo.active {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: rgba(242, 244, 247, 0.7);
  margin: 0 58px;
  padding: 19px 29px;
  margin-left: 65px;
}

.section .blockBOX .courseBox .boxInfo.active .date {
  color: #bec4ce;
}

.section .blockBOX .courseBox .boxInfo .date {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.section .blockBOX .courseBox .boxInfo .status {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  padding-top: 5px;
}

.section .blockBOX .courseBox .boxInfo .status .statusUp, .section .blockBOX .courseBox .boxInfo .status .statusDown {
  margin-right: 11px;
  height: 14px;
  vertical-align: baseline;
}

.section .blockBOX .courseBox .boxInfo .status span {
  font-weight: 100;
  color: #bec4ce;
}

.section .blockBOX .courseBox .boxInfo .oneUnit {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.section .blockBOX .courseBox .boxInfo .statusValue {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bec4ce;
  margin-top: 5px;
}

.section .blockBOX .courseBoxMini {
  padding-top: 28px;
  margin: 0 31px;
  padding-bottom: 24px;
  display: inline-block;
}

.section .blockBOX .courseBoxMini .boxInfo.active {
  margin: 0;
  text-align: left;
  margin-right: 30px;
  padding: 26px 32px;
}

.section .blockBOX .courseBoxMini .boxInfo.active .statusValue {
  margin-top: 5px;
}

.section .blockBOX .courseBoxMini .boxInfo {
  text-align: left;
  float: left;
  padding-top: 7px;
}

.section .blockBOX .courseBoxMini .boxInfo .date {
  color: #999fab;
}

.section .blockBOX .courseBoxMini .boxInfo .status {
  line-height: 1.1;
}

.section .blockBOX .courseBoxMini .boxInfo .statusValue {
  margin-top: 0;
}

.section .blockBOX .courseBoxMini .boxInfo:nth-child(3) {
  padding-top: 13px;
}

.section .blockBOX .exchangeBox .head {
  margin-bottom: 17px;
  margin-top: 23px;
}

.section .blockBOX .exchangeBox .head b {
  font-weight: normal;
}

.section .blockBOX .exchangeBox .rowInfo {
  margin-bottom: 12px;
}

.section .blockBOX .exchangeBox .rowInfo .rectInput .sign {
  height: 100%;
}

.section .blockBOX .exchangeBox .rowInfo.sell {
  margin-bottom: 16px;
}

.section .blockBOX .exchangeBox .rowInfo.sell .rectInput {
  margin-left: 22px;
}

.section .blockBOX .exchangeBox .rowInfo .info {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2c333d;
}

.section .blockBOX .exchangeBox .rowInfo .info a {
  text-decoration: none;
  color: #999fab;
  border-bottom: 1px dashed #999fab;
}

.section .blockBOX .exchangeBox .rowInfo .rectInput {
  margin: 0 5px;
  margin-left: 12px;
}

.section .blockBOX .exchangeBox .rowInfo .rectInput input {
  min-width: auto;
  width: 56px;
  max-width: 80px;
}

.section .blockBOX .exchangeBox .rowInfo .rectInput .sign {
  width: 34px;
}

.section .blockBOX .dynamicsCourse .chart-m {
  height: 200px;
}

.section .blockBOX .dynamicsCourse .link {
  margin-bottom: 6px;
}

.section .blockBOX .dynamicsCourse .info {
  font-size: 11px;
}

.section .blockBOX .dynamicsCourse .selectBox {
  width: 80px;
  margin-top: 0;
  top: -6px;
}

.section .blockBOX .dynamicsCourse.box1 {
  padding-bottom: 0;
  margin-top: 34px;
}

.section .blockBOX .dynamicsCourse.box1:after {
  display: none;
}

.section .profitableInfo {
  float: left;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #bec4ce;
  margin-bottom: 5px;
  margin-top: 30px;
}

.section .profitableInfo img {
  margin-right: 9px;
}

.section .profitableInfo .accent {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: rgba(190, 196, 206, 0.15);
  padding: 5px;
  margin: 0 5px;
  font-weight: 300;
  white-space: nowrap;
}

.section .profitableInfo .text {
  vertical-align: middle;
}

.section .exchange {
  position: relative;
  margin: 0 31px;
  margin-top: 54px;
  float: left;
  margin-bottom: 20px;
}

.section .exchange .selectBox {
  width: auto;
  float: left;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  margin-right: 54px;
  z-index: 3;
}

.section .exchange .selectBox .fa {
  position: relative;
  top: 0;
  right: 0;
}

.section .exchange .selectBox .valueTag {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #384254;
}

.section .exchange .select2-container--default {
  width: 165px !important;
  float: right;
}

.section .exchange .select2-container--default .container-select-for-table .select2-selection__rendered .descrFlag {
  font-size: 16px;
}

.section .exchange .wrapRange {
  float: left;
  position: relative;
  display: block;
}

.section .exchange .wrapRange .range-count {
  position: relative;
  display: inline-block;
}

.section .exchange .wrapRange .rectinfo {
  position: absolute;
  top: -23px;
  display: block;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.section .exchange .wrapRange .value-range {
  display: inline-block;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 12px;
  color: #384254;
}

.section .exchange .wrapRange .value-range:before {
  content: '$ ';
}

.section .exchange .wrapRange .noUi-base, .section .exchange .wrapRange .noUi-connects {
  padding-top: 10px;
}

.section .exchange .wrapRange .noUi-horizontal {
  width: 320px;
  height: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
}

.section .exchange .wrapRange .noUi-target {
  position: relative;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  display: block;
}

.section .exchange .wrapRange .noUi-target:before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(222, 225, 230, 0.81)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(222, 225, 230, 0.81), transparent);
  background: -o-linear-gradient(left, transparent, rgba(222, 225, 230, 0.81), transparent);
  background: linear-gradient(to right, transparent, rgba(222, 225, 230, 0.81), transparent);
}

.section .exchange .wrapRange .noUi-connect {
  -webkit-border-radius: 0;
          border-radius: 0;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#4d69d7));
  background: -webkit-linear-gradient(left, transparent, #4d69d7);
  background: -o-linear-gradient(left, transparent, #4d69d7);
  background: linear-gradient(to right, transparent, #4d69d7);
}

.section .exchange .wrapRange .noUi-handle {
  border: none;
  top: 0;
  outline: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: #4d69d7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 8px 12px 0 rgba(77, 105, 215, 0.2);
          box-shadow: 0 8px 12px 0 rgba(77, 105, 215, 0.2);
}

.section .exchange .wrapRange .noUi-handle:before {
  display: block;
  height: auto;
  width: auto;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  content: "";
  background-color: #fff;
  -webkit-border-radius: inherit;
          border-radius: inherit;
}

.section .exchange .wrapRange .noUi-handle:after {
  display: none;
}

.section .exchangeBank {
  padding-top: 31px;
  margin: 0 31px;
}

.section .exchangeBank .profitableInfo {
  margin-top: 10px;
}

.section .exchangeBank .rowInfo {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 15px;
}

.section .exchangeBank .rowInfo .info {
  display: inline-block;
  font-size: 18px;
  color: #384254;
}

.section .exchangeBank .rowInfo .info img {
  margin-right: 15px;
}

.section .exchangeBank .rowInfo .price {
  color: #999fab;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.section .exchangeBank .rowInfo .rectInput {
  position: relative;
  width: 263px;
  height: 41px;
  margin-left: 47px;
}

.section .exchangeBank .rowInfo .rectInput input {
  min-width: 228px;
  text-align: left;
  padding-left: 10px;
}

.section .exchangeBank .rowInfo .rectInput .sign {
  height: 100%;
  line-height: 2.9;
}

.section .exchangeBank .rowInfo .rectInput2 {
  margin-left: 54px;
}

.bank .title-wrap > img {
  vertical-align: top;
  margin-top: 7px;
  width: 24px;
}

.bank .btnOpen {
  background: rgba(242, 244, 247, 0.29);
}

.bank .descr-wrap2 {
  margin-left: 52px;
}

.bank .descr-wrap3 {
  margin-left: -21px;
}

.wrapperBank {
  padding-top: 29px;
  padding-bottom: 10px;
  margin: 0 31px;
}

.wrapperBank .lineGrad {
  display: none;
}

.wrapperBank p {
  position: relative;
  margin-bottom: 18px;
}

.wrapperBank p, .wrapperBank a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  text-decoration: none;
}

.wrapperBank p .descr, .wrapperBank a .descr {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #959ba5;
  margin-bottom: 5px;
}

.wrapperBank p .boxValue, .wrapperBank a .boxValue {
  position: absolute;
  right: 130px;
  top: 2px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.wrapperBank p .boxValueUp, .wrapperBank a .boxValueUp {
  color: #5ab56f;
  background-color: rgba(90, 181, 111, 0.15);
}

.wrapperBank p .boxValueDown, .wrapperBank a .boxValueDown {
  color: #f56870;
  background-color: rgba(245, 104, 112, 0.15);
}

.wrapperBank a {
  color: #4d69d7;
}

.infoPage .section .title-wrap > img {
  width: auto;
}

.infoPage .section .text {
  margin: 28px 31px;
}

.infoPage .section .text h3 {
  margin-bottom: 14px;
}

.infoPage .section .text p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 15px;
}

.infoPage .tableInfoMob {
  display: none;
}

.infoPage .tableInfo {
  padding-top: 11px;
  margin-left: 31px;
  margin-right: 31px;
}

.infoPage .tableInfo .tableRow .tableTd {
  width: 50%;
  padding-top: 13px;
  vertical-align: top;
  display: inline-block;
  float: left;
}

.infoPage .tableInfo .tableRow .tableTd:first-child {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.infoPage .tableInfo .tableRow .tableTd:last-child {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #384254;
  line-height: 1.43;
}

.infoPage .tableInfo .tableRow .tableTd a {
  text-decoration: none;
  color: #999fab;
}

.infoPage .wrapperSlider {
  margin-top: 23px;
  margin-left: 0;
}

.infoPage .wrapperSlider .btnTurn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 30px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: rgba(77, 105, 215, 0.48);
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  cursor: pointer;
  z-index: 23;
}

.infoPage .wrapperSlider .btnTurn:hover {
  background-color: #4d69d7;
}

.infoPage .wrapperSlider .nav-slider {
  padding: 0;
  margin-bottom: 20px;
  margin-left: 30px;
}

.infoPage .wrapperSlider .nav-slider li {
  display: inline-block;
  width: 62px;
  height: 28px;
  background-color: #f2f4f7;
  text-align: center;
  padding-top: 3px;
  margin-left: 6px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.infoPage .wrapperSlider .nav-slider li:first-child {
  margin-left: 0;
}

.infoPage .wrapperSlider .nav-slider li.active {
  background-color: rgba(77, 105, 215, 0.14);
}

.infoPage .wrapperSlider .nav-slider li.active a {
  color: #4d69d7;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.infoPage .wrapperSlider .nav-slider li:hover {
  background-color: #e9eef2;
}

.infoPage .wrapperSlider .nav-slider li:hover a {
  color: #a4acb9;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.infoPage .wrapperSlider .nav-slider a {
  display: block;
  text-decoration: none;
  color: #bec4ce;
}

.infoPage .wrapperSlider .owl-theme .owl-nav {
  position: absolute;
  top: 42%;
  width: 100%;
  margin-top: 0;
}

.infoPage .wrapperSlider .owl-carousel .owl-nav button {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 8px 12px 0 rgba(77, 105, 215, 0.2);
          box-shadow: 0 8px 12px 0 rgba(77, 105, 215, 0.2);
  background-color: #4d69d7;
  outline: none;
}

.infoPage .wrapperSlider .owl-carousel .owl-nav button .fa {
  color: #fff;
}

.infoPage .wrapperSlider .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.infoPage .wrapperSlider .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.infoPage .wrapperSlider .slider {
  margin-bottom: 31px;
}

.infoPage .wrapperSlider .slider .item {
  width: 495px;
  height: 200px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #f5f6f8;
  margin: 0 auto;
  padding-top: 28px;
}

.infoPage .wrapperSlider .slider .item .flip-container {
  width: 332px;
  height: 146px;
  -webkit-perspective: 1000;
          perspective: 1000;
  margin: 0 auto;
}

.infoPage .wrapperSlider .slider .item.active .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.infoPage .wrapperSlider .slider .item .flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
}

.infoPage .wrapperSlider .slider .item .front, .infoPage .wrapperSlider .slider .item .back {
  width: 332px;
  height: 146px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.infoPage .wrapperSlider .slider .item .front {
  z-index: 2;
}

.infoPage .wrapperSlider .slider .item .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.chart-xl {
  width: 100%;
  height: 330px;
}

.chart-lg {
  width: 100%;
  height: 325px;
}

.chart-m {
  width: 100%;
  height: 215px;
}

.chartTooltip2 {
  opacity: 0;
}

.chartTooltip span {
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.chartTooltip p {
  font-family: "Helvetica_Neue", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #384254;
  margin-bottom: 5px;
}

.chartTooltip p .value {
  display: inline-block;
}

.chartTooltip p .buy {
  color: #4d69d7;
}

.chartTooltip p .sell {
  color: #bec4ce;
}

.chartTooltip .data {
  color: #bec4ce;
}

.chartTooltip .value {
  color: #4d69d7;
}

.chart hr.lineFull {
  margin-top: 0;
}

.chart .chart-wr .rowInfo {
  margin-bottom: 10px;
}

.chart .chart-wr .rowInfo h3 {
  font-weight: 300;
}

.chart .nav-chart {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.chart .nav-chart br {
  display: none;
}

.chart .nav-chart li {
  display: inline-block;
  min-width: 60px;
  height: 28px;
  font-size: 12px;
  background-color: #f2f4f7;
  text-align: center;
  line-height: 28px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  margin-left: 16px;
  padding: 0 10px;
  text-decoration: none;
  color: #bec4ce;
}

.chart .nav-chart li:first-child {
  margin-left: 0;
}

.chart .nav-chart li:hover {
  background-color: #e9eef2;
  color: #a4acb9;
}

.chart .nav-chart li.active, .chart .nav-chart li.active {
  color: #4d69d7;
  background-color: rgba(77, 105, 215, 0.14);
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.chart .nav-chart li:hover {
  background-color: #e9eef2;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.chart .rowInfo .statwrap {
  display: inline-block;
  margin-left: 10px;
}

.chart .rowInfo .statwrap .status {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.chart .rowInfo .statwrap .status:first-child:after {
  content: '';
  height: 20px;
  float: right;
  border: 1px solid rgba(193, 197, 203, 0.74);
  margin: 0 16px;
}

.chart .rowInfo .statwrap .status span {
  font-weight: normal;
  color: rgba(193, 197, 203, 0.74);
}

.wrapperForChart .row {
  margin-right: -16px;
}

.wrapperForChart .table_id {
  position: relative;
  padding-bottom: 0 !important;
}

.wrapperForChart .dataTables_wrapper:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #f2f4f7;
  top: 0;
  left: -1px;
}

.wrapperForChart {
  position: relative;
}

.wrapperForChart .chart-wr {
  margin-left: 31px;
}

.wrapperForChart .chart-wr h3 {
  font-size: 14px;
  font-weight: normal;
}

.wrapperForChart .chart-wr .nav-chart {
  margin-top: 15px;
  margin-bottom: 12px;
}

.wrapperForChart .table_id tbody td:first-child {
  font-weight: normal;
}

.wrapperForChart .table_id tbody tr:hover {
  background-color: rgba(77, 105, 215, 0.1);
}

.wrapperForChart .status {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
  margin-left: 15px;
}

.wrapperForChart .status.active {
  color: #5ab56f;
}

.wrapperForChart .status:first-child:after {
  content: '';
  height: 100%;
  border: 1px solid rgba(193, 197, 203, 0.74);
  margin: 0 16px;
}

.wrapperForChart .status span {
  font-weight: normal;
  color: rgba(193, 197, 203, 0.74);
}

.wrapperForChart .infoDelay {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #c1c5cb;
  text-align: left;
}

.wrapperForChart .infoDelay img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.hoverTable.table_id tbody tr:hover td:first-child {
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(77, 105, 215, 0.1)));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(77, 105, 215, 0.1));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0.1), rgba(77, 105, 215, 0.1));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(77, 105, 215, 0.1));
  color: #4d69d7;
}

.hoverTable.table_id tbody tr:hover td:first-child:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  top: 0;
  left: 0;
  border-left: 2px solid #4d69d7;
}

.BlockTop {
  position: absolute;
  color: #fff;
  width: 60px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  font-size: 12px;
  background: #4d69d7;
}

.myTable.courseBank {
  height: 100%;
  margin-bottom: 0;
}

.myTable.courseBank .table_id thead th:first-child {
  padding-left: 30px;
}

.myTable.courseBank .link {
  float: right;
  margin-top: 5px;
}

.myTable.courseBank .link b {
  font-weight: normal;
}

.myTable.courseBank .btnGroup {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ebedf2;
  list-style-position: inside;
}

.myTable.courseBank .btnGroup li {
  width: 25%;
  position: relative;
  display: inline-block;
  padding: 21px 0;
  text-align: center;
  border-right: 1px solid #ebedf2;
  float: left;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #384254;
  text-decoration: none;
}

.myTable.courseBank .btnGroup li span {
  display: inline-block;
  vertical-align: middle;
}

.myTable.courseBank .btnGroup li img {
  margin-right: 10px;
  width: 34px;
}

.myTable.courseBank .btnGroup li:hover, .myTable.courseBank .btnGroup li.active {
  background: rgba(77, 105, 215, 0.02);
}

.myTable.courseBank .btnGroup li.active:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0px;
  bottom: 0;
  border-bottom: 2px solid #4d69d7;
}

.myTable.courseBank .btnGroup li:first-child {
  margin-left: 0;
}

.myTable.courseBank .btnGroup li:last-child {
  border-right: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  background: #4d69d7;
  top: auto;
  border: 1px solid #fff;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

.myTable .title-wrap {
  padding: 22px 30px;
}

.myTable .title-wrap .info {
  margin-bottom: 0;
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  position: relative;
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody > table:after {
  position: absolute;
  content: '';
  bottom: 0;
  visibility: visible;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(190, 196, 206, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: linear-gradient(to right, transparent, rgba(190, 196, 206, 0.4), transparent);
}

.myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody tbody tr::after {
  position: absolute;
  content: '';
  visibility: visible;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(190, 196, 206, 0.4)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: -o-linear-gradient(left, transparent, rgba(190, 196, 206, 0.4), transparent);
  background: linear-gradient(to right, transparent, rgba(190, 196, 206, 0.4), transparent);
}

.myTable {
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
          box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
  background: #fff;
  margin-bottom: 30px;
}

.myTable .dataTables_wrapper .dataTables_filter {
  position: absolute;
  top: -62px;
  right: 30px;
  z-index: 1;
}

.myTable .dataTables_wrapper .dataTables_filter:hover .fa-search {
  color: #4d69d7;
}

.myTable .dataTables_wrapper .dataTables_filter .fa-search {
  position: relative;
  right: 23px;
  color: #9da5b2;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 100;
}

.myTable .refreshBtn {
  background: none;
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
}

.myTable .refreshBtn .fa {
  font-size: 18px;
  color: #bec4ce;
  line-height: 1.8;
}

.myTable .refreshBtn:hover .fa {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

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

.myTable .link a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #999fab;
  text-decoration: none;
  border-bottom: 1px dashed #999fab;
}

.myTable .dataTables_wrapper .dataTables_filter input {
  width: 180px;
  height: 34px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid #f2f4f7;
  background: url("../img/icon-search.svg") no-repeat, rgba(242, 244, 247, 0.29);
  background-position: 95%;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 12px 9px;
}

.myTable .dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  color: #bec4ce;
}

.myTable .dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
  color: #bec4ce;
}

.myTable .dataTables_wrapper .dataTables_filter input::-ms-input-placeholder {
  color: #bec4ce;
}

.myTable .dataTables_wrapper .dataTables_filter input::placeholder {
  color: #bec4ce;
}

.myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-border-radius: 0 0 8px 8px;
          border-radius: 0 0 8px 8px;
}

.myTable .dataTables_wrapper .dataTables_scroll .dataTables_scrollHead {
  background: #f2f4f7;
}

.myTable .table_id {
  background: #f2f4f7;
  overflow: hidden;
}

.myTable .table_id.no-footer {
  border: none;
}

.myTable .table_id.stripe tbody tr.odd, .myTable .table_id.display tbody tr.odd {
  background: inherit;
}

.myTable .table_id .up {
  color: #5ab56f;
  top: 0;
  font-size: inherit;
}

.myTable .table_id .down {
  color: #f56870;
  top: 0;
  font-size: inherit;
}

.myTable .table_id thead {
  background: #f2f4f7;
  border: none;
}

.myTable .table_id thead th, .myTable .table_id thead td {
  border: none;
}

.myTable .table_id thead tr {
  vertical-align: middle;
}

.myTable .table_id thead th {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #8992a1;
  padding: 13px 13px;
}

.myTable .table_id thead th:first-child {
  padding-left: 33px;
  padding-right: 45px;
}

.myTable .table_id tbody tr:first-child:after {
  display: none;
}

.myTable .table_id tbody tr td .up, .myTable .table_id tbody tr td .down {
  margin-left: 10px;
}

.myTable .table_id tbody tr td:first-child .descrVal {
  vertical-align: middle;
}

.myTable .table_id tbody tr td:first-child img {
  width: 34px;
  margin-right: 15px;
}

.myTable .table_id tbody tr td .descrFlag {
  display: inline-block;
  font-size: 14px;
  padding-top: 0;
}

.myTable .table_id tbody tr td .descrFlag b {
  font-weight: 300;
  display: block;
  color: #999fab;
  line-height: 1;
}

.myTable .table_id tbody th, .myTable .table_id tbody td {
  padding: 23px 14px;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #2c333d;
}

.myTable .table_id tbody th:first-child, .myTable .table_id tbody td:first-child {
  font-weight: normal;
}

.myTable .table_id tbody th .fa-bolt, .myTable .table_id tbody td .fa-bolt {
  color: #4d69d7;
  font-size: 13px;
  font-weight: 700;
  margin-left: 5px;
}

.myTable .table_id tbody th .box, .myTable .table_id tbody td .box {
  width: 94px !important;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #f7f8fa;
  padding: 5px 13px;
  padding-right: 7px;
  margin: 0 13px;
  margin-left: 0;
}

.myTable .table_id .box-active {
  padding: 0;
}

.myTable .table_id tbody td:first-child {
  padding-left: 30px;
}

.myTable .overflow-visible {
  overflow: visible;
}

.myTable .infoTD {
  display: block;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999fab;
}

.myTable .btn-gr .btn {
  display: inline-block;
  width: 86px;
  height: 34px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 0;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.myTable .btn-gr .btn i {
  font-style: normal;
  vertical-align: middle;
}

.myTable .btn-gr .btn .iconDollar {
  position: relative;
}

.myTable .btn-gr .btn .iconDollar img {
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.myTable .btn-gr .btn .iconEUR {
  position: relative;
}

.myTable .btn-gr .btn .iconEUR img {
  width: auto;
  margin-right: 8px;
  vertical-align: middle;
}

.myTable .btn-gr .btn.buy {
  background-color: #5ab56f;
  margin-right: 10px;
}

.myTable .btn-gr .btn.buy:hover {
  background-color: #68c67e;
}

.myTable .btn-gr .btn.buy:active {
  background-color: #4a9e5d;
}

.myTable .btn-gr .btn.sell {
  background-color: #f56870;
}

.myTable .btn-gr .btn.sell:hover {
  background-color: #f3727a;
}

.myTable .btn-gr .btn.sell:active {
  background-color: #d5545c;
}

.myTable .showMore {
  position: relative;
  display: block;
  border: none;
  margin: 30px auto;
  outline: none;
  width: 166px;
  height: 40px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #f1f2f4;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #999fab;
  cursor: pointer;
}

.myTable.table1 .table_id thead th:first-child {
  padding-right: 0;
  width: 240px;
}

.myTable.tableCB .dataTables_wrapper .dataTables_filter {
  position: absolute;
  top: 17px;
  left: 15px;
  right: auto;
}

.myTable.tableCB .dataTables_wrapper .dataTables_filter input {
  width: 160px;
  background-color: #fff;
}

.myTable.tableCB .table_id {
  padding-bottom: 0;
}

.myTable.tableCB .table_id::before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(190, 196, 206, 0.3)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(190, 196, 206, 0.3), transparent);
  background: -o-linear-gradient(left, transparent, rgba(190, 196, 206, 0.3), transparent);
  background: linear-gradient(to right, transparent, rgba(190, 196, 206, 0.3), transparent);
}

.myTable.tableCB .table_id thead th, .myTable.tableCB .table_id thead td {
  padding-top: 30px;
}

.myTable.tableCB .table_id thead th:last-child {
  padding-top: 15px;
}

.myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .usa, .myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .eur {
  position: relative;
}

.myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .usa:after, .myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .eur:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 37%;
  width: 162px;
  height: 9px;
  border: 2px solid rgba(49, 57, 67, 0.04);
  border-bottom: none;
}

.myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .usa:before, .myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .eur:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  content: url("../img/IconDollar.svg");
  font-weight: 100;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 77%;
  width: 33px;
  height: 25px;
  background: #f2f4f7;
  color: #c1c5cb;
  z-index: 1;
}

.myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .eur:before {
  content: url("../img/IconEuro.svg");
}

.myTable.MAP .table_id thead th:nth-child(1) {
  width: 324px;
}

.myTable.MAP .table_id thead th:nth-child(2) {
  width: 264px;
}

.myTable.MAP .linkMap {
  text-decoration: none;
  color: #4d69d7;
}

.myTable.MAP .linkMap .fa {
  margin-left: 10px;
}

.myTable.MAP .dataTables_wrapper .dataTables_filter {
  top: -54px;
}

.myTable.table5 .table_id thead th:nth-child(1) {
  width: 150px;
}

.myTable.table5 .table_id thead th {
  width: 115px;
}

.myTable.table6 .table_id thead th:first-child, .myTable.table7 .table_id thead th:first-child {
  padding-right: 0;
  padding-left: 30px;
}

.myTable.table6 .dataTables_wrapper .dataTables_filter, .myTable.table7 .dataTables_wrapper .dataTables_filter {
  position: absolute;
  top: 8px;
  left: 15px;
  right: auto;
}

.myTable.table6 .dataTables_wrapper .dataTables_filter input, .myTable.table7 .dataTables_wrapper .dataTables_filter input {
  width: 160px;
  background-color: #fff;
}

.myTable.table7 .selectBox {
  display: inline-block;
  min-width: 161px;
  max-width: 180px;
  width: 100%;
}

.myTable.table8 .table_id .box-active .box {
  width: 88px;
}

.myTable.table9 .table_id thead th:first-child {
  padding-right: 15px;
}

.myTable.table11 .selectMonth.mob {
  display: none;
}

.myTable.table11 .mob {
  display: none;
}

.myTable.table11 .select2-container--default .container-select-for-month {
  display: none;
}

.myTable.table11 .table_id tbody tr td:nth-child(2) {
  font-weight: normal;
  padding-left: 0;
}

.myTable.table11 .table_id tbody tr:hover td {
  background-color: rgba(77, 105, 215, 0.06);
}

.myTable.table11 .table_id thead th:nth-child(1) {
  padding-left: 33px;
  padding-right: 0;
}

.myTable.table11 .table_id thead th:nth-child(2) {
  width: 140px;
}

.myTable.table11 .downloadXls {
  float: right;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #f1f2f4;
  border: none;
  margin-left: 10px;
  margin-top: 3px;
}

.myTable.table11 .dataTables_wrapper .dataTables_filter {
  top: 8px;
  left: 90px;
  right: auto;
}

.myTable.table11 .dataTables_wrapper .dataTables_filter input {
  width: 160px;
  background-color: #fff;
}

.myTable.table11 a.linkGo {
  text-decoration: none;
  color: #4d69d7;
}

.myTable.table11 a.linkGo .fa {
  margin-left: 10px;
}

.myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead {
  line-height: 1;
}

.myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead span {
  display: block;
  font-size: 12px;
  color: #bec4ce;
}

.myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead .mob {
  display: none;
}

.myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead th {
  position: relative;
}

.myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead .container-select-for-month {
  background: #fff;
  width: 180px;
  height: 34px;
  padding: 12px 10px;
  margin-top: 5px;
}

.myTable.table11_1 .table_id tbody .btn-gr {
  display: none;
}

.myTable.table11_2 .table_id thead th {
  padding: 5px 13px;
}

.myTable.table11_2 .table_id tbody tr td:nth-child(2) {
  padding-left: 4px;
}

.myTable.table11_2 .table_id tbody tr span {
  color: #999fab;
}

.myTable.table11_2 .dataTables_wrapper .dataTables_filter {
  top: 10px;
}

.myTable.chart .dataTables_wrapper:after {
  visibility: hidden;
}

.myTable.chart .table_id tr.active td {
  background-color: rgba(77, 105, 215, 0.06);
}

.myTable.chart .table_id td {
  padding: 15px 14px;
}

.landingPage .main {
  overflow: hidden;
  background: #fff;
}

.landingPage header {
  width: 100%;
  position: relative;
  background: url("../img/landing/fon-header.png") no-repeat center top, #fff;
  overflow: hidden;
}

.landingPage .wrapper-header .fon-i {
  position: absolute;
  top: 433px;
  left: 52%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.landingPage .line-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

.landingPage .line-bottom svg:not(:root) {
  overflow: visible;
}

.landingPage h2 {
  font-family: "rubic", sans-serif;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 19px;
}

.landingPage .section h3 {
  font-family: "rubic", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d69d7;
}

.landingPage header {
  position: relative;
  width: 100%;
  border-bottom: none;
}

.landingPage header::before {
  display: none;
}

.landingPage header .nav-menu.active li a {
  color: #384454;
}

.landingPage header .nav-menu.active li.active a {
  color: #4d69d7;
}

.landingPage header .openMenu {
  color: #fff;
}

.landingPage header .closeMenu {
  color: #4d69d7;
}

.landingPage header .header .logo-stat {
  display: inline-block;
}

.landingPage header .header .logo-fix {
  display: none;
}

.landingPage header .header.fix {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: -50%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.landingPage header .header.fix.active {
  opacity: 1;
  top: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(56, 66, 84, 0.09);
          box-shadow: 0 0 20px 0 rgba(56, 66, 84, 0.09);
}

.landingPage header .header.fix .logo, .landingPage header .header.fix .nav-menu a {
  color: #384454;
}

.landingPage header .header.fix .logo-stat {
  display: none;
}

.landingPage header .header.fix .logo-fix {
  display: inline-block;
}

.landingPage header .header.fix .btncontact {
  background-color: transparent;
  border: 1px solid #4d69d7;
  color: #4d69d7;
}

.landingPage header .header.fix .openMenu, .landingPage header .header.fix .closeMenu {
  color: #4d69d7;
}

.landingPage header .header .logo, .landingPage header .header .nav-menu a {
  color: #fff;
}

.landingPage header .header .nav-menu {
  margin-left: 123px;
}

.landingPage header .header .nav-menu li {
  margin: 0 20px;
}

.landingPage header .header .nav-menu li a {
  font-family: "rubic", sans-serif;
  opacity: 1;
}

.landingPage header .btncontact {
  width: 130px;
  height: 36px;
  line-height: 36px;
  float: right;
  border: none;
  cursor: pointer;
  margin-top: 24px;
  background-color: transparent;
  border: 1px solid #fff;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  text-decoration: none;
}

.landingPage .textContent {
  margin-top: 70px;
  text-align: center;
}

.landingPage .textContent h1 {
  font-family: "rubic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-bottom: 4px;
}

.landingPage .textContent .date {
  font-family: "rubic", sans-serif;
  font-size: 21px;
  text-align: center;
  color: #ffffff;
}

.landingPage .textContent .lookCourse {
  display: block;
  width: 218px;
  margin: 0 auto;
  height: 50px;
  margin-top: 45px;
  margin-bottom: 194px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #324bb1;
  font-family: "rubic", sans-serif;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: none;
}

.landingPage .blockBOX {
  margin-right: 30px;
  -webkit-box-shadow: 0 23px 50px 0 rgba(48, 57, 74, 0.1);
          box-shadow: 0 23px 50px 0 rgba(48, 57, 74, 0.1);
  margin-bottom: 235px;
  height: auto;
  z-index: 1;
}

.landingPage .blockBOX:after {
  display: none;
}

.landingPage .blockBOX .head h3 {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
  margin-bottom: 7px;
}

.landingPage .blockBOX .head .info {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #959ba5;
}

.landingPage .blockBOX .head .info .date {
  position: relative;
  color: #787f8b;
  font-weight: 500;
  padding-right: 5px;
}

.landingPage .blockBOX .head .info .time {
  color: #8a919d;
  font-weight: 500;
}

.landingPage .blockBOX .box {
  position: relative;
}

.landingPage .blockBOX .box1 {
  margin-top: 25px;
}

.landingPage .blockBOX .box2 {
  padding-top: 20px;
}

.landingPage .blockBOX .resultConvert {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #384254;
}

.landingPage .blockBOX .boxConvert {
  position: relative;
}

.landingPage .blockBOX .boxConvert .rate {
  display: block;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bec4ce;
  margin-top: 18px;
  margin-bottom: 12px;
}

.landingPage .blockBOX .refreshBtn {
  position: absolute;
  top: 112px;
  right: -6px;
  background: none;
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
          box-shadow: 0 20px 20px 0 rgba(49, 57, 67, 0.04);
  background-color: #4d69d7;
  cursor: pointer;
  line-height: 0;
}

.landingPage .blockBOX .refreshBtn:hover img {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

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

.landingPage .sectionINFO {
  position: relative;
}

.landingPage .sectionINFO.zindex {
  z-index: 2;
}

.landingPage .sectionINFO .sectionINFO-wrap {
  margin-left: 21px;
}

.landingPage .sectionINFO img {
  -webkit-box-shadow: 0 40px 90px 0 rgba(48, 57, 74, 0.1);
          box-shadow: 0 40px 90px 0 rgba(48, 57, 74, 0.1);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.landingPage .sectionINFO p {
  font-family: "rubic", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #384254;
}

.landingPage .sectionINFO .widget1 {
  position: relative;
  text-align: center;
  margin-top: 31px;
  margin-left: -40px;
  z-index: 2;
}

.landingPage .sectionINFO .widget2 {
  position: absolute;
  z-index: 1;
  right: -115px;
  top: 198px;
}

.landingPage .sectionINFO .widget3-fon {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: -424px;
  left: -618px;
}

.landingPage .sectionINFO .widget3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -460px;
}

.landingPage .sectionINFO .box {
  position: relative;
  margin-top: 50px;
  padding-left: 94px;
}

.landingPage .sectionINFO .box.box2 {
  margin-top: 38px;
}

.landingPage .sectionINFO .box h3 {
  margin-top: 25px;
  margin-bottom: 12px;
}

.landingPage .sectionINFO .box .fa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: #4d69d7;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 70px;
  background-color: rgba(77, 105, 215, 0.1);
}

.landingPage .section3 {
  margin-top: 294px;
}

.landingPage .contact {
  margin-top: 460px;
  background: url("../img/landing/fon-footer.png") no-repeat center;
}

.landingPage .contact .contactPop {
  width: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
  opacity: 1;
  top: -82px;
  left: auto;
  z-index: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-shadow: 0 0 90px 0 rgba(48, 57, 74, 0.1);
          box-shadow: 0 0 90px 0 rgba(48, 57, 74, 0.1);
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.landingPage .contact .contactPop .contactPop-head {
  padding: 25px 25px 0 25px;
}

.landingPage .contact .contactPop .contactPop-content {
  padding: 43px 39px 30px 39px;
}

.landingPage .contact .contactPop input {
  margin-bottom: 5px;
}

.landingPage .contact .contactPop label {
  padding-bottom: 5px;
}

.landingPage .contact .contactPop label p {
  margin-bottom: 5px;
}

.landingPage .contact .contactPop .selectBox .fa-angle-down {
  font-size: 17px;
  top: 0;
  right: 0;
}

.landingPage .contact .contactPop .textWrap textarea {
  min-height: 60px;
}

.landingPage .contact .contactPop .textWrap .sessionNum_count {
  bottom: 13px;
  right: 8px;
}

.landingPage .contact .contactPop .send {
  margin-top: 44px;
}

.landingPage .contact .contactPop h2 {
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #313943;
}

/* Color palette */
/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  header .time {
    display: none;
  }
  header .local img {
    margin-right: 22px;
  }
  header .local .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
  }
  header .local .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 20px;
  }
  header .local::after {
    display: none;
  }
  header .logo {
    margin-right: 0;
  }
  header .heade-right {
    margin-top: 28px;
  }
  header .nav-menu li {
    margin-left: 35px;
  }
  .breadcrumbWrapper .breadcrumb {
    display: none;
  }
  .description-page {
    margin-top: 20px;
  }
  .description-page h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .description-page p {
    font-size: 14px;
  }
  .select2-container--default .dropdown-select-for-city, .select2-container--default .dropdown-select-for-city-mini {
    left: -217px;
  }
  .select2-container--default .dropdown-select-for-city-mini {
    left: -28px;
  }
  .myTable.courseBank .link .hide {
    display: none;
  }
  .myTable .btn-gr .btn {
    width: 50px;
    font-weight: 100;
    display: inline-block;
    line-height: 0;
  }
  .myTable .btn-gr .btn .iconDollar, .myTable .btn-gr .btn .iconEUR {
    display: none;
  }
  .myTable .btn-gr .buy {
    margin-right: 7px;
  }
  .myTable .btn-gr .buy:before {
    position: relative;
    content: "+";
    color: #fff;
    font-size: 25px;
  }
  .myTable .btn-gr .sell:before {
    position: relative;
    content: "\2013";
    color: #fff;
    font-size: 25px;
  }
  .myTable.table11_1 .table_id thead th:last-child {
    display: none;
  }
  .myTable.table11_1 .table_id tbody .phoneNumber {
    display: none;
  }
  .myTable.table11_1 .table_id tbody .btn-gr {
    padding-top: 10px;
    display: block;
  }
  .myTable.table11_1 .table_id tbody .btn-gr .btn {
    background: #e5e8ec;
  }
  .myTable.table11_1 .table_id tbody .btn-gr .call {
    margin-right: 10px;
  }
  .myTable.table11_1 .table_id tbody td:nth-child(7) {
    padding: 0 14px;
  }
  .myTable.table11_1 .table_id tbody td:last-child {
    display: none;
  }
  .section .blockBOX .courseBox .boxInfo {
    margin: 0;
  }
  .section .blockBOX .courseBox .boxInfo.active {
    margin: 0;
    padding: 19px 17px;
    margin-left: 28px;
    margin-right: 27px;
  }
  .section .blockBOX .courseBoxMini {
    margin-right: 25px;
  }
  .section .blockBOX .courseBoxMini .boxInfo {
    margin: 0;
  }
  .section .blockBOX .courseBoxMini .boxInfo .status {
    padding-top: 8px;
  }
  .section .blockBOX .courseBoxMini .boxInfo.active {
    margin: 0;
    padding: 28px 13px;
    margin-right: 15px;
  }
  .section .blockBOX .exchangeBox .head h3 {
    white-space: nowrap;
  }
  .section .blockBOX .exchangeBox .head h3 .select2-container--default .select2-selection--single {
    background: none;
  }
  .section .blockBOX .exchangeBox .rowInfo .info .hide {
    display: none;
  }
  .section .blockBOX .exchangeBank {
    margin-right: 9px;
  }
  .section .blockBOX .exchangeBank .rowInfo .rectInput {
    width: 180px;
    margin-left: 37px;
  }
  .section .blockBOX .exchangeBank .rowInfo .rectInput input {
    min-width: 145px;
  }
  .section .blockBOX .exchangeBank .rowInfo .rectInput2 {
    margin-left: 44px;
  }
  .section .exchange .select2-container--default {
    margin-top: -60px;
  }
  .section.bank .descr-wrap2 {
    margin-left: 36px;
  }
  .section .wrapperBank p, .section .wrapperBank a {
    white-space: nowrap;
  }
  .section .wrapperBank p .boxValue, .section .wrapperBank a .boxValue {
    right: 60px;
  }
  .infoPage .margin-top {
    margin-top: 30px;
    height: auto;
  }
  .infoPage .tableInfo {
    padding-bottom: 20px;
  }
  .infoPage .tableInfo .part {
    display: inline-block;
    float: left;
  }
  .infoPage .tableInfo .first-part {
    width: 43%;
  }
  .infoPage .tableInfo .first-part .tableTd:last-child {
    padding-left: 73px;
  }
  .infoPage .tableInfo .second-part {
    width: 57%;
    padding-bottom: 30px;
  }
  .infoPage .wrapperSlider {
    margin-bottom: 25px;
  }
  .infoPage .wrapperSlider .nav-slider {
    margin-right: 28px;
  }
  .infoPage .wrapperSlider .nav-slider li {
    width: 108px;
    margin-left: 17px;
  }
  .infoPage .wrapperSlider .slider {
    margin-bottom: 0;
  }
  .infoPage .wrapperSlider .slider .item {
    width: 94%;
    height: 264px;
  }
  .infoPage .wrapperSlider .slider .item .flip-container {
    width: 379px;
  }
  .infoPage .wrapperSlider .slider .item .flip-container .front, .infoPage .wrapperSlider .slider .item .flip-container .back {
    width: 379px;
  }
  .infoPage .wrapperSlider .slider .item .flip-container .btnTurn {
    bottom: -70px;
  }
  .chart .nav-chart li {
    padding: 0 12px;
  }
  .chart .nav-chart li:last-child {
    display: none;
  }
  .chart .chart-wr-mini .nav-chart li:last-child {
    display: none;
  }
  .chart .rowInfo .statwrap {
    margin-left: 60px;
  }
  .chart .rowInfo .statwrap .status span {
    display: none;
  }
  .chart .rowInfo .statwrap .status:first-child:after {
    float: right;
    height: 18px;
  }
  .myTable.MAP .table_id thead th:nth-child(1) {
    width: 260px;
  }
  .myTable.MAP .table_id thead th:nth-child(2) {
    width: 195px;
  }
  .myTable.table11 .dataTables_wrapper .dataTables_filter input {
    width: 144px;
  }
  .myTable.table11_2 .table_id tbody tr td:nth-child(2) {
    padding-left: 15px;
  }
  .myTable.table11_2 .dataTables_wrapper .dataTables_filter {
    left: 79px;
  }
  .myTable.table11_2 .dataTables_wrapper .dataTables_filter input {
    width: 124px;
  }
  footer .nav-footer.nav-footer1 {
    margin-left: 25px;
  }
  footer .nav-footer.nav-footer2 {
    margin-left: 40px;
  }
  footer .nav-footer.nav-footer3 {
    margin-left: 30px;
  }
  #btnTop {
    display: none;
  }
  .landingPage header .nav-menu li {
    margin-left: 18px;
  }
  .lapndingPage header .btncontact {
    width: 125px;
  }
}

@media (max-width: 991.98px) {
  .BlockTop {
    display: none;
  }
  .myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody tbody tr.TableTop {
    position: relative;
  }
  .myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody tbody tr.TableTop.TOP_uniq_10 td:last-child::after {
    content: 'TOP 10 Банков России';
    position: absolute;
    visibility: visible;
    left: 0;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    padding-left: 84px;
    margin-top: 52px;
    color: #4d69d7;
    background-color: rgba(77, 105, 215, 0.1);
  }
  .myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody tbody tr.TableTop.TOP_uniq_50 td:last-child::after {
    content: 'TOP 50 Банков России';
    position: absolute;
    visibility: visible;
    left: 0;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    padding-left: 84px;
    margin-top: 52px;
    color: #4d69d7;
    background-color: rgba(77, 105, 215, 0.1);
  }
  .myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody tbody tr.TableTop.TOP_uniq_100 td:last-child::after {
    content: 'TOP 100 Банков России';
    position: absolute;
    visibility: visible;
    left: 0;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 30px;
    height: 30px;
    padding-left: 84px;
    margin-top: 52px;
    color: #4d69d7;
    background-color: rgba(77, 105, 215, 0.1);
  }
  .myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody tbody tr.TableTop td {
    padding-bottom: 52px;
  }
  .myTable .dataTables_wrapper .dataTables_scroll {
    position: relative;
  }
  .myTable .dataTables_wrapper .dataTables_scroll:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 20%;
    z-index: 2;
    -webkit-border-radius: 0 0 8px 0;
            border-radius: 0 0 8px 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0.16)));
    background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0.16));
    background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0.16));
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.16));
  }
  .myTable .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody.active {
    z-index: 3;
  }
  .select2-container--default .dropdown-select-for-city {
    left: -190px;
    width: 230px !important;
    height: 267px;
    padding: 12px 14px 14px 14px;
    overflow: hidden;
  }
  .select2-container--default .dropdown-select-for-city .select2-search--dropdown .titleCity {
    font-size: 12px;
    margin-bottom: 9px;
    color: #384254;
  }
  .select2-container--default .dropdown-select-for-city .select2-search--dropdown .select2-search__field {
    width: 200px;
  }
  .select2-container--default .dropdown-select-for-city .select2-results > .select2-results__options {
    max-height: 150px;
  }
  hr.lineGrad {
    margin-top: 16px;
  }
  hr.lineFull {
    margin-top: 18px;
  }
  header .bg_head {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 66, 84, 0.64);
    z-index: 1;
  }
  header .bg_head.active {
    display: block;
  }
  header .header {
    height: 60px;
  }
  header .timeMob, header .logoMob {
    display: block;
  }
  header .timeMob {
    text-align: left;
    margin-left: 35px;
  }
  header .timeMob .lineGrad {
    margin-top: 22px;
    margin-bottom: 27px;
  }
  header .heade-right {
    margin-top: 13px;
  }
  header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 15px;
  }
  header .logoMob {
    position: relative;
    margin-left: 35px;
    margin-top: 18px;
    margin-bottom: 28px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
  }
  header .local img {
    margin-right: 0;
  }
  header .local b {
    display: none;
  }
  header .local .select2-container--default {
    width: 22px !important;
  }
  header .local .select2-container--default .select2-selection--single {
    width: 22px !important;
  }
  header .openMenu, header .closeMenu {
    display: inline-block;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
  }
  header .openMenu {
    color: #bec4ce;
    font-size: 22px;
    margin-top: 13px;
    padding: 0;
  }
  header .nav-menu {
    position: fixed;
    background: #fff;
    top: 0;
    left: -100%;
    width: 78%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: 10000;
  }
  header .nav-menu.active {
    left: 0;
    z-index: 8888;
    opacity: 1;
  }
  header .nav-menu li {
    display: block;
    margin-top: 17px;
  }
  header .nav-menu li.active:before {
    display: none;
  }
  header .nav-menu .closeMenu {
    position: absolute;
    top: 87px;
    right: -22%;
    font-size: 30px;
    color: #fff;
  }
  header .nav-menu .closeMenu .fa-remove:before, header .nav-menu .closeMenu .fa-close:before, header .nav-menu .closeMenu .fa-times:before {
    content: '\2716';
  }
  .description-page h2 {
    font-size: 16px;
  }
  .description-page p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .description-page-top {
    margin-bottom: 15px;
  }
  .section h3 {
    font-size: 16px;
  }
  .section .selectBox {
    float: inherit;
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 7px;
  }
  .section .title-wrap {
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .section .blockBOX .content {
    padding: 20px 20px;
    padding-top: 15px;
  }
  .section .blockBOX .content .dynamicsCourse.box1 {
    margin-top: 16px;
  }
  .section .blockBOX .content .dynamicsCourse .selectBox {
    top: 0;
    width: 100%;
  }
  .section .blockBOX .content .exchangeBox .rowInfo .rectInput {
    min-width: 380px;
  }
  .section .blockBOX .content .exchangeBox .rowInfo .rectInput input {
    min-width: 345px;
  }
  .section .blockBOX .content .exchangeBox .rowInfo.sell {
    margin-bottom: 18px;
  }
  .section .blockBOX .content .exchangeBox .link {
    margin-bottom: 27px;
  }
  .section .wrapperBank {
    padding-top: 19px;
  }
  .section .wrapperBank p, .section .wrapperBank a {
    font-size: 14px;
  }
  .section .wrapperBank p {
    margin-bottom: 16px;
  }
  .section .wrapperBank .lineGrad {
    display: block;
    margin: 18px 0;
  }
  .section.bank .descr-wrap2 {
    margin-left: 0;
  }
  .section.bank .descr-wrap3 {
    margin-left: 0;
  }
  .myTable.courseBank.section .head {
    padding: 15px 29px;
    padding-bottom: 0;
    margin-bottom: 13px;
  }
  .section .exchange .select2-container--default {
    margin-top: 0;
  }
  .section .blockBOX .boxConvert .box2 {
    padding-top: 28px;
  }
  .section .blockBOX .refreshBtn {
    top: 105px;
  }
  .section .blockBOX .courseBox {
    text-align: center;
    margin: 0;
  }
  .section .blockBOX .courseBox .boxInfo:last-child {
    margin-top: 5px;
  }
  .section .blockBOX .courseBox .head > img {
    width: 26px;
    margin-right: 12px;
  }
  .section .blockBOX .courseBox .info {
    white-space: nowrap;
  }
  .section .blockBOX .courseBox .dynamicsCourse .selectBox {
    margin-bottom: 9px;
  }
  .section .blockBOX .courseBox .dynamicsCourse h3 {
    margin-bottom: 15px;
  }
  .section .blockBOX .courseBox .dynamicsCourse p {
    margin-bottom: 15px;
  }
  .section .blockBOX .courseBox .boxConvert hr.lineGrad {
    margin-top: 23px;
  }
  .section .blockBOX .courseBox .boxConvert .rate {
    margin-top: 6px;
    margin-bottom: 5px;
  }
  .exchangeBank .rowInfo .price {
    float: inherit;
    margin-left: 37px;
  }
  .exchangeBank .profitableInfo {
    margin-bottom: 20px;
  }
  .courseBox.courseBoxMini {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .courseBox.courseBoxMini .courseBoxMiniWrap {
    display: block;
    width: 380px;
    margin: 0 auto;
  }
  .courseBox.courseBoxMini .courseBoxMiniWrap .boxInfo {
    float: inherit;
  }
  .courseBox.courseBoxMini .courseBoxMiniWrap .boxInfo.active {
    margin: 0 28px;
    padding: 15px 13px;
  }
  .courseBox.courseBoxMini .courseBoxMiniWrap .boxInfo:nth-child(2) {
    float: left;
    margin-top: 0px;
  }
  .courseBox.courseBoxMini .courseBoxMiniWrap .boxInfo:nth-child(3) {
    vertical-align: top;
    margin-top: 0px;
  }
  .select2-container--default .select2-selection--single {
    height: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
  }
  .chart-m, .chart-lg {
    font-size: 11px;
  }
  .chart-m {
    width: auto;
  }
  .page .block .dynamicsCourse .chart-m {
    margin-left: -20px;
    margin-right: -20px;
  }
  .chart .nav-chart li {
    width: 14%;
    padding: 0;
    text-align: center;
  }
  .chart .chart-header {
    padding: 20px;
    padding-bottom: 0;
  }
  .chart hr.lineFull {
    margin-top: 0;
  }
  .myTable.section .head {
    padding: 20px 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .myTable .dataTables_wrapper .dataTables_filter, .myTable.tableCB .dataTables_wrapper .dataTables_filter, .myTable.table6 .dataTables_wrapper .dataTables_filter, .myTable.table7 .dataTables_wrapper .dataTables_filter, .myTable.table11 .dataTables_wrapper .dataTables_filter {
    position: relative;
    top: 0;
    right: inherit;
    left: inherit;
    width: 100%;
  }
  .myTable .dataTables_wrapper .dataTables_filter label, .myTable.tableCB .dataTables_wrapper .dataTables_filter label, .myTable.table6 .dataTables_wrapper .dataTables_filter label, .myTable.table7 .dataTables_wrapper .dataTables_filter label, .myTable.table11 .dataTables_wrapper .dataTables_filter label {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .myTable .dataTables_wrapper .dataTables_filter input, .myTable.tableCB .dataTables_wrapper .dataTables_filter input, .myTable.table6 .dataTables_wrapper .dataTables_filter input, .myTable.table7 .dataTables_wrapper .dataTables_filter input, .myTable.table11 .dataTables_wrapper .dataTables_filter input {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
  .myTable.tableCB .table_id thead {
    background: #fff;
  }
  .myTable.tableCB .selectBox {
    margin-bottom: 0;
  }
  .myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .usa:before, .myTable.tableCB .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable thead .eur:before {
    background: #fff;
  }
  .myTable.tableCB .dataTables_wrapper .dataTables_filter label {
    padding-bottom: 18px;
    padding-top: 18px;
    background: #f2f4f7;
    margin-bottom: 0;
  }
  .myTable.MAP .dataTables_wrapper .dataTables_filter {
    top: 0;
  }
  .myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead .container-select-for-month {
    width: 135px;
  }
  .myTable.table11 .table_id thead {
    background: #fff;
  }
  .myTable.table11 .dataTables_wrapper .dataTables_filter label {
    padding-bottom: 18px;
    padding-top: 18px;
    background: #f2f4f7;
    margin-bottom: 0;
  }
  .myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead .container-select-for-month {
    border: 1px solid rgba(222, 225, 230, 0.81);
  }
  .section .selectBox .valueTag {
    font-size: 14px;
  }
  .select2-container--default .dropdown-select-for-month {
    min-width: 250px !important;
    max-width: 680px !important;
  }
  .select2-container--default .dropdown-select-for-month.select2-dropdown--below {
    top: 0px;
  }
  .select2-container--default .dropdown-select-for-month.select2-dropdown--above {
    top: -10px;
  }
  .myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead .mob, .myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead span {
    display: block;
    color: #8992a1;
    font-size: 14px;
    line-height: 1.2;
  }
  .myTable.table11 .dataTables_wrapper.no-footer div.dataTables_scrollHead .table_id_12 thead .select2-container--default {
    display: none;
  }
  .myTable.table11 .head {
    margin-bottom: 5px;
  }
  .myTable.table11 .selectBox {
    margin-bottom: 10px;
    height: 38px;
    padding-top: 10px;
  }
  .myTable.table11 .selectBox .selectMenuBox {
    top: 45px;
  }
  .myTable.table11 .selectBox .fa-angle-down {
    top: 12px;
  }
  .myTable.table11 .table_id tbody tr td:nth-child(2) {
    padding-left: 14px;
  }
  .myTable.table11 .select2-container--default {
    width: 100% !important;
  }
  .myTable.table11 .select2-container--default .container-select-for-month {
    display: block;
    border: 1px solid rgba(222, 225, 230, 0.81);
    padding: 11px 8px 0 11px;
    height: 38px;
    margin-bottom: 10px;
  }
  .myTable.table11 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 13px;
    font-size: 14px;
  }
  .myTable.table11_2 .table_id thead th:nth-child(1) {
    padding-left: 30px;
  }
  .myTable.table11_2 .table_id thead th {
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .myTable.table11_2 .table_id tbody tr span {
    display: none;
  }
  .myTable.table11_2 .table_id tbody tr td:nth-child(1) {
    padding-left: 30px;
  }
  .myTable.table11_2 .table_id tbody tr td:nth-child(2) {
    padding-left: 57px;
  }
  .myTable.table11_2 .table_id tbody tr td:nth-child(5) {
    padding-left: 45px;
  }
  .myTable.table11_2 .table_id tbody tr td:nth-child(6) {
    padding-left: 40px;
  }
  .myTable.table11_2 .table_id tbody tr td {
    padding-left: 53px;
  }
  .myTable.table6 .selectBox, .myTable.table7 .selectBox {
    margin-bottom: 0;
    max-width: 100%;
  }
  .myTable.table6 .table_id thead, .myTable.table7 .table_id thead {
    background: #fff;
  }
  .myTable.table6 .dataTables_wrapper .dataTables_filter label, .myTable.table7 .dataTables_wrapper .dataTables_filter label {
    padding-bottom: 18px;
    padding-top: 18px;
    background: #f2f4f7;
    margin-bottom: 0;
  }
  .infoPage .wrapperSlider .nav-slider {
    margin-top: 0;
    margin: 20px;
  }
  .infoPage .wrapperSlider .nav-slider li {
    width: 79px;
  }
  footer {
    padding: 30px 0;
  }
  footer .logo {
    margin-bottom: 20px;
  }
  footer .copyright {
    margin-bottom: 15px;
  }
  footer .socialLink .socials {
    margin-bottom: 22px;
  }
  footer .nav-footer {
    margin-bottom: 38px;
  }
  footer .nav-footer li {
    margin-bottom: 10px;
  }
  footer .nav-footer li:last-child {
    margin-bottom: 0;
  }
  footer .nav-footer.nav-footer1, footer .nav-footer.nav-footer2, footer .nav-footer.nav-footer3 {
    margin-left: 0;
  }
  footer .nav-footer.nav-footer3 {
    margin-bottom: 5px;
  }
  .landingPage header .btncontact {
    float: none;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .landingPage .blockBOX {
    margin-right: 0;
    margin-bottom: 120px;
  }
  .landingPage .sectionINFO .widget3 {
    left: -100%;
  }
  .landingPage .contact .contactPop {
    width: 350px;
  }
  .landingPage .contact .contactPop .send {
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .modal-dialog {
    max-width: 95%;
  }
  #mapPop .modal-dialog {
    max-width: 95%;
  }
  .select2-container--default .dropdown-select-for-city {
    left: -212px;
  }
  .select2-container--default .container-select-for-city-mini .select2-selection__rendered {
    line-height: 12px;
  }
  .page .selectBox {
    padding-top: 7px;
    margin-bottom: 15px;
  }
  .section h3 {
    line-height: 1.2;
    margin-bottom: 0;
  }
  .section .hide {
    display: none;
  }
  .section.bank .title-wrap .head-title {
    padding-left: 38px;
  }
  .section.bank .title-wrap img {
    position: absolute;
  }
  .section.bank .btnOpen {
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-color: #f1f2f4;
    color: #999fab;
    border: none;
  }
  .section .btnOpen {
    top: 0;
    display: inline-block;
    float: inherit;
    width: 100%;
    margin-top: 14px;
  }
  .section .myTable .showMore {
    width: 90%;
  }
  .section .blockBOX .iconBlock {
    display: none;
  }
  .section .blockBOX .content .exchangeBox .hide {
    display: none;
  }
  .section .blockBOX .content .exchangeBox .link {
    text-align: center;
  }
  .section .blockBOX .content .exchangeBox .head {
    margin-bottom: 0;
  }
  .section .blockBOX .content .exchangeBox .head h3 {
    white-space: normal;
  }
  .section .blockBOX .content .exchangeBox .rowInfo .info {
    font-size: 13px;
  }
  .section .blockBOX .content .exchangeBox .rowInfo .rectInput {
    margin: 0;
    margin-left: 0;
    margin-bottom: 12px;
    margin-top: 12px;
    min-width: 84%;
  }
  .section .blockBOX .content .exchangeBox .rowInfo .rectInput input {
    min-width: 90%;
    max-width: 149px;
  }
  .section .blockBOX .content .exchangeBox .rowInfo .rectInput .sign {
    width: 10%;
  }
  .section .blockBOX .content .exchangeBox .rowInfo.sell .rectInput {
    margin: 0;
    margin-left: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .section .wrapperBank {
    margin: 0 20px;
  }
  .section .wrapperBank p .boxValue, .section .wrapperBank a .boxValue {
    right: 0;
  }
  .section .profitableInfo {
    position: relative;
    margin-top: 11px;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .section .profitableInfo img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section .exchange {
    margin: 0 20px;
    margin-top: 10px;
  }
  .section .exchange .select2-container--default {
    margin: 0;
    float: inherit;
    width: 100% !important;
  }
  .section .exchange .select2-selection--single .select2-selection__arrow {
    float: right;
  }
  .section .exchange .selectBox {
    display: block;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 42px;
  }
  .section .exchange .selectBox .fa {
    float: right;
    top: 12px;
  }
  .section .exchange .wrapRange {
    display: block;
    float: left;
    margin-bottom: 24px;
    width: 100%;
  }
  .section .exchange .wrapRange .value-range {
    margin-bottom: 6px;
  }
  .section .exchange .wrapRange .noUi-target {
    width: 100%;
  }
  .section .exchange .currencyChoise {
    display: block;
    margin: 0;
    float: left;
  }
  .section .exchange .currencyChoise .valueTag span {
    padding-top: 4px;
  }
  .section .exchange .currencyChoise img {
    width: 26px;
  }
  .section .blockBOX .exchangeBank {
    padding-top: 15px;
  }
  .section .blockBOX .exchangeBank .rowInfo .info {
    font-size: 16px;
  }
  .section .blockBOX .exchangeBank .rowInfo .price {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 0;
    float: inherit;
  }
  .section .blockBOX .exchangeBank .rowInfo .rectInput {
    width: 140px;
    margin: 0;
    margin-top: 20px;
  }
  .section .blockBOX .exchangeBank .rowInfo .rectInput input {
    min-width: 108px;
  }
  .myTable.table11 .downloadXls {
    display: none;
  }
  .myTable.section .head {
    padding-bottom: 0;
  }
  .myTable.courseBank .link {
    display: none;
  }
  .myTable.courseBank .btnGroup li {
    padding: 11px 0;
  }
  .myTable.courseBank .btnGroup li img {
    display: none;
  }
  .chart .chart-wr {
    margin: 0;
  }
  .chart .chart-wr .rowInfo {
    margin-left: 20px;
  }
  .chart .chart-wr .rowInfo .statwrap {
    margin-left: 0;
  }
  .chart .nav-chart {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .chart .nav-chart br {
    display: block;
  }
  .chart .nav-chart li {
    height: 28px;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .chart .nav-chart li.active {
    margin-left: 3px;
  }
  .wrapperForChart .chart-wr .nav-chart li:last-child {
    display: none;
  }
  .wrapperForChart .infoDelay {
    padding-left: 20px;
  }
  .wrapperForChart .infoDelay img {
    margin-left: -24px;
  }
  .infoPage .section2 .text {
    margin: 15px 20px;
  }
  .infoPage .section2 .text h3 {
    margin-bottom: 5px;
  }
  .infoPage .tableInfo .first-part {
    width: 100%;
  }
  .infoPage .tableInfo .first-part .tableTd:last-child {
    padding-left: 0;
  }
  .infoPage .tableInfo .second-part {
    width: 100%;
  }
  .infoPage .tableInfo .second-part .tableTd:last-child {
    padding-left: 0;
  }
  .infoPage .wrapperSlider {
    margin-bottom: 0;
  }
  .infoPage .wrapperSlider .btnTurn {
    width: 170px;
    margin-left: -85px;
    position: relative;
    bottom: 1px;
    margin-bottom: 20px;
  }
  .infoPage .wrapperSlider .owl-theme .owl-nav {
    top: inherit;
    bottom: -15px;
    left: 0;
  }
  .infoPage .wrapperSlider .owl-theme .owl-nav button.owl-prev {
    left: 15px;
  }
  .infoPage .wrapperSlider .owl-theme .owl-nav button.owl-next {
    right: 15px;
  }
  .infoPage .wrapperSlider .nav-slider {
    margin: 15px;
    text-align: center;
    margin-bottom: 5px;
  }
  .infoPage .wrapperSlider .nav-slider li {
    width: 32%;
    margin: 0;
    margin-bottom: 10px;
  }
  .infoPage .wrapperSlider .nav-slider li:first-child {
    margin-left: 0;
  }
  .infoPage .wrapperSlider .nav-slider li:last-child {
    width: 98%;
  }
  .infoPage .wrapperSlider .slider {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .infoPage .wrapperSlider .slider .item {
    width: auto;
    height: 123px;
    padding-top: 20px;
  }
  .infoPage .wrapperSlider .slider .item .flip-container {
    width: 196px;
    height: 123px;
  }
  .infoPage .wrapperSlider .slider .item .flip-container .front, .infoPage .wrapperSlider .slider .item .flip-container .back {
    width: 196px;
    height: 83px;
  }
  .infoPage .wrapperSlider .slider .item .flip-container .btnTurn {
    bottom: 0;
  }
  .popuprequisites {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .popuprequisites .closePopup {
    top: 25px;
    right: 35px;
  }
  .popuprequisites .blockrequisites tr td {
    padding-right: 15px;
    vertical-align: top;
  }
  .contactPop {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .popupRequest {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .popupRequest h4 {
    font-size: 14px;
    padding-right: 45px;
  }
  .popupRequest .wrapBtn .ChoisePop {
    width: 100%;
  }
  .popupRequest .wrapBtn .ChoisePop:last-child {
    float: inherit;
    margin-top: 15px;
  }
  .popupRequest .wrapRange .rect1 {
    display: none;
  }
  .popupRequest .wrapRange .rect2 {
    top: -66px;
  }
  .popupRequest .wrapRange .rectinfo {
    left: 0;
  }
  .popupRequest .wrapRange .value-range {
    left: 0;
  }
  .popupRequest .wrapRange .noUi-horizontal {
    width: 100%;
    margin-left: 0;
  }
  .popupRequest .form .send {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  footer .copyright, footer p {
    font-size: 13px;
  }
  footer .nav-footer li a {
    font-size: 13px;
    white-space: nowrap;
  }
  footer .nav-footer li:first-child {
    font-size: 16px;
  }
  footer .wrap-b p {
    font-size: 13px;
  }
  .landingPage .textContent h1 {
    font-size: 27px;
  }
  .landingPage .textContent {
    margin-top: 60px;
  }
  .landingPage .textContent .lookCourse {
    margin-bottom: 125px;
  }
  .landingPage .sectionINFO .widget3 {
    display: none;
  }
  .landingPage .contact {
    margin-top: 200px;
  }
  .landingPage .contact .contactPop {
    width: 90%;
  }
}

@media only screen and (max-width: 456px) {
  .section .blockBOX .exchangeBox .rowInfo .rectInput {
    min-width: 78%;
  }
  .section .blockBOX .exchangeBox .rowInfo .rectInput input {
    min-width: 80%;
  }
  .section .blockBOX .exchangeBox .rowInfo .rectInput .sign {
    width: 20%;
  }
  .section .blockBOX .courseBox .boxInfo.active {
    margin: 0;
    float: left;
    padding: 28px 13px;
    margin-right: 25px;
  }
  .section .blockBOX .courseBox .boxInfo.active .oneUnit {
    display: block;
    margin-bottom: 10px;
  }
  .section .blockBOX .courseBox .boxInfo .oneUnit {
    display: none;
  }
  .section .blockBOX .courseBox .courseBoxMiniWrap {
    width: 250px;
    display: inline-block;
  }
  .section .blockBOX .courseBoxMini {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .section .blockBOX .courseBoxMini .courseBoxMiniWrap {
    display: inline-block;
    width: 250px;
  }
  .section .blockBOX .courseBoxMini .courseBoxMiniWrap .boxInfo {
    float: left;
  }
  .section .blockBOX .courseBoxMini .courseBoxMiniWrap .boxInfo.active {
    margin: 0;
    padding: 28px 13px;
    margin-right: 15px;
  }
  .section .blockBOX .courseBoxMini .courseBoxMiniWrap .boxInfo:nth-child(2) {
    margin-top: 0px;
  }
  .section .blockBOX .courseBoxMini .courseBoxMiniWrap .boxInfo:nth-child(3) {
    vertical-align: middle;
    margin-top: 0px;
  }
}

@media (max-width: 575.98px) {
  .infoPage .wrapperSlider .nav-slider li {
    width: 30%;
    margin: 0 3px;
    margin-bottom: 10px;
  }
  .infoPage .wrapperSlider .nav-slider li.active {
    margin-left: 3px;
  }
  .chart .nav-chart {
    margin-left: 20px;
    margin-right: 20px;
  }
  .chart .nav-chart li {
    margin: 0 0px;
    margin-bottom: 10px;
    width: 32%;
  }
  .chart .nav-chart li.active {
    margin-left: 0;
  }
  .landingPage .sectionINFO .widget1, .landingPage .sectionINFO .widget2 {
    display: none;
  }
  .landingPage .section3 {
    margin-top: 50px;
  }
  .landingPage header .btncontact {
    right: 50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
  }
  .landingPage .contact .contactPop {
    width: 100%;
  }
  .landingPage h2 {
    font-size: 24px;
  }
}
