/* === main.css v3  === */
@charset "UTF-8";
@font-face {
  font-family: "RobotoRegular";
  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: "RobotoBold";
  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");
}

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

@font-face {
  font-family: "RobotoLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.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: #223e81;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #122144;
  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;
}

.hidden {
  display: none;
}

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

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
}

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #223e81;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1c9dc;
}

.table-hover .table-primary:hover {
  background-color: #b1bbd3;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b1bbd3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

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

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.eot?64872771');
  src: url('../fonts/fontello/fontello.eot?64872771#iefix') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2?64872771') format('woff2'),
       url('../fonts/fontello/fontello.woff?64872771') format('woff'),
       url('../fonts/fontello/fontello.ttf?64872771') format('truetype'),
       url('../fonts/fontello/fontello.svg?64872771#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?64872771#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-vk:before {
  content: '\e800'; 
} 
/* '' */
.icon-facebook:before {
  content: '\e801'; 
} 
/* '' */
.icon-phone:before {
  content: '\e804'; 
} 
/* '' */
.icon-phone-1:before {
  content: '\e805'; 
} 
/* '' */
.icon-location:before {
  content: '\e806'; 
} 
/* '' */
.icon-left-open:before {
  content: '\e807'; 
} 
/* '' */
.icon-right-open:before {
  content: '\e808'; 
} 
/* '' */
.icon-menu:before {
  content: '\f0c9'; 
} 
/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; 
} 
/* '' */
.icon-odnoklassniki:before {
  content: '\f263'; 
} 
/* '' */
.icon-youtube:before {
  content: '\f313'; 
} 
/* '' */
.icon-youtube-1:before {
  content: '\e803'; 
} 
/* '' */
.icon-instagram:before {
  content: '\f16d'; 
} 
/* '' */
.icon-instagram-1:before {
  content: '\f32d'; 
} 
/* '' */
.icon-instagram-2:before {
  content: '\e802'; 
} 
/* '' */

.icon-phone:before, .icon-left:before, .icon-right:before, .icon-location:before, .icon-menu:before {
  font-size: 120%;
}

::-webkit-input-placeholder {
  color: #223e81;
}
::-moz-placeholder {
  color: #223e81;
}
:-ms-input-placeholder {
  color: #223e81;
}
::-ms-input-placeholder {
  color: #223e81;
}
::placeholder {
  color: #223e81;
}

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

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "RobotoRegular", sans-serif;
  overflow-x: hidden;
  color: #282828;
}

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;
  margin: 0 auto;
}

.about .img-responsive, #sertif .img-responsive {
  box-shadow: 1px 1px 5px #888;
}

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

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

b,
strong {
  font-weight: bold;
}

p, .h1, .h2, .h3 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

button:hover, button:focus, button:active {
  outline: none;
  border: none;
}

.button {
  padding: 10px 0;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  opacity: .8;
}

.dark-button {
  background: #223e81;
  color: #ffffff;
  font-family: "RobotoBold", sans-serif;
  font-size: 16px;
}

.dark-button:hover {
  color: #ffffff;
}

.accent-button {
  background: #ff9900;
  color: #ffffff;
  padding: 8px 20px;
}

.accent-button:hover {
  color: #ffffff;
}

.form .form-control__item {
  height: 40px;
  padding: 10px 15px;
  background: #ffffff;
  border: none;
  color: #223e81;
}

.form textarea {
  border: none;
  resize: none;
  color: #223e81;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.form-box {
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.54);
  width: 100%;
  margin-top: 20px;
}

.form-box .form-heading {
  text-align: center;
  font-family: "RobotoMedium", sans-serif;
  margin-bottom: 22px;
  color: #223e81;
}

.form-box .form-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-box .form-top .form-col {
  width: 100%;
  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;
}

.form-box .form-top .form-col input {
  margin-bottom: 10px;
  width: 100%;
}

.form-col .hint, .cb-form .hint {
  display: none;
  text-align: left;
  color: #ff9900;
  font-size: 12px;
  line-height: 4px;
}

.input-tel:hover + .hint {
  display: inline;
}

.form-box .form-top .form-col textarea {
  height: 65px;
}

.form-box .form-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-box .form-bottom label {
  color: #282828;
  font-size: 14px;
  font-family: "RobotoLight", sans-serif;
  margin-left: 12px;
  margin-bottom: 4px;
}

.heading {
  text-align: center;
}

.heading .h2 {
  font-size: 36px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.heading .h2:before {
  content: url("../img/heading-bd.png");
  position: absolute;
  top: 0;
  left: -30px;
}

.ymaps-2-1-68-copyrights-pane, .ymaps-2-1-68-controls-pane {
  display: none;
}

.visible-xs {
  display: none;
}

.visible-mb, .visible-md {
  display: none;
}

.hidden-item {
  display: none;
}

.header {
  position: relative;
  background: url("../img/header-bg.jpg") center top/cover no-repeat;
}

/*.header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,19,38,.55);
  z-index: 2;
}*/

.header .header__top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0 23px;
}

.fixed-header .header__top-line {
    padding: 10px 0 12px;
}

.header .header__top-line .logo {
  max-width: 263px;
  display: inline-block;
  width: 20%;
}

.header .header__top-line .nav {
  width: 77%;
}

.header .header__top-line .nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header__top-line .nav ul a {
  color: #ffffff;
  font-size: 14px;
  font-family: "RobotoBold", sans-serif;
}

.header .header__top-line .nav ul a:hover {
  color: #4fb9e0;
}

.header .header__top-line .nav ul a.phone-top {
  font-size: 18px;
}

.header .header__main {
  padding-bottom: 60px;
  /*background: url("../img/header-main-bg.png") no-repeat;*/
  /*background-position: 0 101%;*/
  padding-top: 100px;
  /*position: relative;*/
  /*z-index: 3;*/
}

.header .header__main .h1 {
  text-align: left;
  color: #ffffff;
  font-family: "RobotoBold", sans-serif;
  font-size: 56px;
  text-shadow: 2px 2px 2px #393939;
  margin-bottom: 20px;
  line-height: 58px;
}

