@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@font-face {
  font-family: "SFUIText";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/SFUIText-Regular/SFUIText-Regular.eot");
  src: url("../fonts/SFUIText-Regular/SFUIText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Regular/SFUIText-Regular.woff") format("woff"), url("../fonts/SFUIText-Regular/SFUIText-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIText";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/SFUIText-Light/SFUIText-Light.eot");
  src: url("../fonts/SFUIText-Light/SFUIText-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Light/SFUIText-Light.woff") format("woff"), url("../fonts/SFUIText-Light/SFUIText-Light.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIText";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/SFUIText-Medium/SFUIText-Medium.eot");
  src: url("../fonts/SFUIText-Medium/SFUIText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Medium/SFUIText-Medium.woff") format("woff"), url("../fonts/SFUIText-Medium/SFUIText-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIText";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SFUIText-Semibold/SFUIText-Semibold.eot");
  src: url("../fonts/SFUIText-Semibold/SFUIText-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIText-Semibold/SFUIText-Semibold.woff") format("woff"), url("../fonts/SFUIText-Semibold/SFUIText-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIDisplay";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.eot");
  src: url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.woff") format("woff"), url("../fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIDisplay";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.eot");
  src: url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.woff") format("woff"), url("../fonts/SFUIDisplay-Bold/SFUIDisplay-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIDisplay";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.eot");
  src: url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.woff") format("woff"), url("../fonts/SFUIDisplay-Medium/SFUIDisplay-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "SFUIDisplay";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.eot");
  src: url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.woff") format("woff"), url("../fonts/SFUIDisplay-Semibold/SFUIDisplay-Semibold.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-family: "Qanelas", Arial, sans-serif;
  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.5rem;
  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: 960px; } }
  @media (min-width: 1320px) {
    .container {
      max-width: 1280px; } }

.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: 1320px) {
  .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: 1320px) {
  .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: 1320px) {
  .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; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

::-moz-selection {
  background-color: #295d8c;
  color: #fff; }

::selection {
  background-color: #295d8c;
  color: #fff; }

html, body {
  min-height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.39;
  font-family: "SFUIDisplay", sans-serif;
  overflow-x: hidden; }
  body input, body textarea {
    border: #666 1px solid;
    outline: none; }
    body input:focus:required:invalid, body textarea:focus:required:invalid {
      border-color: red; }
    body input:required:valid, body textarea:required:valid {
      border-color: green; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }
  .img-responsive.img-width {
    width: 100%; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

h1, h2, h3, h4, h5, h6 {
  cursor: default;
  line-height: 1; }

h2 {
  /* font-size: 32px; } */
  font-size: 26px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

a:hover, a:focus {
  text-decoration: none; }

a, button, input {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  outline: none; }
  a:hover, a:focus, button:hover, button:focus, input:hover, input:focus {
    outline: none; }

.top-block {
  position: relative;
  z-index: 20; }

.top-block-first {
  height: 50px;
  border-bottom: 2px solid #E1E1E1;
  border-top: 2px solid #E1E1E1;
  /* background-color: #F0F0F0; */
  background-color: #EDF1F5;
  position: relative;
  z-index: 20; }
  .top-block-first .container, .top-block-first .row {
    height: 100%; }

.tbf-company-name {
  font-size: 18px;
  color: #000;
  text-transform: uppercase; }

.tbf-soc {
  font-size: 20px; }
  .tbf-soc a {
    color: #97BBDB;
    margin-right: 32px;
    -webkit-transition: all 0.4s ease, margin-right 0s, font-size 0s;
    -o-transition: all 0.4s ease, margin-right 0s, font-size 0s;
    transition: all 0.4s ease, margin-right 0s, font-size 0s; }
    .tbf-soc a:last-child {
      margin-right: 0; }
    .tbf-soc a:hover, .tbf-soc a:focus {
      text-decoration: none; }

.topline-lang-panel {
  position: relative;
  font-size: 16px;
  /* width: 103px; */
  width: 97px;
  margin-right: 0;
  margin-left: auto; }

.current-lang {
  color: #212121;
  font-size: 16px;
  position: relative;
  display: block;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  text-transform: uppercase;
  border: 1px solid #DFDFDF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .current-lang:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top: 4px solid #D5D5D5;
    right: 7px;
    top: 50%;
    margin-top: -2px; }
  .current-lang:hover, .current-lang:focus {
    color: #212121; }
  .current-lang * {
    pointer-events: none; }
  .current-lang .flag {
    height: 100%;
    width: 41px;
    border-right: 1px solid #DFDFDF;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .current-lang .lang-abbr {
    padding-left: 9px; }

.topline-lang-dropdown {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  left: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: none;
  top: 100%;
  width: 100%; }
  .topline-lang-dropdown a {
    display: block;
    font-size: 16px;
    color: #212121;
    height: 34px;
    display: block;
    border-bottom: 1px solid #eff0f7;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .topline-lang-dropdown a:last-child {
      border-bottom: 0; }
    .topline-lang-dropdown a:hover, .topline-lang-dropdown a:focus {
      color: #000; }
    .topline-lang-dropdown a .flag {
      height: 100%;
      width: 41px;
      border-right: 1px solid #DFDFDF;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .topline-lang-dropdown a .lang-abbr {
      padding-left: 9px; }

.tbs-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tbs-block .logo-wrapper, .tbs-block .tbs-left-block {
    -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
            flex-basis: 15%;
    max-width: 15%; }

.logo {
  display: inline-block;
  max-width: 164px; }
  .logo img {
    max-width: 100%; }

.tbs-left-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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; }

.topmenu {
  font-size: 19px; }
  .topmenu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .topmenu ul li {
      margin-left: 80px;
      display: inline-block;
      position: relative; }
      .topmenu ul li:first-child {
        margin-left: 0; }
      .topmenu ul li a {
        color: #393939;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        -webkit-transition: all 0.4s ease, margin-right 0s, font-size 0s;
        -o-transition: all 0.4s ease, margin-right 0s, font-size 0s;
        transition: all 0.4s ease, margin-right 0s, font-size 0s;
        display: block; }
        .topmenu ul li a:hover, .topmenu ul li a:focus {
          color: #393939; }
      .topmenu ul li.menu-item-has-children > a {
        padding-right: 20px; }
        .topmenu ul li.menu-item-has-children > a:after {
          content: '';
          position: absolute;
          width: 7px;
          height: 4px;
          border: 4px solid transparent;
          border-bottom: 0;
          border-top: 4px solid #B7B7B7;
          right: 0;
          top: 50%; }
      .topmenu ul li.menu-item-has-children:hover > ul {
        display: block; }
      .topmenu ul li ul {
        position: absolute;
        border: 1px solid #D3D3D3;
        border-bottom: 0;
        display: none;
        left: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        top: 100%; }
        .topmenu ul li ul li {
          display: block;
          margin: 0;
          position: relative; }
          .topmenu ul li ul li.menu-item-has-children a:after {
            right: 10px;
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
          .topmenu ul li ul li a {
            padding: 20px;
            padding-right: 30px;
            background-color: #FFFFFF;
            border-bottom: 1px solid #D3D3D3;
            width: 300px;
            display: block; }
          .topmenu ul li ul li ul {
            left: 100%;
            top: -1px;
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0);
            display: none; }

.top-search {
  position: relative;
  height: 40px; }

.top-search-form {
  right: 0;
  position: absolute;
  width: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 1250px; }
  .top-search-form input {
    height: 40px;
    padding-left: 25px;
    padding-right: 50px;
    border: 1px solid #d1d0d0;
    -webkit-border-radius: 50px;
            border-radius: 50px; }
  .top-search-form button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    font-size: 19px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #0080FF;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .top-search-form button:hover, .top-search-form button:focus {
      color: #0066cc; }

.search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 19px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 15;
  color: #0080FF; }
  .search-btn:hover, .search-btn:focus {
    color: #0066cc; }

.mobile-menu-block {
  position: relative;
  display: none; }
  .mobile-menu-block .mobile-menu-panel {
    position: absolute;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    top: 67px;
    display: none;
    border: 1px solid #CACACA;
    width: 300px; }
  .mobile-menu-block .mobile-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mobile-menu-block .mobile-menu ul li {
      margin-top: 25px; }
      .mobile-menu-block .mobile-menu ul li:first-child {
        margin-top: 0; }
      .mobile-menu-block .mobile-menu ul li a {
        color: #fff;
        line-height: 1.35;
        display: block;
        color: #000000; }
      .mobile-menu-block .mobile-menu ul li.menu-item-has-children > a {
        padding-right: 20px;
        position: relative; }
        .mobile-menu-block .mobile-menu ul li.menu-item-has-children > a:after {
          content: '';
          position: absolute;
          width: 7px;
          height: 4px;
          border: 4px solid transparent;
          border-bottom: 0;
          border-top: 4px solid #B7B7B7;
          right: 0;
          top: 50%; }
      .mobile-menu-block .mobile-menu ul li ul {
        display: none;
        padding-left: 20px;
        margin-top: 15px; }
        .mobile-menu-block .mobile-menu ul li ul li {
          margin-top: 10px; }
          .mobile-menu-block .mobile-menu ul li ul li a {
            font-size: 15px; }
          .mobile-menu-block .mobile-menu ul li ul li ul li a {
            font-size: 14px; }
  .mobile-menu-block .topline-lang-panel {
    text-align: center;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto; }
  .mobile-menu-block .tbf-soc {
    text-align: center;
    margin-top: 45px; }

.mobile-menu-btn {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-top: 8px;
  margin-left: 10px;
  width: 25px;
  height: 21px;
  cursor: pointer; }
  .mobile-menu-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #676767;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .mobile-menu-btn span::after, .mobile-menu-btn span::before {
      width: 100%;
      height: 3px;
      background-color: #676767;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
    .mobile-menu-btn span::after, .mobile-menu-btn span::before {
      content: "";
      position: absolute;
      left: 0;
      top: 9px; }
    .mobile-menu-btn span::after {
      top: 18px; }
  .mobile-menu-btn.active span {
    background-color: transparent; }
    .mobile-menu-btn.active span::before {
      -webkit-transform: rotate(45deg) translate(-1px, 0);
          -ms-transform: rotate(45deg) translate(-1px, 0);
              transform: rotate(45deg) translate(-1px, 0); }
    .mobile-menu-btn.active span::after {
      -webkit-transform: rotate(-45deg) translate(6px, -7px);
          -ms-transform: rotate(-45deg) translate(6px, -7px);
              transform: rotate(-45deg) translate(6px, -7px); }

button {
  cursor: pointer; }

.input-wrapper {
  position: relative; }
  .input-wrapper input {
    width: 100%; }

.textarea-wrapper {
  position: relative; }
  .textarea-wrapper textarea {
    width: 100%; }

.select-wrapper {
  position: relative; }
  .select-wrapper select {
    width: 100%; }

.checkbox-wrapper {
  position: relative; }

.radio-wrapper {
  position: relative; }

.btn-wrapper {
  position: relative; }

main {
  border-top: 1px solid #E1E1E1;
  /* background-color: #F1EEE9; */
  background-color: #EDF1F5;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden; }

.mp-slider-wrapper {
  position: relative; }

.mp-slider {
  height: 500px; }
  .mp-slider.owl-carousel .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 25px;
    padding-left: 30px;
    padding-right: 30px; }
  .mp-slider.owl-carousel .owl-dot {
    width: 18px;
    height: 6px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #ffffff;
    margin-right: 2px;
    margin-left: 2px;
    outline: none;
    display: inline-block;
    opacity: 0.6; }
    .mp-slider.owl-carousel .owl-dot.active {
      background-color: #ffffff;
      opacity: 1; }

.mp-slide {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 30px; }

.mp-slide-content {
  max-width: 650px;
  color: #fff;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); }

.mp-slide-heading {
  font-size: 35px; }

.mp-slide-text {
  margin-top: 10px;
  font-size: 25px; }

.mp-news-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  color: #fff;
  padding: 16px; }

.mp-news-block-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2; }

.mp-news-block-item {
  margin-top: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #FFFFFF; }

.mp-news-block-item-heading {
  font-size: 16px;
  font-weight: 500; }

.mp-news-block-item-text {
  margin-top: 11px;
  font-size: 18px;
  height: 50px;
  overflow: hidden; }

.mp-news-block-more-block {
  margin-top: 35px; }

.more-link {
  display: inline-block;
  height: 50px;
  line-height: 48px;
  color: #ffffff;
  font-size: 17px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 35px;
  width: 100%; }
  .more-link:after {
    content: '\f054';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    right: 15px;
    font-size: 16px;
    line-height: 1;
    top: 50%;
    margin-top: -8px;
    color: #fff; }
  .more-link:hover, .more-link:focus {
    color: #000;
    text-decoration: none;
    background-color: #fff; }
    .more-link:hover:after, .more-link:focus:after {
      color: #000; }

.mp-directions-item {
  margin-top: 20px;
  display: block; }

.mp-directions-item-img {
  height: 190px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
  padding: 10px 13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff; }

.mp-directions-item-content {
  background-color: #fff;
  padding: 10px;
  padding-bottom: 24px;
  padding-right: 40px;
  position: relative; }
  .mp-directions-item-content:after {
    content: '\f101';
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    right: 15px;
    font-size: 16px;
    line-height: 1;
    bottom: 24px;
    color: #838383; }

.mp-directions-item-text {
  font-size: 16px;
  height: 66px;
  overflow: hidden;
  color: #000000; }

footer {
  background-color: #F8F8F8;
  padding-top: 17px;
  padding-bottom: 17px; }

.copy {
  color: #2E2E43;
  font-size: 17px;
  padding-left: 70px; }

.dev {
  color: #2E2E43;
  font-size: 17px;
  text-align: right;
  padding-right: 70px; }

.white-box {
  padding: 25px;
  border: 1px solid #CACACA;
  background-color: #FFFFFF; }

.docs-descr-img {
  height: 260px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .docs-descr-img img {
    max-width: 100%; }

.docs-descr-content {
  margin-top: 50px; }

.docs-descr-heading {
  color: #2D2D2D;
  font-size: 26px;
  font-weight: 600; }

.docs-descr-text {
  margin-top: 17px;
  font-size: 18px;
  color: #727272; }

.docs-item {
  margin-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E3E3E3; }

.docs-item-img {
  height: 100%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .docs-item-img img {
    max-width: 100%; }

.docs-item-mobile-img {
  display: none;
  text-align: center;
  margin-top: 30px; }
  .docs-item-mobile-img img {
    max-width: 100%; }

.docs-item-heading {
  font-size: 25px; }

.docs-item-panel {
  font-size: 18px;
  color: #000000;
  margin-top: 20px; }

.docs-item-date {
  display: inline-block;
  margin-right: 40px; }

.docs-item-author {
  display: inline-block; }

.docs-item-text {
  margin-top: 24px;
  color: #6E6E6E;
  font-size: 18px;
  overflow: hidden; }
  .docs-item-text p:last-child {
    margin-bottom: 0; }

.docs-item-download-btn-block {
  margin-top: 20px; }

.download-btn {
  display: inline-block;
  height: 52px;
  line-height: 50px;
  color: #0080FF;
  font-size: 18px;
  border: 1px solid #0080FF;
  background-color: transparent;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 164px;
  display: block;
  text-align: center; }
  .download-btn:hover, .download-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0080FF; }
    .download-btn:hover:after, .download-btn:focus:after {
      color: #000; }

.pagination {
  margin-top: 60px; }
  .pagination ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination ul li {
      margin-right: 5px;
      margin-left: 5px; }
      .pagination ul li a {
        width: 52px;
        height: 52px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 21px;
        color: #000; }
      .pagination ul li.pag-last a {
        width: auto;
        padding-left: 5px;
        padding-right: 5px; }
      .pagination ul li.active a, .pagination ul li:hover a, .pagination ul li:focus a {
        background-color: #0080FF;
        color: #fff; }

.services-descr-img {
  height: 260px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .services-descr-img img {
    max-width: 100%; }

.s-content-block {
  margin-top: 30px; }

.s-content-block-heading {
  font-size: 26px;
  font-weight: 600; }

.s-content-block-body {
  margin-top: 17px; }

.s-text {
  font-size: 18px;
  color: #727272; }
  .s-text p:last-child {
    margin-bottom: 0; }
  .s-text h4 {
    margin-bottom: 17px;
    color: #2D2D2D;
    font-weight: normal; }
  .s-text h5 {
    margin-bottom: 17px;
    color: #2D2D2D;
    font-weight: normal; }

.s-image {
  min-height: 200px;
  padding-top: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; }

.s-bd-block {
  padding: 30px 20px;
  border: 1px solid #DAE0E6; }

.s-content-items-block {
  margin-top: 45px; }
  .s-content-items-block .s-content-block-heading {
    text-align: center; }

.s-content-block-descr {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
  color: #727272;
  font-size: 18px; }

.scb-items {
  margin-top: 50px;
  padding-bottom: 20px; }

.scb-item {
  margin-top: 25px; }

.scb-item-img {
  width: 260px;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.scb-item-text {
  margin-top: 45px;
  text-align: center;
  color: #727272;
  font-size: 18px;
  max-width: 265px;
  margin-right: auto;
  margin-left: auto; }

.s-section-callback {
  padding-top: 86px;
  padding-bottom: 86px;
  background-image: url("../img/service/s-section-callback-bg.png");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;
  margin-bottom: 50px; }

.s-section-callback-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.blue-cr-btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  border: 1px solid #0080FF;
  background-color: #0080FF;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  text-align: center; }
  .blue-cr-btn:hover, .blue-cr-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0080FF; }
    .blue-cr-btn:hover:after, .blue-cr-btn:focus:after {
      color: #000; }

.sscb-text {
  margin-right: 35px;
  font-size: 28px;
  color: #fff; }

.s-price-table-s {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD; }

.s-price-table-s-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.s-price-table-s-cell {
  padding-bottom: 30px;
  padding-top: 30px; }
  .s-price-table-s-cell:nth-child(even) {
    background-color: #EEF8FF; }
  .s-price-table-s-cell:nth-child(odd) {
    background-color: #fff; }

.s-price-table-s-cell-heading {
  -webkit-flex-basis: 67%;
      -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
  max-width: 67%;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding-left: 25px;
  font-size: 20px; }

.s-price-table-s-cell-item {
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  max-width: 33%;
  padding-left: 50px;
  font-size: 20px; }

.s-price-table-s-row + .s-price-table-s-row-add > .s-price-table-s-cell-heading,
.s-price-table-s-row-add + .s-price-table-s-row-add > .s-price-table-s-cell-heading {
  padding-top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0; }

.s-price-table-s-row + .s-price-table-s-row-add > .s-price-table-s-cell-item,
.s-price-table-s-row-add + .s-price-table-s-row-add > .s-price-table-s-cell-item {
  padding-top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 0; }

.s-price-table-s-row-add {
  margin-top: -20px; }
  .s-price-table-s-row-add .s-price-table-s-cell-heading {
    padding-top: 18px; }
    .s-price-table-s-row-add .s-price-table-s-cell-heading span {
      position: relative;
      padding-left: 45px;
      font-size: 18px;
      display: inline-block;
      color: #4B4B4B; }
      .s-price-table-s-row-add .s-price-table-s-cell-heading span:before {
        content: '';
        position: absolute;
        left: 20px;
        margin-left: -3px;
        top: 50%;
        margin-top: -3px;
        width: 7px;
        height: 7px;
        background-color: #0080FF;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .s-price-table-s-row-add .s-price-table-s-cell-item {
    font-size: 17px;
    color: #4B4B4B; }

.blue-gr-btn {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3EA5FE), to(#0080FF));
  background-image: -webkit-linear-gradient(left, #3EA5FE 0%, #0080FF 100%);
  background-image: -o-linear-gradient(left, #3EA5FE 0%, #0080FF 100%);
  background-image: linear-gradient(to right, #3EA5FE 0%, #0080FF 100%);
  background-color: #0080FF;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
  text-align: center;
  width: 194px;
  border: 0; }
  .blue-gr-btn:hover, .blue-gr-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0080FF; }
    .blue-gr-btn:hover:after, .blue-gr-btn:focus:after {
      color: #000; }

.light-blue-btn {
  display: inline-block;
  color: #0080FF;
  font-size: 19px;
  background-color: #E6F3FF;
  -webkit-border-radius: 0;
          border-radius: 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
  text-align: center;
  width: 194px; }
  .light-blue-btn:hover, .light-blue-btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0080FF; }
    .light-blue-btn:hover:after, .light-blue-btn:focus:after {
      color: #000; }

.s-price-buttons {
  margin-right: -9px;
  margin-left: -9px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .s-price-buttons a {
    margin-right: 9px;
    margin-left: 9px;
    margin-top: 15px; }

.s-price-table-l {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.s-price-table-l-heading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.s-price-table-l-col-heading {
  -webkit-flex-basis: 31%;
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
  max-width: 31%;
  border-right: 1px solid #DDDDDD; }

.s-price-table-l-col-item {
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
  max-width: 23%;
  text-align: center;
  border-right: 1px solid #DDDDDD; }
  .s-price-table-l-col-item .s-price-table-l-row-add {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 17px;
    color: #4B4B4B;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.s-price-table-l-row-heading {
  padding-top: 37px;
  padding-bottom: 37px;
  border-top: 1px solid #DDDDDD;
  background-color: #F7F7F7;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px; }

.s-price-table-l-row {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
  border-top: 1px solid #ddd; }

.s-price-table-l-row-add {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: -20px;
  padding-bottom: 30px;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.s-price-table-l-col-heading .s-price-table-l-row-add span {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  display: inline-block;
  color: #4B4B4B; }
  .s-price-table-l-col-heading .s-price-table-l-row-add span:before {
    content: '';
    position: absolute;
    left: 20px;
    margin-left: -3px;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background-color: #0080FF;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.s-price-table-l-col-heading-mobile {
  /* font-size: 10px; */
  font-size: 14px;
  margin-bottom: 5px; }

.s-content-price-l-block .s-text {
  margin-bottom: 30px; }

.s-content-price-l-block .s-price-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }

.s-price-table-l {
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-top: 30px; }

.color-black {
  color: #000; }

.s-list {
  padding-left: 60px;
  margin-top: 25px; }

.blue-list {
  padding-left: 20px;
  margin: 0;
  color: #0080FF; }
  .blue-list li {
    color: #0080FF; }
    .blue-list li span {
      color: #000000; }

.s-image-item {
  margin-top: 30px; }
  .s-image-item img {
    max-width: 100%; }

.s-content-slider-block {
  margin-top: 40px; }

.s-images-slider-dots {
  margin-bottom: 30px;
  position: relative; }
  .s-images-slider-dots.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 1;
    bottom: -30px; }
  .s-images-slider-dots.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #C1D6EA;
    margin-right: 3px;
    margin-left: 3px;
    outline: none;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .s-images-slider-dots.owl-carousel .owl-dot.active {
      background-color: #0080FF; }
  .s-images-slider-dots.owl-carousel .owl-nav {
    text-align: center; }
  .s-images-slider-dots.owl-carousel .owl-nav .owl-next, .s-images-slider-dots.owl-carousel .owl-nav .owl-prev {
    top: 50%;
    margin-top: -63px;
    width: 45px;
    height: 127px;
    background-color: #0080FF;
    outline: none;
    font-size: 20px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute; }
    .s-images-slider-dots.owl-carousel .owl-nav .owl-next:hover, .s-images-slider-dots.owl-carousel .owl-nav .owl-next:focus, .s-images-slider-dots.owl-carousel .owl-nav .owl-prev:hover, .s-images-slider-dots.owl-carousel .owl-nav .owl-prev:focus {
      background-color: #0073e6; }
  .s-images-slider-dots.owl-carousel .owl-nav .owl-next {
    right: 0; }
  .s-images-slider-dots.owl-carousel .owl-nav .owl-prev {
    left: 0; }

.s-images-slider-wrapper {
  padding-bottom: 1px; }

.s-images-slider-arrows-dots {
  margin-bottom: 30px;
  position: relative; }
  .s-images-slider-arrows-dots.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 1;
    bottom: -30px; }
  .s-images-slider-arrows-dots.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #C1D6EA;
    margin-right: 3px;
    margin-left: 3px;
    outline: none;
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
    .s-images-slider-arrows-dots.owl-carousel .owl-dot.active {
      background-color: #0080FF; }
  .s-images-slider-arrows-dots.owl-carousel .owl-nav {
    text-align: center; }
  .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-next, .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-prev {
    top: 50%;
    margin-top: -63px;
    width: 45px;
    height: 127px;
    background-color: #0080FF;
    outline: none;
    font-size: 20px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute; }
    .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-next:hover, .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-next:focus, .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-prev:hover, .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-prev:focus {
      background-color: #0073e6; }
  .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-next {
    right: 0; }
  .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-prev {
    left: 0; }

.s-images-slider-arrows-2.owl-carousel .owl-nav {
  text-align: center; }

.s-images-slider-arrows-2.owl-carousel .owl-nav .owl-next, .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-prev {
  top: 50%;
  margin-top: -63px;
  width: 45px;
  height: 127px;
  background-color: #0080FF;
  outline: none;
  font-size: 20px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }
  .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-next:hover, .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-next:focus, .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-prev:hover, .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-prev:focus {
    background-color: #0073e6; }

.s-images-slider-arrows-2.owl-carousel .owl-nav .owl-next {
  right: 0; }

.s-images-slider-arrows-2.owl-carousel .owl-nav .owl-prev {
  left: 0; }

.s-images-bd-slider-wrapper {
  border: 1px solid #DAE0E6; }

.s-images-bd-slider-arrows.owl-carousel .owl-nav {
  text-align: center; }

.s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-next, .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-prev {
  bottom: -90px;
  width: 50px;
  height: 50px;
  background-color: #0080FF;
  outline: none;
  font-size: 20px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }
  .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-next:hover, .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-next:focus, .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-prev:hover, .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-prev:focus {
    background-color: #0073e6; }

.s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-next {
  right: 30px; }

.s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-prev {
  right: 100px; }

.s-images-bd-slider-descr {
  padding-right: 190px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  font-size: 18px;
  color: #727272; }

.s-images-bd-slider-arrows-2.owl-carousel .owl-nav {
  text-align: center; }

.s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-next, .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-prev {
  bottom: -90px;
  width: 50px;
  height: 50px;
  background-color: #0080FF;
  outline: none;
  font-size: 20px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute; }
  .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-next:hover, .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-next:focus, .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-prev:hover, .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-prev:focus {
    background-color: #0073e6; }

.s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-next {
  right: 30px; }

.s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-prev {
  right: 100px; }

.s-news-section {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-image: url("../img/service/s-image-item-l.png"); }

.s-news-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px; }

.s-news-block-heading {
  font-size: 24px; }

.s-news-block-descr {
  margin-top: 30px;
  font-size: 18px; }

.s-news-block-btn-block {
  margin-top: 25px; }
  .s-news-block-btn-block .more-link {
    max-width: 225px; }

.s-count-items {
  margin-top: 20px;
  margin-bottom: 25px; }

.s-count-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .s-count-item:first-child {
    margin-top: 0; }

.s-count-item-count {
  width: 55px;
  min-width: 55px;
  height: 55px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #0080FF;
  color: #0080FF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  font-weight: bold; }

.s-count-item-content {
  padding-left: 43px; }

.s-count-item-heading {
  font-size: 18px;
  font-weight: 600;
  color: #000; }

.s-count-item-text {
  color: #727272;
  font-size: 18px;
  margin-top: 15px; }

.blue-bd-block {
  padding: 18px;
  border: 1px solid #0080FF;
  margin-top: 30px; }
  .blue-bd-block p:last-child {
    margin-bottom: 0; }

.blue-bg-block {
  padding: 18px;
  background-color: #0080FF;
  border: 1px solid #0080FF;
  color: #fff;
  margin-top: 30px; }
  .blue-bg-block p:last-child {
    margin-bottom: 0; }

.s-content-model-heading {
  font-size: 26px;
  font-weight: bold;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  text-align: center; }
  .s-content-model-heading:before {
    content: '';
    width: 164px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -82px;
    position: absolute;
    background-color: #0080FF; }
  .s-content-model-heading:after {
    content: '';
    width: 164px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -82px;
    position: absolute;
    background-color: #0080FF; }

.s-model-item {
  margin-top: 45px; }

.s-model-item-img {
  height: 240px;
  padding-top: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block; }

.s-model-item-panel {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #8A8A8A;
  font-size: 18px; }

.s-model-item-heading {
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  margin-top: 15px; }
  .s-model-item-heading a {
    color: #000000; }
    .s-model-item-heading a:hover, .s-model-item-heading a:focus {
      color: #000000;
      text-decoration: underline; }

.s-model-item-descr {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 18px;
  height: 75px;
  overflow: hidden; }

.section-dont-forget {
  padding-top: 85px;
  padding-bottom: 85px;
  margin-top: 80px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/dont-forget-bg.png"); }
  .section-dont-forget h2 {
    font-weight: 600; }

.section-dont-forget-heading {
  font-size: 45px;
  font-weight: 600; }

.dont-forget-form .input-wrapper {
  margin-top: 50px; }

.dont-forget-form input[type="text"], .dont-forget-form input[type="email"] {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #D2D2D2;
  font-size: 18px;
  color: #414141;
  height: 60px; }

.dont-forget-form .checkbox-wrapper {
  margin-top: 60px; }

.dont-forget-form .btn-wrapper {
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dont-forget-form .btn-wrapper .blue-gr-btn {
    margin-right: 24px;
    margin-top: 20px; }
  .dont-forget-form .btn-wrapper .light-blue-btn {
    margin-top: 20px; }

.custom-checkbox-label {
  line-height: 1;
  display: block;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .custom-checkbox-label .custom-label {
    font-size: 18px;
    color: #7A7A7A;
    text-align: left; }

.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #CACACA;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 24px;
  font-size: 11px;
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: transparent;
  font-size: 14px; }

.checkbox {
  display: none; }

.checkbox:checked ~ .custom-checkbox {
  color: #5C5C5C; }

/*==========  Desktop First  ==========*/
@media (max-width: 1319.98px) {
  .top-search-form {
    max-width: 930px; }
  .tbf-company-name {
    font-size: 16px; }
  .tbf-soc {
    font-size: 18px; }
  .topmenu {
    font-size: 18px; }
    .topmenu ul li {
      margin-left: 40px; }
  .tbs-block .logo-wrapper, .tbs-block .tbs-left-block {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    max-width: 20%; }
  .mp-slide-heading {
    font-size: 30px; }
  .mp-slide-text {
    font-size: 20px; }
  .mp-slide-content {
    max-width: 500px; }
  .mp-directions-item-img {
    font-size: 19px;
    height: 160px; }
  .mp-directions-item-text {
    font-size: 15px;
    height: 60px; }
  .s-model-item-panel {
    font-size: 14px;
    margin-top: 10px; }
  .s-model-item-heading {
    font-size: 18px;
    font-weight: 500; }
  .s-model-item-descr {
    font-size: 16px;
    height: 66px; }
  .s-price-table-l-col-heading {
    display: none; }
  .s-price-table-l-col-item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    max-width: 33.33%; }
  .s-price-table-l-row-add {
    height: auto;
    padding-top: 5px; }
  .topmenu ul li ul li a {
    padding: 10px;
    padding-right: 20px;
    width: 250px; } }

@media (max-width: 991.98px) {
  .s-model-item-descr {
    height: auto; }
  .s-model-item {
    margin-top: 35px; }
  .dev {
    padding-right: 0;
    text-align: left;
    margin-top: 12px; }
  .copy {
    padding-left: 0; }
  .mp-news-block {
    position: relative;
    width: 100%; }
  .mp-slide, .mp-slider {
    height: 400px; }
  .tbs-block {
    height: 100px; }
  .top-search-form {
    max-width: 690px; }
  .tbf-soc a {
    margin-right: 20px; }
  .tbf-company-name {
    font-size: 14px; }
  .topmenu {
    font-size: 14px; }
  .topmenu ul li {
    margin-left: 30px; }
  .tbs-block .logo-wrapper {
    -webkit-flex-basis: 164px;
        -ms-flex-preferred-size: 164px;
            flex-basis: 164px;
    max-width: 164px; }
  .tbs-block .tbs-left-block {
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    max-width: 100px; }
  .mp-directions-item-img {
    height: 190px; }
  .docs-item-mobile-img {
    display: block; }
  .s-content-block-body .s-text {
    margin-top: 20px; }
  .s-content-block-no-img .s-text {
    margin-top: 0; }
  .s-section-callback-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sscb-text {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center; }
  .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-next, .s-images-slider-arrows-2.owl-carousel .owl-nav .owl-prev,
  .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-next, .s-images-slider-arrows-dots.owl-carousel .owl-nav .owl-prev {
    width: 16px;
    height: 45px;
    margin-top: -22px;
    font-size: 13px; }
  .s-news-section {
    background-image: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 40px;
    padding-bottom: 40px; }
  .section-dont-forget-heading {
    font-size: 30px; } }

@media (max-width: 767.98px) {
  .blue-list {
    font-size: 14px; }
  .s-price-table-l {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .s-price-table-l-col-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .s-price-table-l-row-heading {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .s-price-table-l-row {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px; }
  .s-price-table-l-row-add {
    margin-top: -15px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px; }
  .dont-forget-form .btn-wrapper {
    margin-top: 10px; }
  .custom-checkbox-label .custom-label {
    font-size: 14px; }
  .dont-forget-form .checkbox-wrapper {
    margin-top: 40px; }
  .dont-forget-form .input-wrapper {
    margin-top: 20px; }
  .section-dont-forget-heading {
    font-size: 18px;
    text-align: center; }
  .s-model-item-panel {
    font-size: 12px;
    margin-top: 10px; }
  .s-model-item-heading {
    font-size: 16px;
    font-weight: 500; }
  .s-model-item-descr {
    font-size: 14px; }
  .s-content-model-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px; }
  .blue-bd-block {
    padding: 15px 10px;
    font-size: 14px; }
  .blue-bg-block {
    padding: 15px 10px;
    font-size: 14px; }
  .s-count-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .s-count-item-heading {
    font-size: 16px;
    text-align: center; }
  .s-count-item-text {
    font-size: 14px;
    text-align: center; }
  .s-count-item-content {
    padding-left: 0;
    padding-top: 20px; }
  .s-count-item-count {
    margin-right: auto;
    margin-left: auto; }
  .s-news-block {
    padding-left: 10px;
    padding-right: 10px; }
  .s-news-block-heading {
    font-size: 18px; }
  .s-news-block-descr {
    margin-top: 15px;
    font-size: 14px; }
  .s-news-block-btn-block {
    margin-top: 15px; }
  .s-images-slider-dots,
  .s-images-slider-arrows-dots {
    margin-bottom: 20px; }
  .s-images-slider-dots.owl-carousel .owl-dots,
  .s-images-slider-arrows-dots.owl-carousel .owl-dots {
    bottom: -20px; }
  .s-content-slider-block {
    margin-top: 25px; }
  .s-images-slider-arrows-dots.owl-carousel .owl-dot,
  .s-images-slider-dots.owl-carousel .owl-dot {
    width: 6px;
    height: 6px; }
  .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-next, .s-images-bd-slider-arrows.owl-carousel .owl-nav .owl-prev,
  .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-next, .s-images-bd-slider-arrows-2.owl-carousel .owl-nav .owl-prev {
    width: 38px;
    height: 38px;
    font-size: 10px;
    position: static;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 15px; }
  .s-images-bd-slider-descr {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center; }
  .s-price-table-s-cell-heading {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%; }
  .s-price-table-s-cell-item {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%; }
  .s-price-table-s-cell-heading {
    /* font-size: 11px; */
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 5px; }
  .s-price-table-s-cell-item {
    /* font-size: 11px; */
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 5px; }
  .s-price-table-s-row-add .s-price-table-s-cell-heading span {
    padding-left: 15px;
    /* font-size: 10px; } */
    font-size: 12px; }
  .s-price-table-s-row-add .s-price-table-s-cell-heading span:before {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    margin-left: -2px;
    left: 0; }
  .s-price-table-s-row-add {
    margin-top: -10px; }
  .s-price-table-s-row-add .s-price-table-s-cell-item {
    /* font-size: 10px; } */
    font-size: 12px; }
  .s-price-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -5px;
    margin-left: -5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .s-price-buttons a {
      margin-right: 5px;
      margin-left: 5px; }
  .blue-gr-btn, .light-blue-btn {
    font-size: 14px;
    width: 160px;
    padding-top: 12px;
    padding-bottom: 12px; }
  .s-content-block-descr {
    font-size: 14px; }
  .scb-items {
    margin-top: 15px; }
  .scb-item-text {
    margin-top: 30px;
    font-size: 14px; }
  .scb-item-img {
    width: 176px;
    height: 176px; }
  .sscb-text {
    font-size: 16px; }
  .blue-btn {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 38px;
    padding-right: 38px; }
  .s-bd-block {
    padding: 15px 10px; }
  h4 {
    font-size: 17px; }
  h5 {
    font-size: 16px; }
  .services-descr-img {
    height: 120px; }
  .s-content-block-heading {
    font-size: 18px; }
  .s-text {
    font-size: 14px; }
  .s-image {
    min-height: 125px; }
  .more-link {
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    max-width: none; }
  .mp-slide, .mp-slider {
    height: 255px; }
  .mp-news-block-more-block {
    margin-top: 20px; }
  .copy, .dev {
    font-size: 14px; }
  .mp-news-block-item-heading {
    font-size: 12px; }
  .mp-news-block-item-text {
    font-size: 14px;
    height: auto; }
  .mp-news-block-item {
    padding-bottom: 14px; }
  .mp-directions-item-text {
    height: auto; }
  .mp-slide-text {
    font-size: 14px; }
  .mp-news-block-heading {
    font-size: 20px; }
  .mp-slide-heading {
    font-size: 18px; }
  .top-search-form {
    max-width: 510px; }
  .top-block-first {
    display: none; }
  .topmenu {
    display: none; }
  .mobile-menu-block {
    display: block; }
  .mp-slide-heading {
    font-weight: 600; }
  .docs-item-mobile-img {
    margin-top: 15px; }
  .pagination ul li {
    margin-right: 2px;
    margin-left: 2px; }
    .pagination ul li a {
      width: 28px;
      height: 28px;
      font-size: 14px; }
  .white-box {
    padding: 12px; }
  .docs-descr-content {
    margin-top: 15px; }
  .docs-descr-img {
    height: 120px; }
  .docs-descr-heading {
    font-size: 18px; }
  .docs-descr-text {
    font-size: 14px; }
  .docs-item {
    margin-top: 30px;
    padding-bottom: 25px; }
  .docs-item-heading {
    font-size: 16px;
    font-weight: 600; }
  .docs-item-panel {
    font-size: 12px; }
  .docs-item-date {
    margin-right: 20px; }
  .docs-item-text {
    font-size: 14px;
    margin-top: 15px; }
  .download-btn {
    width: 98px;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400; }
  .docs-item-download-btn-block {
    margin-top: 20px; }
  .section-dont-forget {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px; }
  .custom-checkbox {
    margin-right: 15px; }
  .s-list {
    padding-left: 0; } }

@media (max-width: 575.98px) {
  .dont-forget-form .btn-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dont-forget-form .btn-wrapper .blue-gr-btn, .dont-forget-form .btn-wrapper .blue-bg-btn {
      margin-right: 10px;
      margin-left: 10px; }
  .mobile-menu-block .mobile-menu-panel {
    top: 60px; }
  .top-search-form {
    max-width: 255px; }
  .logo {
    max-width: 133px; }
  .tbs-block {
    height: 85px; }
  .mobile-menu-block .mobile-menu-panel {
    width: 100vw;
    min-width: 320px;
    right: -15px; } }


.dev-link {
    color: #2E2E43;
    font-size: 17px;
}
.flag-ru {
	background-image: url(../img/icons/flag-ru.png);
}	
.flag-en {
	background-image: url(../img/icons/flag-en.png);
}
.slider-more-link {
	width: auto;
	margin-top: 15px;
}
.mp-news-block-item-heading a {
	color: white;
}
.docs-item-heading a {
	color: #000000;
}
/*main table {
	margin: 15px 0;
}
main table td {
	border: 1px solid black;
	padding: 5px;
}*/
.section-mp-directions > .container > .row > .col-12 {
	padding: 0;
}
#bx-editor-container .s-content-block-body:hover {
	border: 1px solid black;
}