/*AWEB #261627 START*/
*, *::before, *::after {-webkit-box-sizing: border-box;box-sizing: border-box}/* dont used, baset normalize styles */


.list-column{
  --column: 3;
  --gap: 2rem;
  -webkit-column-count: var(--column);
  -moz-column-count: var(--column);
  column-count: var(--column);
  -webkit-column-gap: var(--gap);
  -moz-column-gap: var(--gap);
  column-gap: var(--gap);
}
.list-column li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 768px){
  .list-column{
    --column: 2;
    --gap: 3rem;
  }
}
@media (max-width: 575.98px){
  .list-column{
    --column: auto;
    --gap: 0;
  }
}
/*AWEB #261627 END*/

/*AWEB #242194 START*/
.social a span {
  font-size: 0;
}
.social a {
  font: 16px HelveticaNeue, sans-serif;
  color: #24a7ed;
}
a.facebook_social {
  background-image: url(/storage/images/facebook.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 60% !important;
}

a.google_plus_social {
  background-image: url(/storage/images/youtube.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 60% !important;
}

.social a {
  display: block;
  padding: 14px 0;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 19px -1px rgb(0 0 0 / 35%);
}

a.youtube_social {
  position: relative;
  margin-left: 20px;
}

a.youtube_social .svg_box {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 27px;
  height: 25px;
}

a.youtube_social .svg_box svg {
  width: 26px;
  height: 24px;
  fill: #24a7ed;
}
/*AWEB #242194 END*/

@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  /*AWEB #242193 START*/
  font-display: swap;
  /*AWEB #242193 END*/
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  /*AWEB #242193 START*/
  font-display: swap;
  /*AWEB #242193 END*/
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
  src: url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"), url("../fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
  /*AWEB #242193 START*/
  font-display: swap;
  /*AWEB #242193 END*/
}

@font-face {
  font-family: "Roboto Condensed";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/RobotCondensedLight/RobotoCondensedLight.eot");
  src: url("../fonts/RobotCondensedLight/RobotoCondensedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotCondensedLight/RobotoCondensedLight.woff") format("woff"), url("../fonts/RobotCondensedLight/RobotoCondensedLight.ttf") format("truetype");
  /*AWEB #242193 START*/
  font-display: swap;
  /*AWEB #242193 END*/
}

@font-face {
  font-family: "Myfont";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Myfont/myfont.eot");
  src: url("../fonts/Myfont/myfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Myfont/myfont.woff") format("woff"), url("../fonts/Myfont/myfont.ttf") format("truetype");
  /*AWEB #242193 START*/
  font-display: swap;
  /*AWEB #242193 END*/
}

[class*='fa-']:before {
  display: inline-block;
  font-family: 'Myfont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  /*AWEB #242193 START*/
  font-display: swap;
  /*AWEB #242193 END*/
}

ul.text-center {
  padding-left: 0px;
}

.fa-viber:before {
  content: '\0041';
}

.fa-arrow-down:before {
  content: '\0042';
}

.fa-arrow-right:before {
  content: '\0043';
}

.fa-star:before {
  content: '\0044';
}

.fa-angle-up:before {
  content: '\0045';
}


.fa-quote-right-down:before {
  content: '\0047';
}

.fa-quote-left-top:before {
  content: '\0048';
}

.fa-search:before {
  content: '\0049';
}

/*!
 * 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;
}
ul{
  list-style-position: inside;
}
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: #4d59a1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #7aa7db;
  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;
}

.text-left {
  text-align: left;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 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;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.direction-colum {
  flex-direction: column;
}

.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%;
    float: left;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #58b3b5;
  color: #fff;
}

::selection {
  background-color: #58b3b5;
  color: #fff;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  color: #333;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.img-responsive.img-width {
  width: 100%;
}

.gallery__item {
    //margin-bottom: 20px;
    display: block;
}

.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

b,
strong {
  font-weight: bold;
}

h2, .h2 {
  color: #4d59a1;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  //margin-bottom: 20px;
}

.btn {
  color: #fff;
  text-transform: uppercase;
  background: #4d59a1;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
  padding: 13px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: none;
}

.btn:hover {
  text-decoration: none;
  background: #4d59a1;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.btn--danger {
  background: #ee0a04;
  border: none;
}

.btn--block {
  width: 100%;
  text-align: center;
}

.btn--default {
  background: #fff;
  border: 1px solid #bfbfbf;
  color: #333;
}

.btn--accent:hover {
  background: #7aa7db;
}

.btn--main {
  background: #4d59a1;
  border: 1px solid #fff;
}

.btn--main:hover {
  background: #7aa7db;
  color: #fff;
}

a {
  color: #4d59a1;
}

a:hover {
  color: #7aa7db;
}

.marb {
  margin-bottom: 15px;
}

.mart {
  //margin-top: 15px;
}

.mar {
  margin: 15px;
}

input, textarea, select {
  border: #d9d9d9 1px solid;
  background: #fff;
  width: 100%;
  outline: none;
  padding: 10px 20px;
}

input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  border-color: #ee0a04;
}

input:required:valid, textarea:required:valid, select:required:valid {
  border-color: green;
}

#connectform-body{
  min-height: 95px;
  height: 143px;
}

textarea {
/*  min-height: 112px;*/
	min-height: 142px;
}

#appointmentform-body {
  min-height: 127px;
}

#comment {
  min-height: 132px;
}


button {
  cursor: pointer;
}

.help-block {
  display: none;
}

