@font-face {
  font-family: "roboto-example";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "roboto-example";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "PT Serif", serif;
  overflow-x: hidden;
  color: #333;
}

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-left {
  text-align: left;
}

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

b,
strong {
  font-weight: bold;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

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

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 4px;
  width: 19px;
  height: 19px;
  background-color: #005fab;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  left: 4px;
  top: -2px;
  content: url(../img/checked.png);
}

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.blue-btn {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  background: #005fab;
  padding: 15px 35px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.blue-btn:hover {
  background: #4087c0;
  color: #fff;
  text-decoration: none;
}

.btn-line {
  color: #005fab;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 15px 30px;
  border: 2px solid #005fab;
  text-align: center;
  cursor: pointer;
}

.btn-line:hover {
  text-decoration: none;
  color: #4087c0;
  border: 2px solid #4087c0;
}

.block-title {
  margin-top: 70px;
  color: #282828;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.block-title:after {
  margin-top: 20px;
  margin-bottom: 25px;
  content: "";
  display: block;
  height: 2px;
  width: 170px;
  background: #888;
}

.block-description {
  color: #181818;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 43px;
}

.block-inner-title {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  text-transform: uppercase;
}

.txt-title {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
}

.bg-overlay {
  display: none;
}

.banner {
  background-image: url(../img/banner_pic.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}

.banner-topLine {
  border-bottom: 1px solid #616161;
}

.banner-topLine .col {
  padding-top: 7px;
  padding-bottom: 7px;
}

.banner-topLine .adress {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.5%;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  max-width: 47.5%;
}

.banner-topLine .adress img {
  height: 25px;
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.banner-topLine .adress span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.banner-topLine .adress span span {
  color: #bbbbbb;
  font-family: "PT Serif", serif;
  font-size: 16px;
  margin-left: 15px;
}

.banner-topLine .mail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  border-left: 1px solid #616161;
  border-right: 1px solid #616161;
  text-align: center;
}

.banner-topLine .mail img {
  margin-right: 12px;
  position: relative;
}

.banner-topLine .mail a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.banner-topLine .phone {
  text-align: right;
}

.banner-topLine .phone img {
  margin-right: 12px;
  position: relative;
  top: -1px;
}

.banner-topLine .phone a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.banner-topLine .phone span {
  font-family: "PT Serif", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16;
  color: #bbb;
  margin-left: 15px;
}

.banner-logomenu {
  padding-top: 40px;
}

.banner-topLine .topsocial {
  text-align: left;
  border-left: 1px solid #616161;
}
.banner-topLine .topsocial a + a {
  margin-left: 10px;
}

.banner-logomenu .banner-logo a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 13.44px;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.banner-logomenu .banner-logo a:hover {
  text-decoration: none;
}

.banner-logomenu .banner-logo a span {
  margin-right: -10px;
}

.banner-logomenu .banner-logo .mobile-phone {
  display: none;
}

.banner-logomenu .banner-menu {
  text-align: right;
}

.banner-logomenu .banner-menu ul {
  list-style: none;
}

.banner-logomenu .banner-menu li {
  display: inline-block;
  margin-right: 60px;
}

.banner-logomenu .banner-menu li:last-child {
  margin-right: 0;
}

.banner-logomenu .banner-menu li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.7px;
  border-bottom: 2px solid #616161;
  padding-bottom: 2px;
}

.banner-logomenu .banner-menu li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.banner-logomenu .menu-button {
  display: none;
}

.banner-offer {
  margin-top: 80px;
}

.banner-offer-inner h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.banner-offer-inner p {
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
}

.banner-offer-inner a.banner-btn {
  margin-top: 25px;
}

.banner-bottom {
  margin-top: 100px;
  border-top: 1px solid #616161;
  color: #fff;
  padding-bottom: 28px;
}

.banner-bottom img {
  margin-top: 40px;
}

.banner-bottom .banner-bullet-header {
  margin-top: 14px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}

.banner-bottom .banner-bullet-txt {
  margin-top: 7px;
  margin-bottom: 35px;
  font-family: "PT Serif", serif;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.banner .col-4:nth-child(2) {
  padding-right: 35px;
  padding-left: 35px;
  border-left: 1px solid #616161;
  border-right: 1px solid #616161;
}

.banner .col-4:last-child {
  padding-left: 35px;
}

.banner-breadcrumbs ul {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding-left: 15px;
  list-style: none;
  margin-top: 65px;
  padding-bottom: 15px;
}

.banner-breadcrumbs ul li {
  display: inline;
}

.banner-breadcrumbs ul li a {
  color: #fff;
}

.banner-breadcrumbs ul li.active {
  color: #888;
}

.banner-breadcrumbs ul li:after {
  content: " / ";
  color: #888;
}

.banner-breadcrumbs ul li:last-child:after {
  content: "";
}

.pbblock {
  padding-bottom: 60px;
}

.kak .col-md-7 {
  color: #282828;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 18px;
}

.kak .col-md-3 p {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.kak .col-md-3 .download_dog {
  display: block;
  background-color: #005fab;
  background-image: url(../img/pdf.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 5px;
}

.kak .col-md-3 .download_dog:nth-child(n+1){
  margin-top: 15px;
}

.kak .col-md-3 .download_dog img {
  
}

.kak .col-md-3 .download_dog p {
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-transform: none;
  margin-top: 20px;
}

.kak .col-md-3 .download_dog p:hover {
  text-decoration: underline;
}

.when {
  background-color: #eaeaea;
}

.when .problems .pr .problem-wrapper {
  background: #fff;
  padding: 30px;
  height: 288px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.when .problems .pr .problem-wrapper h3 {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.when .problems .pr .problem-wrapper p {
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.when .problems .pr .problem-wrapper .btn-line {
  margin-top: auto;
  text-align: center;
}

.when .problems .pr:nth-child(n+4) {
  margin-top: 30px;
}

.price .price-content {
  padding-bottom: 60px;
}

.price .price-content table {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 13px;
}

.price .price-content .col-12 p {display: none;}



.price .price-content table:first-child {margin-top: 5px;} 

.price .price-content table tr td {
  background-color: #282828;
  border-right: 1px solid #fff;
  bodrder-left: 1px solid #fff;
}

.price .price-content table tr td:first-child {
  border-left: none;
}

.price .price-content table tr td:last-child {
  border-right: none;
}

.price .price-content table tr td p.price {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}
/*
.price .price-content table.t2 {
  margin-top: 21px;
}*/

.price .price-content table.t2 a {
  color: #fff;
}

.price .price-content table.t2 a:hover {
  color: #fff;
}

.price .table-description {
  margin-top: 15px;
  color: #888888;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.price .table-description span {
  color: #282828;
}

.price .price-right {
  padding-left: 30px;
  letter-spacing: 0.16px;
  line-height: 22px;
}

.price .price-right ul {
  list-style: none;
  padding-left: 0;
}

.price .price-right ul li {
  padding-left: 20px;
  position: relative;
}

.price .price-right ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
}

.price .price-right ul p {
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
}

.price .price-right .mt30 {
  margin-bottom: -9px;
}

.form-wrapper {
  background-image: url(../img/form_pic.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

.form-wrapper .block-title {
  color: #fff;
}

.form-wrapper .block-title:after {
  margin: 20px auto 25px;
  background: #fff;
}

.form-wrapper .block-description {
  color: #fff;
}

.form-wrapper .form-inner {
  margin: 10px auto 0;
  background: #fff;
  padding: 50px;
}

.form-wrapper .form-inner form {
  width: 100%;
}

.form-wrapper .form-inner form label {
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.form-wrapper .form-inner form label span {
  color: #e52b2b;
}

.form-wrapper .form-inner form input {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
}

.form-wrapper .form-inner form .blue-btn {
  padding: 15px 35px;
  border: none;
  width: auto;
  cursor: pointer;
}

.form-wrapper .form-inner form .comment {
  margin-top: 20px;
}

.form-wrapper .form-inner form .comment textarea {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
}

.form-wrapper .form-inner form .comment textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-wrapper .form-inner form .comment textarea::-moz-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-wrapper .form-inner form .comment textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-wrapper .form-inner form .comment textarea::-ms-input-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-wrapper .form-inner form .comment textarea::placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-wrapper .form-inner form .form-footer {
  margin-top: 30px;
}

.form-wrapper .form-inner form .form-footer .check {
  padding-top: 10px;
  color: #282828;
}

.form-wrapper .form-inner form .form-footer .check input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.form-wrapper .form-inner form .form-footer .check label a {
  color: #005fab;
}

.form-wrapper .form-inner form .form-footer .check label a:hover {
  color: #4087c0;
}

.people-wrapper {
  background: #eaeaea;
}

.people-wrapper .peoples {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.people-wrapper .peoples .pip img {
  width: 100%;
}

.people-wrapper .peoples .pip_txt {
  padding: 30px;
  background: #fff;
}

.people-wrapper .peoples .pip_txt p.name {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  min-height: 48px;
}

.people-wrapper .peoples .pip_txt p.job {
  margin-top: 0;
  margin-bottom: 10px;
  color: #888888;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  letter-spacing: 0.16px;
  min-height: 24px;
}

.people-wrapper .peoples .pip_txt ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.people-wrapper .peoples .pip_txt ul li {
  padding-left: 20px;
  position: relative;
  line-height: 22px;
}

.people-wrapper .peoples .pip_txt ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 9px;
  left: 0px;
}

.people-wrapper .peoples .pip_txt a.btn-line {
  display: block;
  padding: 15px 5px;
  text-align: center;
}

.likvidator {
  background: #eaeaea;
  padding-top: 50px;
  padding-bottom: 80px;
}
.likvid_ecp {
  background: #eaeaea;
  padding-top: 80px;
  padding-bottom: 80px;    
}

.likvid_ecp .likvid,
.likvidator .likvid {
  background: #fff;
  padding: 50px;
}

.likvid_ecp .likvid .block-title,
.likvidator .likvid .block-title {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 500;
}

.likvid_ecp .likvid .block-title:after
.likvidator .likvid .block-title:after {
  width: 85px;
}

.likvid_ecp .likvid .lik-txt,
.likvidator .likvid .lik-txt {
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.likvidator .likvid .lik-txt .col-12 p:nth-child(2) {
  margin-bottom: 5px;
}

.likvid_ecp .likvid .lik-txt .col-12 ul,
.likvidator .likvid .lik-txt .col-12 ul {
  list-style: none;
  padding-left: 0;
}
.likvid_ecp .likvid .lik-txt .col-12 ul li,
.likvidator .likvid .lik-txt .col-12 ul li {
  padding-left: 20px;
  position: relative;
}

.likvid_ecp .likvid .lik-txt .col-12 ul li:before,
.likvidator .likvid .lik-txt .col-12 ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
}

.likvid_ecp .likvid .lik-black,
.likvidator .likvid .lik-black {
  background: #282828;
  padding: 30px;
}

.likvid_ecp .likvid .lik-black .black-title,
.likvidator .likvid .lik-black .black-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.likvid_ecp .likvid .lik-black .black-txt,
.likvidator .likvid .lik-black .black-txt {
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 10px;
}

.likvidator .likvid .lik-photo {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.likvidator .likvid .lik-photo .lik-item {
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30.83333%;
      -ms-flex: 0 0 30.83333%;
          flex: 0 0 30.83333%;
  max-width: 30.83333%;
}

.likvidator .likvid .lik-photo .lik-item img {
  width: 100%;
}

.likvidator .likvid .lik-photo .lik-item .lik_txt p.name {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  margin-top: 20px;
}

.google {
  padding-bottom: 80px;
}

.google .sheet iframe {
  max-width: 100%;
  width: 600px;
  height: 522px;
}

.google .sheet-info {
  padding-left: 30px;
}

.google .sheet-info .txt-title {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  text-transform: uppercase;
  margin-top: 25px;
}

.google .sheet-info .txt-title:after {
  margin-top: 20px;
  margin-bottom: 25px;
  content: "";
  display: block;
  height: 2px;
  width: 85px;
  background: #888;
}

.google .sheet-info ol {
  padding-left: 15px;
  list-style: none;
  counter-reset: item;
  font-size: 18px;
}

.google .sheet-info ol li {
  margin-bottom: 14px;
}

.google .sheet-info ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #4087c0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .05em;
  font-weight: 700;
}

.google .sheet-info .txt-min-title {
  margin-top: 40px;
  margin-bottom: 5px;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.google .sheet-info ul {
  list-style: none;
  padding-left: 0;
}

.google .sheet-info ul li {
  padding-left: 20px;
  position: relative;
}

.google .sheet-info ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
}

.how {
  background: #eaeaea;
  padding-bottom: 80px;
}

.how .proc-arr .num {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.how .proc-arr .num-title {
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 22px;
}

.how .proc-arr .arrow img {
  margin-top: 20px;
}

.how .process .col-4 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.how .process .col-4 .step {
  display: none;
}

.how .process .col-4 .col-12 {
  background: #fff;
  padding: 30px;
}

.how .process .col-4 .col-12 p {
  margin-bottom: 0;
}

.how .process .col-4 .col-12 ol {
  padding-left: 15px;
  list-style-type: none;
  counter-reset: section;
}

.how .process .col-4 .col-12 ol > li {
  margin-bottom: 5px;
}

.how .process .col-4 .col-12 ol > li:before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  color: #4087c0;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: .05em;
  font-weight: 700;
}

.how .process .col-4 .col-12 ol > li ul {
  list-style: none;
  padding-left: 0;
  list-style-type: none;
}

.how .process .col-4 .col-12 ol > li ul li {
  padding-left: 20px;
  position: relative;
}

.how .process .col-4 .col-12 ol > li ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 13px;
  left: 0px;
}

.how .process .col-4 .col-12 ul {
  list-style: none;
  padding-left: 0;
}

.how .process .col-4 .col-12 ul li {
  padding-left: 20px;
  position: relative;
}

.how .process .col-4 .col-12 ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
}

.how .how-black {
  background: #282828;
  padding: 30px 30px 15px 30px;
}

.how .how-black p {
  color: #fff;
}

.map-wrapper {
  padding-bottom: 60px;
}

.map-wrapper .block-title {
  margin-bottom: 40px;
}

.map-wrapper .block-title:after {
  display: none;
}

.map-wrapper .map-info {
  padding-left: 30px;
}

.map-wrapper .map-info ul {
  list-style: none;
  padding-left: 0;
}

.map-wrapper .map-info ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.map-wrapper .map-info ul li:before {
  position: absolute;
  top: 4px;
  left: 0px;
}

.map-wrapper .map-info ul li.phone-map:before {
  content: url(../img/phone-map.png);
  margin-right: 10px;
  margin-left: 3px;
}

.map-wrapper .map-info ul li.phone-map a {
  color: #282828;
}

.map-wrapper .map-info ul li.phone-map a:hover {
  color: #000;
}

.map-wrapper .map-info ul li.mail-map:before {
  content: url(../img/mail-map.png);
  margin-right: 10px;
}

.map-wrapper .map-info ul li.mail-map:before a {
  color: #282828;
}

.map-wrapper .map-info ul li.mail-map:before a:hover {
  color: #000;
}

.map-wrapper .map-info ul li.adress-map:before {
  content: url(../img/placeholder-map.png);
  margin-right: 10px;
}

.map-wrapper .map-info ul li.footerSocial {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 15px;
}

.map-wrapper .map-info ul li.footerSocial a + a {
  margin-left: 10px;
}

.map-wrapper .map-info .map-title {
  margin-top: 30px;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: -3px;
}

.map-wrapper .map-info .txt {
  font-family: "PT Serif", serif;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.map-wrapper .map-info .txt-recv {
  margin-bottom: 10px;
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.16px;
}

.footer {
  height: 72px;
  background-color: #282828;
}

.footer p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer .left p {
  margin-top: 23px;
}

.footer .right p {
  margin-top: 15px;
}

.footer .right p a {
  margin-left: 20px;
}

.form-popup {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  padding: 40px;
}

.form-popup .form-title {
  text-align: center;
  color: #282828;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  text-transform: uppercase;
}

.form-popup .form-title:after {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background: #888888;
  margin: 20px auto 0 auto;
}

.form-popup .form-description {
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 20px;
  text-align: center;
}

.form-popup form {
  width: 100%;
}

.form-popup form label {
  color: #282828;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
}

.form-popup form label span {
  color: #e52b2b;
}

.form-popup form input {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
}

.form-popup form .comment {
  margin-top: 20px;
}

.form-popup form .comment textarea {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
}

.form-popup form .comment textarea::-webkit-input-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-popup form .comment textarea::-moz-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-popup form .comment textarea:-ms-input-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-popup form .comment textarea::-ms-input-placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-popup form .comment textarea::placeholder {
  color: #888888;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.form-popup form .form-footer {
  margin-top: 10px;
}

.form-popup form .form-footer .check {
  color: #282828;
}

.form-popup form .form-footer .check input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

.form-popup form .form-footer .check label {
  font-size: 16px;
}

.form-popup form .form-footer .check label a {
  color: #282828;
  text-decoration: underline;
}

.form-popup form .form-footer .check label a:hover {
  color: #000;
}

.form-popup form .form-footer .check input[type="checkbox"]:checked + label:before,
.form-popup form .form-footer .check input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 19px;
  height: 19px;
  background-color: #005fab;
}

.form-popup form .form-footer .form-btn {
  text-align: center;
  margin-top: 7px;
}

.form-popup form .form-footer .form-btn .blue-btn {
  display: block;
  width: 100%;
}

.form-popup .mfp-close {
  outline: none;
}

.form-popup .mfp-close:before {
  content: url(../img/close.png);
  display: block;
  margin-top: 10px;
  margin-right: 20px;
  outline: none;
}

.page {
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  padding-bottom: 10px;
}

.page .block-title {
  font-size: 36px;
}

.page ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.page ul li {
  padding-left: 20px;
  position: relative;
}

.page ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #4087c0;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
}

.page p {
  margin-bottom: 0;
  margin-top: 15px;
}

.page .right-info {
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.page .right-info p {
  padding: 20px;
  background-color: #eaeaea;
  border-left: 5px solid #888;
  margin: 0;
  margin-top: 15px;
}

.page .right-info a {
  display: block;
  padding: 20px;
  background-color: #eaeaea;
  border-left: 3px solid #888;
  color: #005fab;
  margin-top: 15px;
}

.page h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 39px;
  text-transform: uppercase;
  margin-top: 40px;
}

.page h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
}

.page h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
}

.page table {
  width: 100%;
  margin-top: 20px;
}

.page table thead {
  background-color: #282828;
  color: #fff;
}

.page table tr td {
  border: 1px solid #ddd;
  padding: 25px 5px;
  width: 25%;
  text-align: center;
}

.page table tr td:first-child {
  text-align: left;
  padding-left: 30px;
}

.page table.mobile-table {
  display: none;
}

.page table.mobile-table tr td {
  text-align: center;
  padding: 25px 10px;
}

blockquote {
  border-left: 5px solid #4087c0;
  padding-left: 20px;
  margin-top: 15px;
}

.page .shema {
  margin-top: 40px;
}

.page .shema img.shema-img {
  width: 100%;
}

.page .shema .top-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  border: 1px solid #ddd;
  padding: 20px 0;
}

.page .shema .top-1 p {
  margin-bottom: 0;
  margin-top: 0;
}

.page .shema .strelka {
  padding: 30px 0;
}

.page .shema .num-bullet {
  padding-left: 0px;
  padding-right: 10px;
}

.page .shema .num-bullet:last-child {
  padding-right: 0;
}

.page .shema .num-bullet dl {
  background-color: #eaeaea;
  padding: 20px 5px 20px 30px;
  margin-bottom: 0;
  position: relative;
}

.page .shema .num-bullet dl dt span {
  color: #005fab;
  font-size: 18px;
}

.page .shema .num-bullet dl dd {
  margin-left: 30px;
  font-size: 16px;
  margin-bottom: 0;
}

.page .shema .num-bullet dl:before {
  content: url(../img/arrow-block.png);
  position: absolute;
  display: block;
  top: 22px;
  left: -1px;
  width: 11px;
  height: 24px;
}

.page .shema .b1 dl:before {
  display: none;
}

.m15 {
  margin: 15px;
}

.page-1block {
  margin-top: 5px;
}

.page-1block p {
  margin-bottom: 0;
}

.white {
  height: 60px;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  .banner-topLine .adress {
    -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%;
  }
  .banner-topLine .adress span span {
    display: none;
  }
  .banner-topLine .phone span {
    display: none;
  }
  .banner-topLine .mail {
    -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%;
  }
  .people-wrapper .peoples .pip_txt a.btn-line {
    font-size: 12px;
  }
  .when .problems .pr .problem-wrapper a {
    font-size: 12px;
    padding: 15px 5px;
  }
  .page .shema-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .when .problems .pr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .when .problems .pr:nth-child(n+4) {
    margin-top: 0;
  }
  .when .problems .pr:nth-child(n+3) {
    margin-top: 30px;
  }
  .page .shema {
    padding: 0 15px;
  }
  .page .shema-wrapper .num-bullet {
    padding-left: 0;
    padding-right: 5px;
    margin-bottom: 0;
  }
  .page .shema-wrapper .num-bullet dl {
    text-align: center;
    padding: 15px;
  }
  .page .shema-wrapper .num-bullet dl:before {
    top: 15px;
  }
  .page .shema-wrapper .num-bullet dl dt span {
    display: block;
  }
  .page .shema-wrapper .num-bullet dl dd {
    margin-left: 0;
  }
  .page .shema-wrapper .b1 dl:before {
    display: none;
  }
  .page .shema-wrapper .b4 {
    margin-bottom: 0;
    padding-right: 0;
  }
  .page .shema-wrapper .strelka {
    padding: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .mobile-menu {
    background: #282828;
    color: #fff;
    width: 100vw;
    height: 100vh;
    padding: 10px 5px 20px 0px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .mobile-menu.visible {
    display: block;
  }
  .mobile-menu.visible .mobile-logo a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 9px;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
  }
  .mobile-menu.visible .mobile-logo a:hover {
    text-decoration: none;
  }
  .mobile-menu.visible .mobile-logo a span {
    margin-right: -10px;
  }
  .mobile-menu.visible .close-menu {
    text-align: right;
  }
  .mobile-menu.visible .menu ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 0;
  }
  .mobile-menu.visible .menu ul li {
    margin-top: 15px;
  }
  .mobile-menu.visible .menu ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.7px;
    border-bottom: 2px solid #616161;
    padding-bottom: 2px;
  }
  .mobile-menu.visible .menu ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
  }
  .mobile-menu.visible .menu-contacts {
    padding: 20px 0;
  }
  .mobile-menu.visible .menu-contacts ul {
    list-style: none;
    padding-left: 0;
  }
  .mobile-menu.visible .menu-contacts ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.16px;
  }
  .mobile-menu.visible .menu-contacts ul li a {
    color: #fff;
  }
  .mobile-menu.visible .menu-contacts ul li span {
    font-size: 16px;
    font-family: "PT Serif", serif;
    color: #bbbbbb;
    letter-spacing: 0.16px;
    font-weight: 400;
  }
  .mobile-menu.visible .menu-contacts ul li:before {
    position: absolute;
    top: 4px;
    left: 0px;
  }
  .mobile-menu.visible .menu-contacts ul li.phone-map:before {
    content: url(../img/phone-white.png);
    margin-right: 10px;
  }
  .mobile-menu.visible .menu-contacts ul li.mail-map:before {
    content: url(../img/mail-white.png);
    margin-right: 10px;
  }
  .mobile-menu.visible .menu-contacts ul li.adress-map:before {
    content: url(../img/placeholder-white.png);
    margin-right: 10px;
  }
    .mobile-menu.visible .menu-contacts ul li.wa-map,
  .mobile-menu.visible .menu-contacts ul li.tg-map {
    line-height:  34px;
  }

  .mobile-menu.visible .menu-contacts ul li.wa-map:before {
    content: url(../img/social/whatsapp_h.svg);
    margin-right: 10px;
    left: -4px;
  }
  .mobile-menu.visible .menu-contacts ul li.tg-map:before {
    content: url(../img/social/telegram_h.svg);
    margin-right: 10px;
    left: -4px;
  }
  .mobile-menu.visible .menu-btn .btn-white {
    color: #fff;
    border-color: #fff;
    display: block;
    text-align: center;
  }
  .bg-overlay.visible {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
    z-index: 9999;
    color: white;
  }
  .blue-btn {
    font-size: 12px;
    padding: 15px 10px;
  }
  .btn-line {
    font-size: 12px;
    padding: 15px 10px;
  }
  .block-title {
    font-size: 21px;
    line-height: 29px;
  }
  .block-description {
    font-size: 16px;
    line-height: 20px;
  }
  .banner-topLine {
    display: none;
  }
  .banner-logomenu {
    padding-top: 10px;
  }
  .banner-logomenu .banner-logo {
    -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%;
  }
  .banner-logomenu .banner-logo a {
    font-size: 20px;
    letter-spacing: 9px;
  }
  .banner-logomenu .banner-logo .mobile-phone {
    display: block;
    margin-top: 7px;
    margin-left: 1px;
  }
  .banner-logomenu .banner-logo .mobile-phone a {
    color: #bbbbbb;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    letter-spacing: normal;
  }
  .banner-logomenu .banner-logo .mobile-phone a:hover {
    color: #fff;
    text-decoration: none;
  }
  .banner-logomenu .banner-menu {
    display: none;
  }
  .banner-logomenu .menu-button {
    display: block;
    text-align: right;
  }
  .banner-logomenu .menu-button a img {
    margin-top: 10px;
  }
  .banner-offer {
    margin-top: 60px;
  }
  .banner-offer h1 {
    font-size: 24px;
    line-height: 35px;
  }
  .banner-offer p {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-offer a {
    display: block;
    text-align: center;
  }
  .banner-bottom .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .banner-bottom .col-4 img {
    height: 29px;
    width: 30px;
  }
  .banner-bottom .col-4 .banner-bullet-header {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .banner-bottom .col-4 .banner-bullet-txt {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .kak p {
    font-size: 16px;
  }
  .kak .col-md-3 {
    margin-top: 20px;
  }
  .when .problems .pr {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .when .problems .pr:nth-child(n+3) {
    margin-top: 0;
  }
  .when .problems .pr:nth-child(n+3) a {
    text-align: center;
  }
  .price .price-content .col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .price .price-content table.t2 td {
    display: inline-block;
    width: 50%;
  }
  .price .price-content table.t2 td:nth-child(n+2) {
    border-top: 1px solid #fff;
  }
  .price .price-content table.t2 td p:first-child {
    margin-top: 20px;
  }
  .price .price-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .price .price-right .mt {
    margin-top: 14px;
  }
  .form-wrapper .form-inner {
    padding: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form-wrapper .form-inner form .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form-wrapper .form-inner form .form-footer {
    margin-top: 0;
  }
  .form-wrapper .form-inner form .form-footer .blue-btn {
    display: block;
    text-align: center;
    width: 100%;
  }
  .form-wrapper .form-inner form .form-footer .check label a {
    color: #181818;
    text-decoration: underline;
  }
  .form-wrapper .form-inner form .form-footer .check label a:hover {
    color: #000;
  }
  .people-wrapper .container .peoples {
    margin-left: 0;
  }
  .people-wrapper .container .peoples .item {
    padding-left: 0;
  }
  .likvid_ecp .container .likvid,
  .likvidator .container .likvid {
    padding: 15px;
    overflow: hidden;
  }
  .likvid_ecp .container .likvid .lik-title,
  .likvidator .container .likvid .lik-title {
    padding: 10px 10px 0 10px;
  }
  .likvid_ecp .container .likvid .lik-txt,
  .likvidator .container .likvid .lik-txt {
    padding: 0 10px 10px 10px;
    font-size: 16px;
  }
  .likvidator .container .likvid .lik-photo {
    margin-left: 0;
  }
  .likvidator .container .likvid .lik-photo .lik-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .likvid_ecp .container .likvid .lik-black,  
  .likvidator .container .likvid .lik-black {
    padding: 25px;
  }
  .google .sheet {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .google .sheet iframe {
    height: 300px;
  }
  .google .sheet-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .how .proc-arr {
    display: none;
  }
  .how .process .col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .how .process .col-4 .step {
    width: 100%;
    text-align: center;
    display: block;
    color: #282828;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .how .process .col-4:first-child .step {
    margin-top: 0;
  }
  .how .process .col-4:first-child span {
    font-size: 22px;
  }
  .how a.blue-btn {
    display: block;
    text-align: center;
  }
  .map-wrapper .map {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: 320px;
    overflow: hidden;
  }
  .map-wrapper .map-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .footer {
    height: auto;
  }
  .footer .col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .left p {
    margin-bottom: 0;
  }
  .footer .right {
    margin-top: 10px;
  }
  .footer .right p {
    margin-top: 0;
  }
  .footer .right p a img {
    height: 31px;
  }
  .page table.desktop-table {
    display: none;
  }
  .page table.mobile-table {
    display: table;
  }
  .page h2.block-title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .page h2.block-title:after {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
  }
  .page h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .page p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .page ul {
    font-size: 16px;
    line-height: 20px;
  }
  blockquote {
    font-size: 16px;
  }
  .page .right-info p {
    margin: 10px 0 5px 0;
  }
  .page .right-info a {
    margin: 10px 0 5px 0;
  }
  .page .shema {
    padding: 0 15px;
  }
  .page .shema .num-bullet {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .page .shema .num-bullet dl {
    text-align: center;
    padding: 15px;
  }
  .page .shema .num-bullet dl:before {
    content: url(../img/arrow-block.png);
    position: absolute;
    display: block;
    top: -8px;
    left: -webkit-calc(50% - 5px);
    left: calc(50% - 5px);
    width: 11px;
    height: 24px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page .shema .num-bullet dl dt span {
    display: block;
  }
  .page .shema .num-bullet dl dd {
    margin-left: 0;
  }
  .page .shema .b1 dl:before {
    display: none;
  }
  .page .shema .b4 {
    margin-bottom: 0;
  }
  .page .shema .strelka {
    padding: 10px 0;
  }
  .page .shema-m {
    display: none;
  }
  .mmt5 {
    margin-top: 5px;
  }
  .mmt10 {
    margin-top: 10px;
  }
  .mmt15 {
    margin-top: 15px;
  }
}
