﻿@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-1.eot") 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-1.eot") 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-1.eot") 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/RobotoLightm.eot");
  src: url("../fonts/RobotoLight/RobotoLightm.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLightm.woff") format("woff"), url("../fonts/RobotoLight/RobotoLightm.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;
}

.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');
  src: url('../fonts/fontello/fontello.eot') format('embedded-opentype'),
       url('../fonts/fontello/fontello.woff2') format('woff2'),
       url('../fonts/fontello/fontello.woff') format('woff'),
       url('../fonts/fontello/fontello.ttf') format('truetype'),
       url('../fonts/fontello/fontello.svg') 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('../fonts/fontello/fontello.svg') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-right-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-location:before { content: '\e803'; } /* '' */
.icon-wrench:before { content: '\e804'; } /* '' */
.icon-setting:before { content: '\e805'; } /* '' */
.icon-clock:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-truck:before { content: '\e808'; } /* '' */
.icon-chat:before { content: '\e809'; } /* '' */
.icon-cancel-alt:before { content: '\e80a'; } /* '' */
.icon-cancel:before { content: '\e80b'; } /* '' */
.icon-mobile:before { content: '\e80c'; } /* '' */
.icon-ok:before { content: '\e80d'; } /* '' */
.icon-right:before { content: '\f006'; } /* '' */
.icon-left:before { content: '\f007'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-youtube:before { content: '\f167'; } /* '' */
.icon-inst:before { content: '\f16d'; } /* '' */
.icon-vk:before { content: '\f189'; } /* '' */
.icon-car:before { content: '\f1b9'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-snow:before { content: '\f2dc'; } /* '' */
.icon-inst-alt:before { content: '\f32d'; } /* '' */

.alt-menu .right-button a [class^="icon-"]:before, .alt-menu .right-button a [class*=" icon-"]:before {
  line-height: 1.5em;
  margin-left: 0;
  font-size: 1.5em;
  font-weight: 900;
}
 
::-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;
}

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

.img-responsive.small {
    display: none;
}

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

.vertical-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  transform: translate(-50%, -50%);
}

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;
  margin-bottom: 10px;
}

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

.accent-button {
  background: #ff9900;
  color: #ffffff;
}

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

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

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

.form-box .form-text, .form-box .form-text-bottom {
    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: 48%;
  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: 20px;
  width: 100%;
}

.form-col .hint, .cb-form .hint, .form-control .hint {
  visibility: hidden;
  position: relative;
  top: -10%;
  text-align: left;
  color: red;
  font-size: 12px;
}

.input-tel:hover + .hint {
  visibility: visible;
}

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

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

@media (max-width: 480px) {
  .heading .h2 {
    font-size: 28px;
  }
}

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

.visible-xs, .visible-sm {
  display: none;
}

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

.hidden-item {
  display: none;
}

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

.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: 36px 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%;*/
  width: 60%;
  position: relative;
  right: -2%;
}

.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: #223e81;
  font-size: 14px;
  font-family: "RobotoBold", sans-serif;
}

.header .header__top-line .nav ul a:hover, .header .header__top-line .tel-box a:hover, .header .header__top-line .nav .alt-menu a:hover {
  color: #ffffff;
}

.header .header__top-line .tel-box {
    width: 16%;
    position: relative;
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

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

.header .header__blog {
  background: none;
}

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

.header .header__main .h1 .long {
  font-size: 62px;
}

@media (max-width: 480px) {
  .header .header__main .h1 .long {
    font-size: 40px;
  }
}

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

.header .header__main .heading-box .icons-box {
  width: 42%;
  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: center;
  color: #ffffff;
}

.header .header__main .heading-box .heading-text .text-block {
  margin-bottom: 25px;
}

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

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

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

.header .header__main .heading-box .heading-text .a_phone {
  color: #fff;
}

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

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

.header .alt-menu {
  position: fixed;
  right: 0;
  top: 34px;
  height: 40px;
  width: 50px;
  background-color: #ffffff50;
}

.header .collapse .alt-menu {
  position: absolute;
  top: 0px;
  width: 52px;
  z-index: 1000;
}

.fixed-header .alt-menu {
  top: 15px;
}

.header .alt-menu button {
  background: unset;
}

.header .alt-menu button a {
  /*color: #ff9900;*/
}

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

.header .fixed-header .header__top-line .nav ul a:hover, .header .fixed-header .header__top-line .nav .alt-menu a:hover {
  color: #ff9900;
}

.collapse.show {
  width: 100%;
}

.collapse-nav {
  width: 100%;
}

.popup-menu .collapse-nav_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 15px;
}