.has-error input, .has-error textarea {
  border: #ee0a04 1px solid;
}

.has-error .help-block {
  color: #ee0a04;
  font-size: 10px;
  display: block;
}

.has-error .rate-area {
  background: #ee0a0455;
}

table tr:hover td {
  background: #e5f3f4;
}

table tr td {
  border: 1px solid #7aa7db;
  padding: 5px;
  color: #595959;
  font-style: italic;
}

table tr th {
  border: 1px solid #7aa7db;
  color: #7aa7db;
  text-align: left;
  padding: 5px;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  border: 1px solid #7aa7db;
}

.pagination li a, .pagination li span {
  display: block;
  width: 100%;
  color: #7aa7db;
}

.pagination li.active, .pagination li:hover {
  background: #7aa7db;
}

.pagination li.active a, .pagination li:hover a {
  text-decoration: none;
  color: #fff;
}

.pagination li.disabled {
  background: #fff;
}

.pagination li.disabled span {
  color: #7aa7db66;
}

.required label:after {
  content: '*';
  color: #ee0a04;
  margin-left: 5px;
}

.agree input {
  display: none;
}

.agree label div{
  display: flex;
  flex-direction: row-reverse;
}

.agree label:after {
  content: '';
}

.agree label div:after {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 24px;
  height: 24px;
  border: 2px solid #4d59a1;
  color: #4d59a1;
  border-radius: 2px;
  margin-right: 5px;
  margin-top: 5px;
}

.agree label input:checked + div:after {
  content: '\0046';
  font-family: "Myfont";
}

.agree .has-error label div:after {
  color: #ee0a04;
  border: 2px solid #ee0a04;
}

.agree

#rate {
  margin-bottom: 16px;
}

.rate-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rate-area input {
  display: none;
}

.rate-area input:checked ~ label:before {
  color: #ef6b22;
}

.rate-area label {
  margin: 0 2px;
}

.rate-area label:hover {
  color: #ef6b22;
}

.rate-area label:before {
  content: '\0044';
  font-family: 'Myfont';
  font-size: 1.125rem;
  color: #ccc;
}

.b-top {
  background: #7aa7db66;
  bottom: 15px;
  display: none;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  z-index: 4;
}

.b-top:hover {
  opacity: 1;
  cursor: pointer;
  background: #7aa7db;
  text-decoration: none;
}

.b-top i {
  color: #fff;
  font-size: 36px;
  line-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  padding-bottom: 15px;
  position: sticky;
  top: 0px;
  z-index: 2;
  background: #fff;
}

header .logo__slogan {
  font-weight: 700;
  color: #6b6b6b;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  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;
  font-size: 0.875rem;
  letter-spacing: 1px;
  max-width: 250px;
  margin-top: 10px;
}

header .appoint {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

header .appoint .btn {
  padding: 5px 15px;
  margin-bottom: 3px;
  margin-top: 3px;
}

.input-group {
  position: relative;
}

.input-group button,
header .appoint button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  color: #4d59a1;
  border: none;
}

header .appoint input {
  padding: 5px 7px;
}

.br {
  display: block;
}

header .phones a {
  color: #333;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}

header .phones a:hover {
  color: #58b3b5;
}

header .phones .icon {
  position: absolute;
  font-size: 1.4rem;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #834995;
  line-height: 1;
  border-radius: 50%;
  margin-right: 4px;
  left: -10px;
}

header .phones .icon .fa-viber {
  color: #fff;
}

header .schedule {
  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;
}

header .language {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

header .language ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}

header .language ul li {
  border: 1px solid #4d59a1;
  margin-left: 15px;
}

header .language ul li span,
header .language ul li a {
  padding: 2px 13px;
  display: block;
  color: #333;
  font-weight: bold;
}

header .language ul li a.active,
header .language ul li span.active,
header .language ul li a:hover {
  color: #fff;
  background: #4d59a1;
  text-decoration: none;
}

header nav {
  width: 100%;
}

header nav > ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  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;
  text-transform: uppercase;
}

header nav > ul > li {
  padding-bottom: 10px;
}

header nav > ul li.active a {
  color: #4d59a1;
}

header nav > ul li a {
  color: #333;
}

header nav > ul li a:hover {
  color: #4d59a1;
}

/*
header nav > ul li.dropdown:after {
  content: '\0042';
  font-family: "Myfont";
  position: absolute;
  text-align: center;
  font-size: 8px;
  line-height: 1;
  top: 7px;
  margin-right: -15px;
  right: 0;
}*/

header nav > ul>li.dropdown>span:before {
  content: '\0042';
  font-family: "Myfont";
  text-align: center;
  line-height: 1;
  margin-left: 5px;
}

header nav > ul li.dropdown ul {
  display: none;
  top: 100%;
  z-index: 2;
}


header nav > ul li.dropdown:hover > ul li.dropdown:after {
  content: '\0043';
  font-family: 'Myfont';
  right: 9px;
  font-size: 9px;
  top: 4px;
  width: auto;
}

header nav li {
  position: relative;
}