.header .header__main .h1 span {
  color: #4fb9e0;
}

.header .header__main .heading-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header__main .heading-box .icons-box {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header__main .heading-box .heading-text {
  text-align: left;
  color: #ffffff;
  width: 66%;
}

.header .header__main .heading-box .heading-text .call {
  font-family: "RobotoBold", sans-serif;
  font-size: 40px;
  margin-bottom: 7px;
  text-shadow: 2px 2px 2px #393939;
}

.header .header__main .heading-box .heading-text .phone {
  font-family: "RobotoBold", sans-serif;
  font-size: 50px;
  margin-bottom: 25px;
  text-shadow: 2px 2px 2px #393939;
}

.header .header__main .heading-box .heading-text .call a {
  color: #ffffff;
}

.header .header__main .heading-box .heading-text .today {
  font-size: 30px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #393939;
  color: #4fb9e0;
}

.works_cnt {
  margin-bottom: 12px;
}

.works {
  display: table;
  padding: 7px 20px;
  background-color: #fff;
  border-radius: 20px;
  color: #151515;
  /*font: 18px 'Geometria-Bold';*/
}

.works + .works {
  margin-top: 15px;
}

.works>a {
  color: #151515;
}

.works>a:hover {
  color: #004bff;
}

.works:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4fb9e0;
    margin-right: 10px;
}

.header .header__main .button {
  margin-top: 5px;
  min-width: 190px;
}

.header .menu-button {
  color: #223e81;
}

.header .fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(21, 21, 21, 0.8);
  -webkit-box-shadow: 2px 2px 5px rgba(10, 10, 10,.6);
          box-shadow: 2px 2px 5px rgba(10, 10, 10,.6);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 50;
}

.header .fixed-header .header__top-line .nav ul a:hover {
  color: #4fb9e0;
}

.collapse.show {
  width: 100%;
}

.collapse-nav {
  width: 100%;
}

.collapse-nav ul {
  width: 100%;
  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;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.collapse-nav ul li {
  line-height: 35px;
}

.collapse-nav ul li a {
  font-size: 18px !important;
}

.heading-form {
  text-align: left;
  color: #ffffff;
  width: 33%;
}

.header-form {
  background-color: rgba(31,31,31,.8);
  padding: 30px 42px;
  max-width: 358px;
  width: 100%;
  color: #fff;
  text-align: center;
}

.header-form h3 {
  color: #ff9900;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 30px;
}

.heading-form h3 span {
  font-size: 18px;
  text-transform: none;
  line-height: 20px;
}

.header-form p {
  font-size: 18px;
  padding-bottom: 12px;
}

.header-form__input {
  width: 100%;
  height: 36px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  padding: 0 20px;
  margin: 5px 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

.form-bottom-text {
  font-size: 10px !important;
  text-align: left;
  padding-bottom: 12px !important;
  color: #4088c5;
}

.col2x-item {
    display: inline-block;
    float: left;
}
.col2x>* {
    width: 48%;
    margin: 5px 0;
}
.condition {
  margin-right: 3%;
  position: relative;
  float: left;
}
.cond-select {
  height: 40px;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
  color: #212121;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/img/select_appearance.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  width: 100%;
}
.add_photos {
  float: left;
}
.add_photos .photos-text:empty {
    display: none;
}
.add_photos .photos-text {
    margin-top: 5px;
    text-align: right;
    font-size: 13px;
}
.skupkaform-photos {
  height: 40px;
  position: relative;
  background: #fff;
  padding: 0 15px;
  color: #5b6c72;
  font-size: 13px;
  line-height: 40px;
  width: 100%;
  display: block;
  margin-left: 2%;
}
.skupkaform-photos:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: no-repeat center url(/img/foto_icon.png);
  height: 14px;
  margin-right: -5px;
  margin-left: -22px;
  width: 30px;
}
.skupkaform-photos * {
  cursor: pointer;
}
.skupkaform-photos input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.advantages {
  padding: 75px 0 35px;
  background: url("../img/trbl-bg.png");
}

.advantages .heading {
  margin-bottom: 30px;
}

.advantages .advantages-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/adv-pic.png") center no-repeat;
}

.advantages .advantages-box .box-column {
  width: 33%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.advantages .advantages-box .box-column .advantages-item {
  margin-bottom: 60px;
  position: relative;
  /*height: 220px;*/
  height: auto;
}

.advantages .advantages-box .box-column .advantages-item:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #37c0f4;
}

.advantages .advantages-box .box-column .advantages-item img {
  margin-bottom: 10px;
}

.advantages .advantages-box .box-column .advantages-item:last-child {
  /*margin-bottom: 0;*/
}

.repair {
  margin-bottom: 70px;
  margin-top: 30px;
}

.repair .heading {
  margin-bottom: 20px;
}

.repair-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}

.repair .repair-box li {
  width: 13%;
  margin: 15px;
}
.about .repair-box li, #sertif .repair-box li {
  width: 31%;
  margin: 10px;
}
.repair .sub-heading {
  text-align: center;
  font-size: 25px;
  color: #223e81;
  line-height: 32px;
}

/*      Цены      */
.price {
  /*background: url("../img/price-bg.jpg") center no-repeat;*/
  /*-webkit-background-size: 100% 100%;*/
          /*background-size: 100% 100%;*/
  text-align: center;        
  padding: 60px 0 0;
}

.price .price-box {
  padding-bottom: 20px;
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
  /*background: url("../img/price-table-bg.png") 50px 100% no-repeat;*/
}
.price .table-wrap {
  padding: 30px 20px 20px;
}
.price table {
  border-collapse: collapse;
  border-spacing: 0;
}
.price thead {
  background: #4fb9e0;
  color: #ffffff;
}
.price thead td {
  padding: 18px 20px;
  font-size: 18px;
}
.price table.fr-dashed-borders td, table.fr-dashed-borders th {
  border: 1px solid #dddddd !important;
}
.price table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #ebebeb;
}
.price tbody td {
  padding: 4px 16px;
  font-size: 16px;
}
.price tbody td:first-of-type {
  text-align: left;
}
.price-bottom{
  text-align: left;
  font-size: 12px;
  margin: 0 30px;
}