.popup-menu .collapse-nav_wrap .nav-part {
  flex: auto 1 1;
}

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

.chat-panel {
  margin-top: 20px;
}
.chat-panel p {
  text-align: center;
}
.chat-panel .head {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  /*text-shadow: 2px 2px 2px #393939;*/
}
.chat-panel .chat a {
  width: 50px;
  height: 50px;
}
.chat-panel-hd {
  padding-top: 10px;
  color: #fff;  
  /*text-shadow: 2px 2px 2px #393939;*/
}

.advantages {
  padding: 75px 0 65px;
}

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

.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 .heading {
  margin-bottom: 20px;
}

.repair .about-text {
  line-height: 1.5;
}

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

.repair .repair-box, .about .sert-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;
}

.price {
  background: url("../img/price-bg.jpg") center no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 60px 0 0;
}

.price .price-box {
  padding-bottom: 40px;
  margin-top: 35px;
  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;
  background: url("../img/price-table-bg.png") 50px 100% no-repeat;
}

.price .price-box li {
  width: 49%;
}

.price .price-box .t-heading {
  width: 100%;
  background: #6a84a9;
  height: 97px;
  text-align: center;
  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;
  color: #ffffff;
  font-family: "RobotoBold", sans-serif;
}

.price .price-box .table-striped tbody tr {
  background: rgba(217, 231, 238, 0.6);
}

.price .price-box .table-striped tbody tr:nth-of-type(odd) {
  background: rgba(132, 155, 178, 0.6);
}

.price .price-box .table-striped tbody td {
  vertical-align: middle;
  font-size: 16px;
}

.price .price-box .table-striped tbody td:first-child {
  padding: 3px 0 3px 25px;
  border: none;
}

.price .price-box .table-striped tbody td:last-child {
  border: none;
  padding: 3px 25px 3px 10px;
  width: 15%;
  text-align: left;
}

.steps {
  padding: 95px 0 65px;
}
.technics {
  padding: 0 0 80px;
}
.technics .heading {
  margin: 0 10px 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: 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 190px;
  text-align: center;
  position: relative;
}

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

.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 .form-text {
    color: #fff;
    text-align: center;
    font-size: 19px;
}

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

.order .chat-panel {
  padding-bottom: 50px;
}

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

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

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

.about p {
  text-align: justify;
}

.about .text {
  margin: 30px 0 70px;
}

.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 .sert-box {
  padding-top: 30px;
  padding-bottom: 30px;
}

.about .sert-box li {
  width: 31%;
  margin: 10px;
}

.about .sert-box img {
  box-shadow: 1px 1px 5px #888;
}

.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 {
  padding: 70px 0 78px;
  background: url("../img/consult-bg.jpg") center/cover no-repeat;
}

.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: 38%;
}

.consult .form .form-control .button {
  width: auto;
  padding: 10px 15px;
}

.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 .visible-xs {
  display: none;
}

.contacts .contacts__text i {
  color: #37c0f4;
  margin-bottom: 10px;
}
.contacts .location-item {
  font-size: 16px;
  list-style: circle;
  padding-left: 17px;
}
.contacts .location-item li {
  display: list-item !important;
}

.contacts .map p {
  margin-bottom: 12px;
  color: #555;
}

p.chat {
  margin-top: 5px;
}
p.chat a {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  display: inline-block;
  background-size: contain;
}
p.chat a:first-child {
  margin-left: 0;
}
p.chat a:last-child {
  margin-right: 0;
}
p.chat a.wa {
  background-image: url(../img/whatsapp.png);
}
p.chat a.vb {
  background-image: url(../img/viber.png);
}
p.chat a.tg {
  background-image: url(../img/telegram.png);
}
p.chat a.vk {
  background-image: url(../img/vk.png);
}