.sandwich {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sandwich__button {
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.sandwich__button span {
  width: 100%;
  height: 3px;
  background: #000;
  display: block;
}

footer {
  background: #4d59a1;
  padding: 20px 0;
  color: #fff;
  font-family: "Roboto Condensed";
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .logo {
  text-decoration: none;
}

footer .logo__slogan {
  color: #6c6d6f;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  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;
  font-size: 0.875rem;
  letter-spacing: 1px;
  max-width: 250px;
}

footer .copyright {
  margin: 10px 0 5px;
  font-size: 0.875rem;
}

footer .documents, footer .social, footer .sprava {
  margin: 5px 0;
}

footer .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .social > *:last-child {
  margin-left: 20px;
}

footer .sprava a {
  display: block;
}

footer .sprava img {
  height: 35px;
}

footer .sprava span {
  display: block;
  font-size: 0.75rem;
}

footer .h6 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  //margin-bottom: 20px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .phones, footer .address, footer .schedule {
  margin-bottom: 20px;
}

footer .address {
  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;
}

footer .schedule > div {
  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;
}

.rating-block {
  margin: 5px 0;
}

.rating-text {
  margin-bottom: 20px;
}

.rating-block .blank-stars {
  position: relative;
  color: #cccccc;
  display: inline-block;
  white-space: nowrap;
}

.rating-block .full-stars {
  position: absolute;
  color: #ef6b22;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
}

section {
  margin-top: 15px;
  margin-bottom: 15px;
}

section div.dark {
  background: #4D59A1;
}

.section__header {
  color: #4d59a1;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  //margin-bottom: 20px;
}

.section__header.text-left {
  text-align: left;
  line-height: 1.2;
}

.services .col-md-4 {
  height: 100%;
}

.services .plate {
  margin: 15px 0;
  border: 1px solid #4d59a1;
  min-height: 300px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #4d59a1;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.services .plate:hover {
  background: #fff;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  border: 1px solid #ccc;
}

.services .plate:hover path {
  fill: #4d59a1 !important;
}

.services .plate:hover .title {
  color: #4d59a1;
}

.services .plate a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.services .plate .svg-image {
  //margin-bottom: 20px;
  width: 90px;
  max-height: 90px;
  min-height: 90px;
}

.services .plate .svg-image svg, .services .plate .svg-image img {
  width: 100%;
  max-height: 90px;
}

.services .plate path {
  fill: #fff !important;
}

.services .plate .title {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  font-size: 2.25rem;
  font-family: "Roboto Condensed";
  text-align: center;
}

.advantages .advantage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advantages .advantage .icon img {
  border: 1px solid #7aa7db;
  padding: 10px;
  margin-right: 10px;
  width: 100px;
}

.advantages .advantage .content {
  line-height: 1.2;
}

.advantages .advantage__title {
  font-weight: bold;
  margin-bottom: 5px;
}

.news__plate {
  border: 1px solid #bfbfbf;
  position: relative;
  height: 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;
}

.news__plate:hover .title {
  text-decoration: underline;
}

.news__plate > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.plate__image {
  position: relative;
  padding-bottom: 60%;
  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;
}

.plate__image .inner {
  position: absolute;
  -webkit-background-size: cover;
          background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.plate__legend {
  padding: 10px;
  height: 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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.plate__legend .title {
  font-weight: bold;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  text-align: center;
  color: #4d59a1;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.plate__legend .short-content {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}

.plate__legend .date-more {
  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;
  color: #4d59a1;
}

.plate__legend .date-more a {
  text-decoration: underline;
}

.plate__legend.dark {
  padding: 15px;
  background: #4d59a1;
  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;
}

.plate__legend.dark .title {
  color: #fff;
  margin: 0;
}

.map {
  margin-bottom: 0;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.5);
}

.map__container {
  position: relative;
  height: 400px;
  border-top: 4px solid #4d59a1;
  overflow: hidden;
}

.map__container:before {
  content: '⌄';
  color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-size: 50px;
  line-height: 10px;
}

.map__container:after {
  content: '';
  border: 40px solid rgba(255, 255, 255, 0);
  border-top: 40px solid #4d59a1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.map__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: -47px;
}

.doctors .col-md-3 {
  margin-bottom: 15px;
}

.doctors__plate {
  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-bottom: 15px;
  position: relative;
  height: 100%;
}

.doctors__plate:hover .doctors__content {
  background: #4d59a1;
}

.doctors__plate:hover .doctors__header {
  color: #fff;
}

.doctors__plate:hover .doctors__position {
  color: #7aa7db;
}

.doctors__plate .doctors__stage {
  min-height: 26px;
}

.doctors__plate:hover .btn {
  background: #4d59a1;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.doctors__plate > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.doctors__content {
  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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 5px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.doctors__header {
  text-align: center;
  color: #4d59a1;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
}

.doctors__header--name {
  text-transform: uppercase;
}

.doctors__position {
  text-transform: uppercase;
  text-align: center;
  color: #7aa7db;
  font-weight: bold;
}

.video__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
}

.video__item {
  width: 45%;
  margin: 0 15px 15px;
  position: relative;
  padding-bottom: 30%;
}

.video__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.price__table {
  width: 100%;
  overflow-x: auto;
  padding: 0 10px;
}

#price {
  margin-bottom: 0px;
}

#price + .content {
  margin-top: 0px;
}

.price__table table {
  min-width: 100%;
}

.price__table table td:last-child {
  text-align: right;
}

.contacts__image {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  min-height: 200px;
}

.contacts .phones a {
    position: relative;
}

.contacts .phones .icon{
    position: absolute;
    right: -38px;
    top: -3px;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #834995;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 50%;
}
.text-gray-darker-home{
    position: absolute;
    width: 32px;
    height: 32px;
    color: #fff;
    padding-top: 5px;
    padding-left: 4px;
    justify-content: center;
    align-items: center;
    background: #834995;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 50%;
}

.breadcrumbs .bread {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs .bread li:after {
  content: '▸';
  margin: 0 5px;
  color: #4d59a1;
}

.breadcrumbs .bread li:last-child:after {
  display: none;
}

.breadcrumbs .bread li a {
  color: #4d59a1;
}

.section__plate {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.section__plate > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section__plate .plate__legend {
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.section__plate .plate__legend .title {
  color: #4d59a1;
  margin: 15px 0;
}

.section__plate:hover .plate__legend {
  background: #4d59a1;
}

.section__plate:hover .plate__legend .title {
  color: #fff;
}

.reviews .testimonial {
  //margin-top: 20px;
}

.reviews .testimonial .name {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .testimonial .rating-block {
  margin-left: 20px;
}

.reviews .answer {
  margin-left: 40px;
  //margin-top: 10px;
}

.reviews figure {
  border-bottom: 1px dashed #d9d9d9;
}

.reviews__form {
  margin: 20px 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.reviews__form.openned {
  height: 100%;
}

.expander {
    color: #4d59a1;
    font-weight: bold;
    font-size: 22px;
    padding: 15px 0 10px;
    cursor: pointer;
}

.expander:before {
    content: '+';
    margin-right: 10px;
}
.expander.expanded:before {
    content: '-';
}

.expander + table {
    display: none;
}

.expander.expanded + table {
    display: table;
}

.text-building{
  text-transform: uppercase;
  text-align: center;
  color: #7aa7db;
  font-weight: bold;
  margin-bottom: 0;
  white-space: nowrap;
}

.building-container{
  margin-top: 15px;
}
.building-container-header{
  position: relative;
}
.building-container-header .toggled-content{
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  z-index: 99;
}
.toggled-content.show{
  height: auto;
  transition: all 0.3s;
}
.toggler-building:hover{
  cursor: pointer;
}
.toggled-content{
  text-align: center;
  background: #fff;
}
.toggled-content p{
  margin-bottom: 0;
}
.toggled-content a{
  display: block;
}
@media (min-width: 991.98px)
{
  header nav li  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  header nav > ul>li.dropdown>span:before {
    font-size: 9px;
  }
}

@media (max-width: 1200px) {
  header nav > ul li.dropdown:after {
    margin-right: -9px;
  }

  header .appoint {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .appoint .input-group {
    min-width: 300px;
    max-width: 300px;
    margin: auto;
  }

  header > .container {
    max-width: calc(100% - 30px);
  }

}

/*==========  Desktop First  ==========*/
@media (max-width: 991.98px) {
  header nav {
    display: none;
  }
  header nav.openned {
    width: 100%;
    display: block;
    background: white;
    z-index: 999;
    position: absolute;
    /*top: 21%;*/
    top: 180px;
    left: 0px;
    padding: 0 15px;
  }

  header nav.openned ul {
    display: block;
  }

  header nav.openned {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin: 10px auto;
    height: 80vh;
    overflow-y: scroll;
  }

  .map__container {
    height: 300px;
  }

  header nav.openned > ul li.dropdown {
      width: 100%;
  }
  header nav.openned > ul li.dropdown > a {
    font-weight: bold;
  }
  header nav.openned > ul li.dropdown:after {
    display: none;
  }
  header nav.openned > ul > li.dropdown.exp> ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  header nav.openned > ul > li.dropdown.exp> ul> li.dropdown.exp>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav.openned > ul li.active a {
    color: #333;
  }

  header nav > ul li.dropdown:hover > ul {
      display: none;
  }

  header .appoint {
    //display: block;
  }

  .sandwich {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown > span {
      position: absolute;
      right: 0;
  }

  .dropdown > span:before {
      content: '\0043';
      font-family: "Myfont";
  }

  .dropdown.exp > span:before {
      content: '\0042';
    }
}

@media (max-width: 767.98px) {
  .video__item {
    width: 80%;
    padding-bottom: 45%;
  }

  header .appoint .input-group {
    min-width: 100%;
    max-width: 100%;
    margin: auto;
  }

}

@media (max-width: 575.98px) {
  .doctors__plate img {
    margin: auto;
    display: block;
  }
  header .language ul {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
  }
  header .appoint {
    text-align: center;
    margin: 5px 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  header .appoint .btn {
    padding: 10px;
    font-size: 1rem;
    min-width: 300px;
  }


  header .col:first-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  header .logo__slogan {
    margin: auto;
  }
  header .phones {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    font-family: "Roboto Condensed";
    padding-right: 2px;
    font-size: 1rem;
  }
  header .phones a {
      padding-left: 28px;
  }
  header .schedule {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    font-family: "Roboto Condensed";
    padding-left: 2px;
    font-size: 1rem;
    text-align: right;
  }
}

/*==========  Mobile First  ==========*/
@media (min-width: 992px) {
  header {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  section.underfix {
    margin-top: 13%;
  }

  header nav > ul li.dropdown li {
    padding-left: 10px;
    padding-right: 10px;
  }

header nav > ul li.dropdown:hover > ul {
  position: absolute;
  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;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #4d59a1;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  min-width: 250px;
}
header nav > ul li.dropdown:hover > ul a {
  color: #fff;
  font-size: 0.875rem;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  display: block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

header nav > ul li.dropdown:hover > ul a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
header nav > ul li.dropdown:hover > ul li.dropdown > ul {
  background: #7aa7db;
  left: 100%;
  top: -10px;
}
}


.foto-gal table tr td {
	border: none;
	text-align: center;
}

.alert-success {
    background: #58b3b5;
    position: relative;
    text-align: center;
    padding: 20px;
}

.alert-success button {
    position: absolute;
    border: none;
    background: transparent;
    right: 20px;
}
.doctors > .container > .row{
      justify-content: center;
}

.sprava-font {font-size: 14px;white-space: nowrap;}

.google-map-img{
    width: 15%;
    margin-left: 81%;
    position: absolute;
    top: 50px;
}

.justify-no-mob p,
.justify-no-mob li {
	text-align: justify;
}

.justify-no-mob u {
	font-weight: bold;
}

@media (max-width: 768px){
	.sprava-font {font-size: 14px;white-space: normal;}
	.google-map-img{
		width: 35%;
		margin-left: 58%;
		position: absolute;
	  }
	.justify-no-mob p {
		text-align: left;
	}
	.justify-no-mob li {
		text-align: left;
	}
	.underline-bold-text {
		font-weight: bold;
		text-decoration: underline;
	}

  header {
    position: static;
  }
}


.red-color{
  color: #0a6ca5;
}

.section__header .contacts-h1{
  font-size: 1.875rem;
}
.btn-fast-menu { }
.btn-fast-menu a { display: inline-block; background-color: #4d59a1; color: #fff; padding: 5px 10px; text-align: center; }
.btn-fast-menu a:nth-child(2) { margin-left: 20px; }
.btn-fast-menu i::before {
  content: '\0045';
  transform: rotate(90deg);
  color: #4d59a1;
  border: #4d59a1 solid 1px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  font-size: 20px;
}

.main-color {
  color: #4d59a1;
}

.about-me {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  font-style: italic;
  color: #4d59a1;
}

.about-me:before {
  content: '\0048';
  font-family: "Myfont";
  position: absolute;
  top: -10px;
  left: 0px;
  font-size: 25px;
  color: #4d59a1;
}

.about-me:after {
  content: '\0047';
  font-family: "Myfont";
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 25px;
  color: #4d59a1;
}

.btn-fast-menu-button { display: inline-block; float: left; }
.btn-fast-menu-button span { width: 85px; text-align: left; line-height: 16px; display: inline-block; }

#inline-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkbox-group {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkbox-group input {
  width: auto;
  align-items: center;
  margin-right: 5px;
}
.checkbox-group label {
  margin-bottom: 0px;
  margin-right: 20px;
}

.sert .owl-stage {
  margin: auto;
}

.sert .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sert .owl-nav .owl-prev {
  left: -30px;
}

.sert .owl-nav .owl-next {
  right: -30px;
}


.sert .owl-nav button span {
  font-size: 50px;
  color: #4d59a1;
  line-height: 1;
}

.phone .phones {
  text-align: center;
}

.phone__head {
  background: #4d59a1;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
  font-size: 1.1rem;
  padding: 2px;
}

.phone__address {
  text-align: center;
  font-size: .85rem;
  color: #4d59a1;
  margin: 9px 0px;
}

.appoint .sandwich-lang {
  margin-top: 5px;
}

.adaptive-foto-gal .mb-15{
  margin-top: 15px;
  margin-bottom: 15px;
}
.adaptive-foto-gal .col-xs-12 a:first-of-type{
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 768px){
	.btn-fast-menu-button { display: block; float: none; width: 100%; margin: 10px auto; }
	.btn-fast-menu a { display: block; }
	.btn-fast-menu a:nth-child(2) { margin-left: 5px; }
  .br {
    display: inline;
    margin-left: 5px;
  }

  header  > .container > .row {
    flex-direction: column;
  }
  header  > .container > .row > .col {
    flex: none;
    align-items: center;
    text-align: center;
    order: 2;
  }

  header  > .container > .row > .col:first-child {
    order: 0;
  }

  header  > .container > .row > .col:last-child {
    order: 1;
  }

  .logo {
    text-align: center;
  }

  header .logo__slogan {
    text-align: center;
    justify-content: center;
    margin: auto;
  }

  header .appoint {
    display: flex;
    flex-direction: column;
  }

  header .appoint > * {
    width: 100%;
    order: 1;
  }

  .appoint .sandwich-lang {
    order: 0;
  }

}
@media (max-width: 480px){
	.btn-fast-menu a { margin: 5px; }
  .agree label span {
    font-size: 15px;
    font-family: "Roboto Condensed";
    line-height: 1.2;
  }
}

@media (max-width: 1024px) {
	section.underfix { margin-top: 20%; }
}

@media (max-width: 991px) {
	section.underfix { margin-top: auto; }
  .sandwich-lang {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .sandwich-lang .sandwich {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .phone__address {
    font-size: 1.1rem;
  }

  header .phones a {
    font-size: 1.1rem;
  }

  header .language ul li:first-child {
    margin-left: 0px;
  }

  .sandwich-lang .sandwich {
    margin-left: 0px;
  }

  header nav.openned {
    top: 109px;
  }
  .price__table .price_list{
    table-layout: fixed;
  }
  .price__table .price_list tr >th:last-of-type,
  .price__table .price_list tr >td:last-of-type{
    width: 30%;
  }
  .price__table .price_list tr >th:first-of-type,
  .price__table .price_list tr >td:first-of-type{
    width: 70%;
  }
  .fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar{
    visibility: visible;
    opacity: 1;
  }
  .fancybox-navigation{
    display: block;
  }
}

@media (max-width: 576px) {
  header nav.openned {
    top: 113px;
  }
}

}
#connect-form button { margin-top: 10px; }
.hidden_reviews,
.btn-fast-menu a.hidden_reviews{
  display: none;

}


@media only screen and (max-width: 320px) {
  .price__table .price_list tr >th:first-of-type,
  .price__table .price_list tr >td:first-of-type{
    width: 1%;
  }
}

.language { position: relative; }
.dropdown ul {
  /* max-height: 460px;  */
  height: auto;
  /* overflow: hidden;
  overflow-y: scroll; */
}
.dropdown ul::-webkit-scrollbar { width: .3em; }
.language ul:last-child { display: none; position: absolute; right: 0; text-align: center; z-index: 9999; background: #fff; }
.language:hover ul:last-child { display: block; }
header .language ul li { margin: 0; }

@media only screen and (min-width: 992px) {

  /*AWEB #265280 START*/
  header nav > ul> li.dropdown/*:nth-of-type(2  )*/:hover > ul{
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
  }
  header nav > ul> li.dropdown/*:nth-of-type(2)*/ ul.width-500{
    width: 510px;
    background: none;
  }
  /*AWEB #265280 END*/

  header nav > ul > li.dropdown:hover > ul{
    background: none;
    padding: 0;
    border-radius: 0;
  }
  header nav > ul>li.dropdown:hover > ul >li{
    background: #4d59a1;
  }
  header nav > ul>li.dropdown:hover > ul>li:first-of-type{
    padding-top: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #4d59a1;
  }
  header nav > ul>li.dropdown:hover > ul>li:last-of-type{
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #4d59a1;
  }
  .width-500>li{
    width: 250px;
  }
  .width-500>li:before{
    height: 15px;
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    display: block;
  }
  header nav > ul> li.dropdown:nth-of-type(2) ul.width-500 li.dropdown:first-of-type > ul{
    top: 0;
  }
}
.owl-carousel-gallery{
  margin: 0;
}
.owl-carousel-gallery .owl-dots{
  display: none;
}

.doctorArt .owl-stage {
  display: flex;
}

.doctorArt .owl-item > .marb {
  height: calc(100% - 20px);
}
.owl-carousel-gallery .owl-nav .owl-prev,
.doctorArt .owl-nav .owl-prev,
.doctorArt .owl-nav .owl-next,
.owl-carousel-gallery .owl-nav .owl-next{
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;

}
.owl-carousel-gallery .owl-nav .owl-prev,
.doctorArt .owl-nav .owl-prev{
  left: 0;
}
.owl-carousel-gallery .owl-nav .owl-next,
.doctorArt .owl-nav .owl-next{
  right: 0;
}

.owl-carousel-gallery .owl-nav .owl-prev i,
.doctorArt .owl-nav .owl-prev i{
  left: 0;
  margin-left: -5px;
}
.owl-carousel-gallery .owl-nav .owl-next i,
.doctorArt .owl-nav .owl-next i{
  right: 0;
  margin-right: -5px;
}

.owl-carousel-gallery i,
.doctorArt i{
  color: #4D59A1;
  font-size: 22px;
}
.owl-carousel-gallery .fa-chevron-right:before,
.doctorArt .fa-chevron-right:before {
  content: '\0045';
  transform: rotateZ(90deg);
}
.owl-carousel-gallery .fa-chevron-left:before,
.doctorArt .fa-chevron-left:before {
  content: '\0045';
  transform: rotateZ(-90deg);
}
.doctorArt .news__plate {
  margin: 0px 15px;
}
.mt-10{
  margin-top: 10px;
}
/* AWEB #246405 START*/
.btn-search {
  position: static !important;
  display: inline-flex;
  margin-right: 8px;
  margin-left: auto;
  padding: 9px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9 !important;
  color: #000 !important;
}

.phone__head-grid .btn-icon {
  display: inline-flex;
  font-size: 20px;
  padding: 10px;
  border: 0;
  background-color: #4d59a1;
  color: #fff;
}

.phone__head-grid .btn-icon:hover,
.phone__head-grid .btn-icon.active {
  background-color: #ee0a04;
}

.phone__head-grid {
  margin-top: 8px;
}

.phone__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.phone__head:hover {
  text-decoration: none;
}

.phone__address {
  margin-bottom: 0 !important;
}

.phones {
  margin-top: 9px !important;
}

.search-form .input-group input {
  padding-right: 40px !important;
}

.search-form button {
  padding: 0 12px;
}

.search-form .fa-search {
  display: flex;
}

footer {
  padding-bottom: 80px !important;
}

#btn-action {
  position: fixed;
  right: 80px;
  bottom: 15px;
  left: 15px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 8px 10px;
}

#btn-action:hover {
  background-color: #7aa7db;
}

@media (max-width: 768px) {
  .search-form {
    margin-top: 8px;
  }

  .search-form:not(.active),
  header .phone__address:not(.active),
  header .phones:not(.active) {
    display: none;
  }

  header .appoint .btn {
    order: 2 !important;
    margin-top: 8px !important;
  }

  .phone__head-grid {
    display: grid;
    grid-template-columns: 1fr 40px 40px;
    column-gap: 8px;
  }
}

@media (max-width: 575.98px) {
  header > .container {
    max-width: 100% !important;
  }

  header .appoint {
    margin-bottom: 0 !important;
  }

  header .appoint .btn {
    min-width: 290px !important;
  }

  .phone__address {
    font-size: 1rem !important;
  }

  #btn-action {
    font-size: .875rem !important;
  }
}

@media (min-width: 769px) {
  .btn-search, .phone__head-grid .btn-icon {
    display: none;
  }

  #btn-action {
    display: none !important;
  }
}
/* AWEB #246405 END*/

/* AWEB #247699 START*/
@media (max-width: 1024px) {
  #SCxzLt2XWmQ{
    height: 38vh !important;
  }
}
@media (max-width: 768px) {
  #SCxzLt2XWmQ{
    height: 38vh !important;
  }
}

@media (max-width: 575.98px) {
  #SCxzLt2XWmQ{
    height: 31vh !important;
  }
}

@media (max-width: 375px) {
  #SCxzLt2XWmQ{
    height: 31vh !important;
  }
}
@media (max-width: 360px) {
  #SCxzLt2XWmQ{
    height: 38vh !important;
  }
}

@media (max-width: 280px) {
  #SCxzLt2XWmQ{
    height: 33vh !important;
  }
}
/* AWEB #247699 END*/

/*AWEB #251570 START */
#appointmentform-body {
  height: 206px;
}
/*AWEB #251570 END */

/* AWEB #251326 START */
.btn-search {
  position: static !important;
  display: inline-flex;
  margin-right: 8px;
  margin-left: auto;
  padding: 9px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9 !important;
  color: #000 !important;
}

.phone__head-grid .btn-icon {
  display: inline-flex;
  font-size: 20px;
  padding: 10px;
  border: 0;
  background-color: #4d59a1;
  color: #fff;
}

.phone__head-grid .btn-icon:hover,
.phone__head-grid .btn-icon.active {
  background-color: #ee0a04;
}

.phone__head-grid {
  margin-top: 8px;
}

.phone__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}

.phone__head:hover {
  text-decoration: none;
}

.phone__address {
  margin-bottom: 0 !important;
}

.phones {
  margin-top: 9px !important;
}

.search-form .input-group input {
  padding-right: 40px !important;
}

.search-form button {
  padding: 0 12px;
}

.search-form .fa-search {
  display: flex;
}

footer {
  padding-bottom: 80px !important;
}

#btn-action {
  position: fixed;
  right: 80px;
  bottom: 15px;
  left: 15px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 8px 10px;
}

#btn-action:hover {
  background-color: #7aa7db;
}