.services__items-pre-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 35px;
}
.services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.services-items--add {
  margin-bottom: 60px;
}
.hs-hidden {
  display: none;
}

@media screen and (max-width: 992px) {
  .services-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.services-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  word-wrap: break-word;
  width: -webkit-calc(75% - 20px);
  width: calc(75% - 20px);
  /*width: -webkit-calc(25%);*/
  /*width: calc(25%);*/
  max-width: 580px;
  min-height: 580px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 40px;
}
.services-item--add {
  /*width: -webkit-calc(33.33333% - 30px);*/
  /*width: calc(33.33333% - 30px);*/
  /*max-width: 370px;*/
  min-height: 200px;
  padding-bottom: 30px;
}
.services-item--context {
  /*width: -webkit-calc(33.33333% - 40px);*/
  /*width: calc(33.33333% - 40px);*/
  /*max-width: 370px;*/
  /*margin-left: 20px;*/
  /*margin-right: 20px;*/
}
.services-item:last-of-type {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
}

@media screen and (max-width: 992px) {
  .services-item {
    /*width: -webkit-calc(41.66666666666667% - 30px);*/
    /*width: calc(41.66666666666667% - 30px);*/
    width: -webkit-calc(41.66666666666667%);
    width: calc(41.66666666666667%);
  }
  .services-item--context {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
  }
  .hs-hidden {
    display: block;
  }
  .price tbody td {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .services-item {
    /*width: -webkit-calc(50% - 30px);*/
    /*width: calc(50% - 30px);*/
    width: -webkit-calc(50%);
    width: calc(50%);
  }
}
@media screen and (max-width: 576px) {
  .services-item {
    /*width: -webkit-calc(83.33333333333334% - 30px);*/
    /*width: calc(83.33333333333334% - 30px);*/
    width: -webkit-calc(55%);
    width: calc(55%);
  }
  .items-title {
    width: -webkit-calc(45%);
    width: calc(45%);
  }
  .price .table-wrap {
    padding: 20px 5px 15px;
  }
  .price tbody td {
    font-size: 12px;
  }
  .price .price-bottom {
    font-size: 10px;
    margin: 0 15px;
  }
}

.services-item__head {
  position: relative;
  padding: 35px 10px 23px;
  background-color: #000;
  color: #fff;
  z-index: 3;
  height: 150px;
}
.services-item__head::after {
  content: '';
  position: absolute;
  z-index: -1;
  display: inline-block;
  border: 10px solid #000;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
.services-item__head--first-bg {
  background-color: #4fb9e0;
  /*color: #ffffff;*/
}
.services-item__head--first-bg::after {
  border-top-color: #4fb9e0;
}
.services-item__head--light-bg {
  background-color: #3f9fc2;
  /*color: #ffffff;*/
}
.services-item__head--light-bg::after {
  border-top-color: #3f9fc2;
}
.services-item__head--dark-bg {
  background-color: #3888a5;
}
.services-item__head--dark-bg::after {
  border-top-color: #3888a5;
}
.services-item__title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .services-item__title {
    font-size: 18px;
  }
}
.services-item__title--red-color {
  color: #f32323;
}
.services-item--add__title {
  margin-top: 26px;
  color: #252525;
}
.services-item__price {
  display: inline-block;
  color: #f32323;
  font-size: 24px;
  font-weight: 900;
  padding: 3px 10px;
  margin-bottom: 8px;
  background-color: #fff;
}
.services-item__price--red-bg {
  color: #fff;
  background-color: #f32323;
}
.services-item--add__price {
  margin-bottom: 16px;
  background-color: transparent;
}
.services-item__prepay {
  font-size: 14px;
  font-weight: 300;
}
.services-item__body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 29px 0;
  list-style-type: none;
  text-align: left;
}
.services-item__element {
  padding: 12px 20px;
  line-height: 20px;
  height: 108px;
  text-align: center;
}
.services-item__name {
  text-align: left;
}
.services-item__element + .services-item__element {
  border-top: 1px solid #c9c9c9;
}
.services-item__element:last-child {
  color: #787878;
  height: 50px;
}
@media screen and (max-width: 576px) {
  .services-item__element {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 12px;
  }
}
.services__items-post-text {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-top: 32px;
  margin-bottom: 30px;
  text-align: left;
}

.steps, .technics {
  text-align: center;
}
.steps {
  padding: 45px 0;
}
.technics {
  padding: 95px 0 45px;
}

.steps .heading, .technics .heading {
  margin-bottom: 35px;
}

.steps .steps-box .steps-top {
  margin: 40px auto 46px;
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.steps .steps-box .steps-top li {
  width: 20%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 260px;
  text-align: center;
  position: relative;
  padding: 0 5px;
}

.steps .steps-box .steps-top li span:after {
  content: '';
  display: block;
  margin: 10px auto;
  width: 30px;
  height: 2px;
  background: #37c0f4;
}

.steps .steps-box .steps-top li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  background: #37c0f4;
  bottom: -50px;
}

.steps .steps-box .steps-bottom {
  margin-top: 22px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  color: #223e81;
}