.footer {
  padding: 25px 0;
  background: #223e81;
  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: 3px;
  right: 3px;
}

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

.footer .socials a i {
  color: #223e81;
  font-size: .9rem;
  position: absolute;
  top: 1px;
}

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

.center {
  text-align: center !important;
  margin: 0 auto;
}

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

.section.technics {
    position: relative;
    padding: 60px 0;
    background-color: #F9F9F9;
    /*background: url(../img/trbl-bg.png);*/
    overflow: hidden;
}
.technics .container, .technics .col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .technics .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.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;
}
.technics .sub-head {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 20px;
}
.technics .bottom-text {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.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.media-box.tile {
  padding: 0;
  margin: 0 8px;
  height: 250px;
  width: auto;
}
.feature-box.media-box.tile .fbox-media {
  height: 100%;
}
.feature-box.media-box.tile .fbox-media .vertical-middle {
  width: 95%;
}
.feature-box.media-box.tile a {
  height: 100% !important;
}
.feature-box.media-box.tile a .bg-dark {
  position: absolute; 
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: -moz-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.70));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.70));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.70));
  background-image: -ms-linear-gradient(top, rgba(0,0,0,0.50), rgba(0,0,0,0.70));
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.feature-box.media-box.tile a:hover .bg-dark {
  opacity: 0.7;
}
.feature-box.media-box.tile h3 {
  color: #fff;
  text-shadow: 2px 2px 2px #393939;
  line-height: 30px;
}
.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;
}
/*====== End section tehniks ======*/

/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  .header .header__main .heading-box .text-block .phone {
    font-size: 64px;
  }
  .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%;
  }
}

@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
  .visible-mb, .visible-md {
    display: block;
  }
  .order-1-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .menu-button {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 40px;
  }
  .header .alt-menu .right-button {
    top: -7px;
    font-size: 24px;
  }
  .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__top-line .tel-box {
    width: 40%;
    line-height: 40px;
    right: 55px; 
  }
  .header .header__main {
    background: url("../img/header-main-bg2.png") no-repeat;
    background-position: center top;
    -webkit-background-size: contain;
            background-size: contain;
  }
  .header .header__blog {
    background: none;
  }
  .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-top: 200px;
  }
  .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 {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .advantages .advantages-box {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .advantages .advantages-box .box-column {
    width: 25%;
  }
  .repair .repair-box li {
    margin: 10px;
    width: 15%;
  }
  .about .sert-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;
  }
  .order .order-picture {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .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%;
  }
  .consult .form .form-control .form-control__item {
    width: 32%;
  }
}

@media (max-width: 767.98px) {
  .visible-sm {
    display: block;
  }
  .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 .header__top-line .logo {
    width: 100%;
  }
  .header .header__top-line .nav ul a {
    padding: 0 5px;
  }
  .header .header__main .heading-box .heading-text .phone {
    font-size: 64px;
  }
  .header .header__main .heading-box .icons-box {
    top: 270px;
  }
  .chat-panel {
    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;
    margin-top: 30px;
  }
  .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: 30%;
    margin-bottom: 20px;
  }
  .advantages .advantages-box .empty-column {
    display: none;
  }
  .repair .repair-box li {
    margin: 5px;
    width: 30%;
  }
  .about .sert-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;
  }
  .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;
  }
  .contacts .location-item li {
    display: list-item !important;
    margin-bottom: auto;
  }
  .contacts .contacts__text .visible-xs {
    display: flex;
  }
  
  .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;
  }
  .hidden-sm {
    display: none !important;
  }
  .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, .nobottommargin {
    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 .header__top-line .logo {
    width: 20%;
  }
  .header .header__top-line .tel-box {
    width: 80%;
  }
  .header .menu-button {
    font-size: 30px;
    top: 40px;
  }
  .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;
  }
  .img-responsive.large {
    display: none;
  }
  .img-responsive.small {
    display: block;
    height: 47px;
  }
  .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 .call, .header .header__main .heading-box .heading-text .phone {
    font-size: 50px;
  }
  .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: 50%;
    -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;
  }
  .repair .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;
  }
  .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__main .heading-box .form-box {
    margin-top: 350px;
  }
  .header .header__top-line .logo {
    /*width: 200px;*/
  }
  .header .header__main .heading-box .icons-box {
    top: 235px;
  }
  .header .menu-button {
    padding: 0;
    top: 35px;
  }
  .fixed-header .menu-button {
    top: 22px;
  }
  .header .header__main .h1 {
    font-size: 45px;
  }
  .header .header__main .heading-box .heading-text .phone {
    font-size: 38px;
  }
  .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;
  }
  .reviews .reviews__box .reviews-item .quote {
    top: 35%;
  }
}