@media (max-width: 768px) {
  .search-form {
    margin-top: 8px;
  }

  .search-form:not(.active),
  header .phone__address:not(.active),
  header .phones:not(.active) {
    display: none;
  }

  header .appoint .btn {
    order: 2 !important;
    margin-top: 8px !important;
  }

  .phone__head-grid {
    display: grid;
    grid-template-columns: 1fr 40px 40px;
    column-gap: 8px;
  }
}

@media (max-width: 575.98px) {
  header > .container {
    max-width: 100% !important;
  }

  header .appoint {
    margin-bottom: 0 !important;
  }

  header .appoint .btn {
    min-width: 290px !important;
  }

  .phone__address {
    font-size: 1rem !important;
  }

  #btn-action {
    font-size: .875rem !important;
  }
}

@media (min-width: 769px) {
  .btn-search, .phone__head-grid .btn-icon {
    display: none;
  }

  #btn-action {
    display: none !important;
  }
}

/* 01.10.2021 */
.stretched-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.plate-grid {
  --n: 3;

  display: grid;
  grid-template-columns: repeat(var(--n), 1fr);
  gap: 16px;
}

@media (min-width: 768px) {
  .plate-grid {
    --n: 6;
  }
}

@media (min-width: 992px) {
  .plate-grid {
    gap: 24px;
  }
}