.shag {
  width:70px;
  height:70px;
  display:inline-block;
  vertical-align:middle;
  position:relative
}
#shag1 {
  background:url(../img/icon_step1.png) no-repeat center top
}
#shag2 {
  background:url(../img/icon_step2.png) no-repeat center top
}
#shag3 {
  background:url(../img/icon_step3.png) no-repeat center top
}
#shag4 {
  background:url(../img/icon_step4.png) no-repeat center top
}
#shag5 {
  background:url(../img/icon_step5_2.png) no-repeat center top
}
.shagnumber {
  display:inline-block;
  vertical-align:middle;
  font-size:24px;
  width:38px;
  line-height:35px;
  text-align:center;
  font-weight:700;
  color:#36373d;
  margin:0 10px 0 0;
  background:#fff;
  border-radius:50%;
  z-index:10;
  position:relative
}
.greynumb {
  border:2px solid #36373d
}
.greynumb:after {
  content:'';
  display:block;
  width:2px;
  height:92px;
  position:absolute;
  background:#200;
  left:50%;
  margin-left:-1px;
  z-index:1
}
.rednumb:after {
  content:'';
  display:block;
  width:2px;
  height:92px;
  position:absolute;
  left:50%;
  margin-left:-1px;
  z-index:1;
  background:#d53535;
  background:-moz-linear-gradient(top,#d53535 0%,#467ddc 100%);
  background:-webkit-linear-gradient(top,#d53535 0%,#467ddc 100%);
  background:linear-gradient(to bottom,#d53535 0%,#467ddc 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d53535',endColorstr='#467ddc',GradientType=0)
}
.orangenumb:after {
  content:none!important;
  display:none!important;
  z-index:1
}
.bluenumb:after {
  content:'';
  display:block;
  width:2px;
  height:92px;
  position:absolute;
  background:#4fb9e0;
  left:50%;
  margin-left:-1px;
  z-index:1
}
.rednumb {
  border:2px solid #d53535;
  color:#d53535
}
.bluenumb {
  border:2px solid #4fb9e0;
  color:#4fb9e0
}
.orangenumb {
  border:2px solid #ff9900;
  color:#ff9900
}
.shagtext {
  width:640px;
  display:inline-block;
  vertical-align:middle;
  text-align:left;
  margin-left:20px;
  font-size:18px
}
.shagline {
  margin-bottom:30px;
  text-align: center;
}


.after-consult {
  padding: 75px 0 65px;
  background: url(../img/trbl-bg.png);
}

.after-consult .image-left {
  width: 41.666667%;
  padding: 0 15px;
}

.after-consult .image-left img {
  width: 100%;
  box-shadow: 1px 1px 5px #888;
}

.after-consult .text-right {
  width: 58.333333%;
  padding: 0 15px;
}

.after-consult .title-right {
  font-size: 32px;
  padding-bottom: 30px;
}

.after-consult .title-right span {
  color: #4fb9e0;
}

.after-consult p {
  font-size: 20px;
  text-align: left;
  line-height: 26px;
}

.why {
  margin:0 auto;
  max-width:1000px;
  padding:40px 0;
  position:relative;
  /*z-index:400*/
}

.why h2 {
  /*font-size:42px;*/
  /*font-weight:700;*/
  /*color:#1c58be;*/
  margin-bottom:30px
}
.why td {
  vertical-align:middle;
  padding:20px 0;
  width:500px
}
.why table {
  margin:0 auto
}
.why td img {
  float:left;
  display:block;
  width:70px;
  margin:5px 20px 5px 5px
}
.why td p {
  float:left;
  margin:0;
  width:365px;
  font-size:18px
}
.trbl_text {
  float: left;
  width: 78%;
  padding-right: 10px;
}
.trbl_text h3 {
  font-size: 18px;
}

.order {
  background: url("../img/order-bg.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.order .form-box {
  background: none;
  padding: 0;
}

.order .form-box .form-heading {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

.order .form-box .form-bottom label {
  color: #ffffff;
}

.order .form-box .accent-button {
  font-size: 16px;
  width: 195px;
  margin: 35px auto 0;
  text-align: center;
  display: block;
}

.about {
  padding: 50px 0;
  background: url("../img/about-bg.jpg") top no-repeat, url("../img/about-main-bg.png");
  line-height: 1.5;
}

.repair {
  padding: 40px 0 0;
  line-height: 1.5;
}

.about .heading {
  margin-bottom: 30px;
}

ul.about-list {
  margin: 12px;
}

.about .text {
  /*margin: 30px 0 90px;*/
}

.about .about-text:last-of-type, .repair .about-text:last-of-type {
  margin-bottom: 40px;
}

.about .about-list li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #4fb9e0;
  margin-right: 5px;
}

.about .about-carousel .carousel-item {
  width: 70%;
  margin: 0 auto;
}

.about .about-carousel .carousel-item .picture-block {
  width: 210px;
  height: 210px;
  display: inline-block;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: 40% 0;
  margin: 0 auto 20px;
}

.about .about-carousel .carousel-item .head {
  color: #223e81;
  font-family: "RobotoBold", sans-serif;
}

.slick-arrow {
  position: absolute;
  top: 35%;
  font-size: 2rem;
  color: #223e81;
  z-index: 50;
  cursor: pointer;
}

.arrow-prev {
  right: 0;
}

.arrow-next {
  left: 0;
}

.reviews {
  padding: 95px 0 100px;
}

.reviews .heading {
  margin-bottom: 35px;
}

.reviews .reviews__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 45px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.reviews .reviews__box .reviews-item {
  width: 28%;
  position: relative;
}

.reviews .reviews__box .reviews-item .quote {
  position: absolute;
  top: 29%;
}

.reviews .reviews__box .reviews-item .photo {
  display: block;
  margin: 0 auto 35px;
  width: 210px;
  height: 210px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-position: 75% 10%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.reviews .reviews__box .reviews-item .head {
  font-family: "RobotoBold", sans-serif;
  color: #223e81;
}

.reviews .reviews__box .reviews-item .text-heading-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

.reviews .button {
  display: block;
  margin: 0 auto;
  width: 195px;
}

.consult {
  position: relative;
  padding: 70px 0 78px;
  background: url("../img/consult-bg-2.jpg") center/cover no-repeat;
}

/*.consult::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,19,38,.7);
  z-index: 2;
}*/

.consult .container {
  position: relative;
  z-index: 3;
}

.consult .form {
  width: 100%;
}

.consult .form .heading-wrapper {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 40px;
}

.consult .form .heading-wrapper .head {
  font-family: "RobotoBold", sans-serif;
}

.consult .form .form-control {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.consult .form .form-control .form-control__item {
  width: 40%;
}

.consult .form .form-control .button {
  width: 195px;
}

.contacts {
  padding: 95px 0 100px;
}

.contacts .h2 {
  margin-bottom: 35px;
}

.contacts .heading {
  margin-bottom: 50px;
}

.contacts .contacts__text li {
  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;
}

.contacts .contacts__text i {
  color: #37c0f4;
  margin-bottom: 10px;
}

.footer {
  padding: 25px 0;
  background: #313132;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #ff9900;
}

.footer .footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .copy-r {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding-top: 8px;
}
.footer .copy-r span {
  font-size: 12px;
}

.footer .footer__phone {
  font-family: "RobotoBold", sans-serif;
  margin-bottom: 15px;
}

.footer .footer__phone i {
  margin-right: 15px;
}

.footer .socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .socials .vk-link i {
  font-size: .8rem;
  top: 4px;
  right: 4px;
}

.footer .socials a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #4fb9e0;
  position: relative;
}

.footer .socials a i {
  color: #ffffff;
  font-size: .9rem;
  position: absolute;
  top: 4px;
  left: 3px;
}

.footer .socials a:hover {
  background: #ff9900;
}


/*====== section tehniks ======*/
.center {
    text-align: center !important;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow:hidden;
}
.bottommargin { 
  margin-bottom: 50px !important; 
}

.section.technics {
    position: relative;
    padding: 60px 0;
    background-color: #F9F9F9;
    background: url(../img/trbl-bg.png);
    overflow: hidden;
}
.section.technics .container, .section.technics .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nobottommargin {
    margin-bottom: 0 !important;
}
.col_one_fourth, .sidebar {
    width: 24%;
}
.col_one_third {
    width: 32.4%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    display: block;
    position: relative;
    margin-right: 1.3%;
    margin-bottom: 50px;
    float: left;
}
.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}
.feature-box:first-child {
    margin-top: 0;
}
.feature-box.media-box {
    padding: 0 18px 20px;
}
.feature-box.fbox-bg {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}
.feature-box.media-box .fbox-media, .feature-box.media-box .fbox-media a, .feature-box.media-box .fbox-media img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.feature-box.media-box.fbox-bg .fbox-media {
    margin: 0;
}
.feature-box.media-box.fbox-bg .fbox-media img {
    border-radius: 5px 5px 0 0;
}
.col_last {
    margin-right: 0 !important;
    clear: right;
}

.feature-box.fbox-bg {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    min-height: 450px;
    background-color: #fff;
}
.feature-box.media-box.fbox-bg .fbox-media img, .feature-box.media-box .fbox-media img {
    object-fit: cover !important;
    height: 250px !important;
}
.feature-box.media-box p {
    margin-top: 10px;
    line-height: 2.2;
}
.fbox-desc .item-field_text {
  margin-bottom: 20px;
  font-size: 15px;
}
.fbox-desc .accent-button {
    padding: 8px 16px;
}

/*кнопка звонка*/
.callback-bt {
        background:#38a3fd;
        border:2px solid #38a3fd;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 3%;
        top: 18%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:65px;
        width:65px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:2;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */

/* Попап форма обратного звонка */
.forms {
  visibility: hidden;
}
.popup {
  background-color:#fff;
  width:355px;
  border-radius:5px;
  left:50%;
  top:50%;
  margin-left:-197px;
  margin-top:-154px;
  padding:20px 20px 25px;
  border:0;
  display:inline-block;
  opacity:0;
  position:fixed;
  visibility:hidden;
  z-index:8450;
  -webkit-transition:opacity .5s,top .5s;
  -moz-transition:opacity .5s,top .5s;
  -ms-transition:opacity .5s,top .5s;
  -o-transition:opacity .5s,top .5s;
  transition:opacity .5s,top .5s;
}

.popupform {
  text-align:center;
  color:#1a252d;
  margin:0 auto;
}
.popup_effect1 {
  background:#11455A;
  opacity:.2;
}
.overlay {
  background-color:rgba(0,0,0,0.75);
  bottom:0;
  cursor:default;
  left:0;
  opacity:0;
  position:fixed;
  right:0;
  top:0;
  visibility:hidden;
  z-index:8420;
  -webkit-transition:opacity .5s;
  -moz-transition:opacity .5s;
  -ms-transition:opacity .5s;
  -o-transition:opacity .5s;
  transition:opacity .5s;
}
.overlay:target {
  visibility:visible;
  opacity:1;
}
.overlay:target+.popup {
  top:50%;
  opacity:1;
  visibility:visible;
}
.close {
  height:19px;
  line-height:11px;
  position:absolute;
  right:4px;
  top:3px;
  font-weight:700;
  padding:9px;
  text-align:center;
  text-decoration:none;
  width:11px;
  border-radius:50%;
  color:#1a252d;
  transition:.5s ease all;
  -webkit-transition:.5s ease all;
  opacity:1;
  background-image:url(../img/close.png);
  background-repeat:no-repeat;
  background-position:center;
}
.popup .i1:focus,.popup .i2:focus,.popup .i3:focus,.i1:focus,.i2:focus,.i3:focus,.i4:focus {
  background-color:#F5F5F5;
  background-position:140% center;
}
.popup .h2 {
  font-size:28px;
  font-weight:500;
  margin:10px 0;
  text-align:center;
}
.popup .h3 {
  font-size:16px;
  font-weight:400;
  margin:10px 0;
  text-align:center;
}
.popup .ph1 {
  font-size:20px;
  font-weight:700;
  width:85%;
  margin:10px auto 17px;
}
.popup .i2 {
    background-image: url(../img/i2.png);
    background-repeat: no-repeat;
    background-position: 94% center;
}
.popup span {
  font-size:16px;
  text-transform:none;
  text-align:justify;
  margin-bottom:15px;
  display:inline-block;
}
.popup input[type="text"],.popup input[type="tel"] {
  background-color:#fff;
  border:2px solid #c8ccd2;
}
.popup input[type="text"],.popup input[type="tel"] {
  width:100%;
  vertical-align:top;
  line-height:50px;
  display:inline-block;
  font-weight:400;
  font-size:15px;
  background-color:#fff;
  text-align:left;
  padding:0 20px;
  margin:5px 0;
  font-family:'Gotham Pro',Helvetica,sans-serif;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
}
.popup input[type="submit"] {
  width:100%!important;
  font-family:'Gotham Pro',Helvetica,sans-serif;
  font-weight:700;
  margin-top:6px;
  border-top:none;
  border-left:none;
  border-right:none;
}
.popup input[type="submit"]:hover {
  margin-top:9px!important;
}

.popup .ah1 {
  color:#fff;
  font-weight:700;
  font-size:30px;
}
.popup .atext {
  padding:0 30px;
  font-size:16px;
}

.fancybox-overlay {
  background:rgba(33,53,74,0.8)!important;
}
input[type="submit"] {
    width: 100%!important;
    font-family: 'Gotham Pro',Helvetica,sans-serif;
    font-weight: 700;
    margin-top: 6px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.popup .button_red {
    display: inline-block;
    cursor: pointer;
    line-height: 54px;
    font-size: 16px;
    border-radius: 2px;
    padding: 0 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #a52d2d;
    text-shadow: 0 1px 0 #a52d2d;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    background: #e14040;
    background: -moz-linear-gradient(top,#e14040 0%,#b52b2b 96%,#da5555 100%);
    background: -webkit-linear-gradient(top,#e14040 0%,#b52b2b 96%,#da5555 100%);
    background: linear-gradient(to bottom,#e14040 0%,#b52b2b 96%,#da5555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e14040',endColorstr='#da5555',GradientType=0);
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.popup .button_blue {
    display: inline-block;
    cursor: pointer;
    line-height: 54px;
    font-size: 16px;
    border-radius: 2px;
    padding: 0 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #264b8a;
    text-shadow: 0 1px 0 #264b8a;
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    background: #3b70cc;
    background: -moz-linear-gradient(top,#3b70cc 0%,#2554a6 96%,#4f76b9 100%);
    background: -webkit-linear-gradient(top,#3b70cc 0%,#2554a6 96%,#4f76b9 100%);
    background: linear-gradient(to bottom,#3b70cc 0%,#2554a6 96%,#4f76b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b70cc',endColorstr='#4f76b9',GradientType=0);
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.popup .button_yellow {
    display: inline-block;
    cursor: pointer;
    line-height: 54px;
    font-size: 16px;
    border-radius: 2px;
    padding: 0 30px;
    color: #222;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid #ad7d32;
    text-shadow: 0 1px 0 rgb(255 255 255 / 30%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 30%);
    background: #ffdc65;
    background: -moz-linear-gradient(top,#ffdc65 0%,#dba648 100%);
    background: -webkit-linear-gradient(top,#ffdc65 0%,#dba648 100%);
    background: linear-gradient(to bottom,#ffdc65 0%,#dba648 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc65',endColorstr='#dba648',GradientType=0);
    vertical-align: top;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.popup input[type="submit"]:hover {
    margin-top: 9px!important;
}
.popup .button_red:hover, .popup .button_blue:hover, .popup .button_yellow:hover {
    margin-top: 3px;
    border-bottom: 0!important;
    box-shadow: none;
}

@media (min-width: 750px) and (max-width: 1050px) {
  .popup {
    width: 320px;
    margin-left: -160px;
  }
}
@media (min-width: 550px) and (max-width: 750px) {
  .popup {
    width: 320px;
    margin-left: -160px;
    padding: 20px 20px 25px!important;
    background: #fff!important;
    text-align: center!important;
  }
}
@media (min-width: 480px) and (max-width: 550px) {
  .popup {
    width: 320px;
    margin-left: -160px;
    padding: 20px 20px 25px!important;
    background: #fff!important;
    text-align: center!important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .popup {
    width: 320px;
    margin-left: -160px;
    padding: 20px 20px 25px!important;
    background: #fff!important;
    text-align: center!important;
  }
}
@media (max-width: 320px) {
  .popup {
    width: 320px;
    margin-left: -160px;
    padding: 20px 20px 25px!important;
    background: #fff!important;
    text-align: center!important;
  }
}
/* Конец попап формы обратного звонка */

/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  .price .price-box {
    background-position: 0 100%;
  }
  .price .price-box .table-striped tbody td:last-child {
    width: 20%;
  }
  .steps .steps-box .steps-top li {
    height: 200px;
  }
  .consult .form .form-control .form-control__item {
    width: 35%;
  }
  .services-item__element-big {
    height: 140px;
  } 
}

@media (max-width: 991.98px) {
  .hidden-md {
    display: none;
  }
  .visible-mb, .visible-md {
    display: block;
  }
  .header .menu-button {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 26px;
  }
  .fixed-header .menu-button {
    top: 18px;
  }
  .header .header__top-line {
    width: 100%;
    display: inline-block;
  }
  .header .header__top-line .logo {
    width: 80%;
  }
  .header .header__top-line .nav {
    width: 100%;
    margin-top: 10px;
  }
  .header .header__top-line .nav ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header .header__main {
    background-position: center top;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .header .header__main .h1 {
    line-height: 1;
    margin-bottom: 20px;
  }
  .header .header__main .heading-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header .header__main .heading-box .icons-box {
    width: 100%;
    position: absolute;
    top: 240px;
  }
  .header .header__main .heading-box .form-box {
    margin: 50px auto 0;
    max-width: 400px;
  }
  .header .header__main .heading-box .text-block .call, .header .header__main .heading-box .text-block .today, .header .header__main .heading-box .text-block .phone {
    /*margin: 0;*/
    line-height: 1.2;
  }
  .header .header__main .heading-box .text-block .phone {
    margin-bottom: 20px;
  }
  .header .header__main .heading-box .heading-text, .header .header__main .heading-box .heading-form {
    width: 100%;
  }
  .after-consult .image-left {
    display: none;
  }
  .after-consult .text-right {
    width: 100%;
  }
  .advantages .advantages-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: none;
  }
  .advantages .advantages-box .box-column {
    width: 44%;
  }
  .advantages .advantages-box .empty-column {
    display: none;
  }
  .repair-box li {
    margin: 10px;
    width: 15%;
  }
  #sertif .repair-box li, .about .repair-box li {
    margin: 10px;
    width: 30%;
  }

  .price .price-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background: none;
  }
  .price .price-box li {
    width: 100%;
  }
  .price .price-box .table-striped tbody td:last-child {
    width: 15%;
    /*padding-left: 30px;*/
  }
  .steps .steps-box .steps-top {
    margin-bottom: 48px;
  }
  .shagnumber {
    width:38px
  }
  .shagline {
    margin-bottom: 30px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  
  }
  .shagnumber:after {
    display:none
  }
  .shagtext {
    width:auto;
    margin:15px auto 0;
    text-align:left;
    font-size:15px;
    padding: 0 15px;
  }
  .why {
    max-width:1000px;
    padding:30px 0;
    width:90%
  }
  .why h2 {
    /*font-size:30px;*/
    margin-bottom:20px;
    /*text-align:center*/
  }
  .why h2 br {
    display:none
  }
  .why td {
    padding: 10px 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  
  }
  .why table  {
    width:100% center;
  
  }
  .why td img  {
    float: left;
    width: 12%;
    margin: 5px 9px 5px 5px;
  
  }
  .why td p  {
    width: 96%;
    font-size: 15px;
  
  }
  .why td br {
    display:none
  }
  .order .order-picture {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .services-item__element {
    height: 88px;
  }
  .services-item__element-big {
    height: 108px;
  } 
  .reviews .reviews__box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .reviews .reviews__box .reviews-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .reviews .reviews__box .reviews-item .quote {
    top: 45%;
  }
  .footer .footer-item:first-child {
    width: 30%;
  }
  .footer .footer-item:nth-child(2) {
    width: 38%;
    padding: 0 10px;
    text-align: center;
  }
  .footer .footer-item:last-child {
    width: 28%;
  }
  .feature-box.fbox-bg {
    min-height: 495px;
  }
}

@media (max-width: 768px) {
  .order-1-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-sm {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header {
    background: url(../img/header-bg_sm.jpg) top center/contain no-repeat;
    background-color: #33383f;
  }
  .header .header__top-line .logo {
    width: 100%;
  }
  .header .header__top-line .nav ul a {
    padding: 0 5px;
  }
  .header .header__main .h1 {
    font-size: 48px;
  }
  .header .header__main .heading-box .icons-box {
    top: 270px;
  }
  .header .header__main .heading-box .heading-text .phone {
    font-size: 42px;
  }
  .advantages .advantages-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /*background: none;*/
  }
  .advantages .advantages-box .box-column {
    margin-top: 20px;
    width: 100%;
  }
  .advantages .advantages-box .box-column ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .advantages .advantages-box .box-column .advantages-item {
    width: 44%;
    margin-bottom: 20px;
  }
  .repair .repair-box li, #sertif .sert-box li, .about .repair-box li {
    margin: 5px;
    width: 46%;
  }
  .price .price-box .table-striped tbody td:last-child {
    width: 20%;
    /*padding-left: 30px;*/
  }
  .steps .steps-box .steps-top li {
    font-size: 16px;
  }
  .shagnumber {
    width:38px
  }
  .shagline {
    margin-bottom: 30px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  
  }
  .shagnumber:after {
    display:none
  }
  .shagtext {
    width:auto;
    margin:15px auto 0;
    text-align:left;
    font-size:15px;
    padding: 0 15px;
  }
  .why {
    max-width:1000px;
    padding:30px 0;
    width:90%
  }
  .why h2 {
    /*font-size:30px;*/
    margin-bottom:20px;
  }
  .why h2 br {
    display:none
  }
  .why td {
    padding: 10px 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  
  }
  .why table  {
    width:100% center;
  
  }
  .why td img  {
    float: left;
    width: 12%;
    margin: 5px 9px 5px 5px;
  
  }
  .why td p  {
    width: 96%;
    font-size: 15px;
  
  }
  .why td br {
    display:none
  }

  .order {
    padding: 40px 0 0;
  }
  .order .form-box {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .about .about-carousel .carousel-item {
    width: 90%;
  }
  .about .about-carousel .carousel-item .picture-block {
    display: block;
  }
  .consult .form .form-control {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .consult .form .form-control .form-control__item {
    width: 47%;
    margin-bottom: 20px;
  }
  .consult .form .form-control .button {
    margin: 0 auto;
    display: block;
  }
  .contacts .contacts__text li {
    margin-bottom: 20px;
  }
  .footer .footer-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
  .footer .footer-item:first-child {
    width: 100%;
  }
  .footer .footer-item:nth-child(2) {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .footer .footer-item:last-child {
    width: 100%;
  }
  .footer .bottom-logo img {
    display: inline-block;
  }
  .footer .socials {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .postcontent, .postcontent.bothsidebar, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 50px !important;
  }
  .feature-box.fbox-bg {
    min-height: 450px;
  }
  .fbox-media {
    padding: 18px 0;
  }
  .bottommargin {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .header .fixed-header .header__top-line {
    padding: 20px 0;
  }
  .header .menu-button {
    font-size: 30px;
    top: 26px;
  }
  .fixed-header .menu-button {
    top: 30px;
  }
  .heading .h2:before {
    left: 0;
    position: relative;
    margin-right: 10px;
  }
  .form-box .form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-box .form-top .form-col {
    width: 100%;
  }
  .form-box .form-bottom {
    margin-top: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form-box .form-bottom label {
    margin-top: -3px;
  }
  .header .header__main .h1 {
    /*font-size: 50px;*/
  }
  .header .header__main .heading-box .icons-box {
    top: 230px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header__main .heading-box .heading-text a.phone {
    display: inline-block;
  }
  .advantages .heading {
    margin-bottom: 0;
  }
  .advantages .advantages-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /*-webkit-flex-direction: row;*/
        /*-ms-flex-direction: row;*/
            /*flex-direction: row;*/
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
  }
  .advantages .advantages-box .box-column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
  .advantages .advantages-box .box-column ul {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .advantages .advantages-box .box-column ul .advantages-item {
    width: 70%;
    /*height: 200px;*/
    margin-bottom: 20px;
  }
  .repair .repair-box {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #sertif .repair-box {
    -webkit-justify-content: center;
        -ms-flex-pack: distribute;
            justify-content: center;
  }
  .repair-box li {
    margin: 5px;
    width: 40%;
  }
  .price .price-box .table-striped tbody td:last-child {
    width: 20%;
    /*padding-left: 10px;*/
  }
  .steps .steps-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    overflow: hidden;
    height: auto;
    margin: 20px auto 0;
  }
  .steps .steps-box .steps-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
  }
  .steps .steps-box .steps-top li {
    height: auto;
    margin-bottom: 20px;
  }
  .steps .steps-box .steps-top li span {
    margin-bottom: 10px;
  }
  .steps .steps-box .steps-top li:after {
    display: none;
  }
  .steps .steps-box .steps-line {
    display: none;
  }
  .steps .steps-box .steps-bottom {
    width: 30%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 640px;
    position: relative;
  }
  .steps .steps-box .steps-bottom:after {
    content: '';
    position: absolute;
    width: 630px;
    height: 20px;
    -webkit-transform: rotate(90deg) translateY(350%);
        -ms-transform: rotate(90deg) translateY(350%);
            transform: rotate(90deg) translateY(350%);
    background: url("../img/steps-line.png") center no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .shagnumber {
    width:38px
  }
  .shagline {
    margin-bottom: 30px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  
  }
  .shagnumber:after {
    display:none
  }
  .shagtext {
    width:auto;
    margin:15px auto 0;
    text-align:left;
    font-size:15px;
     padding: 0 15px;
  
  }
  .why {
    max-width:1000px;
    padding:30px 0;
    width:90%
  }
  .why h2 {
    /*font-size:25px;*/
    margin-bottom:20px;
  }
  .why h2 br {
    display:none
  }
  .why td {
    padding:10px 0;
    width:auto;
    display:block
  }
  .why table  {
    width:100% center;
  
  }
  .why td img  {
    float: left;
    width: 10%;
    margin: 5px 9px 5px 5px;
  
  }
  .why td p  {
    width: 90%;
    font-size: 15px;
    margin-bottom: 20px;
  }
  .why td br {
    display:none
  }

  .consult .form .form-control {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .consult .form .form-control .form-control__item {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .header .header__top-line .logo {
    width: 200px;
  }
  .header .header__main .heading-box .icons-box {
    top: 235px;
  }
  .header .header__main .heading-box .heading-text .call, .header .header__main .heading-box .heading-text .phone {
    font-size: 40px;
  }
  .header .menu-button {
    padding: 0;
    top: 24px;
  }
  .fixed-header .menu-button {
    top: 22px;
  }
  .header .header__main .h1 {
    font-size: 45px;
  }
  .heading .h2 {
    font-size: 28px;
  }
  .price .price-box .table-striped tbody td:last-child {
    width: 27%;
    /*padding-left: 10px;*/
  }
  .steps {
    width: 100%;
    margin: 20px auto 0;
  }
  .steps .steps-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
  }
  .steps .steps-top li {
    height: auto;
    margin-bottom: 20px;
  }
  .steps .steps-top li span {
    margin-bottom: 10px;
  }
  .steps .steps-top li:after {
    display: none !important;
  }
  .steps .steps-line {
    display: none;
  }
  .steps .steps-bottom {
    width: 30%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 640px;
    position: relative;
  }
  .steps .steps-bottom:after {
    content: '';
    position: absolute;
    width: 630px;
    height: 20px;
    -webkit-transform: rotate(90deg) translateY(350%);
        -ms-transform: rotate(90deg) translateY(350%);
            transform: rotate(90deg) translateY(350%);
    background: url("../img/steps-line.png") center no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
  }
  .shagline {
    width: 100%;
    padding: 0 10px;
  }
  .shagnumber {
    width:38px
  }
  .shagnumber:after {
    display:none
  }
  .shagtext {
    width:auto;
    margin:15px auto 0;
    text-align:center;
    font-size:16px
  }
  .why {
    max-width:1000px;
    padding:30px 0;
    width:90%
  }
  .why h2 {
    /*font-size:25px;*/
    margin-bottom:20px;
  }
  .why h2 br {
    display:none
  }
  .why td {
    padding:10px 0;
    width:auto;
    display:block
  }
  .why table  {
    width:100% center;
  
  }
  .why td img  {
    float: left;
    width: 10%;
    margin: 5px 9px 5px 5px;
  
  }
  .why td p  {
    width: 85%;
    font-size: 15px;
  
  }
  .why td br {
    display:none
  }

  .reviews .reviews__box .reviews-item .quote {
    top: 35%;
  }
}

.after-consult .text-right ul {
  display: block;
  list-style-type: disc;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

@media (max-width: 346px) {
  /*.header .header__main .heading-box .form-box {*/
    /*margin-top: 450px;*/
  /*}*/
  .header .header__main .heading-box .icons-box {
    top: 222px;
  }
  .header .header__main .heading-box .heading-text .call, .header .header__main .heading-box .heading-text .phone {
    font-size: 38px;
  }
  .heading .h2 {
    font-size: 25px;
  }
  .shagnumber {
    width:38px
  }
  .shagnumber:after {
    display:none
  }
  .shagtext {
    width:auto;
    margin:15px auto 0;
    text-align:center;
    font-size:16px
  }
  .accent-button {
    padding: 8px 10px;
    font-size: 16px;
  }  
  .why {
    max-width:1000px;
    padding:30px 0;
    width:90%
  }
  .why h2 {
    /*font-size:25px;*/
    margin-bottom:20px;
  }
  .why h2 br {
    display:none
  }
  .why td {
    padding:10px 0;
    width:auto;
    display:block
  }
  .why table  {
    width:100% center;
  
  }
  .why td img  {
    float: left;
    width: 10%;
    margin: 5px 9px 5px 5px;
  
  }
  .why td p  {
    width: 85%;
    font-size: 15px;
  
  }
  .why td br {
    display:none
  }
}

/*==========  Mobile First  ==========*/