@media (max-width: 330px) {
  .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 .phone {
    font-size: 36px;
  }
}

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

/* Код для адаптации видео */
.video {
  padding-top: 70px;
}
.video .heading {
  margin-bottom: 60px;
}
.video p {
  padding-top: 30px;
}
.video-responsive {
 position: relative;
 width: 415px;
 height: 233px;
 overflow: hidden;
 display: inline-block;
 margin: 10px 10px; 
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 480px) {
 .video-responsive {
  width: auto; 
  height: 0;
  display: block; 
  padding-bottom: 46.3%;
  padding-top: 30px;
 }
}
/* Конец кода для адаптации видео */

/*кнопка звонка*/
.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:1;
        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, .pop-nav {
  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;
}

.popup-menu {
  width: 60%;
  left: 20%;
  margin-left: auto;
  -webkit-transition:opacity .5s,left .5s;
  -moz-transition:opacity .5s,left .5s;
  -ms-transition:opacity .5s,left .5s;
  -o-transition:opacity .5s,left .5s;
  transition:opacity .5s,left .5s;
}

.main-popup .popup {
  background-color: transparent;
  width:360px;
  margin-left: -180px;
  margin-top: -300px;
  padding: 0;
}

.popup-forms {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 560px;
}

.popup-forms .action-form {
    /*background-color: rgba(25,30,35,.7);*/
    background-color: #fff;
    padding: 30px 30px 40px;
    max-width: 560px;
    width: 100%;
    /*color: #fff;*/
    text-align: center;
}
.popup-forms .action-form h2 {
  padding: 0 26px;
}
@media (max-width: 768px) {
  .popup-forms .action-form h2 {
    font-size: 22px;
  }
}
.popup-forms .action-form .subheading {
  margin: 25px 10px;
}
.popup-forms .action-form .form-control {
  margin-bottom: 5px;
}
.popup-forms .action-form.form-box .form-top .form-col {
  width: 100%;
}
.popup-forms .action-form.form-box .form-top .form-col .form-input {
  width: 100%;
  height: 36px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  padding: 0 20px;
  margin: 5px 0 20px;
  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;
}

.popup-forms .accent-button {
  padding: 10px 20px;
  width: 100%;
}
.mfp-close {
  color: #ccc!important;
}
.popup-forms .mfp-close {
  color: #333!important;
}

.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;
}
.overlay:target+.popup-menu {
  top:160px;
}
.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;
}
.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;
  }
  .popup-menu {
    width: 80%;
    left: 10%;
    margin-left: auto;
  }
}
@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;
  }
  .popup-menu {
    width: 90%;
    left: 5%;
    margin-left: auto;
  }
}
@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;
  }
  .popup-menu {
    width: 98%;
    left: 1%;
    margin-left: auto;
  }
}
@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;
  }
  .popup-menu {
    width: 98%;
    left: 1%;
    margin-left: auto;
  }
}
@media (max-width: 320px) {
  .popup {
    width: 320px;
    margin-left: -160px;
    padding: 20px 20px 25px!important;
    background: #fff!important;
    text-align: center!important;
  }
  .popup-menu {
    width: 98%;
    left: 1%;
    margin-left: auto;
  }
}
/* Конец попап формы обратного звонка */

/* review */
:root {
  --swiper-navigation-size:30px!important;
  --swiper-theme-color:#4fb9e0!important;
}