.plate-grid-item {
  position: relative;
}

.plate-grid-item::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.plate-grid .plate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 5%;
  text-align: center;
}

.plate-icon {
  flex: none;
  width: 40%;
  height: 40%;
  margin-bottom: 12px;
  fill: currentColor;
}

.plate-grid .plate-title {
  position: static !important;
  color: #fff;
  font: 12px/1.2 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

.plate-grid .plate-title:hover {
  color: #4d59a1;
}

@media (min-width: 576px) {
  .plate-grid .plate-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .plate-grid .plate-title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .plate-grid .plate-title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .plate-grid .plate-title {
    font-size: 18px;
  }
}
.services .plate .svg-image {
  max-height: 90px;
  width: 40%;
  height: 40%;
  margin-bottom: 12px;
}
/* AWEB #251326 END */

/* AWEB #258085 START */
.doctors__carousel .owl-stage {
  display: flex;
  margin: auto;
}

.doctors__carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.doctors__carousel .owl-nav .owl-prev {
  left: -30px;
}

.doctors__carousel .owl-nav .owl-next {
  right: -30px;
}

.doctors__carousel .owl-nav button span {
  font-size: 50px;
  color: #4d59a1;
  line-height: 1;
}

@media (max-width: 479px) {
  .doctors__carousel .owl-nav .owl-prev {
    left: -15px;
  }

  .doctors__carousel .owl-nav .owl-next {
    right: -15px;
  }

  .doctors__carousel {
    margin-left: 0px;
  }
}

@media (max-width: 540px) {
  .doctors__carousel .owl-nav .owl-prev {
    left: -15px;
  }

  .doctors__carousel .owl-nav .owl-next {
    right: -15px;
  }

  .doctors__carousel {
    margin-left: 0px;
  }
}

@media (max-width: 575.98px) {
  .doctors__carousel.owl-carousel .owl-item img {
    max-width: 253px;
  }
}

.button-all-doctors {
  margin: 0 auto;
  justify-content: center;
  padding: 5px;
}

.button-all-doctors>.button-col{
  width: 240px;
  min-width: 220px;
}

@media (max-width: 478px) {
  .button-all-doctors>.button-col{
    width: 100%;
    min-width: 220px;
  }
}

.doctors__carousel .owl-item {
  flex: 1;
  margin-bottom: 15px;
}

.doctors__carousel .owl-stage {
  justify-content: center;
}
@media (min-width: 540px) {
  .doctors__carousel .owl-item {
    max-width: 270px;
  }
}

.doctors__carousel .owl-dots {
  display: none;
}

.doctors__carousel .doctors__content {
  padding-bottom: 0;
}
/* AWEB #258085 END */

/* AWEB #258439 START */
.gallery_vertical .owl-carousel-gallery-vertical .owl-item img {
  /* height: 100%; */
}  
.gallery_vertical .owl-carousel-gallery-vertical .owl-item img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.owl-carousel-gallery-vertical .owl-nav .owl-prev {
left: -5px;
}

.owl-carousel-gallery-vertical .owl-nav .owl-next {
right: -5px;
}

.owl-carousel-gallery-vertical .owl-nav button span {
font-size: 50px;
color: #4d59a1;
line-height: 1;
}

.owl-carousel-gallery-vertical .owl-nav button.owl-prev{
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: none;
  color: #000 !important;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel-gallery-vertical .owl-nav button.owl-prev i:before{
  content: '\0045';
  transform: rotateZ(-90deg);
  color: #4D59A1;
  font-size: 22px;
}

.owl-carousel-gallery-vertical .owl-nav button.owl-next{
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: none;
  color: #000 !important;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel-gallery-vertical .owl-nav button.owl-next i:before{
  content: '\0045';
  transform: rotateZ(90deg);
  color: #4D59A1;
  font-size: 22px;
}

.row.owl-carousel-gallery-vertical.owl-carousel.owl-loaded.owl-drag{
  margin: 0;
}
/* AWEB #258439 END */
/* AWEB #246070 START */
.accordion_faq {
  background-color: #fff;
  /* color: #fff; */
  cursor: pointer;
  padding: 16px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.5s;
}

.accordion_faq:after {
  content: '\23F7';
  /* color: #fff; */
  font-size: 18px;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_faq:after {
  content: "\23F6";
}

.panel {
  padding: 0 18px;
  /* color: #212121; */
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.section_faq {
  border: 1px solid #e8e8f6;
  margin-bottom: 10px;
}

button.accordion_faq:focus {
  outline: none;
}

details {
  display: block;
  background: #fff;
  width: 100%;
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}

summary::-webkit-details-marker {
  display: none;
}

summary::-moz-list-bullet {
  list-style-type: none;
}

summary::marker {
  display: none;
}

summary {
  display: block;
  padding: .3em 1em .3em .9em;
  border-bottom: 1px solid #e2e8f0;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}

summary:before {
  top: .4em;
  right: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;
  content: "";
  position: absolute;
  transition: transform .5s;
}

details[open]>summary:before {
  transform: scale(1, -1);
}

summary~* {
  padding: 0 1em 10px 1.4em;
}

details[open] summary~* {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

summary:focus {
  outline: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.answer+p {
  padding: 0.3em 1em 0.3em 0.9em;
  margin-bottom: 0;
}
/* AWEB #246070 END */

div.rusfuckoff-background {
  background: url(/storage/images/shipdown.jpg) no-repeat center;
  border: 2px solid #eee0;
  margin: 32px;
}

div.rusfuckoff-transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid #eee;
  opacity: 0.8;
}

div.rusfuckoff-transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-size: 32px;
}

/*AWEB #268536 START*/
/* Intro section 25.08.2022 */
.d-block {
  display: block;
}

.fs-24 {
  font-size: 24px;
}

.fs-44 {
  font-size: 44px;
}

@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 48px;
  }

  .fs-lg-90 {
    font-size: 90px;
  }
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.intro {
  position: relative;
  z-index: 1;
  margin: 0 0 32px;
  color: #fff;
  line-height: 1.5;
}

.intro::before {
  display: block;
  padding-top: 75%;
  content: "";
}

@media (min-width: 768px) {
  .intro::before {
    padding-top: 60%;
  }
}

@media (min-width: 992px) {
  .intro::before {
    padding-top: 100vh;
  }
}

.intro > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro::after,
.intro-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro::after {
  z-index: -1;
  background-color: rgba(0, 0, 0, .2);
  content: "";
}

.intro-video {
  z-index: -2;
  object-fit: cover;
}
/*AWEB #268536 END*/

/*AWEB #275079 START*/
.section-achievements {
  padding: 32px 0;
  background-color: #4d59a1;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .section-achievements {
    padding: 40px 0;
  }
}

.section-achievements .row {
  margin-top: -32px;
}

.section-achievements .row > * {
  margin-top: 32px;
}

.achievements-number {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.achievements-description {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
}
/*AWEB #275079 END*/

/*AWEB #287565 START*/
.breadcrumbs .bread {
  flex-wrap: wrap;
}

.row > .bread {
  padding: 0 15px;
}
/*AWEB #287565 END*/

/*AWEB #284109 START*/
.videoStyle {
  height: 360px;
  width: 640px;
}

@media screen and (max-width: 992px) {
  .videoStyle {
    height: 230px;
    width: 100%;
  }
}
/*AWEB #284109 END*/

.btn--booking {
  background-color: white;
  color: #4c59a1;
  font-size: 0.9rem
}