@font-face {
  font-family: 'FuturaBookC';
  src: url('../fonts/futurabookc.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/futurabookc.woff') format('woff'); /* Firefox >= 3.6, any other modern browser */
  font-weight: 500;
}

.reviews_wrapper {
    margin: auto -70px !important;
    font-size: 10px !important;
    font-family: 'FuturaBookC', sans-serif;
    text-rendering: geometricPrecision;
    font-weight: 500;
}

.rev_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.6rem 1.5rem 0 1.5rem;
    font-weight: 500;
    color: #9d9d9d;
    font-size: 1rem;
}

.rev_top .rating {
    /*text-align: right;*/
    text-align: center;
}

.rev_top .rating span {
    font-size: 22px;
}

.rev_top_name {
    white-space: nowrap;
}

.rev_top .star {
    display: flex;
    justify-content: flex-end;
    
}

.rev_bottom_text {
    text-align: left;
    padding: 0.6rem 1.5rem 0.6rem;
    font-size: 15px;
    /*color: #858585;*/
    overflow-y: auto;
    scrollbar-width: none;
}
.carouselAnt_block_item:first-child {
    border-right: 1px solid #dadada;
}
.carouselAnt_block_item:last-child {
    border-left: 1px solid #dadada;
}
.car_block_item_top img {
   max-height: 1.8rem;  
}
.car_block_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.car_block_item_top_right {
    display: flex;
    align-items: center;
}
.car_b_i_t_r_rating {
    font-size: 1.5rem;
    margin-right: 0.6rem;
    /*font-family: 'Intro';*/
    color: #005aae;
    font-weight: 700;
}
.car_b_i_t_r_star {
    font-size: 2.1rem;
    color: #ff9900;
    margin-top: -1px;
}
.rev_items_marg {
    margin: -5.4rem auto -1.8rem;
    padding: 0 6rem;
}
.rev_bg {
    margin: 0rem;
    height: auto;
    padding-top: 1px;
    background-image: url(/template/img/bg-otziv.svg);
    background-position: center;
    background-size: 50%;
    background-attachment: fixed;
}
.rev_items_marg h2 {
    color: #1d1d1d;
}

.review_wrap {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    max-width: 60rem;
    margin: -7.2rem auto -6.6rem;
    gap: 25px;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    box-shadow:  20px 20px 60px #b5b5b5b3,
                -20px -20px 60px #ffffff59
}

.review_item {
    display: flex;
    flex: 300px;
    gap: 10px;
    flex-direction: column
}

.review_img {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}

.review_img img {
    max-height: 5.4rem;
    border-radius: 100%;
    /* border: 3px solid var(--but-bg); */
}

.scheme_bg.review_bg {
    height: auto;
}

.review_content {
    padding: 10px;
}

.review_content .review_text {
    font-size: 1rem;
}

.review_author {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 10px;
}

.star { 
  width:150px; 
  position: relative;
  color: #bdbdbd;
  display: flex;
  justify-content: center;
}

.rating {
  overflow: hidden;
  white-space: nowrap;
}
 .rating span{
    font-size:30px;
    white-space: nowrap;
    overflow: hidden;
    color: #ff9900;
}
    
.rating span:before { 
  content:"\2730\2730\2730\2730\2730";
  position: absolute;
  color: #efefef;
  z-index: -1;
}
 
.reviews_wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 13px -8px black;
    margin: auto;
    position: relative;
}

.swiper {
    flex: 1;
    padding: 1.2rem!important;
}

.swiper-slide {
  box-sizing: border-box;
}

.swiper_second {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.swiper-pagination-bullet-active {
    background: #4fb9e0;
}

@media (max-width: 1280px) {
  .reviews_wrapper {
    margin: auto !important;
  }
}

@media (max-width: 1200px) {
    .reviews_wrapper {
        max-width: 50rem;
    }
    
    .swiper {
        flex: auto;
    }
    
    .reviews_wrapper .swiper:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
    
    .rev_items_marg {
        margin-top: -20rem;
    }
}

@media (max-width: 767px) {
    .review_item {
        flex-wrap: wrap;
    }
    
    .review_wrap {
        margin-top: -20rem;
    }
}    

@media (max-width: 420px) {
    .review_img img {
        max-height: 5.4rem;
    }
    
    .rev_top_name {
        font-size: 1rem;
    }

    .review_content {
        border-bottom: 1px solid #eee;
    }
    
    .rev_items_marg {
        padding: 0 1.2rem;
        margin-top: -8.4rem;
    }
    
    .review_bg {
        height: 162rem;
    }
    
}
/* review end */

/* Blog section */

.header .header__blog {
 padding-top: 15px;
 padding-bottom: 24px;
}
.h2_blog {
  font-size: 32px;
}
.button_blog {
  padding-top: 20px;
}
.crumbs {
  margin-top: 50px;
  margin-bottom: 80px;
}
.crumbs .wrap-justify-horizontal {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.crumbs .heading {
  text-align: left;
}
.crumbs li {
  display: inline;
  opacity: 0.8;
  font-size: smaller;
}
.crumbs .B_homeCrumb, .crumbs .B_crumb {
  color: #4fb9e0;
}
.crumbs .B_homeCrumb:hover, .crumbs .B_crumb:hover, .list-item_post .a-item a:hover, .list-item_serv .a-item a:hover {
  color: #282828;
}
.article {
  margin-top: 30px;
  margin-bottom: 70px;
}
.article.services {
  margin-top: 0;
  margin-bottom: 0;
  padding: 75px 0 35px;
  background: url(../img/about-main-bg.png);
}
.article .article_title {
  padding-bottom: 20px;
  text-align: left; 
}
.article .article_title h1 {
  font-size: 1.8rem;
}
.article .meta {
  color: #b1b1b1;
  font-size: smaller;
  font-style: italic;
}
.article .article_body {
  margin-top: 30px;
  /*margin-bottom: 50px;*/
}
.article .article_text {
  padding-top: 30px;
  text-align: justify;
  line-height: 1.35;
  font-size: 16px;
  color: #313131;
}
.article .article_text p {
  margin-bottom: 12px;
}
.article .aside-right {
  padding-left: 45px;
}
.article .aside-left {
  padding-right: 45px;
}
.article .aside-right .h3, .article .aside-left .h3 {
  font-size: 1.17em
}
.article h5+hr, .article .h3+hr {
  margin-top: 10px;
}
.article hr {
  margin-top: 11px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #ebebeb;
  box-sizing: content-box;
  height: 0;
}
.articles-list .list-item_post {
  /*margin: auto 15px;*/
  padding-bottom: 30px;
}
.article_title h1+.meta {
  padding-top: 10px;
}
.article_img img {
  max-width: 100%;
}
.list-item_serv {
  margin-top: 50px;
}
.list-item_post .last-box, .list-item_serv .serv-box {
  margin-top: 20px;
  margin-bottom: 30px
}
.list-item_post .last-box .a-item, .list-item_serv .serv-box .a-item {
  margin-bottom: 20px;
}
.list-item_post .a-item a {
  color: #4fb9e0;
  font-variant-caps: all-small-caps;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.post-header .a-item a {
  font-variant-caps: normal;
  font-size: 18px;
}
.list-item_serv .a-item a {
  color: #4fb9e0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 100;
}
.post-image img {
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: 0 auto;
  display: block;
}
.article_text h2 {
 font-size: 18px;
}
.article_text ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.article_text li {
  margin-bottom: 10px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4fb9e0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #4fb9e0;
  text-decoration: none;
  background-color: #e9ecef;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  pointer-events: none;
  cursor: auto;
  background-color: #4fb9e0;
  border-color: #4fb9e0;
}
.page-item.disabled .page-link {
  color: #dee2e6;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

@media (max-width: 991px) {
  #articles .container {
    max-width: 960px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  /*#articles .container {*/
    /*max-width: 100%;*/
  /*}*/
  .crumbs .heading, .crumbs .breadcrumbs {
    text-align: center;
  }
  .crumbs .B_crumbBox {
    margin-top: 22px;
  }
}
